svn path=/trunk/; revision=6948
This commit is contained in:
Matthias Clasen
2008-05-27 21:22:45 +00:00
parent 5adb336b65
commit e14f918de9
96 changed files with 19401 additions and 19074 deletions

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about G_DISABLE_SINGLE_HEADERS.

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-2.16.1.tar.gz | tar xvf - # unpack the sources
% cd glib-2.16.1 # change to the toplevel directory
% gzip -cd glib-2.17.0.tar.gz | tar xvf - # unpack the sources
% cd glib-2.17.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

13
README
View File

@@ -1,7 +1,7 @@
General Information
===================
This is GLib version 2.16.1. GLib is the low-level core
This is GLib version 2.17.0. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
@@ -24,6 +24,16 @@ Installation
See the file 'INSTALL'
Notes about GLib 2.18
=====================
* The recommended way of using GLib has always been to only include the
toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
generating an error when individual headers are directly included.
To help with the transition, the enforcement is not turned on by
default for GLib headers (it is turned on for GObject and GIO).
To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES.
Notes about GLib 2.16
=====================
@@ -31,7 +41,6 @@ Notes about GLib 2.16
and libselinux for extended attribute and SELinux support. Use
--disable-xattr and --disable-selinux to build without these.
Notes about GLib 2.10
=====================

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* glib/compiling.sgml: Document G_DISABLE_SINGLE_INCLUDES

View File

@@ -71,7 +71,7 @@ by using the command line option <literal>-DG_DISABLE_DEPRECATED=1</literal>.
The recommended way of using GLib has always been to only include the
toplevel headers <filename>glib.h</filename>,
<filename>glib-object.h</filename>, <filename>gio.h</filename>.
Starting with 2.17, GLib enforces this this by generating an error
Starting with 2.17, GLib enforces this by generating an error
when individual headers are directly included. To help with the
transition, the enforcement is not turned on by default for GLib
headers (it <emphasis>is</emphasis> turned on for GObject and GIO).

View File

@@ -1,3 +1,10 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
* tests/live-g-file.c: Clean up after the tests, so make distcheck
doesn't complain about leftover files.
2008-05-27 simon.zheng <simon.zheng@sun.com>
* glocalfile.c: (g_local_file_query_filesystem_info):

View File

@@ -1077,6 +1077,8 @@ prep_clean_structure (gconstpointer test_data)
cleanup_dir_recurse (root, root);
g_file_delete (root, NULL, NULL);
g_object_unref (root);
}
@@ -1190,5 +1192,10 @@ main (int argc, char *argv[])
g_test_add_data_func ("/live-g-file/test_delete", target_path,
test_delete);
if (write_test || only_create_struct)
g_test_add_data_func ("/live-g-file/final_clean", target_path,
prep_clean_structure);
return g_test_run ();
}

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent

View File

@@ -1,3 +1,7 @@
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-22 Djihed Afifi <djihed@gmail.com>
* ar.po: Updated Arabic Translation by Khaled Hosny.

259
po/am.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
@@ -16,74 +16,74 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -157,7 +157,7 @@ msgstr ""
msgid "Invalid hostname"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr ""
@@ -299,22 +299,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,93 +322,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,87 +416,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -520,7 +520,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1116,7 +1116,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1130,7 +1130,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1169,7 +1169,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1182,10 +1182,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1198,52 +1198,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1254,12 +1254,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1315,181 +1315,186 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
msgid "Error getting filesystem info: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1562,12 +1567,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@@ -1577,17 +1582,17 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1661,7 +1666,7 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Error closing unix: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

800
po/ar.po

File diff suppressed because it is too large Load Diff

259
po/as.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-28 17:08+0530\n"
"Last-Translator: Amitakhya Phukan <amitakhya@svn.gnome.org>\n"
"Language-Team: Assamese\n"
@@ -17,74 +17,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্ৰত্যাশিত গুণ '%s' পদাৰ্থ '%s' ৰ বাবে"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' গুণ '%s' পদাৰ্থৰ পোৱা ন'গ'ল"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' চিহ্ন আশা কৰা হৈছিল"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' ৰ ভিতৰত"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "তথ্য পঞ্জিকাত কোনো বৈধ পত্ৰচিহ্নৰ নথিপত্ৰ পোৱা ন'গ'ল"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন ইতিমধ্যে আছে"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন পোৱা ন'গ'ল"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো MIME ৰ ধৰণ সংজ্ঞা দিয়া হোৱা নাই"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নত কোনো ব্যক্তিগত চিহ্নৰ সংজ্ঞা দিয়া হোৱা নাই"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো সমষ্টি প্ৰতিষ্ঠা কৰা হোৱা নাই"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল"
@@ -158,7 +158,7 @@ msgstr "'%s' পথৰ নাম এটা সম্পূৰ্ণ পথৰ
msgid "Invalid hostname"
msgstr "অবৈধ গৃহস্থৰনাম"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
@@ -300,23 +300,23 @@ msgstr "'%s' নথিপত্ৰ খোলোঁতে বিফল: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' নথিপত্ৰ map কৰোঁতে বিফল: mmap() বিফল: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d শাৰীৰ %d আখৰত ভুল:"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d শাৰীত ভুল: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"'%s' আখৰ পদাৰ্থৰ নামৰ আৰম্ভনিৰ বাবে বৈধ নহয়; & আখৰে এটা পদাৰ্থ আৰম্ভ কৰে; যদি এই "
"এম্পাৰছেন্দ এটা পদাৰ্থ হ'ব নালাগে, তাক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' আখৰ পদাৰ্থৰ নামৰ ভিতৰত বৈধ নহয়"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "পদাৰ্থৰ নাম '%s' অজ্ঞাত"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"পদাৰ্থ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ আপুনি "
"এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,17 +353,17 @@ msgstr ""
"'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল "
"(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,52 +372,52 @@ msgstr ""
"আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ "
"আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - overlong ক্ৰম"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - এটা আৰম্ভৰ আখৰ নহয়"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - অবৈধ '%s'"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,93 +425,93 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "প্ৰলেক্ষ ৰিক্ত বা অকল ৰিক্ত স্থান আছিলে"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "প্ৰলেক্ষ."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "প্ৰলেক্ষ"
@@ -536,7 +536,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1138,7 +1138,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1152,7 +1152,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1191,7 +1191,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1204,10 +1204,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1220,52 +1220,52 @@ msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহ
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
@@ -1276,12 +1276,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1337,181 +1337,186 @@ msgstr "অবৈধ গৃহস্থৰনাম"
msgid "Error getting filesystem info: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "অবৈধ গৃহস্থৰনাম"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%d শাৰীত ভুল: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "প্ৰলেক্ষ"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d শাৰীত ভুল: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1584,12 +1589,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "অবৈধ গৃহস্থৰনাম"
@@ -1599,17 +1604,17 @@ msgstr "অবৈধ গৃহস্থৰনাম"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1684,7 +1689,7 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid "Error closing unix: %s"
msgstr "%d শাৰীত ভুল: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/az.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-02-02 12:12+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
@@ -16,75 +16,75 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
@@ -158,7 +158,7 @@ msgstr "`%s'in cığır adı mütləq cığır deyildir"
msgid "Invalid hostname"
msgstr "Hökmsüz qovşaq adı"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Cərgə açma xətası: '%s': %s"
@@ -300,23 +300,23 @@ msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d. sətir %d. xarakterində xəta: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d sətirində xəta : %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Boş element '&;' tapldı; hökmlü elementlər: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, &amp olaraq "
"işlədə bilərsiniz"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Element adı '%s' bilinmir"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -346,7 +346,7 @@ msgstr ""
"işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı &amp "
"olaraq işlədin"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +355,16 @@ msgstr ""
"'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; "
"&#234) - belki rəqəm çok böyükdür"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş hərf referens; &#454 kimi bir rəqəm daxil etməlidir;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,34 +374,34 @@ msgstr ""
"xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
"bilərsiniz"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Bitirilməmiş varlıq mə'lumatı"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Bitirilməmiş xarakter mə'lumatı"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Sənəd bir element ilə başlamalıdır (məs. <kitab>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
"adı olmaya bilər"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,14 +419,14 @@ msgstr ""
"Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
"gözlənilir '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf "
"işlədilmiş ola bilərsiniz"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir "
"işarətindən sonra açıq alıntı işarəti gözlənilir"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'</' xarakterlərini təqib edən '%s' hökmlü bir xarakter deyildir; '%s' bir "
"element adı ilə başlamır dəyəsən"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,26 +464,26 @@ msgstr ""
"Bağlı element '%s' dən sonra gələn '%s' hökmlü bir hərf deyildir; icazə "
"verilən hərf isə '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son "
"element '%s' açıq idi"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı "
"üçbucaq mötərizə gözlənilir"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,17 +521,17 @@ msgstr ""
"Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz "
"bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə "
@@ -557,7 +557,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1161,7 +1161,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1175,7 +1175,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1214,7 +1214,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1227,10 +1227,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1243,52 +1243,52 @@ msgstr "Simvolik körpülər dəstəklənmir"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simvolik körpülər dəstəklənmir"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1299,12 +1299,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1360,181 +1360,186 @@ msgstr "Hökmsüz qovşaq adı"
msgid "Error getting filesystem info: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Hökmsüz qovşaq adı"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Fayl yaratma iflası '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Cərgə açma xətası: '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Cərgə açma xətası: '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d sətirində xəta : %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1607,12 +1612,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Hökmsüz qovşaq adı"
@@ -1622,17 +1627,17 @@ msgstr "Hökmsüz qovşaq adı"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1707,7 +1712,7 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid "Error closing unix: %s"
msgstr "%d sətirində xəta : %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

260
po/be.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-11-16 11:21+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -17,77 +17,77 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
# glib/gmarkup.c:1120
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Дзіўны сымбаль \"%s\", чакаўся сымбаль \"=\" пасьля назвы атрыбута \"%s\" "
"элемэнту \"%s\""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
# glib/gfileutils.c:745
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
@@ -179,7 +179,7 @@ msgid "Invalid hostname"
msgstr "Недапушчальная назва вузла"
# glib/gdir.c:79
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
@@ -346,26 +346,26 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Збой мапаваньня файлу '%s': збой mmap(): %s"
# glib/gmarkup.c:219
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Памылка ў радку %d сымбаль %d: %s"
# glib/gmarkup.c:303
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Памылка ў радку %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Пусты запіс \"&;\" адшуканы; дапушчальныя: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -377,19 +377,19 @@ msgstr ""
"тады экрануйце яго запісам &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Сымбаль \"%s\" недапушчальны ўнутры назвы сутнасьці"
# glib/gmarkup.c:472
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Невядомая назва сутнасьці \"%s\""
# glib/gmarkup.c:482
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -398,7 +398,7 @@ msgstr ""
"не для пазначэньня пачатку сутнасьці - экрануйце яго як &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -408,18 +408,18 @@ msgstr ""
"(&#234; напрыклад) - мажліва, нумар завялікі"
# glib/gmarkup.c:553
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль"
# glib/gmarkup.c:570
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -428,39 +428,39 @@ msgstr ""
"Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў "
"выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Незавершанае лучыва сутнасьці"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Незавершанае лучыва сымбалю"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:932
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -470,7 +470,7 @@ msgstr ""
"сымбаль ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -480,7 +480,7 @@ msgstr ""
"\""
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -489,7 +489,7 @@ msgstr ""
"элемэнту \"%s\""
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -501,7 +501,7 @@ msgstr ""
"выкарыстаны недапушчальны сымбаль у назве атрыбуту"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -511,7 +511,7 @@ msgstr ""
"надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\""
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -521,7 +521,7 @@ msgstr ""
"s\" ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -531,30 +531,30 @@ msgstr ""
"\"; дапушчальным сымбалем зьяўляецца \">\""
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\""
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -564,7 +564,7 @@ msgstr ""
"апошнім адкрытым элемэнтам"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -573,22 +573,22 @@ msgstr ""
"Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту які адкрывае тэг."
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -597,18 +597,18 @@ msgstr ""
"атрыбуту: не пазначана значэньне атрыбуту"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг"
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі"
@@ -632,7 +632,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1284,7 +1284,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1299,7 +1299,7 @@ msgstr "Невядомая можнасьць %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1338,7 +1338,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1351,10 +1351,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1367,52 +1367,52 @@ msgstr "Сымбалічныя спасылкі не падтрымліваюц
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1423,12 +1423,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1486,100 +1486,106 @@ msgstr "Недапушчальная назва праграмы: %s"
msgid "Error getting filesystem info: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
# glib/gconvert.c:1729
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Недапушчальная назва вузла"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
# glib/gfileutils.c:348
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:745
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
# glib/gfileutils.c:745
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
# glib/gfileutils.c:745
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
# glib/gdir.c:79
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
@@ -1587,101 +1593,101 @@ msgid "Backup file creation failed"
msgstr ""
# glib/gfileutils.c:348
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
# glib/gmarkup.c:1615
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
# glib/gdir.c:79
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
# glib/gmarkup.c:303
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Памылка ў радку %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1764,13 +1770,13 @@ msgstr "Не зьяўляецца звычайным файлам"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
# glib/gconvert.c:1729
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Недапушчальная назва праграмы: %s"
@@ -1780,17 +1786,17 @@ msgstr "Недапушчальная назва праграмы: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1868,7 +1874,7 @@ msgstr "Памылка чытаньня файлу \"%s\": %s"
msgid "Error closing unix: %s"
msgstr "Памылка ў радку %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-16 23:33+0200\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -18,76 +18,76 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
# glib/gmarkup.c:1120
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Niečakany atrybut '%s' dla elementu '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atrybut '%s' elementu '%s' nia znojdzieny"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Niečakany značnik '%s', spadziavalisia značnika '%s'"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Niečakany značnik '%s' unutry '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Niemahčyma znajści pravilnaha fajłu zakładak u katalohach źviestak"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zakładka dla URI '%s' užo isnuje"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dla URI '%s' nia znojdziena zakładak"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nie akreśleny typ MIME ŭ zakładcy dla URI '%s'"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nie akreślili pryvatnaha ściažka ŭ zakładcy dla URI '%s'"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nie akreślili hrup u zakładcy dla URI '%s'"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Nivodnaja aplikacyja pad nazvaj '%s' nie zarehistravała zakładki dla '%s'"
# glib/gfileutils.c:745
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'"
@@ -180,7 +180,7 @@ msgid "Invalid hostname"
msgstr "Niapravilnaja nazva kamputara"
# glib/gdir.c:79
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Pamyłka pry adčynieńni katalohu '%s': %s"
@@ -353,25 +353,25 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Niemahčyma zmapavać fajł '%s': funkcyja mmap() vyvieła: %s"
# glib/gmarkup.c:219
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Pamyłka ŭ %d radku pry znaku %d: "
# glib/gmarkup.c:303
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Pamyłka ŭ radku %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Pusty zapis '&;' adšukany; dapuščalnyja: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -382,19 +382,19 @@ msgstr ""
"kali hety znak nie pavinien pačynać adzinki, zamianicie jaho na znak &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' niedapuščalny ŭnutry nazvy adzinki"
# glib/gmarkup.c:472
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nieviadomaja nazva adzinki '%s'"
# glib/gmarkup.c:482
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -403,7 +403,7 @@ msgstr ""
"nia mieŭ aznačać pačatku adzinki — zamianicie jaho na &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -413,18 +413,18 @@ msgstr ""
"znaku (naprykład &#234;) — mahčyma, ličba zavialikaja"
# glib/gmarkup.c:553
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Spasyłka na znak '%-.*s' nie źjaŭlajecca zapisam dazvolenaha znaku"
# glib/gmarkup.c:570
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Pustaja spasyłka na znak: u joj pavinien być numar, naprykład &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -434,37 +434,37 @@ msgstr ""
"nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak "
"&amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Niezavieršanaja spasyłka na adzinku"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Niezavieršanaja spasyłka na znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Niapravilna kadavany tekst UTF-8 - zadoŭhaja paśladoŭnaść"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Niapravilna kadavany tekst UTF-8 - nie pačatkovy znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Niapravilna kadavany tekst UTF-8 - niapravilny \"%s\""
# glib/gmarkup.c:932
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dakument musić pačynacca z elementu (naprykład <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -474,7 +474,7 @@ msgstr ""
"pačynać nazvy adzinki"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -483,7 +483,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '>' dla zakančeńnia značnika elementu '%s'"
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -491,7 +491,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '=' paśla nazvy atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -503,7 +503,7 @@ msgstr ""
"niedapuščalny znak u nazovie atrybutu"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -513,7 +513,7 @@ msgstr ""
"nadajecca značeńnie atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -523,7 +523,7 @@ msgstr ""
"pačynać nazovu elementu"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -533,29 +533,29 @@ msgstr ""
"dapuščalnym znakam źjaŭlajecca '>'"
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' byŭ začynieny, dziejna niama adčynienych elementaŭ"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' byŭ začynieny, ale dziejna adčynieny '%s'"
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dakument byŭ pusty albo ŭtrymlivaŭ tolki prabieły"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Adrazu paśla znaku '%s' dakument niečakana skončyŭsia"
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -565,7 +565,7 @@ msgstr ""
"— '%s' byŭ apošnim adčynienym elementam"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -575,22 +575,22 @@ msgstr ""
"značnik <%s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy elementu"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy atrybutu"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dakument niečakana skončyŭsia ŭnutry elementu, jaki adkryvaje značnik."
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -599,18 +599,18 @@ msgstr ""
"atrybutu: niama vartaści atrybutu"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dakument niečakana skončyŭsia ŭnutry vartaści atrybutu"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dakument niečakana skončyŭsia ŭnutry značnika zamykańnia elementu '%s'"
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dakument niečakana skončyŭsia ŭnutry kamentara albo instrukcyi"
@@ -636,7 +636,7 @@ msgstr ""
"šablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj "
"adpaviadnaści"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "unutranaja pamyłka"
@@ -1292,7 +1292,7 @@ msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik"
msgid "Stream is already closed"
msgstr "Płyń užo začynienaja"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Aperacyja anulavanaja"
@@ -1306,7 +1306,7 @@ msgstr "Nieviadomy typ"
msgid "%s filetype"
msgstr "typ fajłaŭ %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "typ %s"
@@ -1346,7 +1346,7 @@ msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s
msgid "Can't create user desktop file %s"
msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Asablivaje aznačeńnie dla %s"
@@ -1359,10 +1359,10 @@ msgstr "pryłada nie zaimplementavała vysoŭvańnia (eject)"
msgid "drive doesn't implement polling for media"
msgstr "pryłada nie zaimplementavała apytańnia nośbitaŭ (poll)"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1375,52 +1375,52 @@ msgstr "Aperacyja nie padtrymlivajecca"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Źmiaščalnaje mantavańnie nie isnuje"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Niemahčyma skapijavać zamiest katalohu"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Niemahčyma skapijavać kataloh zamiest inšaha katalohu"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Metavy fajł isnuje"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Niemahčyma rekursiŭna skapijavać kataloh"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Śmietnica nie padtrymlivajacca"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"%c\""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam"
@@ -1431,12 +1431,12 @@ msgid "Enumerator is closed"
msgstr "Ličylnik začynieny"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "U fajłavaha ličylnika jość važkaja aperacyja"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Fajłavy ličylnik užo začynieny"
@@ -1494,100 +1494,106 @@ msgstr "Niapravilnaja nazva fajłu %s"
msgid "Error getting filesystem info: %s"
msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Niemahčyma źmianić nazvu dla fajłu, taki fajł užo isnuje"
# glib/gconvert.c:1729
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Niapravilnaja nazva fajłu"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Pamyłka adčytańnia fajłu: %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Pamyłka adčynieńnia fajłu: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Niemahčyma adčynić kataloh"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Pamyłka vydaleńnia fajłu: %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Pamyłka vykidańnia ŭ śmietnicu fajłu: %s"
# glib/gfileutils.c:745
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Niemahčyma znajści najvyšejšy kataloh dziela śmiećcia"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Niemahčyma znajści ci stvaryć kataloh dziela śmiećcia"
# glib/gfileutils.c:745
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Niemahčyma stvaryć śmiaćciovy fajł źviestak: %s"
# glib/gfileutils.c:745
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s"
# glib/gdir.c:79
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Pamyłka pry adčynieńni katalohu '%s': %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s"
# glib/gfileutils.c:348
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Pamyłka pieranosu fajłu: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Niemahčyma pieranieści kataloh zamiest inšaha katalohu"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
@@ -1595,103 +1601,103 @@ msgid "Backup file creation failed"
msgstr "Niaŭdałaje stvareńnie zapasnoha fajłu"
# glib/gfileutils.c:348
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Pamyłka vydaleńnia metavaha fajłu: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Vartaść atrybutu musić być nia-NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia tekstavy radok)"
# glib/gmarkup.c:1615
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Niapravilnaja nazva pašyranaha atrybutu"
# glib/gdir.c:79
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Pamyłka akreśleńnia pašyranaha atrybutu '%s': %s"
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (niapravilnaje kadavańnie)"
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia bajtavy radok)"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Pamyłka akreśleńnia pravoŭ: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Pamyłka akreśleńnia ŭładalnika: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbalnaja spasyłka musić być nia-NULL"
# glib/gmarkup.c:303
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaŭlajecca symbalnaj "
"spasyłkaj"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca"
@@ -1774,13 +1780,13 @@ msgstr "Metavy fajł nia prosty"
msgid "The file was externally modified"
msgstr "Fajł byŭ źmienieny zvonku"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Akreśleny niapravilny GSeekType"
# glib/gconvert.c:1729
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Niapravilnaja zapyt pieraskoku ŭ fajle"
@@ -1790,17 +1796,17 @@ msgstr "Niapravilnaja zapyt pieraskoku ŭ fajle"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Niemahčyma padrezać GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Dasiahnuta maksymalnaje abmiežavańnie masiva źviestak"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Nielha źmianiać pamier płyni vyjścia ŭ pamiaci"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nie ŭdałosia źmianić pamier płyni vyjścia ŭ pamiaci"
@@ -1880,7 +1886,7 @@ msgstr "Pamyłka adčytańnia z unix: %s"
msgid "Error closing unix: %s"
msgstr "Pamyłka začynieńnia unix: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Korań fajłavaj systemy"

770
po/bg.po

File diff suppressed because it is too large Load Diff

259
po/bn.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-08-31 21:21+0600\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
@@ -17,74 +17,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায় নি"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায় নি"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয় নি"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয় নি"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয় নি"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
@@ -159,7 +159,7 @@ msgstr "পথনাম '%s' একটি আপেক্ষিক পথ"
msgid "Invalid hostname"
msgstr "ভুল হোস্ট নাম"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
@@ -301,22 +301,22 @@ msgstr "ফাইল '%s' খুলতে ব্যর্থ: open() ব্য
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ফাইল '%s' ম্যাপ করতে ব্যর্থ: mmap() ব্যর্থ: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "লাইন %d ক্যর %d এ ভুল: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "লাইন %d এ ভুল: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর "
"নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের বস্তুটি অজানা"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন "
"বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; &#234) "
"- হয়তোবা অংকটি অতি দীর্ঘ"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,41 +371,41 @@ msgstr ""
"অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু "
"শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -413,7 +413,7 @@ msgid ""
msgstr ""
"অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' "
"প্রত্যাশিত"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর "
"ব্যবহার করেছেন"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, "
"'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"অক্ষর '</' কে অনুসরণকারী '%s' একটি বৈধ অক্ষর নয়; '%s' দিয়ে কোনো এলিমেন্টের নাম "
"শুরু করা বৈধ নয়"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,25 +459,25 @@ msgstr ""
"বন্ধ এলিমেন্ট নাম '%2$s' কে অনুসরণকারী '%1$s' একটি বৈধ অক্ষর নয়; সমর্থিত অক্ষর "
"হচ্ছে '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgid ""
msgstr ""
"উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%"
"s/> ট্যাগ রয়েছে"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য "
"মান নয়"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে"
@@ -547,7 +547,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1151,7 +1151,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1166,7 +1166,7 @@ msgstr "অজানা অপশন %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1205,7 +1205,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1218,10 +1218,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1234,52 +1234,52 @@ msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
@@ -1290,12 +1290,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1351,181 +1351,186 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s"
msgid "Error getting filesystem info: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "ভুল হোস্ট নাম"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "লাইন %d এ ভুল: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1598,12 +1603,12 @@ msgstr "একটি নিয়মিত ফাইল নহে"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "প্রোগ্রামের নাম অবৈধ: %s"
@@ -1613,17 +1618,17 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1698,7 +1703,7 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid "Error closing unix: %s"
msgstr "লাইন %d এ ভুল: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-10 12:49+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@fedoraproject.org>\n"
"Language-Team: Bengali INDIA <discuss@ankur.co.in>\n"
@@ -22,74 +22,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয়নি"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ"
@@ -164,7 +164,7 @@ msgstr "'%s' পাথটি সুনিশ্চিত নয়"
msgid "Invalid hostname"
msgstr "হোস্ট-নেম বৈধ নয়"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s"
@@ -305,23 +305,23 @@ msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "পংক্তি %d'এ ত্রুটি: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো "
"যাবে"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের স্বত্বা অজানা"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -350,7 +350,7 @@ msgstr ""
"স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের "
"উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
"'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
"(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -378,32 +378,32 @@ msgstr ""
"ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
"করানো যাবে"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgid ""
msgstr ""
"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,7 +420,7 @@ msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
"অক্ষর প্রত্যাশিত"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +428,7 @@ msgstr ""
"'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
"একটি '=' চিহ্ন প্রত্যাশিত"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +439,7 @@ msgstr ""
"অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
"মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +448,7 @@ msgstr ""
"'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
"উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,7 +457,7 @@ msgstr ""
"'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
"করা যাবে না"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -466,26 +466,26 @@ msgstr ""
"'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
"হল '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
"হয়েছিল"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -503,19 +503,19 @@ msgstr ""
"নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
"অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -523,16 +523,16 @@ msgstr ""
"বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
"হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
@@ -557,7 +557,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ
msgid "the pattern contains items not supported for partial matching"
msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "অভ্যন্তরীণ সমস্যা"
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "কর্ম বাতিল করা হয়েছে"
@@ -1171,7 +1171,7 @@ msgstr "অজানা প্রকৃতি"
msgid "%s filetype"
msgstr "%s ফাইলের ধরন"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s ধরন"
@@ -1210,7 +1210,7 @@ msgstr "ইউজার MIME কনফিগারেশন ফোল্ডা
msgid "Can't create user desktop file %s"
msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা"
@@ -1223,10 +1223,10 @@ msgstr "ড্রাইভ দ্বারা ইজেক্ট কর্ম
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "কর্ম সমর্থিত হয় না"
@@ -1239,52 +1239,52 @@ msgstr "কর্ম সমর্থিত হয় না"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "ধারণকারী মাউন্ট উপস্থিত নেই"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ডিরেক্টরির উপরে কপি করা যাবে না"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "আবর্জনা সমর্থিত হয় না"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1356,182 +1356,187 @@ msgstr "ফাইলের নাম অবৈধ: %s"
msgid "Error getting filesystem info: %s"
msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
"ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "ফাইলের নাম বৈধ নয়"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "ফাইল খুলতে সমস্যা: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ডিরেক্টরি খুলতে সমস্যা"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "ফাইল মুছে ফেলতে সমস্যা: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ফাইল বর্জন করতে ব্যর্থ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr ""
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (অবৈধ এনকোডিং)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "সিম্‌বলিক লিঙ্ক নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1604,12 +1609,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "অবৈধ GSeekType উল্লিখিত হয়েছে"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1619,17 +1624,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1706,7 +1711,7 @@ msgstr "unix থেকে পড়তে সমস্যা: %s"
msgid "Error closing unix: %s"
msgstr "unix বন্ধ করতে সমস্যা: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "ফাইল-সিস্টেমের root"

259
po/bs.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-05-17 01:30+0000\n"
"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -16,74 +16,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
@@ -157,7 +157,7 @@ msgstr "Putanja '%s' nije absolutna putanja"
msgid "Invalid hostname"
msgstr "Nevažeće ime računara"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
@@ -299,24 +299,24 @@ msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, znak %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Primijećen prazan entitet '&;'; važeći entiteti su: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"Znak '%s' je nevažeći na početku imena entiteta; znak & započinje entitet; "
"ako znak & ovdje ne označava početak entiteta, koristite &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' je nevažeći u imenu entiteta"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nepoznato ime entiteta '%s'"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +345,7 @@ msgstr ""
"namjere započinjanja entiteta - izbjegnite korištenje znaka & upisivanjem "
"&amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +354,16 @@ msgstr ""
"Neuspješno tumačenje '%s', što je trebalo biti cifra unutar reference znaka "
"(na primjer: &#234;) - možda je broj prevelik"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%s' ne kodira dopušteni znak"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; trebala bi sadržavati broj kao npr. &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,34 +373,34 @@ msgstr ""
"bez namjere započinjanja entiteta - izbjegnite korištenje znaka & "
"upisivanjem &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nedovršena referenca znaka"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv "
"elementa"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,13 +418,13 @@ msgstr ""
"Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%"
"s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,7 @@ msgstr ""
"elementa '%s' ili eventualno osobine; možda je korišten nevažeći znak u "
"imenu osobine"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,7 @@ msgstr ""
"Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju "
"vrijednosti osobini '%s' elementa '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +453,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znakova '</'; '%s' ne može započeti "
"naziv elementa"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,25 +462,25 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon zatvaranja elementa '%s'; dopušteni znak "
"je '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren ali trenutno je otvoren element '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Neočekivan kraj dokumenta uz još otvorene elemente - element '%s' je otvoren "
"posljednji"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja "
"oznake <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Neočekivan kraj dokumenta unutar imena elementa"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Neočekivan kraj dokumenta unutar imena osobine"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva "
"osobine; nedostaje vrijednost osobine"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Neočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja"
@@ -552,7 +552,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1160,7 +1160,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1174,7 +1174,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1213,7 +1213,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1226,10 +1226,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1242,52 +1242,52 @@ msgstr "Simbolički linkovi nisu podržani"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simbolički linkovi nisu podržani"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1298,12 +1298,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1359,181 +1359,186 @@ msgstr "Nevažeće ime računara"
msgid "Error getting filesystem info: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Nevažeće ime računara"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Neočekivan kraj dokumenta unutar imena osobine"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1606,12 +1611,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nevažeće ime računara"
@@ -1621,17 +1626,17 @@ msgstr "Nevažeće ime računara"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1706,7 +1711,7 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

814
po/ca.po

File diff suppressed because it is too large Load Diff

770
po/cs.po

File diff suppressed because it is too large Load Diff

259
po/cy.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-06-29 19:38+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
@@ -16,74 +16,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Priodwedd annisgwyl '%s' i'r elfen '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Priodwedd '%s' o elfen '%s' heb ei chanfod"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag annisgwyl '%s'; disgwyliwyd y tag '%s'"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag annisgwyl '%s' o fewn '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Ni ddarganfuwyd ffeil llyfrnodau ddilys yn y cyfeiriaduron data"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Llyfrnod ar gyfer yr URI '%s' yn bodoli eisoes"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dim llyfrnod wedi ei ganfod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Dim math MIME wedi'i ddiffinio yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Dim baner breifat wedi'i diffinio yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Dim grwpiau wedi'u gosod yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
@@ -157,7 +157,7 @@ msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig"
msgid "Invalid hostname"
msgstr "Enw gwesteiwr annilys"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
@@ -299,24 +299,24 @@ msgstr "Methwyd agor y ffeil '%s': methodd open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Gwall ar linell %d golofn %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Gwall ar linell %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Gwelwyd endid gwag '&;'; mae &amp; &quot; &lt; &gt; a &apos; yn endidau dilys"
# c-format
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; "
"os nad yw'r & yma i fod yn endid, defnyddiwch &amp; yn ei le"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Mae'r enw endid '%s' yn anhysbys"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod "
"(&#234; er enghraifft) - hwyrach fod y digid yn rhy fawr"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Cyfeiriant endid heb ei orffen"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Cyfeiriant nod heb ei orffen"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,14 +406,14 @@ msgid ""
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
# c-format
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
"priodoledd"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r "
"priodoledd '%s' o'r elfen '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,26 +459,26 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
"ddiweddu'r tag <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
"priodoledd; dim gwerth priodoledd"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@@ -550,7 +550,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1165,7 +1165,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1180,7 +1180,7 @@ msgstr "Opsiwn anhysbys %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1219,7 +1219,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1232,10 +1232,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1248,52 +1248,52 @@ msgstr "Ni chynhelir cysylltion symbolaidd"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
@@ -1304,12 +1304,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1365,181 +1365,186 @@ msgstr "Enw rhaglen annilys: %s"
msgid "Error getting filesystem info: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Enw gwesteiwr annilys"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Gwall wrth ramadegu opsiwn %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Gwall ar linell %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1612,12 +1617,12 @@ msgstr "Ddim yn ffeil cyffredin"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Enw rhaglen annilys: %s"
@@ -1627,17 +1632,17 @@ msgstr "Enw rhaglen annilys: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1712,7 +1717,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "Error closing unix: %s"
msgstr "Gwall ar linell %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/da.po
View File

@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-10 21:35+0100\n"
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -25,74 +25,74 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventet egenskab \"%s\" for elementet \"%s\""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Egenskaben \"%s\" for elementet \"%s\" blev ikke fundet"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventet mærke \"%s\", forventede mærket \"%s\""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventet mærke \"%s\" inden i \"%s\""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen gyldig bogmærkefil blev fundet i datakatalogerne"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Et bogmærke for URI'en \"%s\" findes allerede"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Der blev intet bogmærke fundet for URI'en \"%s\""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen MIME-type er defineret i bogmærket for URI'en \"%s\""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Intet privat flag er defineret i bogmærket for URI'en \"%s\""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Ingen grupper er sat i bogmærket for URI'en \"%s\""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\""
@@ -166,7 +166,7 @@ msgstr "Stinavnet \"%s\" er ikke en absolut sti"
msgid "Invalid hostname"
msgstr "Ugyldigt værtsnavn"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fejl ved åbning af mappen \"%s\": %s"
@@ -309,24 +309,24 @@ msgstr "Kunne ikke åbne filen \"%s\": open() mislykkedes: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kunne ikke kortlægge filen \"%s\": mmap() mislykkedes: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fejl på linje %d tegn %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fejl på linje %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet \"&;\" fundet; gyldige entiteter er: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -337,17 +337,17 @@ msgstr ""
"starter en entitet; hvis dette og-tegn ikke er beregnet på at være en "
"entitet, så undgå dette ved at bruge &amp; i stedet"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavnet \"%s\" er ikke kendt"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -356,7 +356,7 @@ msgstr ""
"tegn uden at det var beregnet på at starte en entitet - dette undgås ved at "
"bruge &amp; i stedet"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en "
"tegnreference (&#234; for eksempel) - måske er cifret for stort"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreference; skulle indeholde et tal såsom &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +384,32 @@ msgstr ""
"og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved "
"at bruge &amp; i stedet"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Ufærdig entitetsreference"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Ufærdig tegnreference"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-kodet tekst - for lang sekvens"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-kodet tekst - ikke et starttegn"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-kodet tekst - ikke gyldig \"%s\""
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet skal begynde med et element (f.eks <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +418,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter et \"<\"-tegn; det kan ikke være "
"begyndelsen på et elementnavn"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +427,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \">\"-tegn for at afslutte "
"begyndelsesmærket til elementet \"%s\""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +435,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \"=\" efter egenskabsnavn \"%s\" for "
"elementet \"%s\""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -446,7 +446,7 @@ msgstr ""
"begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske "
"brugte du et ugyldigt tegn i egenskabsnavnet"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -455,7 +455,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et åbningsanførselstegn efter "
"lighedstegnet når værdien for egenskaben \"%s\" for elementet \"%s\" angives"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -464,7 +464,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter tegnene \"</\"; \"%s\" er måske ikke "
"begyndelsen på et elementnavn"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -473,25 +473,25 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter det lukkende elementnavn \"%s\"; "
"tilladt tegn er \">\""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element \"%s\" blev lukket, men aktivt åbent element er \"%s\""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes \"<\""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +500,7 @@ msgstr ""
"Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne "
"element"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,19 +509,19 @@ msgstr ""
"Dokumentet sluttede uventet, forventede at se en vinkelparantes for at "
"afslutte det sidste mærke <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttede uventet inden i et elementnavn"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -529,17 +529,17 @@ msgstr ""
"Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; "
"ingen egenskabsværdi"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion"
@@ -566,7 +566,7 @@ msgstr ""
"mønsteret indeholder elementer der ikke understøttes i forbindelse med "
"partiel træfning"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "intern fejl"
@@ -1181,7 +1181,7 @@ msgstr "For stor talværdi givet til %s"
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operationen blev afbrudt"
@@ -1195,7 +1195,7 @@ msgstr "Ukendt type"
msgid "%s filetype"
msgstr "%s-filtype"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s-type"
@@ -1234,7 +1234,7 @@ msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s"
msgid "Can't create user desktop file %s"
msgstr "Kan ikke oprette brugerskrivebords-fil %s"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Tilpasset definition for %s"
@@ -1247,10 +1247,10 @@ msgstr "drevet implementerer ikke eject"
msgid "drive doesn't implement polling for media"
msgstr "drevet implementerer ikke forespørgsel om medier"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Operationen understøttes ikke"
@@ -1263,53 +1263,53 @@ msgstr "Operationen understøttes ikke"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Indeholdende montering findes ikke"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over mappe"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere mappe over mappe"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Målfilen findes"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere mappe rekursivt"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Ugyldig værdi givet for symbolsk henvisning"
# ved ikke om det er papirkurv eller blot affald, eller om det er et udsagnsord. Vi skriver det sikreste...
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Affald understøttes ikke"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavne kan ikke indeholder \"%c\""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "drevet implementerer ikke montering"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Intet program er registreret til håndtering af denne fil"
@@ -1321,12 +1321,12 @@ msgstr "Optæller er lukket"
# udviklerkommentar ved tilsvarende streng andetsteds i filen forklarer dette
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filoptæller arbejder stadig"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filoptæller er allerede lukket"
@@ -1382,183 +1382,188 @@ msgstr "Ugyldigt filnavn %s"
msgid "Error getting filesystem info: %s"
msgstr "Fejl ved læsning af filsysteminformation: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Kan ikke omdøbe rodmappen"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke omdøbe fil, filnavn findes allerede"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ugyldigt filnavn"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Fejl ved omdøbning af fil: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Fejl ved åbning af fil: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Kan ikke åbne mappe"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Fejl under fjernelse af fil: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Fejl ved udsmidning af fil: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke oprette affaldsmappe %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finde topniveau-mappe til affald"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finde eller oprette affaldsmappe"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke oprette affalds-infofil: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke smide fil ud: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Fejl ved åbning af mappen \"%s\": %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fejl under oprettelse af symbolsk henvisning: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Fejl ved flytning af fil: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte mappe over mappe"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Oprettelse af sikkerhedskopi mislykkedes"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Fejl ved fjernelse af målfil: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Flytning mellem monteringer understøttes ikke"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attributværdien må ikke være NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Ugyldig attributtype (streng forventet)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Ugyldigt udvidet attributnavn"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fejl ved stat for filen \"%s\": %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (ugyldig kodning)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fejl ved stat af fildeskriptor: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (uint32 forventet)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (uint64 forventet)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (byte-streng forventet)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fejl ved ændring af rettigheder: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Fejl ved ændring af ejer: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolsk henvisning må ikke være NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fejl ved manipulation af symbolsk henvisning: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fejl ved manipulation af symbolsk henvisning: filen er ikke en symbolsk "
"henvisning"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Indstilling af attributten %s understøttes ikke"
@@ -1631,12 +1636,12 @@ msgstr "Målfilen er ikke en almindelig fil"
msgid "The file was externally modified"
msgstr "Filen blev modificeret eksternt"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType angivet"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Ugyldig søgeforespørgsel"
@@ -1646,17 +1651,17 @@ msgstr "Ugyldig søgeforespørgsel"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikke beskære GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Nåede maksimal data-arraygrænse"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Hukommelses-uddatastrøm kan ikke ændre størrelse"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm"
@@ -1733,7 +1738,7 @@ msgstr "Fejl ved læsning fra unix: %s"
msgid "Error closing unix: %s"
msgstr "Fejl ved lukningaf unix: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Filsystemets rod"

259
po/de.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-04 19:46+0100\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -19,80 +19,80 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unerwartetes Attribut »%s« des Elements »%s«"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribut »%s« des Elements »%s« konnte nicht gefunden werden"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unerwarteter Tag »%s«; Tag »%s« wird erwartet"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unerwarteter Tag »%s« innerhalb von »%s«"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Es wurde keine gültige Lesezeichendatei in den Datenverzeichnissen gefunden"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Es existiert bereits ein Lesezeichen für den URI »%s«"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Es konnte kein Lesezeichen für den URI »%s« gefunden werden."
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Es ist kein MIME-Type im Lesezeichen für den URI »%s« definiert."
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Es konnte keine »privat«-Markierung für das Lesezeichen für den URI »%s« "
"gefunden werden."
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
"Es wurden keine Gruppen für das Lesezeichen für den URI »%s« festgelegt."
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%s« "
"registriert hat."
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Die Befehlzeile »%s« konnte nicht mit dem URI »%s« verknüpft werden."
@@ -167,7 +167,7 @@ msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
msgid "Invalid hostname"
msgstr "Ungültiger Rechnername"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
@@ -319,24 +319,24 @@ msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fehler in Zeile %d, Zeichen %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -347,18 +347,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt"
# CHECK
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -367,7 +367,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -376,16 +376,16 @@ msgstr ""
"»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
"konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -395,32 +395,32 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -429,7 +429,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -438,14 +438,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
"abzuschließen"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -456,7 +456,7 @@ msgstr ""
"erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht haben "
"Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -465,7 +465,7 @@ msgstr ""
"Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des Elemente "
"»%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen erwartet"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -474,7 +474,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« darf "
"keinen Elementnamen beginnen"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -483,25 +483,25 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« "
"folgt; das erlaubte Zeichen ist »>«"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -510,7 +510,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -519,19 +519,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/"
"> schließt, erwartet"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -539,18 +539,18 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
@@ -578,7 +578,7 @@ msgstr ""
"Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht "
"unterstützen"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "Interner Fehler"
@@ -1207,7 +1207,7 @@ msgstr "Zu großer Zählwert an %s übermittelt"
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Vorgang wurde abgebrochen"
@@ -1221,7 +1221,7 @@ msgstr "Unbekannter Typ"
msgid "%s filetype"
msgstr "%s-Dateityp"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s-Typ"
@@ -1263,7 +1263,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Benutzerdefinition für %s"
@@ -1276,10 +1276,10 @@ msgstr "Laufwerk unterstützt Auswerfen nicht"
msgid "drive doesn't implement polling for media"
msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1292,52 +1292,52 @@ msgstr "Vorgang nicht unterstützt"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Enthaltender Einhängepunkt existiert nicht"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Es kann nicht über das Verzeichnis kopiert werden"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Zieldatei existiert"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
@@ -1348,12 +1348,12 @@ msgid "Enumerator is closed"
msgstr "Datei-Enumerator ist geschlossen"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Datei-Enumerator ist bereits geschlossen"
@@ -1410,183 +1410,188 @@ msgstr "Ungültiger Dateiname %s"
msgid "Error getting filesystem info: %s"
msgstr "Fehler beim Einlesen der Dateisystem-Information: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Wurzelverzeichnis kann nicht umbenannt werden"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ungültiger Dateiname"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Fehler beim Umbennen der Datei: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Fehler beim Öffnen der Datei: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Verzeichnis kann nicht geöffnet werden"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Fehler beim Entfernen der Datei: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Fehler beim Verschieben der Datei in den Müll: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Datei konnte nicht in den Müll verschoben werden: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Fehler beim Verschieben der Datei: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Erstellen der Backup-Datei fehlgeschlagen"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Fehler beim Entfernen der Zieldatei: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attributwert darf nicht NULL sein"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Ungültiger Attributtyp (»string« erwartet)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Ungültiger erweiterter Attributname"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (ungültige Kodierung)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Fehler beim Setzen des Besitzers: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "Symbolische Verknüpfung darf nicht NULL sein"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fehler beim Setzen der Symbolischen Verknüpfung: Datei ist keine Symbolische "
"Verknüpfung"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setzen des Attributs %s nicht unterstützt"
@@ -1660,12 +1665,12 @@ msgstr "Zieldatei ist keine reguläre Datei"
msgid "The file was externally modified"
msgstr "Die Datei wurde extern verändert"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ungültiger GSeekType übergeben"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Ungültige Suchanfrage"
@@ -1675,17 +1680,17 @@ msgstr "Ungültige Suchanfrage"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream konnte nicht abgeschnitten werden"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Maximales Limit des Daten-Feldes erreicht"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Größe des Speicherausgabestroms ist nicht änderbar"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden"
@@ -1762,7 +1767,7 @@ msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s"
msgid "Error closing unix: %s"
msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Wurzelverzeichnis des Dateisystems"

259
po/dz.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-08-09 10:23+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
@@ -18,74 +18,74 @@ msgstr ""
"X-Poedit-SourceCharset: utf-8\n"
"Plural-Forms: nplurals=2;plural=(n!=1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "རེ་བ་མེད་པའི་ཁྱད་ཆོས་ '%s'ཆ་ཤས་'%s'གི་དོན་ལུ།"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ཁྱད་ཆོས་'%s'འཚོལ་མ་ཐོབ་ ཆ་ཤས་'%sགི"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s'། རེ་བ་བསྐྱེད་མི་ངོ་རྟགས་'%s'།"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s' ངོ་རྟགས། '%s'ནང་ན།"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་དེབ་རྟགས་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་ དེབ་རྟགས་ཅིག་ཧེ་མ་ལས་རང་འདུག"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་མ་ཐོབ།"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ མ་ཡིམ་གྱི་དབྱེ་བ་ངེས་འཛིན་མ་འབད་བས། "
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ སྒེར་གྱི་ཟུར་རྟགས་ངེས་འཛིན་མ་འབད་བས།"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%sགི་དོན་ལུ་ དེབ་རྟགས་ནང་ སྡེ་ཚན་གཞི་སྒྲིག་མ་འབད་བས།"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ %s:%s ལྷག་མ་ཚུགས།"
@@ -160,7 +160,7 @@ msgstr "འགྲུལ་ལམ་གྱི་མིང་ %s འབད
msgid "Invalid hostname"
msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
@@ -302,23 +302,23 @@ msgstr "ཡིག་སྣོད་ %s ཁ་ཕྱེ་མ་ཚུག
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ཡིག་སྣོད་’%s གི་ས་ཁྲ་འབྲི་མ་ཚུགས་: mmap() མ་བཏུབ་:%s།"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ངོ་བོ་སྟོང་པ་ &; མཐོང་ཅི། ནུས་ཅན་ངོ་བོ་ཚུ་: &amp; &quot; &lt; &gt; &apos; ཚུ་ཨིན།"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,17 +328,17 @@ msgstr ""
"ངོ་བོའི་མིང་ འགོ་བཙུགས་སར ཡིག་འབྲུ་་ %s ནུས་མེད་ཨིན་པས། ཡིག་འབྲུ་ & འདི་གིས་ངོ་བོ་ཅིག་ འགོ་"
"བཙུགསཔ་ཨིན། གལ་སྲིད་ དང་རྟགས་འདི་ ངོ་བོ་མིནམ་ཅིག་དགོ་པཅིན་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ཡིག་འབྲུ་ %s དེ་ ངོ་བོའི་མིང་ཅིག་གི་ ནང་འཁོད་ལུ་ ནུས་མེད་ཨིན། "
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ངོ་བོའི་མིང་ '%s' ཧ་མ་གོ"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -346,7 +346,7 @@ msgstr ""
"ངོ་བོ་འདི་ སེ་མི་ཀོ་ལཱོན་ ; གིས་འབད་ མཇུག་མ་བསྡུ་བས། ཁྱོད་ཀྱིས་ངོ་བོ་ཅིག་ འགོ་མ་བཙུགས་པར་ དང་རྟགས་"
"ཡིག་འབྲུ་ཅིག་ ལག་ལེན་འཐབ་འཐབ་བཟུམ་ཅིག་འདུག དང་རྟགས་་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +355,16 @@ msgstr ""
"'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (&#234; ) ཅིག་ནང་གི་ ཨང་"
"ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ &#454; བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,34 +374,34 @@ msgstr ""
"མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས། དང་རྟགས་དེ་ &amp; བཟུམ་སྦེ་ གྲོས་ཐར་"
"འབད།"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ཡིག་ཆ་དེ་ (དཔེར་ན་ <book>) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"ཡིག་འབྲུ་ %s དེ་ ཡིག་འབྲུ་’< ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་"
"ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ > ཅིག་ "
"ཨིན་པའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། = ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ %s ཆ་ཤས་ %s གི་རྗེས་"
"སུ།"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ %s གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ > ཡང་ན་ "
"/ གི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s གི་ ཆ་ཤས’%s གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་"
"ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"%s དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན་ ཡིག་འབྲུ་ </; %s ཚུ་གི་རྗེས་ཤུལ་ལུ་འོངམ་ ཆ་ཤས་ཀྱི་མིང་ཅིག་ "
"འགོ་མི་བཙུགསཔ་འོང༌།"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,25 +464,25 @@ msgstr ""
"%s དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན། ཁ་བསྡམ་ནིའི་ཆ་ཤས་མིང་ %s; གི་རྟིང་བདའ་འོངམ་ད་ ཆོག་པའི་ཡིག་"
"འབྲུ་དེ་ > ཨིན།"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ཆ་ཤས་ %s དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ཆ་ཤས་ %s དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ %s ཨིན།"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ < ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -%"
"s ཨིན་པས།"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +500,19 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ "
"མཐོང་བའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,16 +520,16 @@ msgstr ""
"ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་"
"ལུ་མིན་འདུག"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ %s གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
@@ -553,7 +553,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1164,7 +1164,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1179,7 +1179,7 @@ msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1218,7 +1218,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1231,10 +1231,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1247,52 +1247,52 @@ msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒ
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
@@ -1303,12 +1303,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1364,181 +1364,186 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
msgid "Error getting filesystem info: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ཡིག་སྣོད་ %s:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ཡིག་སྣོད་ %s:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ཡིག་སྣོད་ %s:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1611,12 +1616,12 @@ msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅ
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
@@ -1626,17 +1631,17 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1711,7 +1716,7 @@ msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་
msgid "Error closing unix: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

1119
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

259
po/eo.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2003-07-01 15:10-0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <LL@li.org>\n"
@@ -15,76 +15,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Malsukcesis krei dosieron '%s': %s"
@@ -158,7 +158,7 @@ msgstr "La padnomo '%s' ne estas absolutan padon"
msgid "Invalid hostname"
msgstr "Nevalida komputilnomo"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
@@ -300,22 +300,22 @@ msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Eraro ĉe linio %d signo %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Eraro ĉe linio %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Malplena ero '&;'; validaj eroj estas : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu "
"ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Signo '%s' ne estas valida en unu eronomo"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Eronomo '%s' ne estas konata"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
"Eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
"(&#234; ekzemple)- eble la cifero estas tro granda"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen "
"volikomenci eron - eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nefinita erorefrenco"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nefinita signorefrenco"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,7 +415,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita por fini la "
"komencetikedonde elemento '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +423,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
"signon enunu atributnomo"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
"kiamdonita valoro por atributo '%s' de elemento '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,26 +461,26 @@ msgstr ""
"'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
"estas'>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
"lasta elemento malfermita"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
"angulkrampo <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumento neatendite finis en elementa nomo"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
"atributvaloro"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumento neatendite finis dum en atributvaloro"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
@@ -551,7 +551,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1154,7 +1154,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1168,7 +1168,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1207,7 +1207,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1220,10 +1220,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1236,52 +1236,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1292,12 +1292,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1353,181 +1353,186 @@ msgstr "Nevalida komputilnomo"
msgid "Error getting filesystem info: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Nevalida komputilnomo"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Eraro ĉe linio %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1600,12 +1605,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nevalida komputilnomo"
@@ -1615,17 +1620,17 @@ msgstr "Nevalida komputilnomo"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1700,7 +1705,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "Error closing unix: %s"
msgstr "Eraro ĉe linio %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

827
po/es.po

File diff suppressed because it is too large Load Diff

770
po/et.po

File diff suppressed because it is too large Load Diff

827
po/eu.po

File diff suppressed because it is too large Load Diff

259
po/fa.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
@@ -15,74 +15,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "مشخصهٔ غیرمنتظرهٔ «%s» برای عنصر «%s»"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "مشخصهٔ «%s» برای عنصر «%s» پیدا نشد"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "برچسب غیرمنتظرهٔ «%s»، برچسب «%s» انتظار می‌رفت"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "برچسب غیرمنتظرهٔ «%s» داخل «%s»"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "پروندهٔ چوب‌الف معتبری در شاخه‌های داده پیدا نمی‌شود"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "چوب‌الفی برای نشانی «‎%s» از قبل موجود است"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "چوب‌الفی برای نشانی «‎%s» پیدا نشد"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "هیچ نوع MIME در چوب‌الف برای نشانی «‎%s» تعریف نشده است"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "پرچم خصوصی‌ای برای چوب‌الف برای نشانی «%s» تعریف نشده است"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "گروهی در چوب‌الف برای نشانی «‎%s» تعیین نشده است"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
@@ -156,7 +156,7 @@ msgstr "نام مسیر «‎%s» یک مسیر مطلق نیست"
msgid "Invalid hostname"
msgstr "نام میزبان نامعتبر"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "خطا در باز کردن شاخهٔ «‎%s»: %s"
@@ -298,24 +298,24 @@ msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: open() ش
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "تهیهٔ نقشه از پروندهٔ «‎%s» شکست خورد: mmap() شکست خورد: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "خطا در سطر %Id نویسهٔ %Id: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "خطا در سطر %Id: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"نهاد خالی «‎&;‎» مشاهده شد؛ نهادهای معتبر عبارتند از: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"نویسهٔ «%s» در ابتدای نام نهادها مجاز نیست؛ نویسهٔ & نهاد را آغاز می‌کند؛ اگر "
"این علامت & قرار نیست نهاد شود، به‌جای آن از &amp; استفاده کنید"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "نویسهٔ «%s» داخل نام نهادها مجاز نیست"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "نام نهاد «%s» شناخته نیست"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از &amp; استفاده کنید"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل &#234;) می‌بود شکست "
"خورد - شاید رقم خیلی بزرگ است"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,34 +372,34 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از &amp; استفاده کنید"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ارجاع نهادی ناتمام"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ارجاع نویسه‌ای ناتمام"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "نوشتار باید با یک عنصر (مثلاً <book>) شروع شود"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgid ""
msgstr ""
"‏«%s» پس از یک نویسهٔ '<' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ «‎>‎» "
"می‌رفت"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام مشخصه‌ای "
"استفاده کرده باشید"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت "
"تساوی انتظار یک علامت نقل قول باز می‌رفت"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,32 +452,32 @@ msgstr ""
"‏«%s» بعد از نویسه‌های «‎</‎» نویسهٔ معتبری نیست؛ «%s» نمی‌تواند ابتدای نام عناصر "
"قرار بگیرد"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "‏«%s» نویسهٔ معتبری برای بستن نام عنصر «%s» نیست؛ نویسهٔ مجاز «‎>» است"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '<' پایان یافت"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +486,7 @@ msgstr ""
"نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت آخرین "
"عنصر باز شده «%s» بود"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,19 +495,19 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب <%s/> "
"انتظار می‌رفت"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود "
"تمام شد؛ بدون مقدار برای مشخصه"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1158,7 +1158,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1173,7 +1173,7 @@ msgstr "گزینهٔ نامعلوم %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1212,7 +1212,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1225,10 +1225,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1241,52 +1241,52 @@ msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1358,181 +1358,186 @@ msgstr "نام برنامهٔ نامعتبر: %s"
msgid "Error getting filesystem info: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "نام میزبان نامعتبر"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "خطا در باز کردن شاخهٔ «‎%s»: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "خطا در تجزیهٔ گزینهٔ %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "خطا در باز کردن شاخهٔ «‎%s»: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "خطا در حین تبدیل: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "خطا در حین تبدیل: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "خطا در سطر %Id: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1605,12 +1610,12 @@ msgstr "پرونده متعارف نیست"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "نام برنامهٔ نامعتبر: %s"
@@ -1620,17 +1625,17 @@ msgstr "نام برنامهٔ نامعتبر: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1705,7 +1710,7 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
msgid "Error closing unix: %s"
msgstr "خطا در سطر %Id: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

776
po/fi.po

File diff suppressed because it is too large Load Diff

259
po/fr.po
View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-12 20:55+0100\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -22,76 +22,76 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attribut « %s » inattendu pour l'élément « %s »"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "L'attribut « %s » de l'élément « %s » est introuvable"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Balise « %s » inattendue. La balise « %s » était attendue"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Balise « %s » inattendue à l'intérieur de « %s »"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Impossible de trouver un fichier de signets valide dans les répertoires de "
"données"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Un signet pour l'URI « %s » existe déjà"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Aucun signet trouvé pour l'URI « %s »"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué"
@@ -169,7 +169,7 @@ msgstr "Le chemin « %s » n'est pas un chemin absolu"
msgid "Invalid hostname"
msgstr "Nom d'hôte non valide"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
@@ -318,24 +318,24 @@ msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erreur à la ligne %d, caractère %d : "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -346,17 +346,17 @@ msgstr ""
"caractère & commence une entité ; si l'esperluette n'est pas supposée être "
"une entité, échappez-le comme &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Le caractère « %s » n'est pas valide à l'intérieur d'un nom d'entité"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -365,7 +365,7 @@ msgstr ""
"utilisé une esperluette sans l'avoir marquée comme entité - échappez "
"l'esperluette comme &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -375,16 +375,16 @@ msgstr ""
"référence de caractère (&#234; par exemple) - peut-être que le nombre est "
"trop grand"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -394,32 +394,32 @@ msgstr ""
"avez vraisemblablement utilisé une esperluette sans intention de commencer "
"une entité - échappez l'esperluette comme &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texte codé en UTF-8 non valide - « %s » est non valide"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (par ex. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -428,7 +428,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne semble "
"pas commencer un nom d'élément"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -437,7 +437,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « > » est requis pour terminer la "
"balise de début de l'élément « %s »"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -445,7 +445,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « = » est requis après le nom de "
"l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -456,7 +456,7 @@ msgstr ""
"la balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -465,7 +465,7 @@ msgstr ""
"Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est "
"requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -474,7 +474,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » ne "
"peut pas commencer un nom d'élément"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -483,28 +483,28 @@ msgstr ""
"« %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:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Le document s'est terminé de manière inattendue juste après un crochet "
"ouvrant « < »"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -513,7 +513,7 @@ msgstr ""
"Le document s'est terminé de manière inattendue avec des éléments encore "
"ouverts - « %s » était le dernier élément ouvert"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -522,25 +522,25 @@ msgstr ""
"Le document s'est terminé de manière inattendue, un crochet fermant pour la "
"balise <%s/> est requis"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'élément"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'attribut"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'une balise "
"d'ouverture d'élément."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -548,20 +548,20 @@ msgstr ""
"Le document s'est terminé de manière inattendue après le signe égal suivant "
"un nom d'attribut ; aucune valeur d'attribut"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Le document s'est terminé de manière inattendue alors qu'il était à "
"l'intérieur d'une valeur d'attribut"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur de la balise "
"de fermeture pour l'élément « %s »"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un "
@@ -589,7 +589,7 @@ msgstr ""
"le motif contient des éléments non pris en charge par la correspondance "
"partielle"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "erreur interne"
@@ -1222,7 +1222,7 @@ msgstr "La valeur de comptage fournie à %s est trop grande"
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "L'opération a été annulée"
@@ -1236,7 +1236,7 @@ msgstr "Type inconnu"
msgid "%s filetype"
msgstr "Type de fichier %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "Type %s"
@@ -1279,7 +1279,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Définition personnalisée pour %s"
@@ -1292,10 +1292,10 @@ msgstr "le lecteur n'implémente pas l'éjection (« eject »)"
msgid "drive doesn't implement polling for media"
msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1308,52 +1308,52 @@ msgstr "Opération non prise en charge"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Le point de montage conteneur n'existe pas"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Impossible de copier par dessus un répertoire"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Impossible de copier un répertoire par dessus un autre"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Le fichier cible existe"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
@@ -1364,12 +1364,12 @@ msgid "Enumerator is closed"
msgstr "L'énumérateur est fermé"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "L'énumérateur du fichier a une opération en cours"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "L'énumérateur du fichier est déjà fermé"
@@ -1426,184 +1426,189 @@ msgstr "Nom de fichier non valide : %s"
msgid "Error getting filesystem info: %s"
msgstr "Impossible d'obtenir les informations du système de fichiers : %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Impossible de renommer le répertoire racine"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nom de fichier non valide"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Erreur au renommage du fichier : %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Erreur à l'ouverture du fichier : %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Impossible d'ouvrir le répertoire"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Erreur à la suppression du fichier : %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Erreur à la mise à la corbeille du fichier : %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossible de créer le répertoire de la corbeille %s : %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Impossible de trouver le répertoire racine pour la corbeille"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Impossible de trouver ou créer le répertoire de la corbeille"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Impossible de créer le fichier d'informations de mise à la corbeille : %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossible de mettre à la corbeille le fichier : %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erreur lors de la création du lien symbolique : %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Erreur lors du déplacement du fichier : %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Impossible de déplacer un répertoire par dessus un autre"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "La création du fichier de sauvegarde a échoué"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Erreur lors de la suppression du fichier cible : %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Le déplacement entre des points de montage n'est pas pris en charge"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "La valeur d'attribut ne doit pas être « NULL »"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Type d'attribut non valide (une chaîne est attendue)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nom d'attribut étendu non valide"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erreur de l'interrogation du fichier « %s » : %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (codage non valide)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Type d'attribut non valide (uint32 attendu)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Type d'attribut non valide (uint64 attendu)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Type d'attribut non valide (chaîne octet attendu)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erreur lors de la définition des permissions : %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Erreur lors de la définition du propriétaire : %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "un lien symbolique ne doit pas être « NULL »"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erreur lors de la définition du lien symbolique : %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Erreur lors de la définition du lien symbolique : le fichier n'est pas un "
"lien symbolique"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "La définition de l'attribut %s n'est pas prise en charge"
@@ -1676,12 +1681,12 @@ msgstr "Le fichier cible n'est pas un fichier standard"
msgid "The file was externally modified"
msgstr "Le fichier a été modifié extérieurement"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Le type GSeekType fourni n'est pas valide"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Requête « seek » non valide"
@@ -1691,17 +1696,17 @@ msgstr "Requête « seek » non valide"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossible de tronquer GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "La limite maximale du tableau de données est atteinte"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Le flux de sortie mémoire n'est pas redimensionnable"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Le redimensionnement du flux de sortie mémoire a échoué"
@@ -1778,7 +1783,7 @@ msgstr "Erreur lors de la lecture depuis unix : %s"
msgid "Error closing unix: %s"
msgstr "Erreur lors de la fermeture d'unix : %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Racine du système de fichiers"

259
po/ga.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-12-20 21:28-0700\n"
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -17,74 +17,74 @@ msgstr ""
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%"
"10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'"
@@ -158,7 +158,7 @@ msgstr ""
msgid "Invalid hostname"
msgstr "Óstainm neamhbhailí"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
@@ -303,22 +303,22 @@ msgstr "Theip ar oscailt comhad '%s': theip open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Theip ar mapáil comhad '%s': theip mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Earraidh ar líne %d carachtar %d:"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Earráid ar líne %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,91 +326,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - is neamhbhailí '%s'"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -418,87 +418,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -522,7 +522,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "earráid inmheánach"
@@ -1118,7 +1118,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1132,7 +1132,7 @@ msgstr "Cineál anaithnid"
msgid "%s filetype"
msgstr "cineál comhaid %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "cineál %s"
@@ -1171,7 +1171,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1184,10 +1184,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1200,52 +1200,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1256,12 +1256,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1317,181 +1317,186 @@ msgstr "Ainm comhaid %s neamhbhailí"
msgid "Error getting filesystem info: %s"
msgstr "Earráid agus eolas chóras comhad á fháil: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ainm comhaid neamhbhailí"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Earráid agus comhad á athainmniú: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Earráid agus comhad á oscailt: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Earráid agus comhad á bhaint: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Earráid agus comhad á chur sa bhruscar: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ní féidir comhad curtha sa bhruscar a chruthú: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ní féidir comhad a chur sa bhruscar: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Earráid agus nasc siombalach á dhéanamh: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Earráid agus comhad á bhogadh: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (ionchódú neamhbhailí)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Earráid le linn cumarsáide: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Earráid le linn cumarsáide: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Earráid agus nasc siombalach á shocrú: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1564,12 +1569,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Ainm comhaid %s neamhbhailí"
@@ -1579,17 +1584,17 @@ msgstr "Ainm comhaid %s neamhbhailí"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1666,7 +1671,7 @@ msgstr "Earráid agus unix á léamh: %s"
msgid "Error closing unix: %s"
msgstr "Earráid agus unix á dhúnadh: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Fréamh an chóras comhad"

770
po/gl.po

File diff suppressed because it is too large Load Diff

259
po/gu.po
View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-03 14:10+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
@@ -27,74 +27,74 @@ msgstr ""
"\n"
"\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "ઘટક '%s' માટે અનિચ્છનીય લક્ષણ '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ઘટક '%s' નું લક્ષણ '%s' મળ્યું નહિં"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "અનિચ્છનીય ટેગ '%s', ટેગ '%s' ઈચ્છિત"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "અનિચ્છનીય ટેગ '%s' એ '%s' માં"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "માહિતી ડિરેક્ટરીઓ માટે કોઈ માન્ય બુકમાર્ક ફાઈલ મળી નહિં"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' માટેની બુકમાર્ક પહેલાથી જ હાજર છે"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' માટે કોઈ બુકમાર્ક મળી નહિં"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ MIME પ્રકાર વ્યાખ્યાયિત નથી"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ ખાનગી ફ્લેગ વ્યાખ્યાયિત થયેલ નથી"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ જૂથો સુયોજિત નથી"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s' માટે બુકમાર્ક રજીસ્ટર કરી નથી"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ"
@@ -168,7 +168,7 @@ msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી"
msgid "Invalid hostname"
msgstr "અયોગ્ય યજમાન નામ"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s"
@@ -311,22 +311,22 @@ msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d લીટી પર ભૂલ: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,17 +336,17 @@ msgstr ""
"વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ "
"વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' વસ્તુ નામ જાણીતુ નથી"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -354,7 +354,7 @@ msgstr ""
"વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી "
"શકો છો- એમપરસંડ &amp; તરીકે લો"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,16 +363,16 @@ msgstr ""
"'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
"તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -381,52 +381,52 @@ msgstr ""
"અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
"ને &amp; તરીકે લો"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "અપુર્ણ અક્ષર સંદર્ભ "
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે "
"કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,46 +445,46 @@ msgstr ""
"અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
"પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. "
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
"જોવા માગે છે"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
"લાક્ષણિકતાના મુલ્ય નથી"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
@@ -546,7 +546,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી
msgid "the pattern contains items not supported for partial matching"
msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "આંતરિક ભૂલ"
@@ -1146,7 +1146,7 @@ msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર
msgid "Stream is already closed"
msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી"
@@ -1160,7 +1160,7 @@ msgstr "અજ્ઞાત પ્રકાર"
msgid "%s filetype"
msgstr "%s ફાઈલપ્રકાર"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s પ્રકાર"
@@ -1199,7 +1199,7 @@ msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફ
msgid "Can't create user desktop file %s"
msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા"
@@ -1212,10 +1212,10 @@ msgstr "ડ્રાઈવર બહાર કાઢો અમલમાં મ
msgid "drive doesn't implement polling for media"
msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "પ્રક્રિયા આધારભૂત નથી"
@@ -1228,52 +1228,52 @@ msgstr "પ્રક્રિયા આધારભૂત નથી"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "કચરાપેટી આધારભૂત નથી"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી"
@@ -1284,12 +1284,12 @@ msgid "Enumerator is closed"
msgstr "ઈન્યૂમેરેટર બંધ થયેલ છે"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે"
@@ -1345,181 +1345,186 @@ msgstr "અયોગ્ય ફાઈલનામ %s"
msgid "Error getting filesystem info: %s"
msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "અયોગ્ય ફાઈલનામ"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "ફાઈલ ખોલવામાં ભૂલ: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ડિરેક્ટરી ખોલી શકતા નથી"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "લક્ષણ કિંમત બિન-શૂન્ય જ હોવી જોઈએ"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (શબ્દમાળા ઈચ્છિત)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી"
@@ -1592,12 +1597,12 @@ msgstr "લક્ષ્ય ફાઈલ નિયમિત ફાઈલ નથ
msgid "The file was externally modified"
msgstr "ફાઈલ બાહ્ય રીતે સુધારેલ હતી"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "અયોગ્ય GSeekType પૂરું પાડેલ"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "અયોગ્ય પહોંચ અરજી"
@@ -1607,17 +1612,17 @@ msgstr "અયોગ્ય પહોંચ અરજી"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream કાપી શકતા નથી"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "મહત્તમ માહિતી એરે મર્યાદાએ પહોંચ્યા"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલી શકાય તેમ નથી"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલવામાં નિષ્ફળ"
@@ -1694,7 +1699,7 @@ msgstr "unix માંથી વાંચતી વખતે ભૂલ: %s"
msgid "Error closing unix: %s"
msgstr "unix બંધ કરતી વખતે ભૂલ: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "ફાઈલસિસ્ટમ રુટ"

770
po/he.po

File diff suppressed because it is too large Load Diff

259
po/hi.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-06-20 14:14+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
@@ -24,74 +24,74 @@ msgstr ""
"\n"
"\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' अप्रत्याशित गुण '%s' तत्व के लिये"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' तत्व '%s' का गुण नहीं मिला"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "'%s' अप्रत्याशित टैग, '%s' टैग प्रत्याशित"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "अप्रत्याशित टैग '%s' '%s' के अंदर"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "कोई वैध पुस्तकचिह्न आंकड़ा निर्देशिका में नहीं मिला"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' के लिये पुस्तकचिह्न पहले से मौजूद है"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' के लिये कोई पुस्तकचिह्न नहीं मिला"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "कोई MIME प्रकार URI '%s' के लिये पुस्तकचिह्न में परिभाषित नहीं है"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई निजी फ्लैग परिभाषित नहीं है"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई समूह सेट नहीं है"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
@@ -165,7 +165,7 @@ msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं
msgid "Invalid hostname"
msgstr "अवैध होस्ट-नाम"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
@@ -307,22 +307,22 @@ msgstr "फ़ाइल '%s' खोलने में असफल: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल चित्रित करने में विफल: mmap() विफल: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "खाली एंटिटी '&;' देखा; वैध एंटिटी हैं: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"एक एंटिटी के प्रारंभ में अक्षर '%s' वैध नहीं है, तथा & अक्षर एक एंटिटी को प्रारंभ करता है; "
"यदि यह एम्परसेंड एक एंटिटी नहीं है, तो इसे ऐसे एस्केप करें &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " अक्षर '%s' एक एंटिटी नाम के भीतर वैध नहीं है"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "एंटिटी नाम '%s' ज्ञात नहीं है"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -350,7 +350,7 @@ msgstr ""
"एंटिटी अर्धविराम पर समाप्त नहीं होता, बहुत संभव है कि आपने एम्परसेन्ड अक्षर का प्रयोग "
"किया है और एक एंटिटी प्रारंभ नहीं करना चाहते- एम्परसेंड को ऐसे एस्केप करें: &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
"'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण "
"के लिए, &#234) - शायद अंक काफी बड़ा है"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अंक जैसे &#454 सम्मिलित अवश्य होने चाहिएँ;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -378,41 +378,41 @@ msgstr ""
"अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें "
"ऐसे &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,13 +420,13 @@ msgid ""
msgstr ""
"विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना "
"प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न "
"के बाद एक खुला कोट चिह्न वांछित है"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,32 +453,32 @@ msgid ""
msgstr ""
"'%s' एक वैध अक्षर नहीं है अक्षर '</' के बाद; '%s' एक अवयव नाम से प्रारंभ नहीं होता"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' एक वैध अक्षर नहीं है क्लोज़ अवयव नाम '%s' के बाद; स्वीकार्य अक्षर है '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ "
"अवयव था"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द "
"करता हुआ <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; "
"कोई विशेषता मूल्य नहीं"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1153,7 +1153,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1168,7 +1168,7 @@ msgstr "अनजान विकल्प %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1207,7 +1207,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1220,10 +1220,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1236,52 +1236,52 @@ msgstr "सिंबालिक लिंक समर्थित नहीं
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
@@ -1292,12 +1292,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1353,181 +1353,186 @@ msgstr "अवैध प्रोग्राम नाम: %s"
msgid "Error getting filesystem info: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "अवैध होस्ट-नाम"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%s विकल्प विश्लेषण में त्रुटि"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1600,12 +1605,12 @@ msgstr "एक सामान्य फाइल नहीं"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "अवैध प्रोग्राम नाम: %s"
@@ -1615,17 +1620,17 @@ msgstr "अवैध प्रोग्राम नाम: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1700,7 +1705,7 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid "Error closing unix: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/hr.po
View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -14,75 +14,75 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: TransDict server\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
@@ -156,7 +156,7 @@ msgstr "Putanja '%s' nije apsolutna putanja"
msgid "Invalid hostname"
msgstr "Neispravno ime računala"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Greška pri otvaranju mape '%s': %s"
@@ -298,23 +298,23 @@ msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška na retku %d znak %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška na retku %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Prazan entitet '&;' ; ispravni entiteti su: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"Znak '%s' nije dozvoljen na početku imena entiteta; znak & počinje entitet; "
"ako ovaj & nije entitet onda ga označite sa &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nije dozvoljen unutar imena entiteta"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ime entiteta '%s' nije poznato"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -342,7 +342,7 @@ msgstr ""
"Entitet nije zavšio sa točka-zarezom; vjerojatno ste koristili ampersand "
"znak bez namjere da započnete entitet - escapirajte ampersand sa &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +351,16 @@ msgstr ""
"Nisam uspio parsirati '%s', koji bi trebao biti broj unutar "
"znakovnereference (npr. &#234;) - možda je broj prevelik"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca '%s' se ne kodira kao dozvoljeni znak"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; treba uključivati broj kao &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao "
"&amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nezavršena referenca entiteta"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nezavršena znakovna referenca"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi sa elementom(npr. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije "
"započeti ime elementa"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -414,14 +414,14 @@ msgid ""
msgstr ""
"Neparan znak '%s', očekuje se da '>' znak završi početni tag elementa'%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu "
"atributa"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se "
"daje vrijednost atributa '%s' elementa '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgid ""
msgstr ""
"'%s' nije znak koji smije slijediti '</'; '%s' ne smije započetiime elementa"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +458,25 @@ msgstr ""
"'%s' nije ispravan znak koji može slijediti nakon imena završnog elementa '%"
"s'; dozvoljeni znak je '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren, ali trenutno otvoreni element je '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument je završio neočekivano nakon otvaranja zagrade '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgstr ""
"Dokument je završio neočekivano sa još uvijek otvorenim elementima- '%s' je "
"bio zadnjiotvoreni element"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"Dokument je završio neočekivano, očekivalo se da zatvorena šiljata "
"zagradazavrši tag<%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument je završio neočekivano unutar imena elementa"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument je završio neočekivano unutar imena atributa"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument je završio neočekivano unutar taga koji započinje element"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,17 +514,17 @@ msgstr ""
"Dokument je završio neočekivano nakon što je znak jednakosti slijedioime "
"atributa; nema vrijednosti atributa"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument je završio neočekivano unutar vrijednosti atributa"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument je završio neočekivano unutar taga koji završava za element '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument je završio neočekivano unutar komentara ili izvršavanja instrukcije"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1156,7 +1156,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1170,7 +1170,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1209,7 +1209,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1222,10 +1222,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1238,52 +1238,52 @@ msgstr "Nisu podržane simboličke veze"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Nisu podržane simboličke veze"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1294,12 +1294,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1355,181 +1355,186 @@ msgstr "Neispravno ime računala"
msgid "Error getting filesystem info: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Neispravno ime računala"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Greška pri otvaranju mape '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokument je završio neočekivano unutar imena atributa"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška pri otvaranju mape '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška na retku %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1602,12 +1607,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Neispravno ime računala"
@@ -1617,17 +1622,17 @@ msgstr "Neispravno ime računala"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1702,7 +1707,7 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid "Error closing unix: %s"
msgstr "Greška na retku %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

839
po/hu.po

File diff suppressed because it is too large Load Diff

259
po/hy.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-03-03 16:24+0000\n"
"Last-Translator: Norayr Chilingaryan <norik@freenet.am>\n"
"Language-Team: Armenian <norik@freenet.am>\n"
@@ -15,74 +15,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 16bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
@@ -156,7 +156,7 @@ msgstr ""
msgid "Invalid hostname"
msgstr ""
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' պանակը բացելու սխալ՝ %s"
@@ -298,22 +298,22 @@ msgstr "Չի հաջողվել բացել '%s' ֆայլը՝ open() խափանվե
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Սխալ %d տողի %d տառում՝ %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Սխալ %d տողում՝ %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,93 +321,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Փաստաթուղթը պետք է սկսվի որևէ էլէմենտով (օրինակ <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,87 +415,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1117,7 +1117,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1131,7 +1131,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1170,7 +1170,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1183,10 +1183,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1199,52 +1199,52 @@ msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1255,12 +1255,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1316,181 +1316,186 @@ msgstr ""
msgid "Error getting filesystem info: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr ""
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' պանակը բացելու սխալ՝ %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' պանակը բացելու սխալ՝ %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1563,12 +1568,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1578,17 +1583,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1662,7 +1667,7 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid "Error closing unix: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/id.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-08-30 22:41+0300\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"
@@ -16,76 +16,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "File kunci yang benar tidak ditemukan pada direktori data"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal saat membaca link simbolik '%s': %s"
@@ -159,7 +159,7 @@ msgstr "Nama path '%s' bukan path absolut"
msgid "Invalid hostname"
msgstr "Nama host salah"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
@@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Gagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error pada baris %d huruf ke %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error pada baris ke %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: &amp; "
"&quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah "
"entitas, Beri kode escape dan tulis sebagai &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entitas '%s' tidak diketahui"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -354,7 +354,7 @@ msgstr ""
"ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai "
"&amp; saja"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,17 +363,17 @@ msgstr ""
"Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi "
"karakter (misalnya &#234;) - mungkin digitnya terlalu besar"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,34 +383,34 @@ msgstr ""
"menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
"entitas. Silakan gunakan &amp; saja"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referensi entitas yang tidak sempurna"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Refersi karakter yang tidak sempurna"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
"tidak boleh menjadi nama elemen"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
"elemen '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
"karakter yang tidak diperbolehkan pada nama atribut."
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama "
"dengan saat memberikan nilai atribut '%s' pada elemen '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
"'%s' tidak boleh dijadikan awal nama elemen"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,26 +474,26 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
"yang diperbolehkan adalah '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau berisi whitespace saja"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
"adalah elemen terakhir yang dibuka"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,19 +511,19 @@ msgstr ""
"Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
"mengakhiri tag <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,16 +531,16 @@ msgstr ""
"Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
"atribut. Tidak ada nilai atribut yang diperoleh"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@@ -566,7 +566,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1183,7 +1183,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1198,7 +1198,7 @@ msgstr "Pilihan tidak diketahui %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1237,7 +1237,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1250,10 +1250,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1266,52 +1266,52 @@ msgstr "Link simbolik tidak didukung oleh sistem"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1322,12 +1322,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1383,181 +1383,186 @@ msgstr "Nama program salah: %s"
msgid "Error getting filesystem info: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Nama host salah"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal saat membuat file '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal saat membuat file '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal saat membuat file '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Error saat membuka direktori '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error pada baris ke %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1630,12 +1635,12 @@ msgstr "Bukan sebuah file biasa"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nama program salah: %s"
@@ -1645,17 +1650,17 @@ msgstr "Nama program salah: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1730,7 +1735,7 @@ msgstr "Error saat membaca file '%s': %s"
msgid "Error closing unix: %s"
msgstr "Error pada baris ke %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/is.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2003-08-18 18:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n"
@@ -15,75 +15,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "gat ekki lesið tákntengið '%s': %s"
@@ -157,7 +157,7 @@ msgstr "Slóðin '%s' er ekki full slóð"
msgid "Invalid hostname"
msgstr "Ógilt vélarheiti"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Villa við að opna möppuna '%s': %s"
@@ -299,23 +299,23 @@ msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Villa á línu %d tákn %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Villa á línu %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tómt viðfang '&;' fannst; gild viðföng eru: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef "
"Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Táknið '%s' er ekki gilt í heitum viðfanga"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Viðfangið '%s' er óþekkt"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn "
"(til dæmis &#234;). Ef til vill er talan of stór"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Hálfkláruð viðfangatilvísun"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Hálfkláruð tákntilvísun"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,21 +406,21 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
"viðfangs"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +431,7 @@ msgstr ""
"viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
"eiginleika"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +440,7 @@ msgstr ""
"Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar "
"gildi er gefið með eiginleikanum '%s' af menginu '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
"heiti mengis"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,25 +457,25 @@ msgid ""
msgstr ""
"'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Skjalið var tómt eða innihélt einungis orðabil"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
"var opnað"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgid ""
msgstr ""
"Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Skjalið endar óvænt inn í heiti mengis"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
"er ekkert gildi"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Skjalið endar óvænt inn í gildi eiginleika"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
@@ -545,7 +545,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1148,7 +1148,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1162,7 +1162,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1201,7 +1201,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1214,10 +1214,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1230,52 +1230,52 @@ msgstr "Tákntengi eru ekki studd"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Tákntengi eru ekki studd"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1286,12 +1286,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1347,181 +1347,186 @@ msgstr "Ógilt vélarheiti"
msgid "Error getting filesystem info: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Ógilt vélarheiti"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "gat ekki búið til skrána '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Villa við að opna möppuna '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Villa við að opna möppuna '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Villa á línu %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1594,12 +1599,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Ógilt vélarheiti"
@@ -1609,17 +1614,17 @@ msgstr "Ógilt vélarheiti"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1694,7 +1699,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "Error closing unix: %s"
msgstr "Villa á línu %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/it.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.16.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-04 10:18+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -17,31 +17,31 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag \"%s\" inatteso all'interno di \"%s\""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
@@ -49,27 +49,27 @@ msgstr ""
# usate le «» perché forse questa compare nella UI
#
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Esiste già un segnalibro per l'URI «%s»"
# vedi sopra per «»
#
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
@@ -77,23 +77,23 @@ msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
# o private è il nome della flag (che quindi diventa opzione)?
# cercare nel codice... -Luca
#
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita"
@@ -169,7 +169,7 @@ msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
msgid "Invalid hostname"
msgstr "Nome host non valido"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errore nell'aprire la directory \"%s\": %s"
@@ -325,23 +325,23 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s"
# GLIB-2-16
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errore alla riga %d carattere %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Errore alla riga %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -352,17 +352,17 @@ msgstr ""
"'&' dà inizio a un'entità; se questo simbolo \"e commerciale\" non vuole "
"essere l'inizio di una entità, ricorrere a &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Il carattere '%s' non è valido all'interno di un nome di entità"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Il nome di entità '%s' è sconosciuto"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -371,7 +371,7 @@ msgstr ""
"utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
"tal caso ricorrere a \"&amp;\""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -381,18 +381,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -402,33 +402,33 @@ msgstr ""
"si è utilizzato un carattere \"e commerciale\" senza l'intenzione di "
"iniziare una nuova entità. In tal caso ricorrere a \"&amp;\""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Riferimento a entità non terminato"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga"
# anche gradevole "di apertura" come da discussione su TP
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testo in codifica UTF-8 non valido - '%s' non valido"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -437,7 +437,7 @@ msgstr ""
"'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con "
"il nome di un elemento"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -446,7 +446,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag "
"di inizio dell'elemento \"%s\""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -454,7 +454,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '=' dopo il nome "
"dell'attributo \"%s\" dell'elemento \"%s\""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -466,7 +466,7 @@ msgstr ""
"attributo. Probabilmente è stato usato un carattere non valido nel nome di "
"un attributo"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -476,7 +476,7 @@ msgstr ""
"segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento "
"\"%s\""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -485,7 +485,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio a un nome di elemento"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -494,28 +494,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
"d'apertura '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -524,7 +524,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -533,23 +533,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di elemento"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di attributo"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un tag di apertura "
"elemento."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -557,20 +557,20 @@ msgstr ""
"Il documento è terminato in modo inatteso dopo il segno di uguale che segue "
"un nome di attributo; l'attributo non ha un valore"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un valore di "
"attributo"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento \"%s\""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -600,7 +600,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"il modello contiene elementi non supportati per la corrispondenza parziale"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "errore interno"
@@ -1310,7 +1310,7 @@ msgstr "Valore count troppo largo passato a %s"
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "L'operazione è stata annullata"
@@ -1324,7 +1324,7 @@ msgstr "Tipo sconosciuto"
msgid "%s filetype"
msgstr "Tipo di file %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "Tipo %s"
@@ -1369,7 +1369,7 @@ msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s"
msgid "Can't create user desktop file %s"
msgstr "Impossibile creare il file .desktop utente %s"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Definizione personalizzata per %s"
@@ -1383,10 +1383,10 @@ msgstr "l'unità non implementa l'espulsione"
msgid "drive doesn't implement polling for media"
msgstr "l'unità non supporta il sondaggio di supporti"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1399,52 +1399,52 @@ msgstr "Operazione non supportata"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "L'oggetto mount contenuto non esiste"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Impossibile copiare sopra la directory"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Impossibile copiare la directory sopra la directory"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Il file destinazione esiste"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Cestino non supportato"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "il volume non implementa il montaggio"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
@@ -1456,12 +1456,12 @@ msgstr "L'enumeratore è chiuso"
# una sola ????
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "L'enumeratore di file presenta un'operazione in sospeso"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "L'enumeratore di file è già chiuso"
@@ -1520,59 +1520,59 @@ msgstr "Nome di file %s non valido"
msgid "Error getting filesystem info: %s"
msgstr "Errore nell'ottenere informazioni sul file system: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Impossibile rinominare la directory root"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Impossibile rinominare il file, il nome di file esiste già"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nome di file non valido"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Errore nel rinominare il file: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Errore nell'aprire il file: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Impossibile aprire la directory"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Errore nel rimuovere il file: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Errore nel cestinare il file: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossibile creare la directory cestino \"%s\": %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Impossibile trovare la directory di livello superiore per il cestino"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Impossibile trovare o creare la directory cestino"
@@ -1580,121 +1580,126 @@ msgstr "Impossibile trovare o creare la directory cestino"
# consultare la specifica del cestino di freedesktop.org
# (in breve per ogni file cestinato viene creata una copia
# del file e un file di informazioni - data, posizione originaria...)
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Impossibile creare il file informazioni cestinamento: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossibile cestinare il file: %s"
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Errore nell'aprire la directory \"%s\": %s"
# FIXME: all other occurrences are "symlink"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errore nel creare il collegamento simbolico: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Errore nello spostare il file: %s"
# ma che senso ha???
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Impossibile spostare la directory sopra la directory"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Creazione del file backup fallita"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Errore nel rimuovare il file destinazione: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Spostamento tra oggetti mount non supportato"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Il valore dell'attributo deve essere non-NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo di attributo non valido (attesa stringa)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nome di attributo esteso non valido"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Impossibile eseguire lo stat del file \"%s\": %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (codifica non valida)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errore nell'eseguire lo stat del descrittore di file: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo di attributo non valido (atteso unit32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo di attributo non valido (atteso uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo di attributo non valido (attesa stringa di byte)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errore nell'impostare i permessi: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Errore nell'impostare il proprietario: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "il collegamento simbolico deve essere non-NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errore nell'impostare il collegamento simbolico: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
@@ -1702,7 +1707,7 @@ msgstr ""
"collegamento"
# %s è l'attributo
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Impostazione dell'attributo %s non supportata"
@@ -1775,12 +1780,12 @@ msgstr "Il file destinazione non è un file normale"
msgid "The file was externally modified"
msgstr "Il file è stato modificato dall'esterno"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Fornito GSeekType non valido"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Richiesta di posizionamento non valida"
@@ -1790,17 +1795,17 @@ msgstr "Richiesta di posizionamento non valida"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossibile troncare GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Raggiunto il limite massimo dell'array di dati"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Stream di output di memoria non ridimensionabile"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Ridimensionamento dello stream di output di memoria fallito"
@@ -1879,7 +1884,7 @@ msgstr "Errore nel leggere da unix: %s"
msgid "Error closing unix: %s"
msgstr "Errore nel chiudere unix: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "File system radice"

770
po/ja.po

File diff suppressed because it is too large Load Diff

259
po/ka.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ka\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-09-14 12:15+0200\n"
"Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა <vsichi@gnome.org>\n"
"Language-Team: Georgian <http://mail.gnome.org/mailman/listinfo/gnome-ge-"
@@ -20,74 +20,74 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0\n"
"X-Generator: KBabel 1.11.4\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "მოულოდნელი ატრიბუტი '%s' ელემენტ '%s'-თვის"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ატრიბუტი'%s' ელემენტისთვის '%s' ვერ მოიძებნა"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "უცნობი ჭდე '%s', მოსალოდნელი იყო '%s'"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "უცნობი ჭდე '%s' - '%s'-ში"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "მონაცემთა დასტებში მართებული საკვანძო ფაილი ვერ მოიძებნა"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' სანიშნე უკვე არსებობს"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-თვის სანიშნე ვერ მოიძებნა"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში MIME ტიპი არ მითითებულა"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში პირადი ალამი არ მითითებულა"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში ჯგუფები არ მითითებულა"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "შეუძლებელია '%s' exec line-ს გაფართოება, მისამართით URI '%s'"
@@ -164,7 +164,7 @@ msgstr "გეზი \"%s\" აბსოლუტური არ გახლ
msgid "Invalid hostname"
msgstr "მასპინძლის მცდარი სახელი"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
@@ -305,23 +305,23 @@ msgstr "ვერ მოხერხდა '%s' ფაილის გახს
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ვერ მოხერხდა '%s' ფაილის განთავსება: mmap() ვერ შედგა: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "შეცდომა სტრიქონში %d სიმბოლო %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ცარიელი ერთეული \"&;\"; შესაძლო ერთეულებია: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"სიმბოლოთი; თუ ეს სიმბოლო სიმბოლო ერთეულის ნაწილი უნდა იყოს გამოსახეთ იგი, "
"როგორც &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "სიმბოლო \"%s\" ერთეულის სახელში დაუშვებელია"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ერთეულის სახელი \"%s\" უცნობია"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -350,7 +350,7 @@ msgstr ""
"ერთეული არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,17 +359,17 @@ msgstr ""
"ვერ მუშავდება სტრიქონი '%-.*s', რომელშიც უნდა იყოს სიმბოლოს ნომერი "
"(მაგალითად, &#234;): შესაძლოა რიცხვი მეტისმეტად დიდია"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "სიმბოლოს ნომერი '%-.*s' დაუშვებელია"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"სიმბოლოს დამოწმება ცარიელია; იგი ნომერს უნდა შეიცავდეს, მაგალითად, &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -378,32 +378,32 @@ msgstr ""
"სიმბოლოს ნომერი არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ერთეულის დამოწმება არაა დასრულებული"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - overlong sequence"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - not a start char"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - მიუღებელი '%s'"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -412,7 +412,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის "
"სახელის დაწყება არ შეიძლება"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,7 +421,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის "
"დასახურად"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -429,7 +429,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ "
"ელემენტისთვის \"%s\""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -440,7 +440,7 @@ msgstr ""
"გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი "
"სიმბოლო ატრიბუტის სახელში"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -449,7 +449,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის "
"შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"</\" შემდეგ; სიმბოლო \"%s\" არ შეიძლება იყოს "
"ელემენტის სახელის დასაწყისში"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,25 +467,25 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია ელემენტის \"%s\" დახურვის ჭდის შემდეგ; დასაშვები "
"სიმბოლოა \">\""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი "
"ელემენტია"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +502,19 @@ msgid ""
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,16 +522,16 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის "
"შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით"
@@ -556,7 +556,7 @@ msgstr "უკან დაბრუნების ლიმიტი ამო
msgid "the pattern contains items not supported for partial matching"
msgstr "თარგი შეიცავს ნაწილობრივი დამთხვევისთვის მხარდაუჭერელ ელემეტებს"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "შიდა შეცდომა"
@@ -1172,7 +1172,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1187,7 +1187,7 @@ msgstr "უცნობი შეცდომა"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1226,7 +1226,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1239,10 +1239,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1255,52 +1255,52 @@ msgstr "სიმბოლური ბმების გამოყენე
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
@@ -1311,12 +1311,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1372,181 +1372,186 @@ msgstr "გასაღების მიუღებელი სახელ
msgid "Error getting filesystem info: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "მასპინძლის მცდარი სახელი"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "გარდაქმნის შეცდომა: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "გარდაქმნის შეცდომა: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1619,12 +1624,12 @@ msgstr "ფაილი ჩვეულებრივი არაა"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "გასაღების მიუღებელი სახელი: %s"
@@ -1634,17 +1639,17 @@ msgstr "გასაღების მიუღებელი სახელ
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1719,7 +1724,7 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid "Error closing unix: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/kn.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.kn\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-13 14:34+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <en@li.org>\n"
@@ -17,74 +17,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s'ಘಟಕಕ್ಕೆ ಅನಪೇಕ್ಷಿತ ಗುಣ ವಿಶೇಷ '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' ದ ಘಟಕಕ್ಕೆ '%s' ಗುಣವಿಶೇಷ ಪತ್ತೆಯಾಗಿಲ್ಲ"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s', ಪದಗುಚ್ಛ '%s' ವನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s' ದ ಒಳಗೆ ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ದತ್ತಾಂಶ ಕೋಶದಲ್ಲಿ ಯಾವುದೇ ಮಾನ್ಯ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ಗೆ ಈಗಾಗಲೆ ಒಂದು ಬುಕ್ ಮಾರ್ಕ್ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ಗೆ ಯಾವುದೇ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ಗಾಗಿನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ MIME ಪ್ರಕಾರವು ಕಂಡುಬಂದಿಲ್ಲ"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ ಖಾಸಗಿ ನಿಶಾನೆಯು ಸೂಚಿತವಾಗಿಲ್ಲ"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ಗಾಗಿ ಯಾವುದೇ ಸಮೂಹವು ಸಂಯೋಜಿತವಾಗಿಲ್ಲ"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' ಎಂಬ ಹೆಸರಿನ ಯಾವುದೇ ಅನ್ವಯವು '%s' ಗಾಗಿ ಒಂದು ಬುಕ್-ಮಾರ್ಕನ್ನು ನೊಂದಾಯಿಸಿಲ್ಲ"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
@@ -158,7 +158,7 @@ msgstr "ಪಥದ ಹೆಸರು '%s' ಒಂದು ಪರಿಪೂರ್ಣವ
msgid "Invalid hostname"
msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s"
@@ -302,23 +302,23 @@ msgstr "ಕಡತ '%s' ವನ್ನು ತೆರೆಯಲು ವಿಫಲವಾ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ವನ್ನು ನಕ್ಷೆ ಕಡತಮಾಡುವಲ್ಲಿ ವಿಫಲ: mmap() ವಿಫಲಗೊಂಡಿದೆ: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d ಸಾಲಿನ %d ಚಿಹ್ನೆಯಲ್ಲಿ ದೋಷ:"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ಖಾಲಿ ಘಟಕ '&;' ಕಂಡು ಬಂದಿದೆ; ಮಾನ್ಯ ನಮೂದುಗಳೆಂದರೆ: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,17 +328,17 @@ msgstr ""
"'%s' ವು ಒಂದು ಘಟಕದ ಹೆಸರಿನ ಒಂದು ಆರಂಭದಲ್ಲಿ ಇರುವಂತಿಲ್ಲ; & ಅಕ್ಷರವು ಒಂದು ಘಟಕದ "
"ಆರಂಭದಲ್ಲಿರಬೇಕು ಇದರಿಂದ ಹೊರಬರಲು &amp; ಮಾಡಿ"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ಒಂದು ಘಟಕದ ಹೆಸರಿನಲ್ಲಿ ಅಕ್ಷರ '%s' ವು ಮಾನ್ಯವಾದುದಲ್ಲ"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ತಿಳಿದಿಲ್ಲದ ಘಟಕದ ಹೆಸರು '%s'"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -347,7 +347,7 @@ msgstr ""
"ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ ಹೊರಬರಲು "
"&amp; ಎಂದು ಮಾಡಿ"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -356,16 +356,16 @@ msgstr ""
"'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು "
"ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(&#234; ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; &#454; ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -375,32 +375,32 @@ msgstr ""
"ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ "
"ಹೊರಬರಲು &amp; ಎಂದು ಮಾಡಿ"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಬಹಳ ಉದ್ದವಾದ ಅನುಕ್ರಮ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಒಂದು ಆರಂಭ char ಅಲ್ಲ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಮಾನ್ಯವಾದ '%s' ಅಲ್ಲ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgstr ""
"'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು "
"ಆರಂಭಿಸದೇ ಇರಬಹುದು"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,7 +418,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು "
"ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -426,7 +426,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' "
"ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು "
"ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು "
"ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'%s' ವು '</' ಗಳಂತಹ ಅಕ್ಷರಗಳ ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; ಒಂದು ಅಂಶದ ಹೆಸರು '%"
"s' ನಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,25 +464,25 @@ msgstr ""
"'%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟ ಅಂಶ ಹೆಸರು '%s' ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; '>' ವು "
"ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ಅಂಶವು '%s' was closed, no element is currently open"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ "
"ಕೊನೆಯ ಅಂಶ"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +500,19 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ "
"ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,16 +520,16 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ "
"ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
@@ -553,7 +553,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ"
msgid "the pattern contains items not supported for partial matching"
msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "ಆಂತರಿಕ ದೋಷ"
@@ -1159,7 +1159,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ
msgid "Stream is already closed"
msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ"
@@ -1173,7 +1173,7 @@ msgstr "ಗೊತ್ತಿರದ ಬಗೆ"
msgid "%s filetype"
msgstr "%s ಕಡತದ ಬಗೆ"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s ಬಗೆ"
@@ -1212,7 +1212,7 @@ msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s
msgid "Can't create user desktop file %s"
msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ"
@@ -1225,10 +1225,10 @@ msgstr "ಹೊರತಳ್ಳುವುದನ್ನು ಡ್ರೈವ್ ಕಾ
msgid "drive doesn't implement polling for media"
msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1241,52 +1241,52 @@ msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ"
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr "ಎನ್ಯುಮರೇಟರ್ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
@@ -1358,181 +1358,186 @@ msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s"
msgid "Error getting filesystem info: %s"
msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "ವೈಶಿಷ್ಟ್ಯದ ಮೌಲ್ಯವು ಶೂನ್ಯವಲ್ಲದುದಾಗಿರಬೇಕು"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ನಿರೀಕ್ಷಿತ ಸಾಲು)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರು"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1605,12 +1610,12 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಸಾಮಾನ್ಯ ಕ
msgid "The file was externally modified"
msgstr "ಕಡತವು ಹೊರಗಿನಿಂದ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "ಅಮಾನ್ಯವಾದ GSeekType ಅನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ"
@@ -1620,17 +1625,17 @@ msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ಅನ್ನು ಕಡಿತಗೊಳಿಸಲಾಗಿಲ್ಲ"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "ಗರಿಷ್ಟ ದತ್ತಾಂಶ ಅರೆ(array) ಮಿತಿಯನ್ನು ತಲುಪಿದೆ"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಪುನರ್ ಗಾತ್ರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಅನ್ನು ಪುನರ್ ಗಾತ್ರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ"
@@ -1707,7 +1712,7 @@ msgstr "ಯುನಿಕ್ಸ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋ
msgid "Error closing unix: %s"
msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "ಕಡತವ್ಯವಸ್ಥೆ ಮೂಲ"

259
po/ko.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-07 17:32+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -17,74 +17,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URL에 대한 북마크가 이미 있습니다"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' URL에 대한 북마크가 없습니다"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다"
@@ -158,7 +158,7 @@ msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다"
msgid "Invalid hostname"
msgstr "잘못된 호스트 이름"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "디렉토리 '%s' 여는 중 오류 : %s"
@@ -299,17 +299,17 @@ msgstr "파일 '%s' 열기 실패: dopen() 실패: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d째 줄 %d 문자에서 오류: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d째 줄에서 오류: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
@@ -317,7 +317,7 @@ msgstr ""
"&apos; 입니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,18 +328,18 @@ msgstr ""
"작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, &amp; 라고 쓰십"
"시오"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -348,7 +348,7 @@ msgstr ""
"고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고쓰"
"십시오"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,16 +357,16 @@ msgstr ""
"'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 "
"들어 &#234;) - 숫자가 너무 클 수도 있습니다"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,32 @@ msgstr ""
"려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고"
"쓰십시오"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "엔티티 참조가 미완성입니다"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "문자 참조가 미완성입니다"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
"할 수 없습니다"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,7 +418,7 @@ msgid ""
msgstr ""
"이상한 문자 '%s'. 엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -426,7 +426,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
"타나야 합니다"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
"우일 것입니다"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
"기호 다음에 따옴표가 나타나야 합니다"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
"을 시작할 수 없습니다"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,25 +464,25 @@ msgstr ""
"'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
"자를 쓸 수 있습니다"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "문서가 비어있거나 공백문자만 들어 있습니다"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
"던 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgid ""
msgstr ""
"문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,17 +519,17 @@ msgstr ""
"애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
"트 값이 없습니다"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
# FIXME: processing instruction?
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다"
@@ -553,7 +553,7 @@ msgstr "역추적 최대값에 도달했습니다"
msgid "the pattern contains items not supported for partial matching"
msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다."
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "내부 오류"
@@ -1163,7 +1163,7 @@ msgstr "%s에 넘긴 카운트 값이 너무 큽니다"
msgid "Stream is already closed"
msgstr "스트림을 이미 닫았습니다"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "동작이 취소되었습니다"
@@ -1177,7 +1177,7 @@ msgstr "알 수 없는 종류"
msgid "%s filetype"
msgstr "%s 파일종류"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s 종류"
@@ -1216,7 +1216,7 @@ msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s"
msgid "Can't create user desktop file %s"
msgstr "%s 사용자 desktop 파일을 만들 수 없습니다"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s에 대한 사용자 설정 정의"
@@ -1229,10 +1229,10 @@ msgstr "드라이브가 eject를 구현하지 않았습니다"
msgid "drive doesn't implement polling for media"
msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "동작을 지원하지 않습니다"
@@ -1245,52 +1245,52 @@ msgstr "동작을 지원하지 않습니다"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "들어 있는 마운트가 없습니다"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "디렉토리를 덮어 써서 복사할 수 없습니다"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "대상 파일이 있습니다"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "디렉토리를 재귀적으로 복사할 수 없습니다"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "잘못된 심볼릭 링크 값이 주어졌습니다"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "휴지통을 지원하지 않습니다"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "볼륨이 mount를 구현하지 않았습니다"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다"
@@ -1301,12 +1301,12 @@ msgid "Enumerator is closed"
msgstr "이뉴머레이터를 이미 닫았습니다 "
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "파일 이뉴머레이터를 이미 닫았습니다"
@@ -1362,181 +1362,186 @@ msgstr "잘못된 파일 이름 %s"
msgid "Error getting filesystem info: %s"
msgstr "파일 시스템 정보를 가져오는 중 오류: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "잘못된 파일 이름"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "파일 이름 바꾸기 오류: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "파일 열기 오류: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "디렉토리를 열 수 없습니다"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "파일 지우기 오류: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "파일 버리기 오류: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "휴지통 정보 파일을 만들 수 없습니다: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "파일을 버릴 수 없습니다: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "디렉토리 '%s' 여는 중 오류 : %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "심볼릭 링크를 만드는 데 오류: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "파일 옮기는 데 오류: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "백업 파일 만들기가 실패했습니다"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "대상 파일을 지우는 데 오류: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "애트리뷰트 값은 NULL이 아니어야 합니다"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "잘못된 애트리뷰트 종류 (문자열 필요)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "잘못된 확장 에트리뷰트 이름"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' 파일의 정보를 읽는 중 오류: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (잘못된 인코딩)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "파일 디스크립터 정보를 읽는 중 오류: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint32 필요)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint64 필요)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "권한 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "소유자 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "심볼릭 링크는 NULL이 아니어야 합니다"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "심볼릭 링크 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s 애트리뷰트 설정은 지원하지 않습니다"
@@ -1609,12 +1614,12 @@ msgstr "대상 파일이 일반 파일이 아닙니다"
msgid "The file was externally modified"
msgstr "파일이 외부에서 바뀌었습니다"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "잘못된 GSeekType이 주어졌습니다"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "잘못된 seek 요청"
@@ -1624,17 +1629,17 @@ msgstr "잘못된 seek 요청"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream은 자를 수 없습니다"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "최대 데이터 배열 한계에 도달했습니다"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "메모리 출력 스트림은 크기를 바꿀 수 없습니다"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다"
@@ -1711,7 +1716,7 @@ msgstr "유닉스 소켓을 읽는 중 오류: %s"
msgid "Error closing unix: %s"
msgstr "유닉스 소켓을 닫는 중 오류: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "파일 시스템 루트"

259
po/ku.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-04-20 17:33+0000\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
@@ -16,74 +16,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Vekirina dosiya '%s' serneket: %s"
@@ -157,7 +157,7 @@ msgstr ""
msgid "Invalid hostname"
msgstr "Navê hostê nederbasdar e"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr ""
@@ -299,22 +299,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Di rêza %d tîpa %d de çewtî: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Di rêza %d de çewtî: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,91 +322,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -414,87 +414,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -518,7 +518,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1114,7 +1114,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1129,7 +1129,7 @@ msgstr "Vebijêrka nenas %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1168,7 +1168,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1181,10 +1181,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1197,52 +1197,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1253,12 +1253,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1314,181 +1314,186 @@ msgstr "Navê bernameyê nederbasdar e: %s"
msgid "Error getting filesystem info: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Navê hostê nederbasdar e"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1561,12 +1566,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Navê bernameyê nederbasdar e: %s"
@@ -1576,17 +1581,17 @@ msgstr "Navê bernameyê nederbasdar e: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1660,7 +1665,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "Error closing unix: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

770
po/lt.po

File diff suppressed because it is too large Load Diff

259
po/lv.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2002-12-19 01:04+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"
@@ -14,75 +14,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neizdevās izveidot failu '%s': %s"
@@ -156,7 +156,7 @@ msgstr "Ceļvārds '%s' nav absolutais ceļš"
msgid "Invalid hostname"
msgstr "Nepareizs hostdatora nosaukums"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
@@ -298,24 +298,24 @@ msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Kļūda rindā %d rakstzīme %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Kļūda rindā %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar "
"&amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Rakstzīme '%s' nav derīga entītijas nosaukumā"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entītijas nosaukums \"%s\" nav zināms"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma "
"sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces "
"(&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rakstzīmes atsauce '%s' nešifrē atļautu rakstzīmi"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tukša rakstzīmes atsauce; būtu jāiekļauj cipars, kā &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez "
"nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nepabeigta entītijas atsauce"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nepabeigta rakstzīmes atsauce"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
"elementa vārdu."
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
"elementam '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt "
"nepareizu rakstzīmi atribūta nosaukumā"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, "
"nosakot vērtību atribūtam '%s' no elementa '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
"nosaukumu"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
"atļautā rakstzīme ir '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elements '%s' tika aizvērts, neviens elements pašlaik nav atvērts"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elements '%s' tika aizvērts, bet pašlaik atvērtais elements ir '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokuments negaidīti izbeidzās tieši pēc atvērtās stūra iekavas '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
"pēdējais atvērtais elements"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +497,19 @@ msgstr ""
"Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
"beidzoties ar tagu <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,16 +517,16 @@ msgstr ""
"Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta "
"nosaukumam; nav atribūta vētības"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokuments negaidīti izbeidzās kamēr iekšā atribūta vērtībā"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa '%s' aizverošajā tagā"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
@@ -551,7 +551,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1171,7 +1171,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1210,7 +1210,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1223,10 +1223,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1239,52 +1239,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1356,181 +1356,186 @@ msgstr "Nepareizs hostdatora nosaukums"
msgid "Error getting filesystem info: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Nepareizs hostdatora nosaukums"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Kļūda rindā %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1603,12 +1608,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nepareizs hostdatora nosaukums"
@@ -1618,17 +1623,17 @@ msgstr "Nepareizs hostdatora nosaukums"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1703,7 +1708,7 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "Error closing unix: %s"
msgstr "Kļūda rindā %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/mg.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-03-03 19:00+0300\n"
"Last-Translator: Fanomezana Rajaonarisoa <fano@isvtec.com>\n"
"Language-Team: MALAGASY <i18n-malagasy-gnome@gna.org>\n"
@@ -14,75 +14,75 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Marika manokana '%s' ho an'ny '%s' tsy nampoizina"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Tsy hita ny marika manokana '%s' ho an'ny '%s'"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tsy nampoizina ny taf '%s', nantenaina ny tag '%s'"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Misy tag '%s' tsy nampoizina anatin'ny '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Tsy misy raki-drohy mitombina anatin'ny lahatahiry misy ny data"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Efa misy rohy ny URI '%s'"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Tsy nahitana rohy ny URI '%s'"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Tsy misy karazana MIME voafaritra ho an'ny rohin'ny URI '%s'"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Tsy misy saina manokana voafaritra ho an'ny rohin'ny URI '%s'"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Tsy misy vondrona voafaritra ho an'ny rohin'ny URI '%s'"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Tsy misy rindranasa mitondra ny anarana '%s' nanambara rohy ho an'ny '%s'"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
@@ -156,7 +156,7 @@ msgstr "Tsy sori-dàlana feno ny anaran-tsori-dàlana '%s'"
msgid "Invalid hostname"
msgstr "Anaram-pampiantrano diso"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
@@ -302,23 +302,23 @@ msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nahita ary '&;' foana; ireto no fidirana ekena: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,17 +329,17 @@ msgstr ""
"anaran'ny ary. Raha toa ka tsy raisin'ny ary iray an-tànana io marika io "
"(&), dia ataovy &amp; mba ialana izany"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tsy mety atao amin'ny anaran'ary ny marika '%s'"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Tsy fantatra ny anaran'ary '%s'"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -348,7 +348,7 @@ msgstr ""
"hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy "
"ny &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,16 +357,16 @@ msgstr ""
"Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika "
"(&#234, ohatra). Mety lehibe loatra angamba ilay isa."
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Fiantsoana marika foana; tokony hisy isa toy ny &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,35 +376,35 @@ msgstr ""
"nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette "
"fialana toy ny &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Fiantsoana ary tsy vita"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Fiantsoana marika tsy vita"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
"Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -413,7 +413,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingataharo io"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -422,7 +422,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny "
"singantaharo '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -430,7 +430,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' "
"amin'ny singantaharo '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy "
"ekena amin'ny anarana marika manokana angamba ianao."
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa "
"manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -459,7 +459,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '</' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingantaharo ny '%s'."
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -468,27 +468,27 @@ msgstr ""
"'%s' dia tsy mety atao aorian'ny anaran'ny singantaharo mamarana ny marika '%"
"s'. '>' no marika mety atao eo"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Nofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izao"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Nofaranana ny singantaharo '%s', fa '%s' no singantaharo misokatra izao"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -497,7 +497,7 @@ msgstr ""
"Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola "
"misokatra; '%s' no singantaharo farany nisokatra"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -506,20 +506,20 @@ msgstr ""
"Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana "
"ny tag <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -527,19 +527,19 @@ msgstr ""
"Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay "
"tahirin-kevitra; tsy misy sanda-marika manokana"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-"
"kevitra"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay "
@@ -565,7 +565,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1186,7 +1186,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1201,7 +1201,7 @@ msgstr "Safidy %s tsy fantatra"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1240,7 +1240,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1253,10 +1253,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1269,52 +1269,52 @@ msgstr "Tsy raisina an-tànana ny rohy misolotena"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1326,12 +1326,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1387,181 +1387,186 @@ msgstr "Anaram-pamaha diso: %s"
msgid "Error getting filesystem info: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Anaram-pampiantrano diso"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Nisy olana teo am-panovana: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Nisy olana teo am-panovana: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1634,12 +1639,12 @@ msgstr "Rakitra tsy mahazatra"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Anaram-pamaha diso: %s"
@@ -1649,17 +1654,17 @@ msgstr "Anaram-pamaha diso: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1734,7 +1739,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "Error closing unix: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/mk.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-04 04:11+0100\n"
"Last-Translator: Jovan Naumovski <jovan@lugola.net>\n"
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
@@ -21,75 +21,75 @@ msgstr ""
"Plural-Forms: nplurals=3; plural= n%10==1 && n%100!=11 ? 0 : 1\n"
"X-Generator: KBabel 1.11.4\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочекуван атрибут „%s“ за елементот „%s“"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибутот „%s“ на елементот „%s“ не е пронајден"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочекувана етикета „%s“, се очекуваше „%s“"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочекувана етикета „%s“ во „%s“"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Не е пронајдена валидна датотека за обележувач во дирекориумите со податоци"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Обележувач за URI „%s“ веќе постои"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Не е пронајден обележувач за URI „%s“"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не е дефиниран MIME тип во обележувачот за URI „%s“"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не е дефинирано приватно знаме за обележувачот за URI „%s“"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Не се поставени групи во обележувачот за URI „%s“"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Нема апликација со име „%s“ која регистрирала обележувач за „%s“"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не успеав да ја проширам линијата за извршување „%s“ со URI „%s“"
@@ -163,7 +163,7 @@ msgstr "Патеката „%s“ не е апсолутна патека"
msgid "Invalid hostname"
msgstr "Невалидно име на хост"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отворање на директориумот „%s“: %s"
@@ -311,24 +311,24 @@ msgstr "Не успеав да ја отворам датотеката „%s“
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не успеав да ја означам датотеката „%s“: mmap() не успеа: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на линија %d знак %d"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на линија %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,17 +338,17 @@ msgstr ""
"Карактерот „%s“ претставува невалиден почеток на име на ентитет, карактерот "
"& го започнува ентитетот;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Карактерот „%s“ не е валиден внатре во името на ентитетот"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Името на ентитетот „%s“ е познато"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -356,7 +356,7 @@ msgstr ""
"Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без "
"намера да започнете ентитет - избегнете го симболот со &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -366,16 +366,16 @@ msgstr ""
"внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
"преголем"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -385,32 +385,32 @@ msgstr ""
"користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
"&amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршен параметар за ентитет"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршен параметар за карактер"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +418,7 @@ msgid ""
msgstr ""
"„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +427,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на "
"елементот „%s“"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +435,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '=' по името на атрибутот „%s“ од елементот '%"
"s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' или '/' за да го затворам почетниот таг на "
"елементот „%s“; можеби сте користеле невалиден карактер во името на атрибутот"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци "
"кога се даваат вредности за атрибутот „%s“· од елементот „%s“·"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"„%s“ не е валиден карактер, по карактерите </';·„%s“·не може да започне име "
"на елемент"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,26 +472,26 @@ msgstr ""
"„%s“·не е валиден карактер што би можел да доје по името на елементот „%s“, "
"дозволениот карактер е '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документот е празен или содржи само празни места"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +500,7 @@ msgstr ""
"Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше "
"последниот отворен елемент"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,36 +509,36 @@ msgstr ""
"Документот заврши неочекувано, очекував да видам го видам аголот на "
"заградата за затворање на тагот <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документот заврши неочекувано внатре во иметп на елементот"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документот заврши неочекувано внатре во името на атрибутот"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Нема вредност за атрибутот"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Документот заврши неочекувано внатре во коментар или инструкција за "
@@ -564,7 +564,7 @@ msgstr "ограничувањето за следење е достигнато
msgid "the pattern contains items not supported for partial matching"
msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "внатрешна грешка"
@@ -1177,7 +1177,7 @@ msgstr "Преголема бројна вредност дадена на %s"
msgid "Stream is already closed"
msgstr "Стримот е веќе затворен"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Операцијата беше прекината"
@@ -1191,7 +1191,7 @@ msgstr "Непознат тип"
msgid "%s filetype"
msgstr "%s тип на датотека"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s тип"
@@ -1231,7 +1231,7 @@ msgstr "Не можам да креирам папка за MIME конфигу
msgid "Can't create user desktop file %s"
msgstr "Не можам да креирам корисничка desktop датотека %s"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Сопствена дефиниција на %s"
@@ -1244,10 +1244,10 @@ msgstr "уредот нема имплементирано вадење"
msgid "drive doesn't implement polling for media"
msgstr "уредот нема имплементирано барање за медиум"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Операцијата не е поддржана"
@@ -1260,52 +1260,52 @@ msgstr "Операцијата не е поддржана"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Монтирањето кое се содржи не постои"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Не можам да копирам над директориум"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Не можам да копирам директориум над директориум"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Целната датотека постои"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Не можам рекурзивно да го ископирам директориумот"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Дадена е невалидна вредност за симболичката врска"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Ѓубрето не е поддржано"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имињата на датотеки не можат да содржат „%c“"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "просторот нема имплементирано монтирање"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Не е регистрирана апликација за справување со оваа датотека"
@@ -1316,12 +1316,12 @@ msgid "Enumerator is closed"
msgstr "Енумераторот е затворен"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Енумераторот на датотеки има преголема операција "
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Енумераторот за датотеки веќе е затворен"
@@ -1377,183 +1377,188 @@ msgstr "Невалидно име на датотека %s"
msgid "Error getting filesystem info: %s"
msgstr "Грешка при добивањето на информации за датотечниот систем: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Не можам да го преименувам директориумот root"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Невалидно име на датотека"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Грешка во преименувањето на директоруимот: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Грешка во отворањето на директоруимот: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Не можам да го отворам директориумот"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Грешка при отстранувањето на датотеката: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при преместувањето на датотеката во ѓубре: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не успеав да креирам директориум за ѓубре %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Не успеав да го најдам или креирам директориумот за ѓубре"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Грешка при отворање на директориумот „%s“: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка во креирањето на симболичка врска: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Грешка во преместувањето на датотеката: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Не можам да го преместам директориумот над друг директориум"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Не успеа креирањето на бекап датотеката"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Грешка во отстранувањето на целната датотека: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Движењето меѓу монтирањата не е поддржано"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Вредноста на атрибутот не смее да е NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Невалиден тип на атрибут (се очекуваше знаковна низа)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Невалидно име на проширениот атрибут"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка во стартувањето на датотеката „%s“: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (невалидно енкодирање)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка во поставувањето на опишувач на датотека: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка во поставувањето на пермисиите: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при поставувањето на сопственикот: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "симболичката врска не треба да е NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка во поставувањето на симболичката врска: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Грешка при креирањето на симболичката врска: датотеката не е симболичка врска"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Поставувањето на атрибутот %s не е поддржано"
@@ -1626,12 +1631,12 @@ msgstr "Целната датотека не е обична датотека"
msgid "The file was externally modified"
msgstr "Датотеката беше надворешно изменета"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Обезбеден е невалиден GSeekType"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Невалидно барање за барање"
@@ -1641,17 +1646,17 @@ msgstr "Невалидно барање за барање"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Не можам да го смалам GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Достигнато е ограничувањето за максимум податоци во низа"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Меморијата на излезниот стрим не може да си ја промени големината"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Не успеав да ја променам големината на меморијата на излезниот стрим"
@@ -1728,7 +1733,7 @@ msgstr "Грешка при читањето од unix: %s"
msgid "Error closing unix: %s"
msgstr "Грешка во затворањето на unix: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Root на датотечниот систем"

259
po/ml.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.ml\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-03 17:37+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam <smc-discuss@googlegroups.com>\n"
@@ -19,74 +19,74 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "r'%s' എലമെന്‍റിന് അപ്രതീക്ഷിതമായ സവിശേഷത '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷതയായ '%s' കണ്ടുകിട്ടിയില്ല"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "അപ്രതീക്ഷിതമായ ടാഗ് '%s', ടാഗ് '%s' പ്രതീക്ഷിച്ചിരുന്നു"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s'-ന്‍റെ ഉളളില്‍ അപ്രതീക്ഷിതമായ ടാഗ് '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ഡേറ്റാ ഡയറക്ടറികളില്‍ സാധുതയുളള ബുക്ക് മാര്‍ക്ക് കണ്ടുകിട്ടിയില്ല"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് നിലവിലുണ്ട് "
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് ലഭ്യമല്ല"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ MIME തരം വ്യക്തമാക്കിയിട്ടില്ല"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ സ്വകാര്യ ഫ്ളാഗ് വ്യക്തമാക്കിയിട്ടില്ല"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ ഗ്രൂപ്പുകളൊന്നും ക്രമീകരിച്ചിട്ടില്ല"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവും '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ രജിസ്ടര്‍ ചെയ്തിട്ടില്ല"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു"
@@ -160,7 +160,7 @@ msgstr "'%s' പാഥ് നാമം പൂര്‍ണ്ണമായ ഒര
msgid "Invalid hostname"
msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s"
@@ -303,23 +303,23 @@ msgstr "ഫയല്‍ '%s' തുറക്കുന്നതില്‍ പ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ഫയല്‍ '%s' മാപ്പ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: mmap() പരാജയപ്പെട്ടു: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d-ആം വരിയില്‍ %d-ആം അക്ഷരത്തില്‍ പിശക്:"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "വരി %d-ല്‍ പിശക്: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,17 +329,17 @@ msgstr ""
"%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു "
"എന്‍റിന്‍റിഅല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -347,7 +347,7 @@ msgstr ""
"എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -356,17 +356,17 @@ msgstr ""
"'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു "
"(&#234; ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; &#454 പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -375,32 +375,32 @@ msgstr ""
"അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgid ""
msgstr ""
"'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -417,14 +417,14 @@ msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് "
"പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,7 @@ msgstr ""
"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; "
"ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,7 @@ msgstr ""
"'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ "
"സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgid ""
msgstr ""
"'</' അക്ഷരങ്ങള്‍ക്ക് ശേഷം ഉളള '%s', അസാധുവായ അക്ഷരമാണ്; '%s' ഒരു എലമെന്‍റ് നാമം തുടങ്ങുന്നില്ല"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgid ""
msgstr ""
"എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു "
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് "
"'%s' ആണ്"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് "
"പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് "
"അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി "
@@ -551,7 +551,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത
msgid "the pattern contains items not supported for partial matching"
msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "ആന്തരിക പിശക്"
@@ -1151,7 +1151,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു"
@@ -1165,7 +1165,7 @@ msgstr "അപരിചിതമായ തരത്തിലുള്ളത്"
msgid "%s filetype"
msgstr "%s ഫയല്‍ രീതിയിലുള്ള"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s തരത്തിലുള്ള"
@@ -1204,7 +1204,7 @@ msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികര
msgid "Can't create user desktop file %s"
msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1217,10 +1217,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല"
@@ -1233,52 +1233,52 @@ msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1289,12 +1289,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1350,181 +1350,186 @@ msgstr "തെറ്റായ ഫയല്‍ നാമം %s "
msgid "Error getting filesystem info: %s"
msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "തെറ്റായ ഫയല്‍നാമം"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr ""
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് നാമം"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (തെറ്റായ എന്‍കോഡിങ്)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല"
@@ -1597,12 +1602,12 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1612,17 +1617,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1699,7 +1704,7 @@ msgstr "യൂണിക്സില്‍ നിന്നും ലഭ്യമ
msgid "Error closing unix: %s"
msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്‍ പിശക്: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "ഫയല്‍സിസ്റ്റം റൂട്ട്"

259
po/mn.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-05-30 01:07-0800\n"
"Last-Translator: Бадрал <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"
@@ -23,76 +23,76 @@ msgstr ""
"X-Poedit-Country: MONGOLIA\n"
"X-Poedit-SourceCharset: utf-8\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж "
"байна"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "»%s« символик холбоос уншигдсангүй: %s"
@@ -168,7 +168,7 @@ msgstr "»%s« замын нэр үнэмлэхүй зам биш"
msgid "Invalid hostname"
msgstr "Хүчингүй хостын нэр"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
@@ -310,24 +310,24 @@ msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа:
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d мөрөнд алдаа: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Хоосон абт »&;« олдлоо; хүчинтэй абтууд &amp; &quot; &lt; &gt; &apos; юм. "
"(абт=аский биш тэмдэгт)"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -337,18 +337,18 @@ msgstr ""
"Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; Хэрвээ "
"энэ амперсаныг абт бишээр авах хэрэгтэй бол &amp; гэж бичнэ үү"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Абтын нэр »%s« тодорхойгүй"
# CHECK
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -356,7 +356,7 @@ msgstr ""
"Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар "
"хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"»%-.*s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
"танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,34 +383,34 @@ msgstr ""
"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
"эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Төгсгөлгүй абт холбоос"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Төгсгөлгүй тэмдэгт холбоос"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж "
"болохгүй."
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
"байна"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж "
"байна"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын "
"нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга тэнцүүгийн "
"тэмдэгийн дараах хашилтыг хүлээж байна"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« "
"ньэлементийн нэрээр эхэлж болохгүй"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,25 +474,25 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард "
"байгаа бол; »>« тэмдэгт хүчинтэй"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,7 +501,7 @@ msgstr ""
"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
"нээлттэй элемент нь"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -510,21 +510,21 @@ msgstr ""
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
"»>«хүлээгдэж байна"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
"төгсөв."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,17 +532,17 @@ msgstr ""
"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
"төгсөв; аттрибутын утга алга"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
@@ -567,7 +567,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1181,7 +1181,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1196,7 +1196,7 @@ msgstr "Тодорхойгүй утга %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1235,7 +1235,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1248,10 +1248,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1264,52 +1264,52 @@ msgstr "Символик холбоос дэмжигдээгүй"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Символик холбоос дэмжигдээгүй"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1320,12 +1320,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1381,181 +1381,186 @@ msgstr "Хүчингүй хостын нэр"
msgid "Error getting filesystem info: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Хүчингүй хостын нэр"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d мөрөнд алдаа: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1628,12 +1633,12 @@ msgstr "Тохиромжгүй файл"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Хүчингүй хостын нэр"
@@ -1643,17 +1648,17 @@ msgstr "Хүчингүй хостын нэр"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1728,7 +1733,7 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid "Error closing unix: %s"
msgstr "%d мөрөнд алдаа: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/mr.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-04 17:38+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
@@ -17,74 +17,74 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: KBabel 1.11.4\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' घटकाकरीता '%s' अनपेक्षित गुणधर्म"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' घटकाकरीता '%s' गुणधर्म आढळले नाही"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "अनपेक्षीत टॅग '%s', टॅग '%s' अपेक्षीत"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' करीता ओळखचिन्ह आधिपासूनच अस्तित्वात आहे"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही."
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही."
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात गट निश्चित नाही."
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही"
@@ -158,7 +158,7 @@ msgstr "मार्गनाव '%s' संपूर्ण मार्ग न
msgid "Invalid hostname"
msgstr "अवैध यजमान"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s"
@@ -300,23 +300,23 @@ msgstr "'%s' फाइल उघडण्यास अपयशी: open() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "ओळ %d वर त्रूटी: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड "
"वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "वस्तुचे नाव '%s' अपरिचीत आहे"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता "
"ऐम्परसेंड अक्षर वापरले असावे"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ "
"&#234;) - तसेच अंक खूप मोठे आहे"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भात; &#454; सारखे अंक समाविष्टीत केले पाहीजे"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,39 +371,39 @@ msgstr ""
"अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न "
"वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अपूरे वस्तू संदर्भ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अपूरे अक्षर संदर्भ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -411,13 +411,13 @@ msgid ""
msgstr ""
"'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर "
"वापरले"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,46 +437,46 @@ msgstr ""
"'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर "
"चिन्हा नंतर उघडे क्वोट अपेक्षीत"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'</' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे '%s' घटक नाव सुरू करू शकणार नाही"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस "
"उपेक्षीत"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य "
"नाही"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले"
@@ -538,7 +538,7 @@ msgstr "संयुक्त शोध सीमा पोहचले"
msgid "the pattern contains items not supported for partial matching"
msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "आंतरीक त्रूटी"
@@ -1138,7 +1138,7 @@ msgstr "%s करीता खूप मोठी प्रमाण संख
msgid "Stream is already closed"
msgstr "श्रृंखला आधिपासूनच बंद आहे"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "कार्य रद्द करण्यात आले"
@@ -1152,7 +1152,7 @@ msgstr "अपरिचीत प्रकार"
msgid "%s filetype"
msgstr "%s फाइलप्रकार"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s प्रकार"
@@ -1191,7 +1191,7 @@ msgstr "वापरकर्ता MIME संयोजन संचयीक
msgid "Can't create user desktop file %s"
msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s करीता इच्छिक व्याख्या"
@@ -1204,10 +1204,10 @@ msgstr "ड्राइव्ह बाहेर कडा कार्यान
msgid "drive doesn't implement polling for media"
msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "कार्य समर्थित नाही"
@@ -1220,52 +1220,52 @@ msgstr "कार्य समर्थित नाही"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "संचयीकेवर प्रत बनवू शकत नाही"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "लक्ष्य फाइल अस्तित्वात आहे"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "अवैध symlink मुल्य दिले गेले"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "कचरापेटी समर्थित नाही"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फाइल नावात '%c' असू शकत नाही"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "खंड आरोहन कार्यारत करत नाही"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही"
@@ -1276,12 +1276,12 @@ msgid "Enumerator is closed"
msgstr "ऐन्युमरेटर बंद आहे"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे"
@@ -1337,181 +1337,186 @@ msgstr "अवैध फाइलनाव %s"
msgid "Error getting filesystem info: %s"
msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "अवैध फाइल नाव"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "फाइल उघडतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "संचयीका उघडू शकत नाही"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "संचयीकेवर संचयीका हलवू शकत नाही"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "प्रतिकृत फाइल निर्माण अपयशी"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "गुणधर्म मुल्य शून्य नसायला हवे"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "अवैध विस्तारीत गुणधर्म नाव"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (अवैध ऐंकोडींग)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "मालक स्थापित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink शून्य नसायला हवे"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
@@ -1584,12 +1589,12 @@ msgstr "लक्ष्य फाइल सामान्य फाइल न
msgid "The file was externally modified"
msgstr "फाइल बाहेरुन संपादित करण्यात आली"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "अवैध GSeekType पुरविले गेले"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "अवैध संचयन विनंती"
@@ -1599,17 +1604,17 @@ msgstr "अवैध संचयन विनंती"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ट्रंकेट करू शकत नाही"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "कमाल माहिती अर्रे मर्यादा पोहचले"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी"
@@ -1686,7 +1691,7 @@ msgstr "युनीक्स पासून वाचतेवेळी त्
msgid "Error closing unix: %s"
msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "रूट फाइलप्रणाली"

259
po/ms.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-02-03 02:11+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
@@ -14,75 +14,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal membaca pautan simbolik '%s': %s"
@@ -156,7 +156,7 @@ msgstr "Nama laluan '%s' adalah bukan laluan mutlak"
msgid "Invalid hostname"
msgstr "Namahos tidak sah"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
@@ -298,24 +298,24 @@ msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Ralat pada baris %d aksara %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Ralat pada baris %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entiti kosong '&;' kelihatan; entiti sah ialah : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan "
"sebagai &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entiti '%s' tidak diketahui"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara "
"'&' tanpa menyedari untuk memulakan entiti - escape & sebagai &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
"aksara (&#234; sebagai contoh) - mungkin digit terlalu besar"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan "
"aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Rujukan entiti tidak tamat"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Rujukan aksara tidak tamat"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen mesti dimulakan dengan unsur (e.g. <buku>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
"bermula dengan nama unsur"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
"unsur '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
"pada nama atribut"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila "
"memberi nilai atribut untuk '%s' unsur '%s' "
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
"nama unsur"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup '%s'; aksara "
"yang diizinkan ialah '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau hanya menandungi ruangputih"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,26 +488,26 @@ msgstr ""
"Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
"unsur dibuka"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
"tiana nilai atribut"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
@@ -548,7 +548,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1155,7 +1155,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1169,7 +1169,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1221,10 +1221,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1237,52 +1237,52 @@ msgstr "Pautan simbolik tidak disokong"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Pautan simbolik tidak disokong"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1293,12 +1293,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1354,181 +1354,186 @@ msgstr "Namahos tidak sah"
msgid "Error getting filesystem info: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Namahos tidak sah"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal mencipta fail %s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal mencipta fail %s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal mencipta fail %s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Ralat membuka direktori %s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ralat pada baris %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1601,12 +1606,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Namahos tidak sah"
@@ -1616,17 +1621,17 @@ msgstr "Namahos tidak sah"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1701,7 +1706,7 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "Error closing unix: %s"
msgstr "Ralat pada baris %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

770
po/nb.po

File diff suppressed because it is too large Load Diff

259
po/ne.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-10.ne\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2006-04-27 00:00+0545\n"
"Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -21,74 +21,74 @@ msgstr ""
"X-Generator: KBabel 1.10.2\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
@@ -162,7 +162,7 @@ msgstr "बाटोनाम '%s' निश्चित मार्ग हो
msgid "Invalid hostname"
msgstr "अवैध होस्टनाम "
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
@@ -304,23 +304,23 @@ msgstr "'%s' फाइल खोल्न असफल : खोल्न() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल नक्सा असफल : m नक्सा() असफल : %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "लाइन %d मा त्रुटि: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"खाली अस्तित्व '&;' देखियो; वैध अस्तित्वहरू निम्न हुन : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"यदि यो एम्परस्यान्ड भएमा एउटा अस्तित्वको रूपमा मानिँदैन,यसलाई &amp; को रूपमा परित्याग "
"गर्नुहोस्"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "अस्तित्व नाम भित्रको क्यारेक्टर '%s' वैध छैन"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "अस्तित्व नाम '%s' ज्ञात होइन"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +349,7 @@ msgstr ""
"अस्तित्व अर्धविराममा सकिएन; तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु गर्नको "
"लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; &#234) हुनु "
"पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन "
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "खाली क्यारेक्टर सन्दर्भ, &#454 जस्तो अङ्क समाहित हुनुपर्छ"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,34 +376,34 @@ msgstr ""
"क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु "
"गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अधुरो अस्तित्व सन्दर्भ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अधुरो क्यारेक्टर सन्दर्भ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -412,7 +412,7 @@ msgstr ""
"एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ "
"नगर्न सक्छ"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,13 +421,13 @@ msgstr ""
"बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य "
"गर्नलाइ"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"'/' क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध "
"क्यारेक्टर प्रयोग गर्नुभयो"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह "
"पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"'%s' एउटा वैध क्यारेक्टर होइन निम्न क्यारेक्टरहरू '</'; '%s' एउटा तत्व नाम प्रारम्भ नगर्न "
"सक्छन"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,32 +465,32 @@ msgstr ""
"बन्द तत्व नाम '%s' को पछि लाग्ने '%s' मान्य क्यारेक्टर होइन; अनुमति पाएको क्यारेक्टर '>' "
"हो।"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा "
"गर्दछ।"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ msgstr ""
"बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान "
"होइन"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
@@ -552,7 +552,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1156,7 +1156,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1171,7 +1171,7 @@ msgstr "अज्ञात विकल्प %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1210,7 +1210,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1223,10 +1223,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1239,52 +1239,52 @@ msgstr "सांकेतिक सम्बन्ध समर्थन गर
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1356,181 +1356,186 @@ msgstr "अवैध कार्यक्रम नाम : %s"
msgid "Error getting filesystem info: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "अवैध होस्टनाम "
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "पद वर्णन विकल्पमा त्रुटि %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "लाइन %d मा त्रुटि: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1603,12 +1608,12 @@ msgstr "नियमित फाइल होइन"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "अवैध कार्यक्रम नाम : %s"
@@ -1618,17 +1623,17 @@ msgstr "अवैध कार्यक्रम नाम : %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1703,7 +1708,7 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid "Error closing unix: %s"
msgstr "लाइन %d मा त्रुटि: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

770
po/nl.po

File diff suppressed because it is too large Load Diff

259
po/nn.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-24 17:33+0100\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -17,75 +17,75 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventa attributt «%s» til elementet «%s»"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributt «%s» til elementet «%s» ikkje funne"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventa merke «%s», venta merket «%s»"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventa merke «%s» inni «%s»"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Klarte ikkje å finna gyldig bokmerkefil i datamappene"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Eit bokmerke for adressa «%s» finst frå før"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Klarte ikkje å finna noko bokmerke for adressa «%s»"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Det er ikkje definert nokon MIME-type i bokmerket for adressa «%s»"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Privat-flagg er ikkje definert i bokmerket for adressa «%s»"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Det er ikkje laga nokon grupper i bokmerket for adressa «%s»"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Det er ikkje nokon program som heiter «%s» som har registrert bokmerke for «%s»"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Klarte ikkje å utvida køyrelinja «%s» med adressa «%s»"
@@ -159,7 +159,7 @@ msgstr "Filstien «%s» er ikkje ein absolutt sti"
msgid "Invalid hostname"
msgstr "Ugyldig vertsnamn"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Feil ved opning av katalog «%s»: %s"
@@ -301,22 +301,22 @@ msgstr "Klarte ikkje å opna fila «%s»: open() feila: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Klarte ikkje å kopiera fila «%s» til minnet: mmap() feila: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d teikn %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Fann tom entitet «&;»; gyldige entitetar er: &amp; &quot; &lt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"ein entitet; om dette et-teiknet ikkje er meint å vere ein entitet, skriv "
"den som &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Teiknet «%s» er ikkje gyldig inne i eit entitetsnamn"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet «%s» er ikkje kjent"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +345,7 @@ msgstr ""
"Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan "
"å meina å opna ein entitet. Skriv et-teikn som «&amp;»."
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +354,16 @@ msgstr ""
"Klarte ikkje å tolka «%-.*s», som burde vera eit teikn i ein teiknreferanse "
"(&#234;, til dømes) kan henda talet er for stort"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teiknreferansen «%-.*s» kodar ikkje kan ikkje kodast eit lovleg teikn"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teiknreferanse, bør innehalda eit nummer slik som &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,32 +372,32 @@ msgstr ""
"Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit "
"et-teikn utan å villa starte ein entitet skriv et-teikn som &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referansen til entiteten er uferdig"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referansen til teiknet er uferdig"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-koda tekst - for lang sekvens"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-koda tekst - ikkje eit startteikn"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-koda tekst - ikkje gyldig «%s»"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må byrja med eit element (t.d. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det "
"fyrste teiknet i eit elementnamn"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,14 +415,14 @@ msgstr ""
"Merkeleg teikn «%s», venta eit «>»-teikn for å avslutta startmerket av "
"elementet «%s»"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%s»"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +433,7 @@ msgstr ""
"startmerket av elementet «%s», eller ein valfri attributt. Kan henda du "
"brukte eit ugyldig teikn i attributtnamnet"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +442,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for å "
"gje ein verdi for attributten «%s» av elementet «%s»"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +451,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter teikna «<» eller «/». «%s» kan ikkje starta "
"eit elementnamn"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
"teiknet er «>»"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet «%s» vart lukka. Det er ingen opne element no"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementet «%s» vart avslutta, men det opne elementet er «%s»"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innheldt berre tomme teikn"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Dokumentet slutta uventa med element framleis opne. «%s» var det siste "
"elementet som vart opna"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,20 +496,20 @@ msgstr ""
"Dokumentet slutta uventa, venta å sjå at ei vinkelhake lukka det avsluttande "
"merket <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tok uventa slutt inni eit elementnamn"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Dokumentet vart uventa avslutta inne i eit merke som opnar eit element."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,16 +517,16 @@ msgstr ""
"Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen "
"attributtverdi"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet avslutta uventa i eit lukkemerke for elementet «%s»"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@@ -551,7 +551,7 @@ msgstr "tilbakesporingsgrensa nådd"
msgid "the pattern contains items not supported for partial matching"
msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "intern feil"
@@ -1157,7 +1157,7 @@ msgstr "For stor teljingsverdi sendt til %s"
msgid "Stream is already closed"
msgstr "Straumen er allereie stengt"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operasjonen vart avbroten"
@@ -1171,7 +1171,7 @@ msgstr "Ukjend type"
msgid "%s filetype"
msgstr "%s-filtype"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s-type"
@@ -1210,7 +1210,7 @@ msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s"
msgid "Can't create user desktop file %s"
msgstr "Kan ikkje laga skrivebordfila %s for brukaren"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Sjølvvald definisjon av %s"
@@ -1223,10 +1223,10 @@ msgstr "stasjonen støttar ikkje å løysa ut"
msgid "drive doesn't implement polling for media"
msgstr "stasjonen støttar ikkje å spørja etter media"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1239,52 +1239,52 @@ msgstr "Operasjonen er ikkje støtta"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Omsluttande monteringspunkt finst ikkje"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Kan ikkje skriva over mappe"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Kan ikkje skriva ei mappe over ei mappe"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Målfila finst"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Kan ikkje kopiera katalog rekursivt"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Ugyldig symlink-verdi oppgjeven"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Papirkorg er ikkje støtta"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn kan ikkje innehalda «%c»"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr "Teljaren er stengt"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filteljaren har ventande operasjon"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filteljaren er allereie lukka"
@@ -1356,182 +1356,187 @@ msgstr "Ugyldig filnamn %s"
msgid "Error getting filesystem info: %s"
msgstr "Feil ved henting av filsysteminfo: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Kan ikkje gje rotmappa nytt namn"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frå før"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ugyldig filnamn"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Feil ved namnebyte på fila: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Feil ved opning av fila: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Kan ikkje opna mappa"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Feil under fjerning av fila: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil under kassering av fila: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Klarte ikkje å laga papirkorgmappa %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Klarar ikkje å finna toppnivåmappe for papirkorga"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Klarar ikkje å finna eller laga papirkorgmappa"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Klarte ikkje å laga infofil om kassering: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Klarte ikkje å kassera fila: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Feil ved opning av katalog «%s»: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klarte ikkje å laga symbolsk lenkje: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan ikkje flytta mappa over ei mappe"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Klarte ikkje å laga tryggleikskopi av fila"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Klarte ikkje å sletta målfila: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringar ikkje støtta"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attributtverdien må vera ikkje-NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Ugyldig attributtype (venta streng)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Ugyldig utvida attributtnamn"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under endring av utvida attributtverdi «%s»: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil under lesing av informasjon om fila «%s»: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr "(ugyldig teiknkoding)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil under lesing av info om fildeskriptoren: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (venta uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (venta uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (venta byte-streng)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil endring av løyve: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil under eigarskifte: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fil under oppretting av symbolsk lenkje: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Å setja attributten %s er ikkje støtta"
@@ -1604,12 +1609,12 @@ msgstr "Målfila er ikkje ei vanleg fil"
msgid "The file was externally modified"
msgstr "Fila vart endra utanfrå"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType sendt med"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Ugyldig søkeførespurnad"
@@ -1619,17 +1624,17 @@ msgstr "Ugyldig søkeførespurnad"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikkje trunkera GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Nådd maksgrensa for dataarray"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Utstraumen frå minnet kan ikkje endra storleik"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Klarte ikkje å endra storleik på utstraumen frå minnet"
@@ -1706,7 +1711,7 @@ msgstr "Feil ved lesing frå unix: %s"
msgid "Error closing unix: %s"
msgstr "Feilved lukking av: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Filsystemrot"

773
po/oc.po

File diff suppressed because it is too large Load Diff

259
po/or.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.or\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-06-11 18:17+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@@ -23,74 +23,74 @@ msgstr ""
"\n"
"\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' ର ଗୁଣ '%s' ଉପାଦାନ ପାଇଁ ଅପ୍ରତ୍ଯାଶିତ ଅଟେ"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' ଗୁଣକୁ '%s' ଉପାଦାନ ପାଇଁ ଖୋଜି ପାରିଲା ନାହିଁ"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକ, '%s' ସୂଚକକୁ ଆଶା କରାଯାଉଥିଲା"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ କୌଣସି ବୈଧ ଚିହ୍ନିତ ସ୍ଥାନ ମିଳିଲା ନାହିଁ"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କ ପୂର୍ବରୁ ଅବସ୍ଥିତ ଅଛି"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ କୌଣସି ବୁକ୍ ମାର୍କ ମିଳିଲା ନାହିଁ"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି MIME ପ୍ରକାରକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି ଗୁପ୍ତ ଚିହ୍ନକକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୈଣସି ସମୂହକୁ ସେଟ କରାଯାଇ ନାହିଁ"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ"
@@ -164,7 +164,7 @@ msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନ
msgid "Invalid hostname"
msgstr "ଅବୈଧ ଆଧାର ନାମ"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
@@ -306,22 +306,22 @@ msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: open() ଅସ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ଫାଇଲ କୁ ମ୍ଯାପ୍ କରିବାରେ ଅସଫଳ: mmap() ଅସଫଳ: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d ଧାଡ଼ିର %d ଅକ୍ଷରରେ ତ୍ରୁଟି: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +349,7 @@ msgstr ""
"ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
"ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,34 +376,34 @@ msgstr ""
"ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
"ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgid ""
msgstr ""
"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,14 +419,14 @@ msgid ""
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
"ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
"ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
"କରିପାରିବ ନାହିଁ"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,25 +463,25 @@ msgid ""
msgstr ""
"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
"ଥିଲା"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
"ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ msgstr ""
"ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
"ମୂଲ୍ଯ ନାହିଁ"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
@@ -552,7 +552,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍
msgid "the pattern contains items not supported for partial matching"
msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି"
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1172,7 +1172,7 @@ msgstr "ଅଜଣା ତୃଟି"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1211,7 +1211,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1224,10 +1224,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
@@ -1240,52 +1240,52 @@ msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
@@ -1296,12 +1296,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1357,181 +1357,186 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
msgid "Error getting filesystem info: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "ଅବୈଧ ଆଧାର ନାମ"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
@@ -1604,12 +1609,12 @@ msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
@@ -1619,17 +1624,17 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1704,7 +1709,7 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
msgid "Error closing unix: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/pa.po
View File

@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-04 23:30+0530\n"
"Last-Translator: Amanpreet Singh Alam <apreet.alam@gmail.com>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@list.sf.net>\n"
@@ -24,74 +24,74 @@ msgstr ""
"X-Generator: LoKalize 0.2\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "ਇਕਾਈ '%2$s' ਲਈ ਗਲਤ ਗੁਣ '%1$s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ਇਕਾਈ '%2$s' ਲਈ '%1$s' ਗੁਣ ਨਹੀਂ ਲੱਭਿਆ"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ਗਲਤ ਟੈਗ '%s', ਟੈਗ '%s' ਲੋੜੀਦਾ ਸੀ"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' ਵਿੱਚ '%1$s' ਟੈਗ"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਕੋਈ ਢੁੱਕਵੀਂ ਬੁੱਕਮਾਰਕ ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ਲਈ ਇੱਕ ਬੁੱਕਮਾਰਕ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ਲਈ ਕੋਈ ਬੁੱਕਮਾਰਕ ਨਹੀਂ ਲੱਭਾ"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ MIME ਕਿਸਮ ਪਰਿਭਾਸ਼ਿਤ ਨਹੀਂ ਹੈ"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਕੋਈ ਪ੍ਰਾਈਵੇਟ ਫਲੈਗ ਨਹੀਂ ਦੱਸਿਆ ਗਿਆ"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ ਗਰੁੱਪ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਗਿਆ"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "ਕਿਸੇ ਕਾਰਜ ਨੇ '%2$s' ਲਈ '%1$s' ਨਾਂ ਨਾਲ ਕੋਈ ਬੁੱਕਮਾਰਕ ਰਜਿਸਟਰ ਨਹੀਂ ਕੀਤਾ"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ"
@@ -165,7 +165,7 @@ msgstr "ਮਾਰਗ-ਨਾਂ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ
msgid "Invalid hostname"
msgstr "ਗਲਤ ਮੇਜ਼ਬਾਨ ਨਾਂ"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s"
@@ -307,22 +307,22 @@ msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdop
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: mmap() ਫੇਲ੍ਹ ਹੋਇਆ: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ:"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"ਇਹ %s ਅੱਖਰ ਕੋਈ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਐਂਟਟੀ "
"ਬਣਨਯੋਗ ਨਹੀਂ ਤਾਂ ਇਸ ਨੂੰ ਇੰਝ &amp; ਛੱਡ ਦਿਓ"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -350,7 +350,7 @@ msgstr ""
"ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ &amp; ਛੱਡੋ"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
" '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (&#234; ਉਦਾਹਰਨ "
"ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +377,32 @@ msgstr ""
"ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ &amp; ਛੱਡੋ"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ <book>) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgstr ""
"ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ "
"ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,13 +420,13 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ "
"ਜਾ ਸਕੇ"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ "
"ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ "
"ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,39 +454,39 @@ msgstr ""
"ਇਸ '</' ਅੱਖਰ ਮਗਰੋਂ ਇਹ %s' ਅੱਖਰ ਜ਼ਾਇਜ ਨਹੀਂ ਹੈ, '%s' ਇੱਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ "
"ਹੈ।"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgid ""
msgstr ""
"ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ "
"ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
@@ -547,7 +547,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ"
msgid "the pattern contains items not supported for partial matching"
msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ"
@@ -1145,7 +1145,7 @@ msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤ
msgid "Stream is already closed"
msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ"
@@ -1159,7 +1159,7 @@ msgstr "ਅਣਜਾਣ ਟਾਈਪ"
msgid "%s filetype"
msgstr "%s ਫਾਇਲ-ਟਾਈਪ"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "%s ਟਾਈਪ"
@@ -1198,7 +1198,7 @@ msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇ
msgid "Can't create user desktop file %s"
msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ"
@@ -1211,10 +1211,10 @@ msgstr "ਡਰਾਇਵ ਲਈ ਬਾਹਰ ਕੱਢਣਾ ਨਹੀਂ ਬਣ
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1227,52 +1227,52 @@ msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ"
@@ -1283,12 +1283,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1344,181 +1344,186 @@ msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s"
msgid "Error getting filesystem info: %s"
msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s "
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr ""
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1591,12 +1596,12 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇ
msgid "The file was externally modified"
msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ"
@@ -1606,17 +1611,17 @@ msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ਛੋਟੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1693,7 +1698,7 @@ msgstr "unix ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
msgid "Error closing unix: %s"
msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "ਫਾਇਲ ਸਿਸਟਮ ਰੂਟ"

259
po/pl.po
View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.pl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-09-14 17:12+0200\n"
"Last-Translator: wadim dziedzic <wdziedzi@aviary.pl>\n"
"Language-Team: Polish <translators@gnomepl.org>\n"
@@ -23,74 +23,74 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Niespodziewany atrybut \"%s\" dla elementu \"%s\""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Nie odnaleziono atrybutu \"%s\" dla elementu \"%s\""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Nieoczekiwany znacznik \"%s\", oczekiwano znacznika \"%s\""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nieoczekiwany znacznik \"%s\" wewnątrz \"%s\""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Nie można odnaleźć poprawnego pliku zakładek w katalogach danych"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zakładka dla URI \"%s\" już istnieje"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nie znaleziono zakładki dla URI \"%s\""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nie zdefiniowano typu MIME w zakładce dla URI \"%s\""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nie zdefiniowano prywatnej flag w zakładce dla URI \"%s\""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nie ustawiono grup w zakładce dla URI \"%s\""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Żadna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Rozwinięcie linii \"%s\" z adresem URI \"%s\" nie powiodło się"
@@ -167,7 +167,7 @@ msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną"
msgid "Invalid hostname"
msgstr "Niepoprawna nazwa komputera"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
@@ -316,24 +316,24 @@ msgstr "Nie można otworzyć pliku \"%s\": funkcja open() zwróciła błąd: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Błąd w wierszu %d przy znaku %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Błąd w wierszu %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -344,17 +344,17 @@ msgstr ""
"rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, "
"należy go zapisać jako &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nazwa jednostki \"%s\" nie jest znana"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -362,7 +362,7 @@ msgstr ""
"Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty "
"znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -372,16 +372,16 @@ msgstr ""
"będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt "
"duża"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -391,33 +391,33 @@ msgstr ""
"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
"jako &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Niezakończone odniesienie do jednostki"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Niezakończone odniesienie do znaku"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - za długa sekwencja"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Tekst nie jest poprawnym łańcuchem UTF-8 - nie jest znakiem początkowym"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - niepoprawne \"%s\""
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -426,7 +426,7 @@ msgstr ""
"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
"nazwy elementu"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -435,7 +435,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
"znacznik elementu \"%s\""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -443,7 +443,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
"oczekiwano znaku \"=\""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -454,7 +454,7 @@ msgstr ""
"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
"nazwie atrybutu został użyty niepoprawny znak"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -463,7 +463,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po "
"znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -472,7 +472,7 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%"
"s\" nie może rozpoczynać nazwy elementu"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -481,28 +481,28 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie "
"elementu \"%s\"; dopuszczalnym znakiem jest \">\""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s"
"\""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument jest pusty lub zawiera tylko separatory"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -511,7 +511,7 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
"- \"%s\" był ostatnim otwartym elementem"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -520,21 +520,21 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
"znacznik <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
"element."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -542,18 +542,18 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po "
"nazwie atrybutu; brak wartości atrybutu"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego "
"elementu \"%s\""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "
@@ -579,7 +579,7 @@ msgstr "osiągnięto limit backtrace"
msgid "the pattern contains items not supported for partial matching"
msgstr "wzorzec zawiera elementy nie obsługiwane w dopasowywaniu częściowym"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "błąd wewnętrzny"
@@ -1203,7 +1203,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1218,7 +1218,7 @@ msgstr "nieznany błąd"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1257,7 +1257,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1270,10 +1270,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
@@ -1286,52 +1286,52 @@ msgstr "Dowiązania symboliczne nie są obsługiwane"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Żadna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\""
@@ -1342,12 +1342,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1403,181 +1403,186 @@ msgstr "Niepoprawna nazwa klucza: %s"
msgid "Error getting filesystem info: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Niepoprawna nazwa komputera"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Błąd podczas przetwarzania opcji %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Błąd podczas konwersji: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Błąd podczas konwersji: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Błąd w wierszu %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
@@ -1650,12 +1655,12 @@ msgstr "To nie jest zwykły plik"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Niepoprawna nazwa klucza: %s"
@@ -1665,17 +1670,17 @@ msgstr "Niepoprawna nazwa klucza: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1750,7 +1755,7 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
msgid "Error closing unix: %s"
msgstr "Błąd w wierszu %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

851
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

259
po/ro.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-03-06 23:16+0200\n"
"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
@@ -17,75 +17,75 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Nu se aştepta un atribut „%s” pentru elementul „%s”"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributul „%s” al elementului „%s” nu a putut fi găsit"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "S-a primit eticheta „%s”, se aştepta eticheta „%s”"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nu se aştepta eticheta „%s” în „%s”"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Nu s-a găsit un fişier valid cu favorite în directoarele de date"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Un favorit pentru URI-ul „%s” există deja"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nu s-a găsit nici un favorit pentru URI-ul „%s”"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nu există un tip MIME definit în favoritul URI-ului „%s”"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nu există un indicator privat definit în favoritul URI-ului „%s”"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nu există grupuri definite în favoritul URI-ului „%s”"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Nu există o aplicaţie cu numele „%s” înregistrată în favoritul pentru „%s”"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nu s-a putut expanda linia de comandă „%s” cu URI-ul %s"
@@ -159,7 +159,7 @@ msgstr "Calea „%s” nu este o cale absolută"
msgid "Invalid hostname"
msgstr "Nume gazdă invalid"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Eroare la deschiderea directorului „%s”: %s"
@@ -303,24 +303,24 @@ msgstr "Nu s-a putut deschide fişierul „%s”: open() a eşuat: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nu s-a putut mapa fişierul „%s”: mmap() a eşuat: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Eroare în linia %d, caracterul %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Eroare în linia %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"S-a depistat o entitate nulă „&;”. Entităţile valide sunt: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"„&” e cel ce începe o entitate. Dacă acest ampersand nu ar trebui să fie "
"într-o entitate, utilizaţi &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracterul „%s” nu este valid în cadrul unui nume de entitate"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Numele entităţii „%s” nu este cunoscut"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -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 &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"Nu s-a putut procesa „%-.*s”, care ar fi trebui să fie o cifră într-un "
"caracter referinţă (de exemplu &#234;). Poate cifra este prea mare"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referinţa caracterului „%-.*s” nu codează un caracter permis"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referinţă caracter goală. Ar trebui să includă o cifră precum &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,32 @@ msgstr ""
"Referinţa caracter nu s-a terminat cu punct şi virgulă. Probabil aţi folosit "
"un caracter ampersand fără intenţia de a începe o entitate. Utilizaţi &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referinţă neterminată la o entitate"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referinţă caracter neterminată"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Text codat UTF-8 invalid - secvenţă prea lungă"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Text codat UTF-8 invalid - nu e un caracter de start"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Text codat UTF-8 invalid - „%s” invalid"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documentul trebuie să înceapă cu un element (de ex. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterul „<”. Nu poate începe cu "
"numele unui element"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „>” pentru a termina eticheta de "
"început a elementului „%s”"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „=” după numele atributului „%s” al "
"elementului „%s”"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"eticheta de început a elementului „%s” sau opţional un atribut. Poate aţi "
"utilizat un caracter invalid în numele atributului"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aşteptau ghilimele de deschidere după semnul "
"egal pentru a da valoarea atributului „%s” al elementului „%s”"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterele „</”. „%s” nu poate începe "
"un nume de element"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +465,25 @@ msgstr ""
"„%s” nu este un caracter valid după numele elementului de închidere „%s”. "
"Caracterul permis este „>”"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementul „%s” a fost închis, nici un element nu este curent deschis"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementul „%s” a fost închis, dar elementul deschis curent este „%s”"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Documentul era gol sau conţinea doar spaţiu gol"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documentul s-a terminat în mod neaşteptat imediat după un caracter „<”"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat cu unele elemente încă deschise. „%"
"s” a fost ultimul element deschis"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,23 +501,23 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat, se aştepta un caracter „>” care "
"să încheie eticheta <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul numelui unui element"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul numele unui atribut"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadul unei etichete ce "
"deschidea un element"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -525,19 +525,19 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat după semnul egal ce urma unui nume "
"atribut. Nici o valoare pentru atribut"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul valorii unui atribut"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul etichetei de închidere a "
"elementului „%s”"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul unui comentariu sau a "
@@ -565,7 +565,7 @@ msgstr ""
"modelul de căutare conţine elemente pentru care nu se pot face comparaţii "
"parţiale"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "eroare internă"
@@ -1176,7 +1176,7 @@ msgstr "S-a pasat o valoare prea mare către %s"
msgid "Stream is already closed"
msgstr "Flux deja închis"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operaţiunea a fost anulată"
@@ -1190,7 +1190,7 @@ msgstr "Tip necunoscută"
msgid "%s filetype"
msgstr "tip de fişier %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "tip %s"
@@ -1230,7 +1230,7 @@ msgstr "Nu se poate crea pentru utilizator directorul cu opţiunile MIME %s: %s"
msgid "Can't create user desktop file %s"
msgstr "Nu se poate crea fişierul desktop %s"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Definiţie personalizată pentru %s"
@@ -1243,10 +1243,10 @@ msgstr "unitatea nu poate ejecta discul"
msgid "drive doesn't implement polling for media"
msgstr "unitatea nu poate verifica ciclic pentru discuri noi"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Operaţiune neimplementată"
@@ -1259,52 +1259,52 @@ msgstr "Operaţiune neimplementată"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Montarea conţinută nu există"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Nu se poate copia peste director"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Nu se poate copia un director peste un alt director"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Fişierul destinaţie există deja"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Nu se poate copia recursiv directorul"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "S-a primit o valoare invalidă pentru legătura simbolică"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Nu există o implementare pentru coşul de gunoi"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Numele de fişiere nu pot conţine „%c”"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumul nu implementează montarea"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nu există o aplicaţie înregistrată pentru deschiderea acestui fişier"
@@ -1315,12 +1315,12 @@ msgid "Enumerator is closed"
msgstr "Enumeratorul este închis"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Enumeratorul fişierului este deja deschis de o terţă operaţiune"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Enumeratorul fişierului este deja închis"
@@ -1377,184 +1377,189 @@ msgstr "Nume invalid de fişier: %s"
msgid "Error getting filesystem info: %s"
msgstr "Eroare la citirea detaliilor sistemului de fişiere: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Nu se poate redenumi directorul rădăcină"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Nu se poate redenumi fişierul, numele de fişier există deja"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nume invalid de fişier"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Eroare la redenumirea fişierului: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Eroare la deschiderea fişierului: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Nu se poate deschide directorul"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Eroare la ştergerea fişierului: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Eroare la mutarea la coş a fişierului: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nu s-a putut crea directorul coşului de gunoi „%s”: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Nu s-a găsit directorul de nivel zero pentru coşul de gunoi"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Nu s-a putut găsi ori crea directorul coşului de gunoi"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nu s-a putut crea fişierul cu detalii despre mutarea la coş: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nu s-a putut muta la coş fişierul: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Eroare la deschiderea directorului „%s”: %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Eroare la crearea legăturii simbolice: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Eroare la mutarea fişierului: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Nu se poate muta un director peste un alt director"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Crearea fişierului de „backup” a eşuat"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Eroare la ştergerea fişierului destinaţie: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
"Operaţiunea de mutare între două dispozitive montate nu este implementată"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Valoarea atributului trebuie să fie diferită de NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tip invalid de atribut (se aştepta un şir)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nume invalid de atribut extins"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Eroare la stabilirea atributului extins „%s”: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Eroare la citirea detaliilor fişierului „%s”: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (codare invalidă)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eroare la citirea detaliilor descriptor ale fişierului: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tip invalid de atribut (se aştepta o valoare uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tip invalid de atribut (se aştepta o valoare uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tip invalid de atribut (se aştepta un şir de octeţi)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Eroare la definirea permisiunilor: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Eroare la definirea deţinătorului: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "legătură simbolică trebuie să fie diferită de NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Eroare la definirea legăturii simbolice: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Eroare la definirea legăturii simbolice: fişierul nu este o legătură "
"simbolică"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Definirea atributului %s nu este implementată"
@@ -1627,12 +1632,12 @@ msgstr "Fişierul destinaţie nu este un fişier obişnuit"
msgid "The file was externally modified"
msgstr "Fişierul a fost modificat de o terţă parte"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "S-a primit un „GSeekType” invalid"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Cerere invalidă de căutare"
@@ -1642,17 +1647,17 @@ msgstr "Cerere invalidă de căutare"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nu se poate trunchia GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "S-a atins limita maximă a matricii de date"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Fluxul de ieşire al memoriei nu poate fi redimensionat"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei"
@@ -1729,7 +1734,7 @@ msgstr "Eroare la citirea din „unix”: %s"
msgid "Error closing unix: %s"
msgstr "Eroare la închiderea „unix”: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Rădăcina sistemului de fişiere"

802
po/ru.po

File diff suppressed because it is too large Load Diff

259
po/rw.po
View File

@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -23,74 +23,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kuri Gusoma Ihuza"
@@ -164,7 +164,7 @@ msgstr "ni OYA Inzira"
msgid "Invalid hostname"
msgstr "Izina ry'inturo:"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, fuzzy, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
@@ -307,23 +307,23 @@ msgstr "Kuri Gufungura IDOSIYE Byanze"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "ku Umurongo INYUGUTI"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, fuzzy, c-format
msgid "Error on line %d: %s"
msgstr "ku Umurongo"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
#, fuzzy
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Byemewe"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, fuzzy, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,41 +331,41 @@ msgid ""
"it as &amp;"
msgstr "ni OYA Byemewe ku Gutangira Bya Izina: Inyuguti NIBA iyi Kuri Nka"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, fuzzy, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ni OYA Byemewe Mo Imbere Izina:"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, fuzzy, c-format
msgid "Entity name '%s' is not known"
msgstr "Izina: ni OYA"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
#, fuzzy
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Indango OYA a Inyuguti"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
#, fuzzy
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Inyuguti Indango Gushyiramo a Nka"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
#, fuzzy
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
@@ -373,44 +373,44 @@ msgid ""
"as &amp;"
msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
#, fuzzy
msgid "Unfinished entity reference"
msgstr "Indango"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
#, fuzzy
msgid "Unfinished character reference"
msgstr "Inyuguti Indango"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
#, fuzzy
msgid "Document must begin with an element (e.g. <book>)"
msgstr "g."
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,13 +418,13 @@ msgid ""
msgstr ""
"Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
"Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,87 +443,87 @@ msgstr ""
"Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
"IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti Inyuguti Gicurasi OYA Ikigize: Izina:"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, fuzzy, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Oya Ikigize: ni Gufungura"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, fuzzy, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Gufungura Ikigize: ni"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ubusa Cyangwa"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Nyuma Gufungura Imfuruka"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "Na: Ibintu Gufungura Iheruka Ikigize:"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "Mo Imbere Ikigize: Izina:"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Mo Imbere Ikiranga Agaciro"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
@@ -548,7 +548,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1158,7 +1158,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1173,7 +1173,7 @@ msgstr "Ihitamo ritazwi:"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1212,7 +1212,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1225,10 +1225,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "amahuza OYA"
@@ -1241,52 +1241,52 @@ msgstr "amahuza OYA"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "amahuza OYA"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1359,94 +1359,99 @@ msgstr "Izina ry'inturo:"
msgid "Error getting filesystem info: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Izina ry'inturo:"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kuri Kurema IDOSIYE"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kuri Kurema IDOSIYE"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Kuri Kurema IDOSIYE"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Gufungura %s%S bushyinguro"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ihindurangero"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
@@ -1454,94 +1459,94 @@ msgid "Backup file creation failed"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ihindurangero"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ihindurangero"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ku Umurongo"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "amahuza OYA"
@@ -1622,12 +1627,12 @@ msgstr "a Ibisanzwe IDOSIYE"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Izina ry'inturo:"
@@ -1637,17 +1642,17 @@ msgstr "Izina ry'inturo:"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1723,7 +1728,7 @@ msgstr "Ikosa mu gusoma idosiye"
msgid "Error closing unix: %s"
msgstr "ku Umurongo"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/si.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.si\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-06-20 14:56+0530\n"
"Last-Translator: Danishka Navin <snavin@redhat.com>\n"
"Language-Team: Sinhala <en@li.org>\n"
@@ -17,74 +17,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' මූලය සඳහා බලාපොරොත්තු නොවු '%s' විශේෂණය"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' මූලයෙහි '%s' විශේෂණය හමුවුයේ නැත"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "'%s'බලාපොරොත්තු නොවු ටැගයකි, බලාපොරොත්තු වුයේ '%s' ටැගයයි"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s'බලාපොරොත්තු නොවු ටැගයක් '%s' තුළ ඇත"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "දත්ත බහලුම් තුළ නිරවද්‍ය පිටු සළකුණක් හමුවූයෙ නැත"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URI සඳහා වු පිටු සළකුණ දැනට භාවිතයේ ඇත"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' URI සඳහා පිටු සළකුණු හමුවුයේ නැත"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ MIME වර්‍හගයක් සදහන් කරුයේ නැත"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ සමූහ කට්ටලය නැත"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -158,7 +158,7 @@ msgstr ""
msgid "Invalid hostname"
msgstr "සාවද්‍ය ධාරක නාමය"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s"
@@ -300,22 +300,22 @@ msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් ව
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ගොනුව අනුරුපණය කිරීම අසමත් විය: mmap()අසමත් විය: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d පේළියේ %d අක්‍ෂරය මත දෝෂයකි: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,93 +323,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ඇතුළත් කළ නම තුළ ඇති '%s' අක්‍ෂරය සාද්‍යවේ "
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' වස්තුවේ නම නොදනී"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "අවසන් නොකළ වස්තු යොමුව"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "අවසන් නොකළ අක්‍ෂර යොමුව"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ලේඛණය මූලයකින්ම ආරම්භ කළ යුතුම වේ (උදා. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,88 +417,88 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' මූලය වසා ඇති අතර කිසිම මූලයක් විවෘතව ඇත"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' මූලය වසා ඇති අතර දැනට'%s' මූලය විවෘතව ඇත"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ලේඛණය හිස්ව තිබුනි හෝ තිබුනේ සුදුඉඩ පමණි"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -522,7 +522,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "අභ්‍යන්තර දෝෂය"
@@ -1123,7 +1123,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1138,7 +1138,7 @@ msgstr "නොදන්නා දෝෂය"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1177,7 +1177,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1190,10 +1190,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1206,52 +1206,52 @@ msgstr "සංකේතාත්මක පුරුක සහාය දක්න
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1262,12 +1262,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1323,181 +1323,186 @@ msgstr "සාවද්‍ය යතුරු නම: %s"
msgid "Error getting filesystem info: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "සාවද්‍ය ධාරක නාමය"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1570,12 +1575,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "සාවද්‍ය යතුරු නම: %s"
@@ -1585,17 +1590,17 @@ msgstr "සාවද්‍ය යතුරු නම: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1670,7 +1675,7 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid "Error closing unix: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

770
po/sk.po

File diff suppressed because it is too large Load Diff

1088
po/sl.po

File diff suppressed because it is too large Load Diff

861
po/sq.po

File diff suppressed because it is too large Load Diff

259
po/sr.po
View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Горан Ракић <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -20,76 +20,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочекивано својство „%s“ елемента „%s“"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Својство „%s“ елемента „%s“ није пронађено"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочекивана ознака „%s“, очекивано је „%s“"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочекивана ознака „%s“ унутар „%s“"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Не могу да нађем исправну датотеку са обележивачима међу фасциклама са "
"подацима"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Обележивач ка „%s“ већ постоји"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Није пронађен обележивач ка „%s“"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ није одређен МИМЕ тип"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ није одређена приватна заставица"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ нису одређене групе"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“"
@@ -164,7 +164,7 @@ msgstr "Путања „%s“ није апсолутна путања"
msgid "Invalid hostname"
msgstr "Неисправно име домаћина"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
@@ -307,24 +307,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +334,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -352,7 +352,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд "
"без намере да започнете ентитет — назначите амперсанд са &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +361,16 @@ msgstr ""
"Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар "
"знаковне референце (на пример &#234;) — можда је цифра превелика"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празна знаковна референца; мора да садржи цифру као на пример &#747;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +380,32 @@ msgstr ""
"користили амперсанд без намере да започнете ентитет — назначите амперсанд са "
"&amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршена референца ентитета"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршена знаковна референца"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису предугачка секвенца"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +414,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -423,14 +423,14 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"елемента „%s“, или можда атрибут; можда сте користили неисправан знак у "
"имену атрибута"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додели вредности атрибута „%s“ елемента „%s“"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,26 +467,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само белине"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +495,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,19 +504,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена атрибута"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,16 +524,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена атрибута; "
"вредност атрибута није наведена"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вредности атрибута"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -557,7 +557,7 @@ msgstr "достигнут је лимит претраживања уназад
msgid "the pattern contains items not supported for partial matching"
msgstr "образац садржи ставке које нису подржане за делимично поклапање"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "интерна грешка"
@@ -1169,7 +1169,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1184,7 +1184,7 @@ msgstr "непозната грешка"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1223,7 +1223,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1236,10 +1236,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1252,52 +1252,52 @@ msgstr "Симболичке везе нису подржане"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
@@ -1308,12 +1308,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1369,181 +1369,186 @@ msgstr "Неисправно име кључа: %s"
msgid "Error getting filesystem info: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Неисправно име домаћина"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при рашчлањивању могућности %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Документ завршен неочекивано усред имена атрибута"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1616,12 +1621,12 @@ msgstr "Није обична датотека"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Неисправно име кључа: %s"
@@ -1631,17 +1636,17 @@ msgstr "Неисправно име кључа: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1716,7 +1721,7 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Goran Rakić <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -20,76 +20,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Neočekivano svojstvo „%s“ elementa „%s“"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Svojstvo „%s“ elementa „%s“ nije pronađeno"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Neočekivana oznaka „%s“, očekivano je „%s“"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Neočekivana oznaka „%s“ unutar „%s“"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Ne mogu da nađem ispravnu datoteku sa obeleživačima među fasciklama sa "
"podacima"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Obeleživač ka „%s“ već postoji"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nije pronađen obeleživač ka „%s“"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nije određen MIME tip"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nije određena privatna zastavica"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nisu određene grupe"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ne mogu da proširim komadnu liniju „%s“ sa vezom ka „%s“"
@@ -164,7 +164,7 @@ msgstr "Putanja „%s“ nije apsolutna putanja"
msgid "Invalid hostname"
msgstr "Neispravno ime domaćina"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
@@ -307,24 +307,24 @@ msgstr "Ne mogu da otvorim datoteku „%s“: neuspešan open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ne mogu da mapiram datoteku „%s“: neuspešan mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, %d. znak: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Uočen prazan entitet „&;“; prihvatljivi entiteti su &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +334,17 @@ msgstr ""
"Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj "
"znak ne označava entitet, istaknite ga pomoću &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak „%s“ nije dozvoljen u imenu entiteta"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitet „%s“ nije poznat"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -352,7 +352,7 @@ msgstr ""
"Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand "
"bez namere da započnete entitet — naznačite ampersand sa &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +361,16 @@ msgstr ""
"Nisam uspeo da raščlanim „%-.*s“, što je trebalo da predstavlja cifru unutar "
"znakovne reference (na primer &#234;) — možda je cifra prevelika"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer &#747;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +380,32 @@ msgstr ""
"koristili ampersand bez namere da započnete entitet — naznačite ampersand sa "
"&amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nedovršena znakovna referenca"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravan tekst u UTF-8 zapisu predugačka sekvenca"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <knjiga>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +414,7 @@ msgstr ""
"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
"njime početi"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -423,14 +423,14 @@ msgstr ""
"Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
"elementa „%s“"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u "
"imenu atributa"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
"dodeli vrednosti atributa „%s“ elementa „%s“"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgid ""
msgstr ""
"„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,26 +467,26 @@ msgstr ""
"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
"znak je „>“"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazan ili sadrži samo beline"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +495,7 @@ msgstr ""
"Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
"otvoren element"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,19 +504,19 @@ msgstr ""
"Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
"zagradu koja zatvara oznaku <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument završen neočekivano usred imena elementa"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument završen neočekivano usred imena atributa"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument završen neočekivano usred početne oznake elementa."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,16 +524,16 @@ msgstr ""
"Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; "
"vrednost atributa nije navedena"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument završen neočekivano usred vrednosti atributa"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
@@ -557,7 +557,7 @@ msgstr "dostignut je limit pretraživanja unazad"
msgid "the pattern contains items not supported for partial matching"
msgstr "obrazac sadrži stavke koje nisu podržane za delimično poklapanje"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "interna greška"
@@ -1170,7 +1170,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1185,7 +1185,7 @@ msgstr "nepoznata greška"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1224,7 +1224,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1237,10 +1237,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1253,52 +1253,52 @@ msgstr "Simboličke veze nisu podržane"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simboličke veze nisu podržane"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
@@ -1309,12 +1309,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1370,181 +1370,186 @@ msgstr "Neispravno ime ključa: %s"
msgid "Error getting filesystem info: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Neispravno ime domaćina"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška pri raščlanjivanju mogućnosti %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokument završen neočekivano usred imena atributa"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška pri pretvaranju: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška pri pretvaranju: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1617,12 +1622,12 @@ msgstr "Nije obična datoteka"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Neispravno ime ključa: %s"
@@ -1632,17 +1637,17 @@ msgstr "Neispravno ime ključa: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1717,7 +1722,7 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-04-29 01:11+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
@@ -18,74 +18,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да прочитам симболичку везу „%s“: %s"
@@ -161,7 +161,7 @@ msgstr "Путања „%s“ није апсолутна путања"
msgid "Invalid hostname"
msgstr "Неисправно име домаћина"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
@@ -304,24 +304,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +349,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар "
"позива знака (на пример &#234;) — можда је цифра превелика"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Позив знака „%s“ не стоји за дозвољени знак"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празан позив знака; морао би садржати цифру као на примјер &#747;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,39 +376,39 @@ msgstr ""
"Позив знака се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршена ознака ентитета"
# позив уместо ознака?
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршен позив знака"
# ознака знака??? неееее
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису"
# може и ћирилица: „Уникод ТрансФормација 8“
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +417,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -426,13 +426,13 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -443,7 +443,7 @@ msgstr ""
"елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
"имену особине"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -452,7 +452,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додјели вриједности особини „%s“ елемента „%s“"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -460,7 +460,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -469,26 +469,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само бјелине"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -497,7 +497,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -506,19 +506,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -526,16 +526,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена особине; "
"вриједност особине није наведена"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вриједности особине"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -559,7 +559,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1173,7 +1173,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1187,7 +1187,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1226,7 +1226,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1239,10 +1239,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1255,52 +1255,52 @@ msgstr "Симболичке везе нису подржане"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1311,12 +1311,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1372,181 +1372,186 @@ msgstr "Неисправно име домаћина"
msgid "Error getting filesystem info: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Неисправно име домаћина"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1619,12 +1624,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Неисправно име домаћина"
@@ -1634,17 +1639,17 @@ msgstr "Неисправно име домаћина"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1719,7 +1724,7 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

1128
po/sv.po

File diff suppressed because it is too large Load Diff

259
po/ta.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-08-13 09:47+0530\n"
"Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
"Language-Team: TAMIL <ubuntu-l10n-tam@lists.ubuntu.com>\n"
@@ -21,74 +21,74 @@ msgstr ""
"\n"
"\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "எதிர்பாராத பண்புக்கூறு '%s' இந்த உறுப்புக்கு '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "மதிப்பு '%s' க்கு '%s' உறுப்பு எதுவும் இல்லை"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "எதிர்பாராத ஒட்டு'%s', ஒட்டு '%s' எதிர்பார்க்கப்பட்டது"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s' க்குள் எதிர்பாராத ஒட்டு '%s' உள்ளது"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "தரவு அடைவுகளில் சரியான புத்தகக்குறி கோப்பு எதுவும் இல்லை"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' க்கு ஏற்கனவே புத்தகக்குறி உள்ளது"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URIக்கு புத்தகக்குறி எதுவும் இல்லை '%s'"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'க்கு MIME வகை எதுவும் புத்தகக்குறியில் குறிப்பிடப்படவில்லை"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'க்கு புத்தகக்குறியில் தனிபட்ட கொடி எதுவும் குறிப்பிடப்படவில்லை"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'க்கான புத்தகக்குறியில் குழுக்கள் எதுவும் அமைக்கப்படவில்லை"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec வரி '%s' ஐ யூஆர்ஐ (URI) '%s' உடன் விரிவாக்குதல் தோல்வியுற்றது"
@@ -162,7 +162,7 @@ msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பா
msgid "Invalid hostname"
msgstr "பிழையான விருந்தோம்புப்-பெயர்"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
@@ -304,23 +304,23 @@ msgstr "'%s' கோப்பினை திறக்க முடியவி
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' கோப்பினை ஒப்பிட முடியவில்லை: mmap() செயலிழந்தது: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d வரியில் %d வரியுருவில் பிழை: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d வரியில் பிழை: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"வெற்றா பிரதிநிதி '&;' கண்டது; சரியான பிரதிநிதிகள்: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +330,17 @@ msgstr ""
"'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் "
"தொடங்கும்; இந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை &amp ஆக விடுவி;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' வரியுரு பிரதிநிதியின் பெயரில் பிழையானது"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "பிரதிநிதியின் பெயர் '%s' தெரியாதது"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -348,7 +348,7 @@ msgstr ""
"பிரதிநிதி ';' உடன் முடிவடையவில்லை; நீங்கள் பிரதிநிதி ஒன்றை தொடங்க யோசிக்காமல் '&' "
"பயன்படுத்தி இருக்கலாம் - '&'சை &amp ஆக விடுவி;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,16 +357,16 @@ msgstr ""
"'%-.*s'ஐ கூறிட முடியவில்லை,அதன் ஒரு எழுத்துக்குள் ஒரு தசமத்தை கொண்டிருக்க வேண்டும் "
"குறிப்பு (&#234; எடுத்துக்காட்டாக) - எனினும் தசமம் மிக பெரியதாக உள்ளது"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "எழுத்து குறிப்பு '%-.*s' ஒரு அனுமதிக்கப்பட்ட எழுத்தினை குறிமுறையாக்கவில்லை"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "வேற்றான வரியுரு குறிப்பு; &#454 ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "முடிவடையாத வரியுரு மேற்கோள்"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - மிக நீண்ட உரை"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - துவங்கும் குறியல்ல"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - செல்லுபடியாகும் '%s' அல்ல"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: <book>) தொடங்க வேண்டும்"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் "
"தொடங்க முடியாது"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் "
"என்று எதிர்பார்த்தது"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' "
"வரியுரு"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +465,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட "
"உறுப்பு '%s'"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என "
"எதிர்பார்த்தது"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,16 +521,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது"
@@ -554,7 +554,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ
msgid "the pattern contains items not supported for partial matching"
msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "உள்ளமை தவறு"
@@ -1162,7 +1162,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1177,7 +1177,7 @@ msgstr "தெரியாத தவறு"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1216,7 +1216,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1229,10 +1229,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
@@ -1245,52 +1245,52 @@ msgstr "என்பதன்-குறுக்கம் இணைப்பு
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது"
@@ -1301,12 +1301,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1362,181 +1362,186 @@ msgstr "செல்லுபடியாகாத விசை பெயர்:
msgid "Error getting filesystem info: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "பிழையான விருந்தோம்புப்-பெயர்"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "கூறிடும் போது பிழை: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "மாற்றும் போது பிழை: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "மாற்றும் போது பிழை: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d வரியில் பிழை: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
@@ -1609,12 +1614,12 @@ msgstr "ஒரு முறையான கோப்பில்லை"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "செல்லுபடியாகாத விசை பெயர்: %s"
@@ -1624,17 +1629,17 @@ msgstr "செல்லுபடியாகாத விசை பெயர்:
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1709,7 +1714,7 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப
msgid "Error closing unix: %s"
msgstr "%d வரியில் பிழை: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/te.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-12-13 20:16+0100\n"
"Last-Translator: రమణ సాయి <rmn_sai@yahoo.com>\n"
"Language-Team: Free Software Foundation, Andhra Pradesh <fsfap@gnu.org.in>\n"
@@ -18,74 +18,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం "
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు "
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s"
@@ -159,7 +159,7 @@ msgstr " '%s' త్రోవ నామం సరిఐనది కాదు."
msgid "Invalid hostname"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
@@ -301,22 +301,22 @@ msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్() విఫలమైనది: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr " %d క్యార్ %d వరుసలో దోషం కలదు : %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr " ఖాశి వ్యష్టి '&;' చూడబడినది; వర్తించు వ్యష్టిలు: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
" వ్యష్టినామముతో ప్రారంభమగు అక్షరము '%s' నిస్సారము; వ్యష్టి & అక్షరముతో ప్రారంభమగును;వ్యష్టి "
"ప్రారంబమగును; ఒక వేశ ఆంపర్సండ్ ఊహించిన విధంగా వ్యష్టి కాకపోతే , ఎస్కేప్it as &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " వ్యష్టినామంలో అక్షరము '%s' నిస్సారము "
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr " '%s' వ్యష్టి నామం తెలియదు "
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
" వ్యష్టి సెమికోలన్ తో పూర్తవలేదు; దాదాపుగా యాంపర్ సెండ్ ఉపయెగించవలెను అక్షరము దాదాపుగా -' ఎస్కేప్ "
"యంపర్ సెండ్ యాజ్ &యాంప్;' తో ప్రారంభమవలేదు. "
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"అక్షరములో అంకె కలిగియున్నందువలన '%-.*s', పార్సింగ్ విఫలమైనది.దాదాపుగా అంక్య భారీగా ఉన్నది -నివేదన "
"(ఉదాహరణకు : &#234; )"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "అక్షర నివేదన '%-.*s' అనుమతించబడిన అక్షరము ఎన్ కోడ్ అవ్వదు."
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr " ఖాళీ అక్షర నివేదన తప్పనిసరిగా &#454 ఈ సంఖ్యను కలుపుకొనవలెను"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"అక్షర నివేదన సెమికోలన్ తో ముగియలేదు; దాదాపుగా యిది ఉపయెగించండి యాంపర్ సెండ్ అక్షరం తో ప్రారంభమవరాదు - "
"ఎస్సేప్ యాంపర్ సెండ్ యాజ్ &యాంప్ "
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr " పూర్తికాని వ్యష్టినివెదన "
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr " అక్షర నివేదన పూర్తికాలేదు "
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "పత్రం తప్పనిసరిగా ఒక మూలకంతో ప్రారంభమవలెను (ఉదా. <బుక్>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,20 +406,20 @@ msgid ""
msgstr ""
" '<' తో ప్రారంభమగు '%s' అనునది సరరిఐన అక్షరం కాదు ; యిది మూలక నామంతో ప్రారంభమవలేదు. "
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '>' అక్షరము చివరి ప్రారంభ బొందు మూతకం '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం "
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"'%s' ఊహించిన బేసి అక్షరము '>' లేక '/' చివరి ర్రంభ బొందు అక్షరము మాలకం %sలేక ఇచ్చాపూర్వక "
"ఆపాదన; దాదాపుగా ఆపాదన నామంలో అనర్హమైన అక్షరం ఉపమెగించినావు"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,14 +437,14 @@ msgid ""
msgstr ""
"బేసి అక్షరము '%s', ఊహించిన తెరచిన క్వోట్ చిహ్నం తరాత ఇచ్చిన ఆపాదన విలువ '%s' మూతకము '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr " '</' వెంటనే ప్రారంభమగు '%s' నిసారమైన అక్షరము ; '%s' తో మూలకనామం ప్రారంభమవరాదు "
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,26 +453,26 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr " '%s' మూలకం మూయబడినది, ప్రస్ధుతం ఏ మూలకము తెరచియుండలెదు "
# ../glib/gmarkup.c:1588
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' మూలకం మూయబడినది, కాని ప్రస్ధుతం తెరువ బడిన మూలకం '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr " పత్రం ఖాలిగా ఉన్నది లేక ఒక వైట్ స్పేస్ కలిగి యున్నది. "
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "పత్రం చివర కోణ కుండలీకరణము'<' వెంటనె అనవసరముగా ముగింపు అయినది"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgid ""
msgstr ""
"మూలకములు ఇంకను తెరచియున్న పత్రం ఊహించని విధంగా అంతమైనది- '%s' చివరిది మూలకము తెరచబడినది"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgid ""
msgstr ""
"పత్రం ఊహించని విధంగా అంతమైనది,మూసిన కోణకుండశికరణం అంతము చూచుటకు ఊహించబడినది బొందు <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr " పత్రం చివర ఊహించని మూలకనామం కలదు "
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "పత్రం చివర ఊహించని తెరచిన బొందు కలదు."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
@@ -508,16 +508,16 @@ msgid ""
msgstr ""
" '=' చిహ్నము తర్వాత క్రింద కనబరిచిన ఆపాదన పాఠం చివర ఊహించకుండా ఉన్నది. నామం; ఆపాదన విలువ లేదు."
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr " లోపల ఆపాదన విలువ ఉన్నపుడు పాఠం ఊహించకుండా ముగింపు అయినది "
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr " '%s'మూలకము యోక్క మూసిన బొందు ఊహించకుండా పాఠం ముగింపు అయినది "
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr " లోపల వ్యాఖ్య క్రమగతి ఆదేశం ఉండగా ఊహించకుండా పాఠం ముగింపు అయినది "
@@ -541,7 +541,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1146,7 +1146,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1161,7 +1161,7 @@ msgstr "తెలియని ఇచ్ఛాపూర్వకము %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1200,7 +1200,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1213,10 +1213,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
@@ -1229,52 +1229,52 @@ msgstr "చిహ్న పూరితజోడి సహకరించలె
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1285,12 +1285,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1346,181 +1346,186 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము"
msgid "Error getting filesystem info: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
@@ -1593,12 +1598,12 @@ msgstr "క్రమబద్దమైన దస్త్రం కాదు"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
@@ -1608,17 +1613,17 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1693,7 +1698,7 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
msgid "Error closing unix: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/th.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.14.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-02-24 19:10+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -17,74 +17,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "พบแอตทริบิวต์ '%s' ที่ไม่ต้องการ สำหรับอิลิเมนต์ '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ไม่พบแอตทริบิวต์ '%s' สำหรับอิลิเมนต์ '%s'"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "พบแท็ก '%s' ที่ไม่ต้องการ ขณะที่ต้องการแท็ก '%s'"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "พบแท็ก '%s' ที่ไม่ต้องการภายใน '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ไม่พบแฟ้มที่คั่นหน้าที่ใช้การได้ในไดเรกทอรีข้อมูล"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "มีที่คั่นหน้าสำหรับ URI '%s' อยู่ก่อนแล้ว"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "ไม่พบที่คั่นหน้าสำหรับ URI '%s'"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดชนิด MIME ไว้ในที่คั่นหน้าสำหรับ URI '%s'"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดแฟล็กส่วนตัวไว้ในที่คั่นหน้าสำหรับ URI '%s'"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดกลุ่มไว้ในที่คั่นหน้าสำหรับ URI '%s'"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "ไม่มีโปรแกรมประยุกต์ชื่อ '%s' ที่ลงทะเบียนที่คั่นหน้าสำหรับ '%s' ไว้"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "กระจายบรรทัดคำสั่ง '%s' ด้วย URI '%s' ไม่สำเร็จ"
@@ -158,7 +158,7 @@ msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม"
msgid "Invalid hostname"
msgstr "ชื่อโฮสต์ผิดรูปแบบ"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s"
@@ -299,22 +299,22 @@ msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: open() ล้
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "แม็ปแฟ้ม '%s' ไม่สำเร็จ: mmap() ล้มเหลว: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "มีข้อผิดพลาดที่บรรทัด %d อักขระที่ %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "พบเอนทิตี '&;' ซึ่งไม่ถูกต้อง ค่าที่ใช้ได้คือ: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"อักขระ '%s' ไม่สามารถใช้ขึ้นต้นชื่อเอนทิตีได้ อักขระ & ใช้เริ่มเอนทิตี ถ้าเครื่องหมาย ampersand "
"นี้ไม่ได้เจตนาให้เป็นเอนทิตี ต้องหลีกโดยแทนด้วย &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "อักขระ '%s' ใช้ในชื่อเอนทิตีไม่ได้"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ไม่รู้จักเอนทิตีชื่อ '%s'"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -342,7 +342,7 @@ msgstr ""
"เอนทิตีไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี ถ้าใช่ "
"ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +351,16 @@ msgstr ""
"ไม่สามารถแจง '%-.*s' ซึ่งควรจะเป็นตัวเลขภายในตัวอ้างอิงอักขระ (เช่น &#234;) "
"เป็นไปได้ว่าตัวเลขอาจจะมากเกินไป"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ตัวอ้างอิงอักขระ '%-.*s' ไม่ได้เข้ารหัสอักขระที่เป็นไปได้"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ตัวอ้างอิงอักขระว่างเปล่า ควรจะมีตัวเลข เช่น &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,53 +369,53 @@ msgstr ""
"ตัวอ้างอิงอักขระไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี "
"ถ้าใช่ ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ตัวอ้างอิงเอนทิตีไม่สมบูรณ์"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ลำดับซ้อนเหลื่อมกัน"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ไม่ได้เริ่มด้วยไบต์ที่เป็นต้นอักขระ"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ข้อความที่ผิด: '%s'"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "เอกสารต้องเริ่มด้วยอิลิเมนต์ (เช่น <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลัง '<' ได้ จึงไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "พบอักขระแปลกปลอม '%s' ในขณะที่มองหาอักขระ '>' ที่จะมาปิดแท็กตั้งต้นอิลิเมนต์ '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '=' หลังชื่อแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '>' หรือ '/' ที่จะมาปิดแท็กตั้งต้นของอิลิเมนต์ '%"
"s' หรือไม่ก็เป็นแอตทริบิวต์ เป็นไปได้ว่าคุณกำลังใช้อักขระที่ใช้ไม่ได้ในชื่อแอตทริบิวต์"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,80 +434,80 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหาอัญประกาศเปิดหลัง '=' "
"ในการกำหนดค่าให้กับแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' ไม่ใช่อักขระที่ตามหลัง '</' ได้ '%s' ไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลังชื่ออิลิเมนต์ '%s' ในแท็กปิดได้ อักขระเดียวที่อนุญาตคือ '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่ไม่มีอิลิเมนต์ใดเปิดอยู่"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่อิลิเมนต์ที่เปิดอยู่คือ '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "เอกสารว่างเปล่า หรือมีแต่อักขระช่องว่าง"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "เอกสารจบแบบผิดปกติหลังจากวงเล็บแหลม '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "เอกสารจบแบบผิดปกติ โดยยังมีอิลิเมนต์เปิดอยู่ - '%s' คืออิลิเมนต์ที่เปิดล่าสุด"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "เอกสารจบแบบผิดปกติ ในขณะที่กำลังมองหาวงเล็บแหลมที่จะมาปิดแท็ก <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่ออิลิเมนต์"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กเปิดอิลิเมนต์"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "เอกสารจบแบบผิดปกติหลังจากเครื่องหมาย '=' หลังชื่อแอตทริบิวต์ โดยไม่มีค่าของแอตทริบิวต์"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางค่าแอตทริบิวต์"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กปิดสำหรับอิลิเมนต์ '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางหมายเหตุหรือคำสั่งประมวลผล"
@@ -531,7 +531,7 @@ msgstr "เกินขอบเขตการถอยคืน"
msgid "the pattern contains items not supported for partial matching"
msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "ข้อผิดพลาดภายใน"
@@ -1128,7 +1128,7 @@ msgstr "มีการส่งค่า count ที่สูงเกิน
msgid "Stream is already closed"
msgstr "สตรีมถูกปิดไปแล้ว"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "การกระทำถูกยกเลิก"
@@ -1142,7 +1142,7 @@ msgstr "ชนิดข้อมูลไม่รู้จัก"
msgid "%s filetype"
msgstr "ชนิดแฟ้ม %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "ชนิด %s"
@@ -1181,7 +1181,7 @@ msgstr "ไม่สามารถสร้างโฟลเดอร์ %s
msgid "Can't create user desktop file %s"
msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "ข้อกำหนดกำหนดเองสำหรับ %s"
@@ -1194,10 +1194,10 @@ msgstr "ไดรว์ไม่สามารถใช้คำสั่งด
msgid "drive doesn't implement polling for media"
msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "ไม่รองรับการกระทำนี้"
@@ -1210,52 +1210,52 @@ msgstr "ไม่รองรับการกระทำนี้"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "ไม่รองรับการใช้ถังขยะ"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "โวลุมไม่รองรับการเมานท์"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้"
@@ -1266,12 +1266,12 @@ msgid "Enumerator is closed"
msgstr "ตัวแจงนับถูกปิด"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ตัวแจงนับแฟ้มมีการกระทำค้างอยู่"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว"
@@ -1327,181 +1327,186 @@ msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ"
msgid "Error getting filesystem info: %s"
msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "ชื่อแฟ้มผิดรูปแบบ"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "ไม่สามารถเปิดไดเรกทอรี"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "สร้างแฟ้มสำรองไม่สำเร็จ"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "ค่าแอตทริบิวต์ต้องไม่ใช่ตัวชี้ศูนย์"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "ชนิดของแอตทริบิวต์ใช้การไม่ได้ (ต้องการสตริง)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "ชื่อแอตทริบิวต์ส่วนขยายเพิ่มใช้การไม่ได้"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (รหัสอักขระไม่ถูกต้อง)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s"
@@ -1574,12 +1579,12 @@ msgstr "แฟ้มปลายทางไม่ใช่แฟ้มปกต
msgid "The file was externally modified"
msgstr "แฟ้มถูกแก้ไขโดยโปรแกรมอื่น"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "ได้รับค่า GSeekType ที่ใช้การไม่ได้"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "คำสั่งเลื่อนตำแหน่งอ่านเขียนผิดเงื่อนไข"
@@ -1589,17 +1594,17 @@ msgstr "คำสั่งเลื่อนตำแหน่งอ่านเ
msgid "Cannot truncate GMemoryInputStream"
msgstr "ไม่สามารถตัดท้าย GMemoryInputStream ทิ้ง"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "มาถึงขีดจำกัดสูงสุดของแอร์เรย์ข้อมูลแล้ว"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "สตรีมข้อมูลออกในหน่วยความจำไม่สามารถเปลี่ยนขนาดได้"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "เปลี่ยนขนาดสตรีมข้อมูลออกในหน่วยความจำไม่สำเร็จ"
@@ -1676,7 +1681,7 @@ msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้
msgid "Error closing unix: %s"
msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้มยูนิกซ์: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "รากระบบแฟ้ม"

259
po/tl.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-12-01 17:31+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -17,76 +17,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
"ng elementong '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Walang mahanap na talaksang susi sa mga dir ng datos"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
@@ -160,7 +160,7 @@ msgstr "Ang pathname '%s' ay hindi absolute path"
msgid "Invalid hostname"
msgstr "Hindi tanggap na hostname"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
@@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Bigo ang pagreserba ng memory para sa talaksang '%s': bigo ang mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error sa linya %d char %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error sa linya %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Walang laman na entity '&' ay nakita; tanggap na mga entity ay: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"karakter ang nag-uumpisa ng entity; kung ang ampersand ay hindi dapat maging "
"entity, itaglay ito bilang &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Hindi tanggap ang karakter '%s' sa loob ng pangalan ng entity"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Pangalan ng entity '%s' ay hindi kilala"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -354,7 +354,7 @@ msgstr ""
"ampersand karakter na hindi sinasadyang mag-umpisa ng entity - itaglay ang "
"ampersand ng &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,19 +363,19 @@ msgstr ""
"Sawi sa pag-parse ng '%-.*s', na dapat ay numero sa loob ng reference sa "
"karakter (halimbawa ay &#234;) - maaaring ang numero ay sobra ang laki"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Reference sa karakter '%-.*s' ay hindi nag-encode ng tanggap na karakter"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Walang laman na reference sa karakter; dapat may kasamang numero tulad ng "
"&#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -385,34 +385,34 @@ msgstr ""
"gumamit kayo ng ampersand na karakter na hindi sinadyang mag-umpisa ng "
"entity - itaglay ang ampersand bilang &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Hindi tapos na reference sa entity"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Hindi tapos na reference sa karakter"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Kailangang mag-umpisa ang dokumento ng elemento (hal. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -421,7 +421,7 @@ msgstr ""
"'%s' ay hindi tanggap na karakter matapos ng '<' na karakter; hindi ito "
"maaaring mag-umpisa ng pangalang elemento"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -430,7 +430,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '>' karakter ang pambungad ng pambukas "
"na tag ng elementong '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -438,7 +438,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
"ng elementong '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -449,7 +449,7 @@ msgstr ""
"pangbukas na tag ng elementong '%s' o attribute; maaaring gumamit kayo ng "
"hindi tanggap na karakter sa pangalang attribute"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -459,7 +459,7 @@ msgstr ""
"equals sign kapag nagbigay ng halaga para sa attribute '%s' ng elementong '%"
"s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -468,7 +468,7 @@ msgstr ""
"Hindi tanggap na karakter ang '%s' matapos ng mga karakter na '</'; Ang '%s' "
"ay hindi maaaring umpisa ng pangalang elemento"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -477,29 +477,29 @@ msgstr ""
"Hindi tanggap na karakter ang '%s' matapos ang pangsara ng pangalang "
"elemento '%s'; ang tinatanggap na karakter ay '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Sinarhan ang elementong '%s', walang bukas na elemento."
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sinarhan ang elementong '%s', ngunit ang kasalukuyang elementong bukas ay '%"
"s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Walang laman ang dokumento o naglalaman lamang ito ng puwang"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento matapos lamang ng pangbukas na "
"angle bracket '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -508,7 +508,7 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento na may mga bukas na elemento - '%"
"s' ay ang huling elementong binuksan"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -517,23 +517,23 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento, inasahan na makita ang angle "
"bracket na pang-sara ng tag <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng elemento"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pagbukas na tag ng "
"elemento."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -541,20 +541,20 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento matapos ang equal sign na sumunod "
"sa pangalan ng attribute; walang halaga ang attribute"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento habang nasa loob ng halagang "
"attribute"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nagwakas ang dokumento ng hindi inaasahan sa loob ng tag ng pagsara para sa "
"elementong '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nagwakas ang dokumento ng hindi inaasahan sa loob ng komento o utos ng "
@@ -580,7 +580,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1197,7 +1197,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1212,7 +1212,7 @@ msgstr "Hindi kilalang option %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1251,7 +1251,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1264,10 +1264,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1280,52 +1280,52 @@ msgstr "Hindi suportado ang mga symbolic link"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Hindi suportado ang mga symbolic link"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1336,12 +1336,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1397,182 +1397,187 @@ msgstr "Imbalidong pangalan ng programa: %s"
msgid "Error getting filesystem info: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Hindi tanggap na hostname"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error habang nagco-convert: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error habang nagco-convert: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error habang nagco-convert: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error sa linya %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1645,12 +1650,12 @@ msgstr "Hindi karaniwang talaksan"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Imbalidong pangalan ng programa: %s"
@@ -1660,17 +1665,17 @@ msgstr "Imbalidong pangalan ng programa: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1745,7 +1750,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "Error closing unix: %s"
msgstr "Error sa linya %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

809
po/tr.po

File diff suppressed because it is too large Load Diff

259
po/tt.po
View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgnome\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-11-09 13:19+0300\n"
"Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n"
"Language-Team: Tatarish <tatarish.l10n@gmail.com>\n"
@@ -13,74 +13,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' biremennän uqıp bulmadı: %s"
@@ -154,7 +154,7 @@ msgstr "'%s' digän yul töptän tügel"
msgid "Invalid hostname"
msgstr "Host adı yaraqsız"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
@@ -296,22 +296,22 @@ msgstr "'%s' biremen açıp bulmadı: open() uzmadı: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d. yulnıñ %d. bilgedä xata: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d. yulda xata: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,93 +319,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,87 +413,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "İstälek eçtälege yä buş, yä buşlıq bilgelärennän genä tora"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -517,7 +517,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1113,7 +1113,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1128,7 +1128,7 @@ msgstr "Bilgesez %s atlı köylämä"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1167,7 +1167,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1180,10 +1180,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1196,52 +1196,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1252,12 +1252,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1313,181 +1313,186 @@ msgstr "Yazılım adı yaraqsız: %s"
msgid "Error getting filesystem info: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Host adı yaraqsız"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Äyländergändä xata çıqtı: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Äyländergändä xata çıqtı: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Äyländergändä xata çıqtı: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d. yulda xata: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1560,12 +1565,12 @@ msgstr "Ğädäti birem tügel"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Yazılım adı yaraqsız: %s"
@@ -1575,17 +1580,17 @@ msgstr "Yazılım adı yaraqsız: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1660,7 +1665,7 @@ msgstr "'%s' biremen uqığanda xata: %s"
msgid "Error closing unix: %s"
msgstr "%d. yulda xata: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/uk.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2008-01-25 11:56+0300\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -17,74 +17,74 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочікуваний атрибут \"%s\" для елемента \"%s\""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибут \"%s\" для елемента \"%s\" не існує"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочікуваний тег \"%s\", очікувався тег \"%s\""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочікуваний тег '%s' у '%s'"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Не вдається знайти правильний файл закладок у каталогах даних"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Файл закладок для URI '%s' вже існує"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Не знайдено закладки для URI '%s'"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не визначено тип MIME у закладці для URI '%s'"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не вказано приватну ознаку у закладці для URI '%s'"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Не встановлено групи у закладці для URI '%s'"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Не зареєстровано програму з назвою '%s' для закладки '%s'"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Помилка розкривання рядка виконання \"%s\" для URI %s"
@@ -160,7 +160,7 @@ msgstr "Шлях \"%s\" не є абсолютним"
msgid "Invalid hostname"
msgstr "Неправильна назва вузла"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Помилка відкривання каталогу \"%s\": %s"
@@ -307,24 +307,24 @@ msgstr "Помилка відкривання файлу \"%s\": помилка
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Помилка створення карти файлу \"%s\": помилка mmap(): %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Помилка в рядку %d на символі %d: "
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Помилка в рядку %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Виявлено порожній предикат \"&;\"; допустимими предикатами є: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"\"; якщо цей символ вживається не для позначення початку предикату, то "
"повинен екрануватись як символ &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ \"%s\" не допускається в назві предикату"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Назва предикату \"%s\" невідома"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -353,7 +353,7 @@ msgstr ""
"Предикат не закінчується крапкою з комою; очевидно, що символ & було "
"використано не для позначення початку предикату екрануйте його як &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -362,16 +362,16 @@ msgstr ""
"Помилка аналізу '%-.*s', де має бути число у символьному посиланні "
"(наприклад, &#234), можливо, число надто велике"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,37 +380,37 @@ msgstr ""
"Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
"використано не для позначення початку предикату екрануйте його як &amp;."
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Незавершене посилання на предикат"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Незавершене посилання на символ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректний початок "
"символу"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність "
"'%s'"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ має починатися з елемента (наприклад, <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"Символ \"%s\" не дозволяється вживати після символу \"<\", він не може "
"починати назву елемента"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу "
"елементу \"%s\""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
"елемента \"%s\""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було "
"використано неприпустимий символ в назві ознаки"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на "
"присвоєнні значення ознаці \"%s\" елементу \"%s\""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
"починати назву елементу"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,26 +474,26 @@ msgstr ""
"Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
"символом є \">\""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Було закрито не відкритий елемент \"%s\""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ порожній чи містить лише пропуски"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ раптово закінчився відразу після початкової кутової дужки \"<\""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Документ раптово закінчився, коли деякі елементи ще були відкритими \"%s\" "
"був останнім відкритим елементом"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,19 +511,19 @@ msgstr ""
"Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
"тегу <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ раптово закінчився посеред назви елемента"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ раптово закінчився посеред назви ознаки"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,17 +531,17 @@ msgstr ""
"Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
"значення ознаки не вказано"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ раптово закінчився посеред значення ознаки"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документ раптово закінчився у середині тегу, що закривав елемент \"%s\""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки"
@@ -567,7 +567,7 @@ msgstr ""
"шаблон містить елементи, які не підтримуються при пошуку часткової "
"відповідності"
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr "внутрішня помилка"
@@ -1181,7 +1181,7 @@ msgstr "До %s передано надто велике значення ліч
msgid "Stream is already closed"
msgstr "Потік вже закрито"
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Операцію скасовано"
@@ -1195,7 +1195,7 @@ msgstr "Невідомий тип"
msgid "%s filetype"
msgstr "тип файлу %s"
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr "тип %s"
@@ -1234,7 +1234,7 @@ msgstr "Не вдається створити теку параметрів MIM
msgid "Can't create user desktop file %s"
msgstr "Не вдається створити для користувача desktop-файл %s"
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr "Власне визначення %s"
@@ -1247,10 +1247,10 @@ msgstr "пристрій не має функції витягування но
msgid "drive doesn't implement polling for media"
msgstr "пристрій не має функції опитування наявності носія"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr "Операція не підтримується"
@@ -1263,52 +1263,52 @@ msgstr "Операція не підтримується"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr "Вкладена точка монтування не існує"
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr "Не вдається копіювати у каталог"
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr "Не вдається копіювати каталог у каталог"
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr "Цільовий файл існує"
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr "Не вдається рекурсивно скопіювати каталог"
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr "Неправильне значення символьного посилання"
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr "Смітник не підтримується"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr "назви файлів не можуть містити символ '%c'"
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "том не підтримує операцію монтування"
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Не зареєстровано програму з назвою що створило закладку"
@@ -1319,12 +1319,12 @@ msgid "Enumerator is closed"
msgstr "Лічильник закрито"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Лічильник файлів має невиконані операції"
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Лічильник файлів вже закритий"
@@ -1380,183 +1380,188 @@ msgstr "Неправильна назва файлу %s"
msgid "Error getting filesystem info: %s"
msgstr "Помилка при отриманні інформації з файлової системи: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr "Не можна перейменовувати кореневий каталог"
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує"
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Неправильна назва файлу"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, c-format
msgid "Error renaming file: %s"
msgstr "Помилка при перейменуванні файлу: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, c-format
msgid "Error opening file: %s"
msgstr "Помилка при відкриванні файлу: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr "Не вдається відкрити каталог"
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, c-format
msgid "Error removing file: %s"
msgstr "Помилка при видаленні файлу: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, c-format
msgid "Error trashing file: %s"
msgstr "Помилка при переміщенні файлу до смітника: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Помилка при створенні каталогу смітника %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Не вдається знайти каталог верхнього рівня для смітника"
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr "не вдається знайти чи створити каталог смітника"
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Помилка створення файл у смітнику: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не вдається перемістити файл до смітника: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Помилка відкривання каталогу \"%s\": %s"
#: gio/glocalfile.c:2026
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Помилка при створенні символьного посилання: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, c-format
msgid "Error moving file: %s"
msgstr "Помилка при переміщенні файлу: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr "Не вдається перемістити каталог у каталог"
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Помилка при створенні файлу резервної копії"
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, c-format
msgid "Error removing target file: %s"
msgstr "Помилка при зчитуванні цільового файлу: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr "Переміщення між різними точками монтування не підтримується"
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Значення атрибуту не можу бути NULL"
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "неправильний тип атрибуту (очікувався рядок)"
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr "Неправильна назва розширеного атрибуту"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Помилка отримання інформації про файл \"%s\": %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr " (неправильне кодування)"
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Помилка отримання інформації для дескриптору файлу: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неправильний тип атрибута (очікувався uint32)"
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неправильний тип атрибуту (очікувався uint64)"
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Неправильний тип атрибуту (очікувався рядок байтів)"
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, c-format
msgid "Error setting permissions: %s"
msgstr "Помилка встановлення прав доступу: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, c-format
msgid "Error setting owner: %s"
msgstr "Помилка встановлення власник: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr "символьне посилання не може мати значення NULL"
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, c-format
msgid "Error setting symlink: %s"
msgstr "Помилка при встановленні символьного посилання: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"помилка при встановленні символьного посилання: файл не є символьним "
"посиланням"
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Встановлення атрибуту %s не підтримуються"
@@ -1629,12 +1634,12 @@ msgstr "Цільовий файл не є звичайним файлом"
msgid "The file was externally modified"
msgstr "Файл був змінений іншою програмою"
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Вказано неправильний GSeekType"
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, c-format
msgid "Invalid seek request"
msgstr "Неправильний тип операції зміни позиції у файлі"
@@ -1644,17 +1649,17 @@ msgstr "Неправильний тип операції зміни позиці
msgid "Cannot truncate GMemoryInputStream"
msgstr "Не можна усікати GMemoryInputStream"
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr "Досягнуто верхню межу масиву даних"
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr "Не можна змінювати розмір потоку виводу у пам'ять"
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Помилка при зміні розміру потоку виводу у пам'ять"
@@ -1731,7 +1736,7 @@ msgstr "Помилка при зчитуванні unix-сокету: %s"
msgid "Error closing unix: %s"
msgstr "Помилка при закриванні unix-сокету: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr "Корінь файлової системи"

818
po/vi.po

File diff suppressed because it is too large Load Diff

259
po/wa.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2004-05-03 14:40+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"
@@ -20,74 +20,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s"
@@ -161,7 +161,7 @@ msgstr "Li tchmin «%s» n' est nén on tchmin absolou"
msgid "Invalid hostname"
msgstr "No d' lodjoe nén valide"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
@@ -305,24 +305,24 @@ msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Aroke el roye %d caractere %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Aroke el roye %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Vude intité «&;» di trovêye; les intités valides sont: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +333,17 @@ msgstr ""
"caractere & cmince ene intité; si ç' caractere ampersande doet esse håyné té "
"ké, adon el fåt scrire come « &amp; »"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Li caractere «%s» n' est nén valide dins on no d' intité"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Li no d' intité «%s» n' est nén cnoxhou"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -352,77 +352,77 @@ msgstr ""
"on caractere ampersande sins vleur sicrire ene intité, dins ç' cas el fåt "
"scrire insi: « &map; »"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tecse ecôdé en UTF-8 nén valide"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Tecse ecôdé en UTF-8 nén valide"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tecse ecôdé en UTF-8 nén valide"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Li documint doet cmincî avou èn elemint (eg: <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,87 +430,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Li documint esteut vude ou avou seulmint des blancs"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -534,7 +534,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1132,7 +1132,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1146,7 +1146,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1185,7 +1185,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1198,10 +1198,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1214,52 +1214,52 @@ msgstr "Loyéns simbolikes nén sopoirtés"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1270,12 +1270,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1331,181 +1331,186 @@ msgstr "No d' lodjoe nén valide"
msgid "Error getting filesystem info: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "No d' lodjoe nén valide"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, c-format
msgid "Invalid extended attribute name"
msgstr ""
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Aroke el roye %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1578,12 +1583,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "No d' lodjoe nén valide"
@@ -1593,17 +1598,17 @@ msgstr "No d' lodjoe nén valide"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1677,7 +1682,7 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "Error closing unix: %s"
msgstr "Aroke el roye %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/xh.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2005-02-08 12:31+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
@@ -16,77 +16,77 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
"lwesiqalelo '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, fuzzy, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
@@ -161,7 +161,7 @@ msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela"
msgid "Invalid hostname"
msgstr "Igama lomququzeleli elingasebenziyo"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
@@ -308,24 +308,24 @@ msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Impazamo emgceni %d uphawu %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Impazamo emgceni %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Into ezimeleyo eze '&;' ebonwayo; izinto ezizimeleyo ezisebenzayo: &amp; "
"&quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,17 +336,17 @@ msgstr ""
"into ezimeleyo; ukuba le ampersand ayifanelanga ukuba yinto ezimeleyo, "
"yiphephise njenge &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Uphawu '%s' alusebenzi ngaphakathi kwegama lento ezimeleyo"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Igama lento ezimeleyo '%s' alaziwa"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -355,7 +355,7 @@ msgstr ""
"lwe- ampersand ungazimiselanga ukuqala into ezimeleyo - phepha i- ampersand "
"njenge &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"ngaphakathi kophawu lokuthumela (&#234; umzekelo) - mhlawumbi umvo mkhulu "
"kakhulu"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvume"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Uphawu lokuthumela oluze; kufuneka luquke umvo ofana nalo &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,34 +384,34 @@ msgstr ""
"uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- "
"ampersand njenge &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Into ezimeleyo yokuthumela engagqitywanga"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Uphawu lokuthumela olungagqitywanga"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Uxwebhu kufuneka luqale ngesiqalelo (umzkl. <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -420,7 +420,7 @@ msgstr ""
"'%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama "
"lesiqalelo"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -429,7 +429,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '>' uphawu lokuphelisa ilebhile "
"yokuqalisa isiqalelo '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -437,7 +437,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
"lwesiqalelo '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -448,7 +448,7 @@ msgstr ""
"ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi "
"usebenzise uphawu olungasebenziyo kwigama lophawu"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -457,7 +457,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva "
"kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -466,7 +466,7 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela iimpawu '</'; '%s' linokungaqali "
"igama lesiqalelo"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -475,27 +475,27 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela igama lesiqalelo elikufuphi '%s'; "
"uphawu oluvunyelweyo lolu '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangoku"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Isiqalelo '%s' besivaliwe, kodwa isiqalelo esivuliweyo njengangoku sesi '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphela"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +504,7 @@ msgstr ""
"Uxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' "
"isiqalelo sokugqibela besivuliwe"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +513,19 @@ msgstr ""
"Uxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo "
"esiphelisa ilebhile <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqalelo"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo."
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -533,17 +533,17 @@ msgstr ""
"Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama "
"lophawu; kungekho xabiso lophawu"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawu"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evaliweyo yesiqalelo '%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Uxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkqubo"
@@ -568,7 +568,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1192,7 +1192,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1207,7 +1207,7 @@ msgstr "Ukhetho olungaziwayo %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1246,7 +1246,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1259,10 +1259,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1275,52 +1275,52 @@ msgstr "Ikhonkco elingumfuziselo alixhaswanga"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1331,12 +1331,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1392,181 +1392,186 @@ msgstr "Igama lomququzeleli elingasebenziyo"
msgid "Error getting filesystem info: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Igama lomququzeleli elingasebenziyo"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Impazamo emgceni %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1639,12 +1644,12 @@ msgstr "Asiyofayili esebenza rhoqo"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Igama lomququzeleli elingasebenziyo"
@@ -1654,17 +1659,17 @@ msgstr "Igama lomququzeleli elingasebenziyo"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1739,7 +1744,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "Error closing unix: %s"
msgstr "Impazamo emgceni %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

259
po/yi.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
@@ -14,76 +14,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
@@ -157,7 +157,7 @@ msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט"
msgid "Invalid hostname"
msgstr "אומלעקסיקער מאַשין־נאָמען"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
@@ -299,23 +299,23 @@ msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"לײדיקער אײנס '&;' געזען; לעקסיקע אײנסן זײַנען: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן הײבט "
"אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים װי &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "שריפֿטצײכן %s איז אומלעקסיק אין מיטן פֿון אַן אײנסנאָמען"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "אײנסנאָמען %s איז ניט באַקאַנט"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"אײנס האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן אַן & "
"שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ "
"(למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן "
"אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל <book>)"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '<' שריפֿטצײכן;עס טאָר ניט אָנהײבן "
"קײן אײנסנאָמען"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,7 +415,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '>' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל "
"פֿונעם עלעמענט '%s'"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +423,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן "
"אין אַן אַטריבוט־נאָמען"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון "
"אַטריבוט '%s' פֿונעם עלעמענט '%s'"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '</'; '%s' טאָר ניט "
"אָנהײבן קײן עלעמענט־נאָמען"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז "
"שטעלן '>'"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '<'"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער "
"לעצט־געעפֿנטער עלעמענט"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +497,19 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '>' צו ענדיקן דעם "
"הענטל <%s/>"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,18 +517,18 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן "
"אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט "
"'%s'"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ "
@@ -554,7 +554,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1161,7 +1161,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1175,7 +1175,7 @@ msgstr ""
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1214,7 +1214,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1227,10 +1227,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1243,52 +1243,52 @@ msgstr ""
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, c-format
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1299,12 +1299,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1360,181 +1360,186 @@ msgstr "אומלעקסיקער מאַשין־נאָמען"
msgid "Error getting filesystem info: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "אומלעקסיקער מאַשין־נאָמען"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1607,12 +1612,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "אומלעקסיקער מאַשין־נאָמען"
@@ -1622,17 +1627,17 @@ msgstr "אומלעקסיקער מאַשין־נאָמען"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1707,7 +1712,7 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
msgid "Error closing unix: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-02-28 02:10+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -18,74 +18,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素‘%2$s中的不明屬性%1$s"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "找不到元素‘%2$s的屬性%1$s"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "不明的標籤‘%s應為標籤%s"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "%2$s中有不明的標籤%1$s"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "在資料目錄中找不到有效的書籤檔案"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI%s的書籤已經存在"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "找不到 URI%s的書籤"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI%s的書籤中沒有定義 MIME 類型"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI%s的書籤中沒有定義 private flag"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI%s的書籤中並沒有設定羣組"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "沒有一個名為‘%s的應用程式註冊一個書籤給%s"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URI%2$s 展開 exec 行‘%1$s失敗"
@@ -159,7 +159,7 @@ msgstr "路徑名稱‘%s不是絕對路徑"
msgid "Invalid hostname"
msgstr "主機名稱無效"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
@@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s失敗open() 失敗:%s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "對應檔案‘%s失敗mmap() 失敗:%s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"實體名稱不應以‘%s開始應該使用 & 字符;如果這個 & 字符不是作為實體使用,請"
"將 & 轉換為 &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字符‘%s"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s意義不明"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,23 +345,23 @@ msgstr ""
"實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法解析‘%-.*s字符參引內應該含有數字例如 &#234;)─ 可能是數字太大"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字符參引‘%-.*s無法表示任何能接受的字符"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字符參引是空白的;它應該包括數字,像 &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,54 +370,54 @@ msgstr ""
"字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "未完成的字符參引"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "<’字符後的‘%s不是有效的字符這樣不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字符‘%s不尋常元素%s的開始標籤應該以>’字符結束"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字符‘%s屬性名稱%s屬於元素%s後應該是=’字符"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"不尋常的字符‘%s元素%s的開始標籤應該以>’或‘/’字符終結,也可以是屬性;或"
"許你在屬性名稱中使用了無效的字符"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,80 +435,80 @@ msgid ""
msgstr ""
"不尋常的字符‘%s當指定屬性%s的值屬於元素%s等號後應該出現開引號"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "</’字符後的‘%s不是有效的字符%s不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "字符‘%s是無效的位置在關閉元素%s末端允許的字符為「>」"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s已關閉沒有開啟中的元素"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s已關閉但開啟中的元素是%s"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字符"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -532,7 +532,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1150,7 +1150,7 @@ msgstr "未知的選項 %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1189,7 +1189,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1202,10 +1202,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "不支援符號連結"
@@ -1218,52 +1218,52 @@ msgstr "不支援符號連結"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "不支援符號連結"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "沒有一個名為‘%s的應用程式註冊一個書籤給%s"
@@ -1274,12 +1274,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1335,181 +1335,186 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Error getting filesystem info: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "主機名稱無效"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "解析 %s 選項時發生錯誤"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "轉換時發生錯誤:%s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "轉換時發生錯誤:%s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "第 %d 行發生錯誤:%s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "不支援符號連結"
@@ -1582,12 +1587,12 @@ msgstr "不是普通檔案"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "無效的設定鍵名稱:%s"
@@ -1597,17 +1602,17 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1682,7 +1687,7 @@ msgstr "讀取檔案‘%s時發生錯誤%s"
msgid "Error closing unix: %s"
msgstr "第 %d 行發生錯誤:%s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-10 21:09-0400\n"
"POT-Creation-Date: 2008-05-27 16:12-0400\n"
"PO-Revision-Date: 2007-02-27 09:08+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"
@@ -18,74 +18,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
#: glib/gbookmarkfile.c:908
#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884
#: glib/gbookmarkfile.c:931
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素‘%2$s中的不明屬性%1$s"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
#: glib/gbookmarkfile.c:919
#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826
#: glib/gbookmarkfile.c:942
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "找不到元素‘%2$s的屬性%1$s"
#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177
#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "不明的標籤‘%s應為標籤%s"
#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151
#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "%2$s中有不明的標籤%1$s"
#: glib/gbookmarkfile.c:1781
#: glib/gbookmarkfile.c:1798
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "在資料目錄中找不到有效的書籤檔案"
#: glib/gbookmarkfile.c:1982
#: glib/gbookmarkfile.c:1999
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI%s的書籤已經存在"
#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
#: glib/gbookmarkfile.c:3677
#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202
#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367
#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535
#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692
#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831
#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147
#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388
#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567
#: glib/gbookmarkfile.c:3694
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "找不到 URI%s的書籤"
#: glib/gbookmarkfile.c:2359
#: glib/gbookmarkfile.c:2376
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI%s的書籤中沒有定義 MIME 類型"
#: glib/gbookmarkfile.c:2444
#: glib/gbookmarkfile.c:2461
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI%s的書籤中沒有定義 private flag"
#: glib/gbookmarkfile.c:2823
#: glib/gbookmarkfile.c:2840
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI%s的書籤中並沒有設定群組"
#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "沒有一個名為‘%s的應用程式註冊一個書籤給%s"
#: glib/gbookmarkfile.c:3404
#: glib/gbookmarkfile.c:3421
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URI%2$s 展開 exec 行‘%1$s失敗"
@@ -159,7 +159,7 @@ msgstr "路徑名稱‘%s不是絕對路徑"
msgid "Invalid hostname"
msgstr "主機名稱無效"
#: glib/gdir.c:104 glib/gdir.c:124
#: glib/gdir.c:109 glib/gdir.c:129
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
@@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s失敗open() 失敗:%s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "對應檔案‘%s失敗mmap() 失敗:%s"
#: glib/gmarkup.c:228 glib/gmarkup.c:244
#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
#: glib/gmarkup.c:338
#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
#: glib/gmarkup.c:442
#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:452
#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"實體名稱不應以‘%s開始應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
"將 & 轉換為 &amp;"
#: glib/gmarkup.c:486
#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字元‘%s"
#: glib/gmarkup.c:523
#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s意義不明"
#: glib/gmarkup.c:534
#: glib/gmarkup.c:540
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,23 +345,23 @@ msgstr ""
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
#: glib/gmarkup.c:587
#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法解析‘%-.*s字元參引內應該含有數字例如 &#234;)─ 可能是數字太大"
#: glib/gmarkup.c:612
#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字元參引‘%-.*s無法表示任何能接受的字元"
#: glib/gmarkup.c:627
#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
#: glib/gmarkup.c:637
#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,54 +370,54 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
#: glib/gmarkup.c:723
#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
#: glib/gmarkup.c:729
#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "未完成的字元參引"
#: glib/gmarkup.c:972
#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1000
#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1036
#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:1074
#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>"
#: glib/gmarkup.c:1114
#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "<’字元後的‘%s不是有效的字元這樣不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1178
#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字元‘%s不尋常元素%s的開始標籤應該以>’字元結束"
#: glib/gmarkup.c:1267
#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字元‘%s屬性名稱%s屬於元素%s後應該是=’字元"
#: glib/gmarkup.c:1309
#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"不尋常的字元‘%s元素%s的開始標籤應該以>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元"
#: glib/gmarkup.c:1395
#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,80 +435,80 @@ msgid ""
msgstr ""
"不尋常的字元‘%s當指定屬性%s的值屬於元素%s等號後應該出現開引號"
#: glib/gmarkup.c:1537
#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "</’字元後的‘%s不是有效的字元%s不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1577
#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "字元‘%s是無效的位置在關閉元素%s末端允許的字元為「>」"
#: glib/gmarkup.c:1588
#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s已關閉沒有開啟中的元素"
#: glib/gmarkup.c:1597
#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s已關閉但開啟中的元素是%s"
#: glib/gmarkup.c:1757
#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元"
#: glib/gmarkup.c:1771
#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素"
#: glib/gmarkup.c:1787
#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
#: glib/gmarkup.c:1793
#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: glib/gmarkup.c:1804
#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
#: glib/gmarkup.c:1810
#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: glib/gmarkup.c:1817
#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: glib/gmarkup.c:1839
#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -532,7 +532,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: glib/gregex.c:154 gio/glocalfile.c:1883
#: glib/gregex.c:154 gio/glocalfile.c:1971
msgid "internal error"
msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
#: gio/gcancellable.c:296 gio/glocalfile.c:1964 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1150,7 +1150,7 @@ msgstr "未知的選項 %s"
msgid "%s filetype"
msgstr ""
#: gio/gcontenttype.c:577
#: gio/gcontenttype.c:591
#, c-format
msgid "%s type"
msgstr ""
@@ -1189,7 +1189,7 @@ msgstr ""
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1517
#: gio/gdesktopappinfo.c:1532
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1202,10 +1202,10 @@ msgstr ""
msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403
#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651
#: gio/gfile.c:2696 gio/gfile.c:2746 gio/gfile.c:2786 gio/gfile.c:3110
#: gio/gfile.c:3512 gio/gfile.c:3595 gio/gfile.c:3678 gio/gfile.c:3758
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "不支援符號連結"
@@ -1218,52 +1218,52 @@ msgstr "不支援符號連結"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
#: gio/glocalfile.c:1070
#: gio/gfile.c:1291 gio/glocalfile.c:1054 gio/glocalfile.c:1065
#: gio/glocalfile.c:1078
#, c-format
msgid "Containing mount does not exist"
msgstr ""
#: gio/gfile.c:1895
#: gio/gfile.c:1933 gio/glocalfile.c:2114
#, c-format
msgid "Can't copy over directory"
msgstr ""
#: gio/gfile.c:1955
#: gio/gfile.c:1993
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
#: gio/gfile.c:1963 gio/glocalfile.c:2030
#: gio/gfile.c:2001 gio/glocalfile.c:2123
#, c-format
msgid "Target file exists"
msgstr ""
#: gio/gfile.c:1981
#: gio/gfile.c:2019
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2679
#: gio/gfile.c:2736
#, c-format
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2772
#: gio/gfile.c:2829
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "不支援符號連結"
#: gio/gfile.c:2819
#: gio/gfile.c:2876
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4752 gio/gvolume.c:357
#: gio/gfile.c:4812 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:4860
#: gio/gfile.c:4920
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "沒有一個名為‘%s的應用程式註冊一個書籤給%s"
@@ -1274,12 +1274,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1335,181 +1335,186 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Error getting filesystem info: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1090
#: gio/glocalfile.c:1098
#, c-format
msgid "Can't rename root directory"
msgstr ""
#: gio/glocalfile.c:1108
#: gio/glocalfile.c:1116
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
#: gio/glocalfile.c:1129 gio/glocalfile.c:1993 gio/glocalfile.c:2022
#: gio/glocalfile.c:2176 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "主機名稱無效"
#: gio/glocalfile.c:1125
#: gio/glocalfile.c:1133
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1244
#: gio/glocalfile.c:1252
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1254
#: gio/glocalfile.c:1262
#, c-format
msgid "Can't open directory"
msgstr ""
#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
#: gio/glocalfile.c:1322
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1604
#: gio/glocalfile.c:1686
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:1627
#: gio/glocalfile.c:1709
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1648
#: gio/glocalfile.c:1730
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
#: gio/glocalfile.c:1809 gio/glocalfile.c:1829
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
#: gio/glocalfile.c:1781
#: gio/glocalfile.c:1863
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
#: gio/glocalfile.c:1888 gio/glocalfile.c:1963 gio/glocalfile.c:1970
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "建立檔案‘%s失敗%s"
#: gio/glocalfile.c:1938
#: gio/glocalfile.c:1997
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
#: gio/glocalfile.c:2026
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "解析 %s 選項時發生錯誤"
#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
#: gio/glocalfile.c:2086 gio/glocalfile.c:2180
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:2021
#: gio/glocalfile.c:2109
#, c-format
msgid "Can't move directory over directory"
msgstr ""
#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
#: gio/glocalfile.c:2136 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#: gio/glocalfile.c:2062
#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfile.c:2076
#: gio/glocalfile.c:2169
#, c-format
msgid "Move between mounts not supported"
msgstr ""
#: gio/glocalfileinfo.c:709
#: gio/glocalfileinfo.c:716
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:716
#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
#: gio/glocalfileinfo.c:723
#: gio/glocalfileinfo.c:730
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: gio/glocalfileinfo.c:763
#: gio/glocalfileinfo.c:770
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "開啟目錄‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1454
#: gio/glocalfileinfo.c:1527
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1614
#: gio/glocalfileinfo.c:1693
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "讀取檔案‘%s時發生錯誤%s"
#: gio/glocalfileinfo.c:1659
#: gio/glocalfileinfo.c:1738
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1676
#: gio/glocalfileinfo.c:1756
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1694
#: gio/glocalfileinfo.c:1775
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1720
#: gio/glocalfileinfo.c:1801
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "轉換時發生錯誤:%s"
#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
#: gio/glocalfileinfo.c:1852 gio/glocalfileinfo.c:2020
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "轉換時發生錯誤:%s"
#: gio/glocalfileinfo.c:1794
#: gio/glocalfileinfo.c:1875
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
#: gio/glocalfileinfo.c:1834
#: gio/glocalfileinfo.c:1885 gio/glocalfileinfo.c:1904
#: gio/glocalfileinfo.c:1915
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "第 %d 行發生錯誤:%s"
#: gio/glocalfileinfo.c:1813
#: gio/glocalfileinfo.c:1894
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:1994
#: gio/glocalfileinfo.c:2075
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "不支援符號連結"
@@ -1582,12 +1587,12 @@ msgstr "不是普通檔案"
msgid "The file was externally modified"
msgstr ""
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "無效的設定鍵名稱:%s"
@@ -1597,17 +1602,17 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
#: gio/gmemoryoutputstream.c:260
#: gio/gmemoryoutputstream.c:288
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
#: gio/gmemoryoutputstream.c:295
#: gio/gmemoryoutputstream.c:323
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
#: gio/gmemoryoutputstream.c:311
#: gio/gmemoryoutputstream.c:339
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1682,7 +1687,7 @@ msgstr "讀取檔案‘%s時發生錯誤%s"
msgid "Error closing unix: %s"
msgstr "第 %d 行發生錯誤:%s"
#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827
msgid "Filesystem root"
msgstr ""