diff --git a/ChangeLog b/ChangeLog index 8f594508c62c471caed48ca73434c0afe33edb5d..9ccd3250f93d065ef7e2415c13a32d8d46349c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-21 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add the gio DLL to the runtime zipfile. 2008-01-21 Matthias Clasen <mclasen@redhat.com> + * === Released 2.15.3 === + * NEWS: Updates 2008-01-20 Murray Cumming <murrayc@murrayc.com> diff --git a/INSTALL b/INSTALL index b19344cedec9378eee948e2f785c8032c984d902..e08f47383b02bacddbb936969e03e932379fb422 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.15.2.tar.gz | tar xvf - # unpack the sources - % cd glib-2.15.2 # change to the toplevel directory + % gzip -cd glib-2.15.3.tar.gz | tar xvf - # unpack the sources + % cd glib-2.15.3 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index 7cc857f0e3d0100c86872f8dceac293e0f2e89f5..b796a9023c4065b0b5dfb57100330785ad9baad0 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.15.2. GLib is the low-level core +This is GLib version 2.15.3. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c56029b73e46d9b73ec29a09493ef951e5971cac..e037fd3f65c7fa27b2ed5d84868fd1f9135057dc 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-20 Matthias Clasen <mclasen@redhat.com> * gio/gio-sections.txt: Additions diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index 3f566c0543f240d86c4fb8a5a6714dba353f01fd..51ed788d9ebf35cedc08178956dc340a4755c9a4 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -438,9 +438,6 @@ GFileInputStream g_file_input_stream_query_info g_file_input_stream_query_info_async g_file_input_stream_query_info_finish -g_file_input_stream_tell -g_file_input_stream_can_seek -g_file_input_stream_seek <SUBSECTION Standard> GFileInputStreamClass G_FILE_INPUT_STREAM @@ -614,11 +611,6 @@ g_file_output_stream_query_info g_file_output_stream_query_info_async g_file_output_stream_query_info_finish g_file_output_stream_get_etag -g_file_output_stream_tell -g_file_output_stream_can_seek -g_file_output_stream_seek -g_file_output_stream_can_truncate -g_file_output_stream_truncate <SUBSECTION Standard> GFileOutputStreamClass G_FILE_OUTPUT_STREAM diff --git a/gio/ChangeLog b/gio/ChangeLog index b4eb5931583068638f1659c762399bde4de0034a..2a50fdd688777020dde0ab2d5df0170f80407d2f 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-21 Alexander Larsson <alexl@redhat.com> * gfileinputstream.[ch]: diff --git a/gio/gio.symbols b/gio/gio.symbols index 3e093aec78115a0b710c5b516abf172254b581fc..e395523399e2ea8a8eec13e8613fb6c7fc668b38 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -249,6 +249,8 @@ g_file_query_info_async g_file_query_info_finish g_file_query_filesystem_info g_file_find_enclosing_mount +g_file_find_enclosing_mount_async +g_file_find_enclosing_mount_finish g_file_enumerate_children g_file_enumerate_children_async g_file_enumerate_children_finish diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 9af723e277dd9a24701d4f3e3fe5001e4372d35a..2443427a3df8e41c8b09476621ea6db11aa951ad 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-14 Matthias Clasen <mclasen@redhat.com> * === Released 2.15.2 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index a2f960dc5436ccf5586426b9dc24c7c8246a5e72..83f0d9f450dde59fe8295ad3d22462f3a2f5f088 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-14 Matthias Clasen <mclasen@redhat.com> * === Released 2.15.2 === diff --git a/gthread/ChangeLog b/gthread/ChangeLog index f8b94e14b9b7186b490b59c99222e0f96e75cd82..6bc7d1ca528986af0d904ca1619d25e0bd5d8a12 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-14 Matthias Clasen <mclasen@redhat.com> * === Released 2.15.2 === diff --git a/po/ChangeLog b/po/ChangeLog index bbc6512292e3f22e27fbbadca54c40df0551e33d..efe6706fe0c0a4b0ffc2c85e63db40266eefb777 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.15.3 === + 2008-01-21 Tor Lillqvist <tml@novell.com> * el.po: Fix syntax error. diff --git a/po/am.po b/po/am.po index f0579f37ee204f0c62c2e24790644c28d9d5525d..a1468a59d8610613edde2128e141114a40d27c68 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1103,12 +1103,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1184,56 +1184,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1252,23 +1252,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1288,16 +1288,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1323,8 +1323,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "የእንáŒá‹³ ተቀባዠስሠተቀብáˆáˆ" @@ -1384,34 +1384,34 @@ msgstr "" msgid "Error making symbolic link: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1436,7 +1436,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" @@ -1496,14 +1496,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" @@ -1513,12 +1513,12 @@ msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" msgid "Error closing file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" @@ -1543,43 +1543,43 @@ msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" msgid "Error renaming temporary file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "á‹á‹áˆ '%s'ን ለማንበብ ስህተት አለᦠ%s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "የእንáŒá‹³ ተቀባዠስሠተቀብáˆáˆ" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1621,12 +1621,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ar.po b/po/ar.po index 49432191fd90e4da963003fc7040a265e6a01a7e..09943cd6001831954a04d868a2487e90315be8c6 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-12.ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-12 21:02+0100\n" "Last-Translator: Djihed Afifi <djihed@gmail.com>\n" "Language-Team: Arabic <doc@arabeyes.org>\n" @@ -1129,12 +1129,12 @@ msgstr "لا يمكن تÙسير القيمة '%s' كعدد عائم." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن تÙسير القيمة '%s' كعدد بولياني." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, fuzzy, c-format msgid "Stream is already closed" msgstr "غطاء الØاسوب المØمول مغلق" @@ -1214,56 +1214,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "العمليّة غير مدعومة" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, fuzzy, c-format msgid "Containing mount does not exist" msgstr "دÙتر العناوين غير موجود" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, fuzzy, c-format msgid "Can't copy over directory" msgstr "أنسخ المجلّد إلى الدليل الأخير" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, fuzzy, c-format msgid "Can't copy directory over directory" msgstr "أنسخ المجلّد إلى الدليل الأخير" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "المل٠الهد٠موجود مسبّقا" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, fuzzy, c-format msgid "Can't recursively copy directory" msgstr "أنسخ المجلّد إلى الدليل الأخير" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, fuzzy, c-format msgid "Invalid symlink value given" msgstr "يو تي ا٠غير سليم ÙÙŠ سلسلة القيمة عند '%s'" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "البروتوكول غير مدعوم" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, fuzzy, c-format msgid "File names cannot contain '%c'" msgstr "لا يمكن أن ÙŠØتوي إسم المجلّد الرمز '/'." -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 #, fuzzy msgid "volume doesn't implement mount" msgstr "" @@ -1285,23 +1285,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, fuzzy, c-format msgid "Seek not supported on stream" msgstr "لا يمكن الطباعة من خلال هذه الطابعة" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, fuzzy, c-format msgid "Truncate not supported on stream" msgstr "لا يمكن الطباعة من خلال هذه الطابعة" @@ -1321,16 +1321,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, fuzzy, c-format msgid "Stream has outstanding operation" msgstr "Ø£ÙلغÙيت العمليّة" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Ùشل إنشاء المل٠'%s': %s" @@ -1356,8 +1356,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "أسم مل٠غير صالØ" @@ -1417,34 +1417,34 @@ msgstr "أنقل المل٠إلى سلّة المهملات" msgid "Error making symbolic link: %s" msgstr "Ùشل قراءة الوصلة الرمزيّة %s: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملÙ: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "المل٠الهد٠موجود مسبّقا" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, fuzzy, c-format msgid "Backup file creation failed" msgstr "Ùشل إنشاء المل٠المؤقّت." -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ùشل ÙÙŠ إزالة المل٠الأصلي." -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, fuzzy, c-format msgid "Move between mounts not supported" msgstr "الوصلات الرمزية غير مدعومة" @@ -1469,7 +1469,7 @@ msgstr "تجاهل اسم السيمة `%s', غير سليم: %s" msgid "Error setting extended attribute '%s': %s" msgstr "%s: خطأ ÙÙŠ ضبط الإشارة %d لـ %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "خطأ أثناء ÙØªØ Ø§Ù„Ù…Ù„Ù %s" @@ -1529,14 +1529,14 @@ msgstr "خطأ ÙÙŠ السطر %d: %s" msgid "Setting attribute %s not supported" msgstr "صÙØ© BRLOUT %s غير مدعومة." -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "خطأ أثناء قراءة مل٠البريد: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "خطأ ÙÙŠ المل٠%1: عنصر غير منتَظَر: '%2'" @@ -1546,12 +1546,12 @@ msgstr "خطأ ÙÙŠ المل٠%1: عنصر غير منتَظَر: '%2'" msgid "Error closing file: %s" msgstr "خطأ عند غلق الملÙ: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Ùشل إنشاء المل٠'%s': %s" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "خطأ ÙÙŠ الكتابة للملÙ: %s" @@ -1576,43 +1576,43 @@ msgstr "خطأ إنشاء أنبوب الإشارة." msgid "Error renaming temporary file: %s" msgstr "خطأ عند إعادة تسمية المل٠إلى \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "خطأ أثناء ÙØªØ Ø§Ù„Ù…Ù„Ù %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "خطأ أثناء ÙØªØ Ø§Ù„Ù…Ù„Ù %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "المل٠الهد٠هو دليل" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "المل٠الهد٠هو ليس ملÙاً عادياً." -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "تمّ تعديل المل٠خارجيّا" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, fuzzy, c-format msgid "Invalid GSeekType supplied" msgstr "نوع المل٠باطل." -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "طلب تØديث إجتماع" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, fuzzy, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "خطاء تعذر الاقتطاع من المل٠المØلى %s%s\n" @@ -1655,12 +1655,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/as.po b/po/as.po index 26dd879347d971f2723b1760714a85d2f7cfe991..a4397a48230289c26bc1fa3c8e76b472bbd192d9 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-07-25 15:21+0530\n" "Last-Translator: Amitakhya Phukan <amitakhya@svn.gnome.org>\n" "Language-Team: Assamese\n" @@ -1128,12 +1128,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1209,56 +1209,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "সাঙà§à¦•à§‡à¦¤à¦¿à¦• সংযোগ সমৰà§à¦¥à¦¿à¦¤ নহয়" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "সাঙà§à¦•à§‡à¦¤à¦¿à¦• সংযোগ সমৰà§à¦¥à¦¿à¦¤ নহয়" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1277,23 +1277,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1313,16 +1313,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1348,8 +1348,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "অবৈধ গৃহসà§à¦¥à§°à¦¨à¦¾à¦®" @@ -1409,34 +1409,34 @@ msgstr "'%s' নথিপতà§à§° সৃষà§à¦Ÿà¦¿ কৰোà¦à¦¤à§‡ বি msgid "Error making symbolic link: %s" msgstr "%d শাৰীত à¦à§à¦²: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1461,7 +1461,7 @@ msgstr "পà§à§°à¦²à§‡à¦•à§à¦·" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' পঞà§à¦œà¦¿à¦•à¦¾ খোলোà¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" @@ -1521,14 +1521,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "সাঙà§à¦•à§‡à¦¤à¦¿à¦• সংযোগ সমৰà§à¦¥à¦¿à¦¤ নহয়" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" @@ -1538,12 +1538,12 @@ msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" msgid "Error closing file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" @@ -1568,43 +1568,43 @@ msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" msgid "Error renaming temporary file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "নথিপতà§à§° '%s' পà§à§‹à¦à¦¤à§‡ à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "অবৈধ গৃহসà§à¦¥à§°à¦¨à¦¾à¦®" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1646,12 +1646,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/az.po b/po/az.po index 547c442290e32c104543c05370b5421566f3980f..29bfc403b3692f140702de49f23e55689948dfb7 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1148,12 +1148,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1229,56 +1229,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Simvolik körpülÉ™r dÉ™stÉ™klÉ™nmir" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Simvolik körpülÉ™r dÉ™stÉ™klÉ™nmir" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1297,23 +1297,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1333,16 +1333,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1368,8 +1368,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hökmsüz qovÅŸaq adı" @@ -1429,34 +1429,34 @@ msgstr "Fayl yaratma iflası '%s': %s" msgid "Error making symbolic link: %s" msgstr "DönüşdürmÉ™ sırasında xÉ™ta yarandı: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1481,7 +1481,7 @@ msgstr "SÉ™nÉ™d bir xüsusiyyÉ™t adı içindÉ™ gözlÉ™nilmÉ™z bir ÅŸÉ™kildÉ™ qur msgid "Error setting extended attribute '%s': %s" msgstr "CÉ™rgÉ™ açma xÉ™tası: '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" @@ -1541,14 +1541,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Simvolik körpülÉ™r dÉ™stÉ™klÉ™nmir" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" @@ -1558,12 +1558,12 @@ msgstr "Fayl oxuma xÉ™tası: '%s': %s" msgid "Error closing file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" @@ -1588,43 +1588,43 @@ msgstr "Fayl oxuma xÉ™tası: '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Fayl oxuma xÉ™tası: '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Hökmsüz qovÅŸaq adı" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1666,12 +1666,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/be.po b/po/be.po index 5833fcb9e7813b0aaa6288177d9c10f7856b9cdc..8384e42dfde4a3037575b42ec39d2d934949128f 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1271,12 +1271,12 @@ msgstr "ЗначÑньне '%s' не можа быць інтÑрпрÑтава msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ЗначÑньне '%s' не можа быць інтÑрпрÑтаванае Ñк булева." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1353,56 +1353,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ð¡Ñ‹Ð¼Ð±Ð°Ð»Ñ–Ñ‡Ð½Ñ‹Ñ ÑпаÑылкі не падтрымліваюцца" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ð¡Ñ‹Ð¼Ð±Ð°Ð»Ñ–Ñ‡Ð½Ñ‹Ñ ÑпаÑылкі не падтрымліваюцца" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1421,23 +1421,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1457,16 +1457,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1495,8 +1495,8 @@ msgstr "" # glib/gconvert.c:1729 #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ÐÐµÐ´Ð°Ð¿ÑƒÑˆÑ‡Ð°Ð»ÑŒÐ½Ð°Ñ Ð½Ð°Ð·Ð²Ð° вузла" @@ -1566,35 +1566,35 @@ msgid "Error making symbolic link: %s" msgstr "Памылка Ñž чаÑе пераўтварÑньнÑ: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1622,7 +1622,7 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Памылка Ñž чаÑе Ð°Ð´ÐºÑ€Ñ‹Ñ†ÑŒÑ†Ñ ÐºÐ°Ñ‚Ð°Ð»Ñ‘Ð³Ñƒ \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" @@ -1689,15 +1689,15 @@ msgid "Setting attribute %s not supported" msgstr "Ð¡Ñ‹Ð¼Ð±Ð°Ð»Ñ–Ñ‡Ð½Ñ‹Ñ ÑпаÑылкі не падтрымліваюцца" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" # glib/gfileutils.c:348 #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" @@ -1708,13 +1708,13 @@ msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" msgid "Error closing file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" @@ -1746,45 +1746,45 @@ msgid "Error renaming temporary file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Памылка Ñ‡Ñ‹Ñ‚Ð°Ð½ÑŒÐ½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ðе зьÑўлÑецца звычайным файлам" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" # glib/gconvert.c:1729 -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ÐÐµÐ´Ð°Ð¿ÑƒÑˆÑ‡Ð°Ð»ÑŒÐ½Ð°Ñ Ð½Ð°Ð·Ð²Ð° праграмы: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1826,12 +1826,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/be@latin.po b/po/be@latin.po index 433a4edd4945b38498c2171e8a950ae8f1f0e8f7..ef2300c963311c5732bfc6b437b6ece551cbffdb 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-06 02:22+0200\n" "Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n" "Language-Team: Belarusian Latin <i18n@mova.org>\n" @@ -1277,12 +1277,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "LiÄbavuju vartaść '%s' niemahÄyma interpretavać jak lahiÄnuju vartaść." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Funkcyi g_input_stream_read_async pieradadzieny nadta vialiki liÄylnik" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "PÅ‚yÅ„ užo zaÄynienaja" @@ -1359,56 +1359,56 @@ 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:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Aperacyja nie padtrymlivajecca" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "ŹmiaÅ¡Äalnaje mantavaÅ„nie nie isnuje" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "NiemahÄyma skapijavać zamiest katalohu" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "NiemahÄyma skapijavać kataloh zamiest inÅ¡aha katalohu" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Metavy fajÅ‚ isnuje" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "NiemahÄyma rekursiÅna skapijavać kataloh" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyÅ‚ki" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Åšmietnica nie padtrymlivajacca" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazvy fajÅ‚aÅ nia mohuć utrymlivać \"%c\"" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "masiÅ nie zaimplementavaÅ mantavaÅ„nia (mount)" @@ -1427,23 +1427,23 @@ msgstr "U fajÅ‚avaha liÄylnika jość važkaja aperacyja" msgid "File enumerator is already closed" msgstr "FajÅ‚avy liÄylnik užo zaÄynieny" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "PÅ‚yÅ„ nie padtrymlivaje query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Dla pÅ‚yni nie padtrymlivajecca zruch" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Dla Åvachodnaj pÅ‚yni nie dazvolenaje abcinaÅ„nie" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Dla pÅ‚yni nie padtrymlivajecca abcinaÅ„nie" @@ -1463,16 +1463,16 @@ msgstr "Uvachodnaja pÅ‚yÅ„ nie zaimplementavaÅ‚a ÄytaÅ„nia (read)" msgid "Too large count value passed to g_input_stream_skip" msgstr "Funkcyi g_input_stream_skip pieradadzieny nadta vialiki liÄylnik" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Funkcyi g_input_stream_skip_async pieradadzieny nadta vialiki liÄylnik" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Dla pÅ‚yni jość važkaja aperacyja" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "NiemahÄyma znajÅ›ci najvyÅ¡ejÅ¡y kataloh dziela Å›miećcia" @@ -1501,8 +1501,8 @@ msgstr "NiemahÄyma źmianić nazvu dla fajÅ‚u, taki fajÅ‚ užo isnuje" # glib/gconvert.c:1729 #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Niapravilnaja nazva fajÅ‚u" @@ -1572,35 +1572,35 @@ msgid "Error making symbolic link: %s" msgstr "PamyÅ‚ka stvareÅ„nia symbalnaj spasyÅ‚ki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "PamyÅ‚ka pieranosu fajÅ‚u: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "NiemahÄyma pieranieÅ›ci kataloh zamiest inÅ¡aha katalohu" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Metavy fajÅ‚ užo isnuje" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "NiaÅdaÅ‚aje stvareÅ„nie zapasnoha fajÅ‚u" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "PamyÅ‚ka vydaleÅ„nia metavaha fajÅ‚u: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavaÅ„nia nie padtrymlivajecca" @@ -1628,7 +1628,7 @@ 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:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "PamyÅ‚ka atrymaÅ„nia stat() dla fajÅ‚u '%s': %s" @@ -1697,15 +1697,15 @@ msgid "Setting attribute %s not supported" msgstr "AkreÅ›leÅ„nie atrybutu %s nie padtrymlivajecca" # glib/gfileutils.c:348 -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "PamyÅ‚ka adÄytaÅ„nia z fajÅ‚u: %s" # glib/gfileutils.c:348 #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "PamyÅ‚ka zruchu Å fajle: %s" @@ -1716,13 +1716,13 @@ msgstr "PamyÅ‚ka zruchu Å fajle: %s" msgid "Error closing file: %s" msgstr "PamyÅ‚ka zaÄynieÅ„nia fajÅ‚u: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "NiemahÄyma znajÅ›ci ci stvaryć kataloh dziela Å›miećcia" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "PamyÅ‚ka zapisu Å fajÅ‚: %s" @@ -1754,45 +1754,45 @@ msgid "Error renaming temporary file: %s" msgstr "PamyÅ‚ka źmieny nazy Äasovaha fajÅ‚u: %s" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "PamyÅ‚ka abcinaÅ„nia fajÅ‚u: %s" # glib/gfileutils.c:348 -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "PamyÅ‚ka adÄynieÅ„nia fajÅ‚u '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Metavy fajÅ‚ źjaÅlajecca kataloham" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Metavy fajÅ‚ nia prosty" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "FajÅ‚ byŠźmienieny zvonku" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" # glib/gconvert.c:1729 -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Niapravilnaja nazva fajÅ‚u %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1834,12 +1834,12 @@ msgstr "Funkcyi g_output_stream_write pieradadzieny nadta vialiki liÄylnik" msgid "Output stream doesn't implement write" msgstr "VyjÅ›ciovaja pÅ‚yÅ„ nie zaimplementavaÅ‚a zapisu (write)" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "KryniÄnaja pÅ‚yÅ„ užo zaÄynienaja" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" "Funkcyi g_output_stream_write_async pieradadzieny nadta vialiki liÄylnik" diff --git a/po/bg.po b/po/bg.po index da8aaece222979979fea8a48e98f3f5c1e132daf..567b8f641098b23afabac99a66d30827a941f0f3 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-26 21:13+0300\n" "Last-Translator: Alexander Shopov <ash@contact.bg>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1175,12 +1175,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "СтойноÑтта „%s“ не може да Ñе интерпретира като булева." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1257,56 +1257,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Символни връзки не Ñе поддържат" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Символни връзки не Ñе поддържат" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1325,23 +1325,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1361,16 +1361,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1396,8 +1396,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ðеправилно име на хоÑÑ‚" @@ -1457,34 +1457,34 @@ msgstr "ÐеуÑпех при Ñъздаване на файл „%s“: %s" msgid "Error making symbolic link: %s" msgstr "Грешка при анализа на опциÑта: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1509,7 +1509,7 @@ msgstr "Документът завършва неочаквано в името msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварÑне на папка „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при четене на файл „%s“: %s" @@ -1569,14 +1569,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Символни връзки не Ñе поддържат" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Грешка при четене на файл „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Грешка при четене на файл „%s“: %s" @@ -1586,12 +1586,12 @@ msgstr "Грешка при четене на файл „%s“: %s" msgid "Error closing file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Грешка при четене на файл „%s“: %s" @@ -1616,43 +1616,43 @@ msgstr "Грешка при четене на файл „%s“: %s" msgid "Error renaming temporary file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при четене на файл „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ðе е обикновен файл" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ðеправилно име на ключ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1694,12 +1694,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/bn.po b/po/bn.po index e765064ed54df1e4c5023d6644b2f91a83b19f1a..d72d06ba10493e8628a3fd88b24cd60b7d8f2b3e 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1138,12 +1138,12 @@ msgstr "'%s' মান float সংখà§à¦¯à¦¾ রূপে বà§à¦¯à¦¾à¦–ৠmsgid "Value '%s' cannot be interpreted as a boolean." msgstr "মান '%s' কে বà§à¦²à¦¿à§Ÿà¦¾à¦¨ হিসেবে ইনà§à¦Ÿà¦¾à¦°à¦ªà§à¦°à§‡à¦Ÿ করা যায় না।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1220,56 +1220,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "পà§à¦°à¦¤à§€à¦•à§€ লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ নয়" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "পà§à¦°à¦¤à§€à¦•à§€ লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ নয়" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1288,23 +1288,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1324,16 +1324,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1359,8 +1359,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "à¦à§à¦² হোসà§à¦Ÿ নাম" @@ -1420,34 +1420,34 @@ msgstr "ফাইল \"%s\" সৃষà§à¦Ÿà¦¿ করতে বà§à¦¯à¦°à§à¦¥: msgid "Error making symbolic link: %s" msgstr "%s বিকলà§à¦ª পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1472,7 +1472,7 @@ msgstr "à¦à¦•à¦Ÿà¦¿ বৈশিষà§à¦Ÿà§à¦¯ নাম অà¦à§à¦¯à¦¨à§à¦¤ msgid "Error setting extended attribute '%s': %s" msgstr "ডাইরেকà§à¦Ÿà¦°à¦¿ '%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" @@ -1532,14 +1532,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "পà§à¦°à¦¤à§€à¦•à§€ লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ নয়" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" @@ -1549,12 +1549,12 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" msgid "Error closing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" @@ -1579,43 +1579,43 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" msgid "Error renaming temporary file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন à¦à§à¦²: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "à¦à¦•à¦Ÿà¦¿ নিয়মিত ফাইল নহে" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "পà§à¦°à§‹à¦—à§à¦°à¦¾à¦®à§‡à¦° নাম অবৈধ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1657,12 +1657,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index 828f5183f797c5b9a2426f524d7df14c25db65d5..4e78ae5c8ef7c67d81b0a9485703b8cfdbeda619 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-07-10 12:49+0530\n" "Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n" "Language-Team: Bengali (India) <en@li.org>\n" @@ -1151,12 +1151,12 @@ msgstr "'%s' মান float সংখà§à¦¯à¦¾ রূপে বà§à¦¯à¦¾à¦–ৠmsgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' মান বà§à¦²à¦¿à§Ÿà¦¾à¦¨ রূপে বà§à¦¯à¦¾à¦–à§à¦¯à¦¾ করা সমà§à¦à¦¬ নয়।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1233,56 +1233,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "সিমà§à¦¬à§‹à¦²à¦¿à¦• লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ হয় না" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "সিমà§à¦¬à§‹à¦²à¦¿à¦• লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ হয় না" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1301,23 +1301,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1337,16 +1337,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1372,8 +1372,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "হোসà§à¦Ÿ-নেম বৈধ নয়" @@ -1433,34 +1433,34 @@ msgstr "'%s' ফাইল নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥: msgid "Error making symbolic link: %s" msgstr "%s বিকলà§à¦ª পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1485,7 +1485,7 @@ msgstr "বৈশিষà§à¦Ÿà§à¦¯à§‡à¦° নামের মধà§à¦¯à§‡ ডক msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ডিরেকà§à¦Ÿà¦°à¦¿ খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" @@ -1545,14 +1545,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "সিমà§à¦¬à§‹à¦²à¦¿à¦• লিঙà§à¦• সমরà§à¦¥à¦¿à¦¤ হয় না" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" @@ -1562,12 +1562,12 @@ msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" msgid "Error closing file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" @@ -1592,43 +1592,43 @@ msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ফাইল পড়তে সমসà§à¦¯à¦¾: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "সাধারণ ফাইল নয়" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "কি-র নাম অবৈধ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1670,12 +1670,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/bs.po b/po/bs.po index 07f62927aabfa7cd0f11921c497e75050e64c2fc..bc616e9036e9c30cff99b83da65aada2f25589aa 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1147,12 +1147,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1228,56 +1228,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "SimboliÄki linkovi nisu podržani" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "SimboliÄki linkovi nisu podržani" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1296,23 +1296,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1332,16 +1332,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1367,8 +1367,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevažeće ime raÄunara" @@ -1428,34 +1428,34 @@ msgstr "NeuspjeÅ¡no pravljenje datoteke '%s': %s" msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka tokom pretvaranja: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1480,7 +1480,7 @@ msgstr "NeoÄekivan kraj dokumenta unutar imena osobine" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka tokom otvaranja direktorija '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" @@ -1540,14 +1540,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "SimboliÄki linkovi nisu podržani" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" @@ -1557,12 +1557,12 @@ msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" msgid "Error closing file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" @@ -1587,43 +1587,43 @@ msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" msgid "Error renaming temporary file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "GreÅ¡ka tokom Äitanja datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nevažeće ime raÄunara" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1665,12 +1665,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ca.po b/po/ca.po index da045d33f7b137aa8e152976f79f9e2b61765bc0..71ebd9050b25e7f3d123cec4434db65d799d81c4 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-26 23:50+0200\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n" @@ -1194,12 +1194,12 @@ msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà ." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1276,56 +1276,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1344,23 +1344,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1380,16 +1380,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1415,8 +1415,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nom de l'ordinador central invà lid" @@ -1476,34 +1476,34 @@ msgstr "No s'ha pogut crear el fitxer «%s»: %s" msgid "Error making symbolic link: %s" msgstr "S'ha produït un error en analitzar l'opció %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1528,7 +1528,7 @@ msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut" msgid "Error setting extended attribute '%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" @@ -1588,14 +1588,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" @@ -1605,12 +1605,12 @@ msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" msgid "Error closing file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" @@ -1635,43 +1635,43 @@ msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" msgid "Error renaming temporary file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "No és un fitxer regular" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "El nom de la clau no és và lid: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1713,12 +1713,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/cs.po b/po/cs.po index c31bbfac3f5f6f5a1b8403fcf3d14ed54a096dc7..f75c546fdc9b00f345116191079a2ed2069709c5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-11-25 03:36+0100\n" "Last-Translator: Petr Kovar <pknbe@volny.cz>\n" "Language-Team: Czech <gnome-cs-list@gnome.org>\n" @@ -1156,12 +1156,12 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) ÄÃslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1238,56 +1238,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolické odkazy nejsou podporovány" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolické odkazy nejsou podporovány" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1306,23 +1306,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1342,16 +1342,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1377,8 +1377,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neplatný název poÄÃtaÄe" @@ -1438,34 +1438,34 @@ msgstr "Nelze vytvoÅ™it soubor \"%s\": %s" msgid "Error making symbolic link: %s" msgstr "Chyba volby %s pÅ™i syntaktické analýze" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1490,7 +1490,7 @@ msgstr "Dokument neoÄekávanÄ› skonÄil uvnitÅ™ názvu atributu" msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pÅ™i otevÃránà adresáře \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba Ätenà souboru \"%s\": %s" @@ -1550,14 +1550,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nejsou podporovány" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" @@ -1567,12 +1567,12 @@ msgstr "Chyba Ätenà souboru \"%s\": %s" msgid "Error closing file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" @@ -1597,43 +1597,43 @@ msgstr "Chyba Ätenà souboru \"%s\": %s" msgid "Error renaming temporary file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Chyba Ätenà souboru \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nenà obyÄejným souborem" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neplatný název klÃÄe: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1675,12 +1675,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/cy.po b/po/cy.po index c6687099855b8f01b544b7cb2974018e6187e547..2caa26846460ec80f8af0ac631349ca067d4b47d 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1152,12 +1152,12 @@ msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1234,56 +1234,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1302,23 +1302,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1338,16 +1338,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1373,8 +1373,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" @@ -1434,34 +1434,34 @@ msgstr "Methwyd creu'r ffeil '%s': %s" msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1486,7 +1486,7 @@ msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" msgid "Error setting extended attribute '%s': %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " @@ -1546,14 +1546,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " @@ -1563,12 +1563,12 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "Error closing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " @@ -1593,43 +1593,43 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "Error renaming temporary file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ddim yn ffeil cyffredin" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Enw rhaglen annilys: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1671,12 +1671,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/da.po b/po/da.po index f6c6ac4b4fbd2ccded7b489b2eb88ec09b46e27c..a8e63a8880fe8ef677dcd3240ab4c56004222313 100644 --- a/po/da.po +++ b/po/da.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-30 19:00+0200\n" "Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" @@ -1167,12 +1167,12 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1249,56 +1249,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1317,23 +1317,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1353,16 +1353,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1388,8 +1388,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ugyldigt værtsnavn" @@ -1449,34 +1449,34 @@ msgstr "Fejl under oprettelse af filen \"%s\": %s" msgid "Error making symbolic link: %s" msgstr "Kunne ikke fortolke tilvalg %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1501,7 +1501,7 @@ msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn" msgid "Error setting extended attribute '%s': %s" msgstr "Fejl ved Ã¥bning af mappen \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fejl ved læsning af filen \"%s\": %s" @@ -1561,14 +1561,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" @@ -1578,12 +1578,12 @@ msgstr "Fejl ved læsning af filen \"%s\": %s" msgid "Error closing file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" @@ -1608,43 +1608,43 @@ msgstr "Fejl ved læsning af filen \"%s\": %s" msgid "Error renaming temporary file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ikke en almindelig fil" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ugyldigt nøglenavn: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1686,12 +1686,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/de.po b/po/de.po index 8316067ed2534cb83407a42e4f9b85db83395dd9..0260cad3ebe4084bbddb3ebe2a0b0759c4af0e59 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-11-28 00:55+0100\n" "Last-Translator: Andre Klapper <ak-47@gmx.net>\n" "Language-Team: German <gnome-de@gnome.org>\n" @@ -1196,12 +1196,12 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Zu großer Zählwert an g_input_stream_read_async übermittelt" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" @@ -1281,56 +1281,56 @@ msgstr "Laufwerk unterstützt Auswerfen nicht" msgid "drive doesn't implement polling for media" msgstr "Laufwerk unterstützt Einhängen nicht" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, fuzzy, c-format msgid "Containing mount does not exist" msgstr "Enthaltender Datenträger existiert nicht" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Es kann nicht über das Verzeichnis kopiert werden" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Zieldatei existiert" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Verzeichnis kann nicht rekursiv kopiert werden" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Müll nicht unterstützt" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, fuzzy, c-format msgid "File names cannot contain '%c'" msgstr "Dateinamen dürfen kein »/« enthalten" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "Datenträger unterstützt Einhängen nicht" @@ -1349,23 +1349,23 @@ msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang" msgid "File enumerator is already closed" msgstr "Datei-Enumerator ist bereits geschlossen" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Datenstrom unterstützt nicht query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Suchen im Datenstrom nicht unterstützt" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Abschneiden wird vom Datenstrom nicht unterstützt" @@ -1385,16 +1385,16 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen" msgid "Too large count value passed to g_input_stream_skip" msgstr "Zu großer Zählwert an g_input_stream_skip übermittelt" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Zu großer Zählwert an g_input_stream_skip_async übermittelt" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Datenstrom hat noch einen ausstehenden Vorgang" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden" @@ -1420,8 +1420,8 @@ msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Ungültiger Dateiname" @@ -1481,34 +1481,34 @@ msgstr "Datei konnte nicht in den Müll verschoben werden: %s" msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Zieldatei existiert bereits" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Erstellen der Backup-Datei fehlgeschlagen" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, fuzzy, c-format msgid "Move between mounts not supported" msgstr "Vorgang nicht unterstützt" @@ -1533,7 +1533,7 @@ msgstr "Ungültiger erweiterter Attributname" msgid "Error setting extended attribute '%s': %s" msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" @@ -1595,14 +1595,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Fehler beim Lesen aus Datei: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Fehler beim Suchen in Datei: %s" @@ -1612,12 +1612,12 @@ msgstr "Fehler beim Suchen in Datei: %s" msgid "Error closing file: %s" msgstr "Fehler beim Schließen der Datei: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Fehler beim Schreiben in Datei: %s" @@ -1642,43 +1642,43 @@ msgstr "Fehler beim Erzeugen der Backup-Kopie: %s" msgid "Error renaming temporary file: %s" msgstr "Fehler beim Umbenennen der temporären Datei: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Fehler beim Abschneiden der Datei: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Fehler beim Öffnen der Datei »%s«: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Zieldatei ist ein Verzeichnis" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Zieldatei ist keine reguläre Datei" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Die Datei wurde extern verändert" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ungültiger Dateiname %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1723,12 +1723,12 @@ msgstr "Zu großer Zählwert an g_input_stream_write übermittelt" msgid "Output stream doesn't implement write" msgstr "Ausgabedatenstrom unterstützt kein Schreiben" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Quelldatenstrom ist bereits geschlossen" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Zu großer Zählwert an g_input_stream_write_async übermittelt" diff --git a/po/dz.po b/po/dz.po index 9229038a983c0d79fb87d2a26bae2eceaf6c4408..25833003231281aff6d2580cd14ba487b84f6c6b 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n" @@ -1151,12 +1151,12 @@ msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ à½à¼‹à½–སྒྱུར་འབད་མི་ཚུགསà¼" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1233,56 +1233,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སà¾à¾±à½¼à½¢à¼‹à½˜à½²à½“་འདུག" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སà¾à¾±à½¼à½¢à¼‹à½˜à½²à½“་འདུག" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1301,23 +1301,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1337,16 +1337,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1372,8 +1372,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམà¼" @@ -1433,34 +1433,34 @@ msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསà¾à¾²à½´à½“ msgid "Error making symbolic link: %s" msgstr "གདམ་à½à¼‹%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1485,7 +1485,7 @@ msgstr "ཡིག་ཆ་དེ་ à½à¾±à½‘་ཆོས་ཀྱི་མི msgid "Error setting extended attribute '%s': %s" msgstr "སྣོད་à½à½¼à¼‹ '%s':%s à½à¼‹à½•à¾±à½ºà¼‹à½“ི་ལུ་འཛོལ་བà¼" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" @@ -1545,14 +1545,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སà¾à¾±à½¼à½¢à¼‹à½˜à½²à½“་འདུག" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" @@ -1562,12 +1562,12 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "Error closing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" @@ -1592,43 +1592,43 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "Error renaming temporary file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བà¼" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པསà¼" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ནུས་མེད་ལསརིམ་མིང་:%sà¼" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1670,12 +1670,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/el.po b/po/el.po index dd66cc32e1f78169370ee5b5b8c87bc108b7f3cb..83bba69a0ee80bc927dfa3440f941e08fe7b1e3c 100644 --- a/po/el.po +++ b/po/el.po @@ -13,338 +13,340 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-21 17:30+0200\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-21 17:45+0200\n" "Last-Translator: Kostas Papadimas <pkst@gnome.org>\n" "Language-Team: Greek <team@gnome.gr>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, 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:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "ΑπÏόσμενη ετικÎτα '%s', αναμενόταν ετικÎτα '%s'" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "ΑπÏόσμενη ετικÎτα '%s' μÎσα σε '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" -msgstr "Δεν μποÏεί να βÏεθεί ÎγκυÏο αÏχείο σελιδοδεικτών στους καταλόγους δεδομÎνων" +msgstr "" +"Δεν μποÏεί να βÏεθεί ÎγκυÏο αÏχείο σελιδοδεικτών στους καταλόγους δεδομÎνων" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 +#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 +#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 +#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 +#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 +#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 +#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 +#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 +#: glib/gbookmarkfile.c:3677 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" # gconf/gconf-internals.c:2416 -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Αποτυχίαe xpand exec line '%s' με URI '%s'" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Η μετατÏοπή από την ομάδα χαÏακτήÏων %s' σε '%s' δεν υποστηÏίζεται" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατÏοπÎα από '%s' σε %s'" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950 -#: ../glib/gutf8.c:1399 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Μή ÎγκυÏη σειÏά στην είσοδο μετατÏοπής" # gconf/gconftool.c:1181 -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατÏοπή: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150 -#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395 +#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειÏά χαÏακτήÏα στο Ï„Îλος της εισόδου" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Αδυναμία μετατÏοπής fallback '%s' σε codeset '%s'" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Το URI '%s' δεν είναι Îνα απόλυτο URI με την χÏήση του σχήματος αÏχείου" -#: ../glib/gconvert.c:1743 +#: glib/gconvert.c:1743 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Το URI Ï„Î¿Ï€Î¹ÎºÎ¿Ï Î±Ïχείου '%s' μποÏεί να μην πεÏιÎχει Îνα '#'" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1760 #, c-format msgid "The URI '%s' is invalid" msgstr "Το URI '%s' δεν είναι ÎγκυÏο" -#: ../glib/gconvert.c:1772 +#: glib/gconvert.c:1772 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι ÎγκυÏο" -#: ../glib/gconvert.c:1788 +#: glib/gconvert.c:1788 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Το URI '%s' πεÏιÎχει χαÏακτήÏες μή ÎγκυÏα escaped " -#: ../glib/gconvert.c:1883 +#: glib/gconvert.c:1883 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Η όνομα διαδÏομής '%s' δεν είναι μια απόλυτη διαδÏομή" -#: ../glib/gconvert.c:1893 +#: glib/gconvert.c:1893 #, c-format msgid "Invalid hostname" msgstr "Ακατάλληλο όνομα συστήματος" # -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "ΑδÏνατη η διάθεση %lu bytes στην ανάγνωση αÏχείου \"%s\"" # -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Αποτυχία ανάγνωσης από το αÏχείο '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Αποτυχία ανοίγματος αÏχείου `%s': %s" # gconf/gconfd.c:1701 -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Αποτυχία λήψης ιδιοτήτων του αÏχείου '%s': fstat() απÎτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Αδυναμία ανοίγματος αÏχείου '%s': fdopen() απÎτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Αδυναμία μετονομασίας αÏχείου%s' σε '%s': g_rename() failed: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Αποτυχία δημιουÏγίας αÏχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Αδυναμία ανοίγματος αÏχείου '%s' για εγγÏαφή: fdopen() απÎτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Αδυναμία εγγÏαφής αÏχείου '%s': fwrite() failed: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Αδυναμία κλεισίματος αÏχείου '%s': fclose() απÎτυχε: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "Δεν είναι δυνατή η απομάκÏυνση του υπάÏχοντος αÏχείου '%s': g_unlink() " "απÎτυχε: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Το Ï€Ïότυπο '%s' δεν είναι ÎγκυÏο, θα Ï€ÏÎπει να πεÏιÎχει Îνα '%s'" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Το Ï€Ïότυπο '%s' δεν πεÏιÎχει XXXXXX" -#: ../glib/gfileutils.c:1826 -#, c-format +#: glib/gfileutils.c:1826 +#, fuzzy, c-format msgid "%u byte" -msgstr "%u byte" +msgid_plural "%u bytes" +msgstr[0] "%u byte" +msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" # gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Αποτυχία ανάγνωσης ÏƒÏ…Î¼Î²Î¿Î»Î¹ÎºÎ¿Ï Î´ÎµÏƒÎ¼Î¿Ï '%s': %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηÏίζονται" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατÏοπÎα από `%s' σε `%s': %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Εναπομείναντα δεδομÎνα που δεν Îχουν μετατÏαπεί στο read buffer" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Το κανάλι τεÏματίζει σε ημιτελή χαÏακτήÏα" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" # gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Αδυναμία ανοίγματος αÏχείου '%s': open() απÎτυχε: %s" # gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Αδυναμία χαÏτογÏάφησης αÏχείου '%s': mmap() απÎτυχε: %s" # gconf/gconfd.c:1676 -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Σφάλμα στη γÏαμμή %d χαÏακτήÏας %d:" # -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Σφάλμα στη γÏαμμή %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Κενή καταχώÏηση '&;' , ÎγκυÏες οντότητες είναι: & " < > " "' " -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -355,17 +357,17 @@ msgstr "" "χαÏακτήÏας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σÏμβολο σεν " "υποτίθεται να είναι οντότητα, escape it as &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Ο χαÏακτήÏας '%s' δεν είναι ÎγκυÏος μÎσα σε όνομα ÏπαÏξης." -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:534 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -374,7 +376,7 @@ msgstr "" "συμπλεκτικό χαÏακτήÏα χωÏίς να θÎλατε να ξεκινήσετε μια οντότητα - διαφυγή " "ÏƒÏ…Î¼Ï€Î»ÎµÎºÏ„Î¹ÎºÎ¿Ï Ï‡Î±ÏακτήÏα ÏŽÏ‚ &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -384,16 +386,16 @@ msgstr "" "στην αναφοÏά χαÏακτήÏα (ê για παÏάδειγμα) - ίσως το ψηφίο να είναι Ï€Î¿Î»Ï " "μεγάλο" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Η αναφοÏά χαÏακτήÏα'%-.*s' δεν κωδικοποιεί Îναν επιτÏεπόμενο χαÏακτήÏα" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Κενή αναφοÏά χαÏακτήÏα; Ï€ÏÎπει να πεÏιÎχει Îνα ψηφίο όπως dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:637 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -403,32 +405,32 @@ msgstr "" "Îναν συμπλεκτικό χαÏακτήÏα χωÏίς να θÎλατε να ξεκινήσετε μια οντότητα - " "διαφυγή ÏƒÏ…Î¼Ï€Î»ÎµÎºÏ„Î¹ÎºÎ¿Ï Ï‡Î±ÏακτήÏα ÏŽÏ‚ &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Ημιτελής αναφοÏά οντότητας" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Ημιτελής αναφοÏά χαÏακτήÏα" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Μη ÎγκυÏα κωδικοποιημÎνο κείμενο UTF-8 - overlong sequence" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Μη ÎγκυÏα κωδικοποιημÎνο κείμενο UTF-8 - not a start char" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Μη ÎγκυÏα κωδικοποιημÎνο κείμενο UTF-8 - not valid '%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. <book>)" msgstr "Το ÎγγÏαφο Ï€ÏÎπει να ξεκινάει με στοιχείο (Ï€.χ. <book>)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -437,7 +439,7 @@ msgstr "" "Το '%s' δεν είναι ÎγκυÏος χαÏακτήÏας όταν ακολουθείται από Îνα χαÏακτήÏα " "'<' ." -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -446,7 +448,7 @@ msgstr "" "ΠεÏίεÏγος χαÏακτήÏας '%s', αναμενόταν Îνας χαÏακτήÏας '>' στο Ï„Îλος της " "ετικÎτας ÎναÏξης του στοιχείου '%s'" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -454,7 +456,7 @@ msgstr "" "ΠεÏίεÏγος χαÏακτήÏας '%s', αναμενόταν Îνα '=' μετά το όνομα γνωÏίσματος '%" "s' του στοιχείου '%s'" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -465,7 +467,7 @@ msgstr "" "της ετικÎτας ÎναÏξης του στοιχείου '%s'. ή Îνα γνώÏισμα, πιθανόν να " "χÏησιμοποιήσατε Îνα μή ÎγκυÏο χαÏακτήÏα σε Îνα όνομα γνωÏίσματος" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -474,7 +476,7 @@ msgstr "" "ΠεÏίεÏγος χαÏακτήÏας '%s', αναμενόταν Îνα ανοικτό εισαγωγικό μετα το " "σημείο ίσον κατά την απόδοση τιμής για το γνώÏισμα '%s' του στοιχείου '%s'" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -483,7 +485,7 @@ msgstr "" "Το '%s' δεν είναι ÎγκυÏος χαÏακτήÏας ακολουθοÏμενος από χαÏακτήÏες </'; '%" "s' μποÏεί να μην αÏχίζει όνομα στοιχείου" -#: ../glib/gmarkup.c:1577 +#: glib/gmarkup.c:1577 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -492,27 +494,27 @@ msgstr "" "Το '%s' δεν είναι Îνας ÎγκυÏος χαÏακτήÏας ακολουθοÏμενος από το όνομα " "στοιχείου κλεισίματος '%s'; ο επιτÏεπόμενος χαÏακτήÏας είναι '>'" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Το στοιχείο '%s' Îκλεισε, κανÎνα στοιχείο δεν είναι ανοικτό" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Το στοιχείο '%s' Îκλεισε, αλλά το Ï„ÏÎχον ανοικτό στοιχείο είναι '%s' " -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Το ÎγγÏαφο ήταν κενό (ή πεÏιÎχει μόνο λευκό κενό)" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα αμÎσως μετά από μια ανοικτή γωνιακή " "παÏÎνθεση '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -521,7 +523,7 @@ msgstr "" "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το " "τελευταίο στοιχείο που ανοίχθηκε" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -530,19 +532,19 @@ msgstr "" "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα, αναμενόταν μια παÏÎνθεση κλεισίματος στο " "Ï„Îλος του tag <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε όνομα στοιχείου" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε όνομα γνωÏίσματος" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε tag ανοίγματος στοιχείου." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -550,357 +552,357 @@ msgstr "" "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα λόγω του ότι μετά του σημείου ίσον " "ακολουθεί Îνα όνομα γνωÏίσματος; δεν υπάÏχει τιμή γνωÏίσματος" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε τιμή γνωÏίσματος" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε tag κλεισίματος για στοιχείο '%s'" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε σχόλιο ή εντολή σε διεÏγασία" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" -#: ../glib/gregex.c:154 +#: glib/gregex.c:154 msgid "internal error" msgstr "" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" -msgstr "" +msgstr "Ημιτελής αναφοÏά χαÏακτήÏα μετά (?" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "missing terminating ] for character class" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "Μη ÎγκυÏη escape sequence σε character class" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "Ημιτελής αναφοÏά χαÏακτήÏα μετά (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 #, fuzzy msgid "unrecognized character after (?<" msgstr "Ημιτελής αναφοÏά χαÏακτήÏα" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "Ημιτελής αναφοÏά χαÏακτήÏα μετά (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 #, fuzzy msgid "POSIX collating elements are not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηÏίζονται" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "κακοδιατυπωμÎνο \\P ή \\p αλληλουχία" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:517 ../glib/gregex.c:1565 +#: glib/gregex.c:517 glib/gregex.c:1565 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1070 +#: glib/gregex.c:1070 msgid "PCRE library is compiled without UTF8 support" msgstr "" -#: ../glib/gregex.c:1079 +#: glib/gregex.c:1079 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" # gconf/gconfd.c:1676 -#: ../glib/gregex.c:1133 +#: glib/gregex.c:1133 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Σφάλμα κατά το compiling κανονικής ÎκφÏασης %s σε char %d: %s" -#: ../glib/gregex.c:1169 +#: glib/gregex.c:1169 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1993 +#: glib/gregex.c:1993 msgid "hexadecimal digit or '}' expected" msgstr "" -#: ../glib/gregex.c:2009 +#: glib/gregex.c:2009 msgid "hexadecimal digit expected" msgstr "" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "missing '<' in symbolic reference" msgstr "" -#: ../glib/gregex.c:2058 +#: glib/gregex.c:2058 msgid "unfinished symbolic reference" msgstr "Ημιτελής συμβολική αναφοÏά" -#: ../glib/gregex.c:2065 +#: glib/gregex.c:2065 msgid "zero-length symbolic reference" msgstr "" -#: ../glib/gregex.c:2076 +#: glib/gregex.c:2076 msgid "digit expected" msgstr "" -#: ../glib/gregex.c:2094 +#: glib/gregex.c:2094 msgid "illegal symbolic reference" msgstr "" -#: ../glib/gregex.c:2156 +#: glib/gregex.c:2156 msgid "stray final '\\'" msgstr "" -#: ../glib/gregex.c:2160 +#: glib/gregex.c:2160 msgid "unknown escape sequence" msgstr "" -#: ../glib/gregex.c:2170 +#: glib/gregex.c:2170 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" # gconf/gconf-internals.c:1577 -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Το παÏατιθÎμενο αλφαÏιθμητικό δεν αÏχίζει με εισαγωγικό σημείο" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "ΑταίÏιαστο εÏωτηματικό στη γÏαμμή εντολών ή άλλο κείμενο που παÏατίθεται από " "κÎλυφος" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "" "Το κείμενο τεÏματίστηκε αμÎσως μετά από χαÏακτήÏα '\\' (Το κείμενο ήταν '%" "s')" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Το κείμενο τεÏματίστηκε Ï€Ïιν να βÏεθεί ταιÏιαστή παÏάθεση για %c. (Το " "κείμενο ήταν '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Το κείμενο ήταν κενό (ή πεÏιÎχει μόνο λευκό κενό)" -#: ../glib/gspawn-win32.c:272 +#: glib/gspawn-win32.c:272 #, c-format msgid "Failed to read data from child process" msgstr "Αποτυχία ανάγνωσης δεδομÎνων από θυγατÏική διεÏγασία" -#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:287 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" @@ -908,50 +910,48 @@ msgstr "" "s)" # gconf/gconftool.c:881 -#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:325 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Αποτυχία ανάγνωσης από θυγατÏική σωλήνωση (%s)" -#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:351 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481 #, c-format msgid "Failed to execute child process (%s)" msgstr "Αποτυχία εκτÎλεσης θυγατÏικής διεÏγασίας (%s)" -#: ../glib/gspawn-win32.c:428 +#: glib/gspawn-win32.c:428 #, c-format msgid "Invalid program name: %s" msgstr "Ακατάλληλο όνομα Ï€ÏογÏάμματος: %s" -#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678 -#: ../glib/gspawn-win32.c:1218 +#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Μη ÎγκυÏο ÏŒÏισμα για %d: %s" -#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692 -#: ../glib/gspawn-win32.c:1251 +#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251 #, c-format msgid "Invalid string in environment: %s" msgstr "Μή ÎγκυÏη σειÏά στο πεÏιβάλλον: %s" # -#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199 +#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199 #, c-format msgid "Invalid working directory: %s" msgstr "Μη ÎγκυÏος κατάλογος εÏγασίας: %s" -#: ../glib/gspawn-win32.c:738 +#: glib/gspawn-win32.c:738 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Αποτυχία εκτÎλεσης Î²Î¿Î·Î¸Î·Ï„Î¹ÎºÎ¿Ï Ï€ÏογÏάμματος(%s)" -#: ../glib/gspawn-win32.c:938 +#: glib/gspawn-win32.c:938 #, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " @@ -961,148 +961,148 @@ msgstr "" "θυγατÏική διεÏγασία" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Αποτυχία ανάγνωσης δεδομÎνων από θυγατÏική διεÏγασία (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "ΑπÏόσμενο σφάλμα στο select() ανάγνωσης δεδομÎνων από θυγατÏική διεÏγασία (%" "s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Αποτυχία δικÏάνωσης (%s)" # gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Αποτυχία εκτÎλεσης θυγατÏικής διεÏγασίας \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Αποτυχία Ï€Ïοώθησης αποτελÎσματος ή εισόδου της θυγατÏικής διεÏγασίας (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Αποτυχία δικÏάνωσης θυγατÏικής διεÏγασίάς (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Άγνωστο σφάλμα κατά την εκτÎλεση της θυγατÏικής διεÏγασίας \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Αποτυχία ανάγνωσης επαÏκών δεδομÎνων από θυγατÏική σωλήνωση pid (%s)" -#: ../glib/gutf8.c:1024 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Ο χαÏακτήÏας είναι Îξω από την εμβÎλεια για UTF-8" -#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259 -#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Μή ÎγκυÏη σειÏά στην είσοδο μεταÏοπής" -#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Ο χαÏακτήÏας είναι Îξω από την εμβÎλεια για UTF-16" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Usage:" msgstr "ΧÏήση:" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "[OPTION...]" msgstr "[ΕΠΙΛΟΓΗ...]" -#: ../glib/goption.c:716 +#: glib/goption.c:716 msgid "Help Options:" msgstr "ΕπιλογÎÏ‚ βοήθειας:" -#: ../glib/goption.c:717 +#: glib/goption.c:717 msgid "Show help options" msgstr "Εμφάνιση επιλογών βοήθειας" -#: ../glib/goption.c:723 +#: glib/goption.c:723 msgid "Show all help options" msgstr "Εμφάνιση όλων των επιλογών βοήθειας" -#: ../glib/goption.c:785 +#: glib/goption.c:785 msgid "Application Options:" msgstr "ΕπιλογÎÏ‚ εφαÏμογής:" -#: ../glib/goption.c:846 ../glib/goption.c:916 +#: glib/goption.c:846 glib/goption.c:916 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" -#: ../glib/goption.c:856 ../glib/goption.c:924 +#: glib/goption.c:856 glib/goption.c:924 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' για %s είναι εκτός εÏÏους" -#: ../glib/goption.c:881 +#: glib/goption.c:881 #, fuzzy, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" -#: ../glib/goption.c:889 +#: glib/goption.c:889 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' για %s είναι εκτός εÏÏους" # gconf/gconftool.c:1181 -#: ../glib/goption.c:1226 +#: glib/goption.c:1226 #, c-format msgid "Error parsing option %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" -#: ../glib/goption.c:1257 ../glib/goption.c:1368 +#: glib/goption.c:1257 glib/goption.c:1368 #, c-format msgid "Missing argument for %s" msgstr "Λείπει ÏŒÏισμα για %s" -#: ../glib/goption.c:1763 +#: glib/goption.c:1763 #, c-format msgid "Unknown option %s" msgstr "Άγνωστη επιλογή %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, fuzzy, c-format msgid "Valid key file could not be found in search dirs" msgstr "Δεν μποÏεί να βÏεθεί ÎγκυÏο key file στους καταλόγους δεδομÎνων" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Δεν είναι κανονικό αÏχείο" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Το αÏχείο είναι κενό" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1110,49 +1110,49 @@ msgstr "" "Το Key file πεÏιÎχει την γÏαμμή '%s' που δεν είναι key-value pair, group, ή " "comment" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, fuzzy, c-format msgid "Invalid group name: %s" msgstr "Ακατάλληλο όνομα Ï€ÏογÏάμματος: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Το Key file δεν ξεκινάει με μια ομάδα" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ακατάλληλο όνομα κλειδιοÏ: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Το Key file πεÏιÎχει μη υποστηÏιζόμενη κωδικοποίηση '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2485 -#: ../glib/gkeyfile.c:2553 ../glib/gkeyfile.c:2688 ../glib/gkeyfile.c:2823 -#: ../glib/gkeyfile.c:2976 ../glib/gkeyfile.c:3163 ../glib/gkeyfile.c:3224 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2485 +#: glib/gkeyfile.c:2553 glib/gkeyfile.c:2688 glib/gkeyfile.c:2823 +#: glib/gkeyfile.c:2976 glib/gkeyfile.c:3163 glib/gkeyfile.c:3224 #, c-format msgid "Key file does not have group '%s'" msgstr "Το Key file δεν Îχει ομάδα '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Το Key file δεν Îχει κλειδί'%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Το Key file πεÏιÎχει Îνα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Το Key file πεÏιÎχει key '%s' που η τιμή του δεν μποÏεί να εÏμηνευθεί." -#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316 +#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1161,661 +1161,658 @@ msgstr "" "Το Key file πεÏιÎχει key '%s' στην ομάδα '%s' που η τιμή του δεν μποÏεί να " "εÏμηνευθεί." -#: ../glib/gkeyfile.c:2500 ../glib/gkeyfile.c:2703 ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:2500 glib/gkeyfile.c:2703 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Το Key file δεν Îχει key '%s' στην ομάδα '%s'" -#: ../glib/gkeyfile.c:3469 +#: glib/gkeyfile.c:3469 #, c-format msgid "Key file contains escape character at end of line" msgstr "Το Key file πεÏιÎχει escape character στο Ï„Îλος της γÏαμμής" -#: ../glib/gkeyfile.c:3491 +#: glib/gkeyfile.c:3491 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "To Key file πεÏιÎχει χαÏακτήÏες μή ÎγκυÏα escaped '%s'" -#: ../glib/gkeyfile.c:3633 +#: glib/gkeyfile.c:3633 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Η τιμή '%s' δεν μποÏεί να εÏμηνευθεί ως Îνας αÏιθμός." -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Integer value '%s' out of range" msgstr "Integer value '%s' είναι εκτός εÏÏους" -#: ../glib/gkeyfile.c:3680 +#: glib/gkeyfile.c:3680 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Η τιμή '%s' δεν μποÏεί να εÏμηνευθεί ως Îνας αÏιθμός." -#: ../glib/gkeyfile.c:3704 +#: glib/gkeyfile.c:3704 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μποÏεί να εÏμηνευθεί ως boolean." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:559 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:892 -#: ../gio/goutputstream.c:1075 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" -#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "" -#: ../gio/gcontenttype.c:156 +#: gio/gcontenttype.c:156 #, fuzzy msgid "Unknown type" msgstr "Άγνωστη επιλογή %s" -#: ../gio/gcontenttype.c:157 +#: gio/gcontenttype.c:157 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:571 +#: gio/gcontenttype.c:571 #, c-format msgid "%s type" msgstr "" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "" -#: ../gio/gdesktopappinfo.c:395 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:395 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: ../gio/gdesktopappinfo.c:571 +#: gio/gdesktopappinfo.c:571 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "" -#: ../gio/gdesktopappinfo.c:863 +#: gio/gdesktopappinfo.c:863 #, c-format msgid "Unable to find terminal required for application" msgstr "" -#: ../gio/gdesktopappinfo.c:1097 +#: gio/gdesktopappinfo.c:1097 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1101 +#: gio/gdesktopappinfo.c:1101 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1474 +#: gio/gdesktopappinfo.c:1474 #, c-format msgid "Custom definition for %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1498 +#: gio/gdesktopappinfo.c:1498 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1523 +#: gio/gdesktopappinfo.c:1523 #, c-format msgid "Can't load just created desktop file" msgstr "" -#: ../gio/gdrive.c:369 +#: gio/gdrive.c:369 msgid "drive doesn't implement eject" msgstr "" -#: ../gio/gdrive.c:436 +#: gio/gdrive.c:436 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:742 ../gio/gfile.c:930 ../gio/gfile.c:1063 -#: ../gio/gfile.c:1217 ../gio/gfile.c:1270 ../gio/gfile.c:1327 -#: ../gio/gfile.c:1408 ../gio/gfile.c:2363 ../gio/gfile.c:2408 -#: ../gio/gfile.c:2458 ../gio/gfile.c:2497 ../gio/gfile.c:2821 -#: ../gio/gfile.c:3220 ../gio/gfile.c:3299 ../gio/gfile.c:3379 -#: ../gio/gfile.c:3457 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηÏίζονται" -#: ../gio/gfile.c:1105 ../gio/glocalfile.c:895 ../gio/glocalfile.c:904 -#: ../gio/glocalfile.c:915 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1747 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1807 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:1815 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: ../gio/gfile.c:1833 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2448 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2540 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηÏίζονται" -#: ../gio/gfile.c:2587 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4291 ../gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:424 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424 #, c-format msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:414 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:186 +#: gio/ginputstream.c:186 #, c-format msgid "Too large count value passed to g_input_stream_read" msgstr "" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "" -#: ../gio/ginputstream.c:318 +#: gio/ginputstream.c:318 #, c-format msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: ../gio/ginputstream.c:683 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: ../gio/ginputstream.c:899 ../gio/goutputstream.c:1082 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:297 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:561 +#: gio/glocalfile.c:561 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ακατάλληλο όνομα Ï€ÏογÏάμματος: %s" # -#: ../gio/glocalfile.c:817 +#: gio/glocalfile.c:817 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfile.c:935 +#: gio/glocalfile.c:935 #, c-format msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:953 +#: gio/glocalfile.c:953 #, c-format msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:966 ../gio/glocalfile.c:1688 ../gio/glocalfile.c:1717 -#: ../gio/glocalfile.c:1862 ../gio/glocalfileoutputstream.c:448 -#: ../gio/glocalfileoutputstream.c:489 ../gio/glocalfileoutputstream.c:879 +#: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ακατάλληλο όνομα συστήματος" # -#: ../gio/glocalfile.c:970 +#: gio/glocalfile.c:970 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # -#: ../gio/glocalfile.c:1087 +#: gio/glocalfile.c:1087 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfile.c:1097 +#: gio/glocalfile.c:1097 #, c-format msgid "Can't open directory" msgstr "" # -#: ../gio/glocalfile.c:1149 ../gio/glocalfile.c:1692 +#: gio/glocalfile.c:1149 gio/glocalfile.c:1692 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # -#: ../gio/glocalfile.c:1441 +#: gio/glocalfile.c:1441 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1465 +#: gio/glocalfile.c:1465 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουÏγίας αÏχείου '%s': %s" -#: ../gio/glocalfile.c:1489 +#: gio/glocalfile.c:1489 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1549 ../gio/glocalfile.c:1569 +#: gio/glocalfile.c:1549 gio/glocalfile.c:1569 #, c-format msgid "Unable to find or create trash directory" msgstr "" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1601 +#: gio/glocalfile.c:1601 #, fuzzy, c-format msgid "Unable to create trashed file: %s" msgstr "Αποτυχία δημιουÏγίας αÏχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1624 +#: gio/glocalfile.c:1624 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Αποτυχία δημιουÏγίας αÏχείου '%s': %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1721 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: ../gio/glocalfile.c:1779 ../gio/glocalfile.c:1866 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfile.c:1802 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:1811 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: ../gio/glocalfile.c:1824 ../gio/glocalfileoutputstream.c:735 -#: ../gio/glocalfileoutputstream.c:749 ../gio/glocalfileoutputstream.c:764 -#: ../gio/glocalfileoutputstream.c:780 ../gio/glocalfileoutputstream.c:794 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" # -#: ../gio/glocalfile.c:1841 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:707 +#: gio/glocalfileinfo.c:707 #, c-format msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:714 +#: gio/glocalfileinfo.c:714 #, c-format msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 #, fuzzy, c-format msgid "Invalid extended attribute name" msgstr "Το ÎγγÏαφο τεÏματίστηκε απÏόσμενα μÎσα σε όνομα γνωÏίσματος" # -#: ../gio/glocalfileinfo.c:761 +#: gio/glocalfileinfo.c:761 #, fuzzy, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # -#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:625 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfileinfo.c:1447 +#: gio/glocalfileinfo.c:1447 msgid " (invalid encoding)" msgstr "" # -#: ../gio/glocalfileinfo.c:1622 +#: gio/glocalfileinfo.c:1622 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfileinfo.c:1667 +#: gio/glocalfileinfo.c:1667 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1684 +#: gio/glocalfileinfo.c:1684 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1702 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "" # gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1726 +#: gio/glocalfileinfo.c:1726 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη μετατÏοπή: %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1935 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη μετατÏοπή: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 #, c-format msgid "symlink must be non-NULL" msgstr "" # -#: ../gio/glocalfileinfo.c:1806 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1806 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1832 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα στη γÏαμμή %d: %s" -#: ../gio/glocalfileinfo.c:1815 +#: gio/glocalfileinfo.c:1815 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:1990 +#: gio/glocalfileinfo.c:1990 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηÏίζονται" # -#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:536 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # -#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197 -#: ../gio/glocalfileinputstream.c:300 ../gio/glocalfileoutputstream.c:350 -#: ../gio/glocalfileoutputstream.c:810 +#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # -#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259 +#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259 #, fuzzy, c-format msgid "Error closing file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" -#: ../gio/glocalfilemonitor.c:224 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" # -#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:555 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Σφάλμα ανάγνωσης αÏχείου '%s': %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfileoutputstream.c:205 +#: gio/glocalfileoutputstream.c:205 #, fuzzy, c-format msgid "Error removing old backup link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # gconf/gconftool.c:1181 -#: ../gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:214 #, c-format msgid "Error creating backup link: %s" msgstr "Σφάλμα δημιουÏγίας Î´ÎµÏƒÎ¼Î¿Ï Î±Î½Ï„Î¹Î³Ïάφου ασφαλείας: %s" # -#: ../gio/glocalfileoutputstream.c:224 +#: gio/glocalfileoutputstream.c:224 #, c-format msgid "Error creating backup copy: %s" msgstr "Σφάλμα δημιουÏγίας αντιγÏάφου ασφαλείας: %s" # -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:240 #, c-format msgid "Error renaming temporary file: %s" msgstr "Σφάλμα μετονομασίας Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου: %s" # -#: ../gio/glocalfileoutputstream.c:394 ../gio/glocalfileoutputstream.c:825 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Σφάλμα truncating αÏχείου: %s" # -#: ../gio/glocalfileoutputstream.c:452 ../gio/glocalfileoutputstream.c:493 -#: ../gio/glocalfileoutputstream.c:616 ../gio/glocalfileoutputstream.c:883 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Σφάλμα ανοίγματος αÏχείου '%s': %s" -#: ../gio/glocalfileoutputstream.c:637 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: ../gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Το αÏχείο Ï€ÏοοÏÎ¹ÏƒÎ¼Î¿Ï Î´ÎµÎ½ είναι κανονικό αÏχείο" -#: ../gio/glocalfileoutputstream.c:654 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Ακατάλληλη αίτηση seek" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, c-format msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "" -#: ../gio/gmount.c:341 +#: gio/gmount.c:341 msgid "mount doesn't implement unmount" msgstr "" -#: ../gio/gmount.c:413 +#: gio/gmount.c:413 msgid "mount doesn't implement eject" msgstr "" -#: ../gio/gmount.c:490 +#: gio/gmount.c:490 msgid "mount doesn't implement remount" msgstr "" -#: ../gio/goutputstream.c:193 +#: gio/goutputstream.c:193 #, c-format msgid "Too large count value passed to g_output_stream_write" msgstr "" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:770 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: ../gio/goutputstream.c:647 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" # -#: ../gio/gunixinputstream.c:200 ../gio/gunixinputstream.c:218 -#: ../gio/gunixinputstream.c:290 ../gio/gunixoutputstream.c:281 +#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218 +#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281 #, c-format msgid "Error reading from unix: %s" msgstr "Σφάλμα ανάγνωσης από unix: %s" # -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:424 -#: ../gio/gunixoutputstream.c:238 ../gio/gunixoutputstream.c:385 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:424 +#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385 #, c-format msgid "Error closing unix: %s" msgstr "Σφάλμα κλεισίματος unix: %s" -#: ../gio/gunixmounts.c:1755 ../gio/gunixmounts.c:1792 +#: gio/gunixmounts.c:1755 gio/gunixmounts.c:1792 msgid "Filesystem root" msgstr "" # gconf/gconftool.c:1181 -#: ../gio/gunixoutputstream.c:188 ../gio/gunixoutputstream.c:207 +#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207 #, c-format msgid "Error writing to unix: %s" msgstr "Σφάλμα εγγÏαφής σε unix: %s" -#: ../gio/gvolume.c:384 +#: gio/gvolume.c:384 msgid "volume doesn't implement eject" msgstr "" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Αδυναμία εÏÏεσης εφαÏμογής" # gconf/gconftool.c:1181 -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Σφάλμα εκκίνησης εφαÏμογής: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URIs δεν υποστηÏίζονται" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Η δημιουÏγία συσχÎτισης δεν υποστηÏίζεται σε win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FILE...]" - diff --git a/po/en_CA.po b/po/en_CA.po index bc5cb1ba211b189ee20752f295aecfc201baf00d..80a555544fc0636a506b68746275c9cc9926f081 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Language-Team: Canadian English <adamw@gnome.org>\n" @@ -1143,12 +1143,12 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1225,56 +1225,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolic links not supported" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolic links not supported" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1293,23 +1293,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1329,16 +1329,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1364,8 +1364,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Invalid hostname" @@ -1425,34 +1425,34 @@ msgstr "Failed to create file '%s': %s" msgid "Error making symbolic link: %s" msgstr "Error parsing option %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1477,7 +1477,7 @@ msgstr "Document ended unexpectedly inside an attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error reading file '%s': %s" @@ -1537,14 +1537,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolic links not supported" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error reading file '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error reading file '%s': %s" @@ -1554,12 +1554,12 @@ msgstr "Error reading file '%s': %s" msgid "Error closing file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Error reading file '%s': %s" @@ -1584,43 +1584,43 @@ msgstr "Error reading file '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Not a regular file" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Invalid key name: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1662,12 +1662,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 9058fdfbe42f4295c17a6484f9e9769cd05a50e3..1f44f4bbf94dd5081298588c892210df3b19f97c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-14 07:13-0000\n" "Last-Translator: David Lodge <dave@cirt.net>\n" "Language-Team: \n" @@ -1142,12 +1142,12 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1224,56 +1224,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolic links not supported" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolic links not supported" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1292,23 +1292,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1328,16 +1328,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1363,8 +1363,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Invalid hostname" @@ -1424,34 +1424,34 @@ msgstr "Failed to create file '%s': %s" msgid "Error making symbolic link: %s" msgstr "Error parsing option %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1476,7 +1476,7 @@ msgstr "Document ended unexpectedly inside an attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error reading file '%s': %s" @@ -1536,14 +1536,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolic links not supported" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error reading file '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error reading file '%s': %s" @@ -1553,12 +1553,12 @@ msgstr "Error reading file '%s': %s" msgid "Error closing file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Error reading file '%s': %s" @@ -1583,43 +1583,43 @@ msgstr "Error reading file '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Error reading file '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Not a regular file" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Invalid key name: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1661,12 +1661,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/eo.po b/po/eo.po index 08325aef2cbb6d780e4eb41d0cec9784f8d6118e..e3f68c551ea14221e3058e86d23a37d2133becb0 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1141,12 +1141,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1222,56 +1222,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1290,23 +1290,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1326,16 +1326,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1361,8 +1361,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nevalida komputilnomo" @@ -1422,34 +1422,34 @@ msgstr "Malsukcesis krei dosieron '%s': %s" msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1474,7 +1474,7 @@ msgstr "Dokumento neatendite finis en atributa nomo" msgid "Error setting extended attribute '%s': %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" @@ -1534,14 +1534,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" @@ -1551,12 +1551,12 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "Error closing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" @@ -1581,43 +1581,43 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nevalida komputilnomo" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1659,12 +1659,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/es.po b/po/es.po index efe40afe1b6b3b513750ada08535e00c72bf6828..b8d6164956c9a8cfc1d9dda46e947479e19205ed 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-14 17:15+0100\n" "Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n" "Language-Team: Español <<gnome-es-list@gnome.org>\n" @@ -1183,13 +1183,13 @@ msgstr "El valor «%s» no puede interpretarse como un número de coma flotante. msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" "El valor de conteo pasado a g_input_stream_read_async es demasiado largo" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "El flujo ya se cerró" @@ -1267,56 +1267,56 @@ msgstr "la unidad no implementa la expulsión" msgid "drive doesn't implement polling for media" msgstr "la unidad no implementa el sondeo para medios" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operación no soportada" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "El archivo destino ya existe" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" @@ -1335,23 +1335,23 @@ msgstr "El enumerador del archivo tiene una operacion excepcional" msgid "File enumerator is already closed" msgstr "El enumerador del archivo ya está cerrado" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "El flujo no soporta query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "No se permite buscar en el flujo" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "No se permite truncar en el flujo de entrada" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "No se soporta el truncamiento en el flujo" @@ -1371,17 +1371,17 @@ msgstr "El flujo de entrada no implementa la lectura" msgid "Too large count value passed to g_input_stream_skip" msgstr "El valor de conteo pasado a g_input_stream_skip es demasiado largo" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" "El valor de conteo pasado a g_input_stream_skip_async es demasiado largo" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "El flujo tiene una operación excepcional" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1409,8 +1409,8 @@ msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Nombre de archivo inválido" @@ -1471,34 +1471,34 @@ msgstr "No se pudo enviar a la papelera el archivo: %s" msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "El archivo destino ya existe" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Falló la creación del archivo de respaldo" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" @@ -1523,7 +1523,7 @@ msgstr "Nombre extendido del atributo no válido" msgid "Error setting extended attribute '%s': %s" msgstr "Error al establecer el atributo extendido «%s»: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Error al mostrar información del estado del archivo «%s»: %s" @@ -1585,14 +1585,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Error al leer del archivo: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Error al buscar en el archivo: %s" @@ -1602,14 +1602,14 @@ msgstr "Error al buscar en el archivo: %s" msgid "Error closing file: %s" msgstr "Error al cerrar el archivo: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del archivo local " "predeterminado" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Error al escribir en el archivo: %s" @@ -1634,43 +1634,43 @@ msgstr "Error al crear una copia de respaldo: %s" msgid "Error renaming temporary file: %s" msgstr "Error al renombrar el archivo temporal: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Error al truncar el archivo: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Error al abrir el archivo «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "El archivo destino es un directorio" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "El archivo destino no es un archivo regular" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "El archivo se modificó externamente" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Se proporcionó un GSeekType no válido" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Petición de búsqueda no válida" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "No se puede truncar GMemoryInputStream" @@ -1712,12 +1712,12 @@ msgstr "El valor de conteo pasado a g_output_stream_write es demasiado largo" msgid "Output stream doesn't implement write" msgstr "El flujo de salida no implementa la escritura" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "El flujo de origen ya está cerrado" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" "El valor de conteo pasado a g_output_stream_write_async es demasiado largo" diff --git a/po/et.po b/po/et.po index f9222a1bf0b1060a8af5c6bc20b4477e89f6733d..d0c64a954df037a2f3f908c4ecb3491a059f30ff 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-02 14:33+0200\n" "Last-Translator: Ivar Smolin <okul@linux.ee>\n" "Language-Team: Estonian <gnome-et@linux.ee>\n" @@ -1144,12 +1144,12 @@ msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1225,56 +1225,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operatsioon ei ole toetatud" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1293,23 +1293,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1329,16 +1329,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1364,8 +1364,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Vigane failinimi" @@ -1425,34 +1425,34 @@ msgstr "" msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Sihtfail on juba olemas" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Tõrge varufaili loomisel" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1477,7 +1477,7 @@ msgstr "Vigane laiendatud rekvisiidi nimi" msgid "Error setting extended attribute '%s': %s" msgstr "Viga kataloogi '%s' avamisel: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Viga failist '%s' lugemisel: %s" @@ -1537,14 +1537,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Viga failist lugemisel: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Viga failist '%s' lugemisel: %s" @@ -1554,12 +1554,12 @@ msgstr "Viga failist '%s' lugemisel: %s" msgid "Error closing file: %s" msgstr "Viga faili sulgemisel: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Viga faili kirjutamisel: %s" @@ -1584,43 +1584,43 @@ msgstr "Viga varukoopia loomisel: %s" msgid "Error renaming temporary file: %s" msgstr "Viga ajutise faili nime muutmisel: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Viga faili '%s' avamisel: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Sihtfail on kataloog" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Sihtfail pole tavaline fail" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Vigane failinimi %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1662,12 +1662,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/eu.po b/po/eu.po index 9748737e8c159a97968fb702ff4ad6c04dd5221f..a5be314190236e697903112d2520a446e5cdbdbb 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-16 18:57+0100\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-16 17:02+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n" "Language-Team: Basque <itzulpena@euskalgnu.org>\n" @@ -20,311 +20,319 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%2$s' elementuaren ustekabeko '%1$s'atributua" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Ustekabeko '%s' etiketa, '%s' espero zen" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 +#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URIaren laster-marka badago lehenedik ere" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 +#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 +#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 +#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 +#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 +#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 +#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 +#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 +#: glib/gbookmarkfile.c:3677 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ez da '%s' URIaren laster-markarik aurkitu" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ez dago '%s' URIaren laster-markan MIME-motarik definituta" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' URIaren laster-markan ez dago bandera pribaturik definituta" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzean" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950 -#: ../glib/gutf8.c:1399 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950 +#: glib/gutf8.c:1399 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150 -#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395 +#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 +#, c-format msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua" -#: ../glib/gconvert.c:1743 +#: glib/gconvert.c:1743 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1760 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI baliogabea da" -#: ../glib/gconvert.c:1772 +#: glib/gconvert.c:1772 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIaren ostalari-izena baliogabea da" -#: ../glib/gconvert.c:1788 +#: glib/gconvert.c:1788 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" -#: ../glib/gconvert.c:1883 +#: glib/gconvert.c:1883 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' bide-izena ez da bide-izen absolutua" # -#: ../glib/gconvert.c:1893 +#: glib/gconvert.c:1893 +#, c-format msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Errorea '%s' fitxategia irakurtzean: %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ezin izan da '%s' fitxategitik irakurri: %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ezin izan da '%s' fitxategia ireki: %s " -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts " "egin du: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia '%s' gisa berrizendatu, g_rename() funtzioak " "huts egin du: %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ezin izan da '%s' fitxategia sortu: %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia idazteko ireki, fdopen() funtzioak huts egin " "du: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Ezin izan da '%s' fitxategia itxi, fclose() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' txantiloiak ez dauka: XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "Byte %u" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 +#, c-format msgid "Symbolic links not supported" msgstr "Esteka sinbolikoak ez dira onartzen" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_line_string'-en" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 +#, c-format msgid "Channel terminates in a partial character" msgstr "Kanala karaktere partzial batean bukatzen da" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etik" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Ezin izan da '%s' fitxategia ireki, open() funtzioak huts egin du: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" "Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Errorea %d lerroko %d karakterean: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Errorea %d lerroan: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: & " " "< > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -335,17 +343,17 @@ msgstr "" "entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu " "& gisa" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' entitate-izena ezezaguna da" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:534 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -353,7 +361,7 @@ msgstr "" "Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da " "entitatea hasteko asmorik gabe; izendatu & karakterea & gisa;" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -362,18 +370,18 @@ msgstr "" "Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-" "erreferentzia baten barruan (ê adibidez); agian digitua handiegia da" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:637 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -383,32 +391,32 @@ msgstr "" "erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea & " "gisa;" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Amaitu gabeko entitate-erreferentzia" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Amaitu gabeko karaktere-erreferentzia" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -417,7 +425,7 @@ msgstr "" "'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu " "baten izena ez hastea" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -426,7 +434,7 @@ msgstr "" "'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-" "etiketa amaitzeko" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -434,7 +442,7 @@ msgstr "" "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' " "atributuaren ondoren" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +453,7 @@ msgstr "" "hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere " "baliogabea erabili duzu atributu-izen batean" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +462,7 @@ msgstr "" "'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren " "'$2%s' elementuaren '$1%s' atributuari balioa ematean" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -463,7 +471,7 @@ msgstr "" "'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) " "elementu baten izena ez hastea" -#: ../glib/gmarkup.c:1577 +#: glib/gmarkup.c:1577 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -472,25 +480,25 @@ msgstr "" "'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; " "baimendutako karakterea '>' da" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -499,7 +507,7 @@ msgstr "" "Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' " "irekitako azken elementua da" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -508,20 +516,20 @@ msgstr "" "Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <" "%s/> etiketa amaitzen" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -529,404 +537,407 @@ msgstr "" "Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin " "ikurraren atzetik; ez dago atributu-baliorik" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari " "zen instrukzio baten barruan" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "hondatutako objektua" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "barneko errorea edo hondatutako objektua" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "Memoriarik ez" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "atzera-jotzearen mugara gainditua" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" -#: ../glib/gregex.c:154 +#: glib/gregex.c:154 msgid "internal error" msgstr "barneko errorea" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "aurreko erreferentizak baldintza gisa ez daude onartuta bat etortze " "partzialetan" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "errekurtsioaren muga gainditua" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "azpikate hutsen lan arearen muga gainditua" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "lerro-jauzien banderen baliogabeko konbinazioa" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "errore ezezaguna" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ ereduaren amaieran" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c ereduaren amaieran" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "karaktere ezezagunak jarraitzen dio \\ karaktereari" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "hemen ez dira ihesdun letrak (\\l, \\L, \\u, \\U) erabiltzen uzten " "(maiuskulaz eta minuskulaz)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "zenbakiak barrutitik kanpo {} kuantifikatzailean" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "zenbaki handiegiak {} kuantifikatzaileak" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "karaktere-klasearen amaierako ] falta da" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "karaktere-klasean baliogabeko ihes sekuentzia" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "karaktere-klaseko barrutia barrutitik kanpo" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ezer ez errepikatzeko" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "karakete ezezaguna (? karaktereen atzetik" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "karakete ezezaguna (?< karaktereen atzetik" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "karakete ezezaguna (?P karaktereen atzetik" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX izeneko klaseak soilik onartzen dira klase baten barruan" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "amaierako ) falta da" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") dago irekierako ( gabe" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R edo (?[+-] digituak )-rekin jarraitu behar dira" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "existitzen ez den azpieredu baten erreferentzia" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "iruzkinaren ondoren ) falta da" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "adierazpen erregularra luzeegia" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "huts egin du memoria lortzean" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "'lookbehind' baieztapenak ez du luzera finkorik" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "gaizki osatutako zenbakia edo izena (?(-ren atzetik" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "baldintza taldeak bi adar baino gehiago ditu" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "baieztapena espero zen (?)-ren atzetik" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "POSIX klasearen izen ezezaguna" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "Tartekatutako POSIX elementuak ez daude onartuta" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} sekuentziako karaktere-balioa luzeegia da" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "baliogabeko (?(0) baldintza" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ez dago baimenduta 'lookbehind' baieztepenean" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "dei errekurtsiboa amaierarik gabeko begiztan sar daiteke" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "amaierako karakterea falta da azpiereduko izenean" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "bi azpiereduk izen berdina dute" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "gaizki osatutako \\P edo \\p sekuentzia" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "propietate-izen ezezaguna \\P edo \\p atzetik" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "azpiereduaren izena luzeegia (32 karaktere gehienez)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "izendun azpieredu gehiegi (10.000 gehienez)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "balio zortzitarra \\377 baino handiagoa" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE taldeak adar bat baino gehiago ditu" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE taldea errepikatzea ez dago onartuta" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE aukera kontraesankorra" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako " "zenbaki batekin jarraitzen" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "ustekabeko begizta" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "kodea gainezkatua" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "konpilazioaren laneko area gainezkatua" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "ez da aurrez egiaaztatutako erreferentziatutako azpieredua aurkitu" -#: ../glib/gregex.c:517 ../glib/gregex.c:1565 +#: glib/gregex.c:517 glib/gregex.c:1565 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Errorea %s adierazpen erregularra bilatzean: %s" -#: ../glib/gregex.c:1070 +#: glib/gregex.c:1070 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE liburutegia UTF8 euskarri gabe konpilatua" -#: ../glib/gregex.c:1079 +#: glib/gregex.c:1079 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE liburutegia UTF8 propietateen euskarri gabe konpilatua" -#: ../glib/gregex.c:1133 +#: glib/gregex.c:1133 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Errorea %s adierazpen erregularra %d karakterean konpilatzean: %s" -#: ../glib/gregex.c:1169 +#: glib/gregex.c:1169 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Errorea %s adierazpen erregularra optimizatzean: %s" -#: ../glib/gregex.c:1993 +#: glib/gregex.c:1993 msgid "hexadecimal digit or '}' expected" msgstr "digitu hamaseitarra edo '}' espero zen" -#: ../glib/gregex.c:2009 +#: glib/gregex.c:2009 msgid "hexadecimal digit expected" msgstr "digitu hamaseitarra espero zen" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "missing '<' in symbolic reference" msgstr "'<' falta da erreferentzia sinbolikoan" -#: ../glib/gregex.c:2058 +#: glib/gregex.c:2058 msgid "unfinished symbolic reference" msgstr "amaitu gabeko erreferentzia sinbolikoa" -#: ../glib/gregex.c:2065 +#: glib/gregex.c:2065 msgid "zero-length symbolic reference" msgstr "zero luzerako erreferentzia sinbolikoa" -#: ../glib/gregex.c:2076 +#: glib/gregex.c:2076 msgid "digit expected" msgstr "digitua espero zen" -#: ../glib/gregex.c:2094 +#: glib/gregex.c:2094 msgid "illegal symbolic reference" msgstr "erreferentzia sinboliko ilegala" -#: ../glib/gregex.c:2156 +#: glib/gregex.c:2156 msgid "stray final '\\'" msgstr "'\\' katearen amaieran" -#: ../glib/gregex.c:2160 +#: glib/gregex.c:2160 msgid "unknown escape sequence" msgstr "ihes-sekuentzi ezezaguna" -#: ../glib/gregex.c:2170 +#: glib/gregex.c:2170 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Komatxo arteko testua ez da komatxoekin hasten" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste " "testu batean" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)" -#: ../glib/gspawn-win32.c:272 +#: glib/gspawn-win32.c:272 +#, c-format msgid "Failed to read data from child process" msgstr "Ezin izan da daturik irakurri prozesu umetik" -#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:287 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) " -#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:325 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ezin izan da kanalizazio umetik irakurri (%s) " -#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:351 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ezin izan da '%s' direktoriora aldatu (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ezin izan da prozesu umea exekutatu (%s)" # -#: ../glib/gspawn-win32.c:428 +#: glib/gspawn-win32.c:428 #, c-format msgid "Invalid program name: %s" msgstr "Programaren izen baliogabea: %s" -#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678 -#: ../glib/gspawn-win32.c:1218 +#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s" -#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692 -#: ../glib/gspawn-win32.c:1251 +#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251 #, c-format msgid "Invalid string in environment: %s" msgstr "Kate baliogabea ingurunean: %s" -#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199 +#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199 #, c-format msgid "Invalid working directory: %s" msgstr "Laneko direktorio baliogabea: %s" # -#: ../glib/gspawn-win32.c:738 +#: glib/gspawn-win32.c:738 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Ezin izan da laguntza-programa exekutatu (%s)" -#: ../glib/gspawn-win32.c:938 +#: glib/gspawn-win32.c:938 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -934,136 +945,142 @@ msgstr "" "Ustekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik " "datuak irakurtzean" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ezin izan da daturik irakurri prozesu umetik (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ustekabeko errorea waitpid()-en (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Ezin da sardetu (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ezin izan da prozesu umea sardetu (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)" -#: ../glib/gutf8.c:1024 +#: glib/gutf8.c:1024 +#, c-format msgid "Character out of range for UTF-8" msgstr "Karakterea UTF-8 barrutitik kanpo" -#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259 -#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 +#, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 +#, c-format msgid "Character out of range for UTF-16" msgstr "Karakterea UTF-16 barrutitik kanpo" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Usage:" msgstr "Erabilera:" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "[OPTION...]" msgstr "[AUKERA...]" -#: ../glib/goption.c:716 +#: glib/goption.c:716 msgid "Help Options:" msgstr "Laguntzako aukerak:" -#: ../glib/goption.c:717 +#: glib/goption.c:717 msgid "Show help options" msgstr "Erakutsi laguntzako aukerak" -#: ../glib/goption.c:723 +#: glib/goption.c:723 msgid "Show all help options" msgstr "Erakutsi laguntzako aukera guztiak" -#: ../glib/goption.c:785 +#: glib/goption.c:785 msgid "Application Options:" msgstr "Aplikazio-aukerak:" -#: ../glib/goption.c:846 ../glib/goption.c:916 +#: glib/goption.c:846 glib/goption.c:916 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu" -#: ../glib/goption.c:856 ../glib/goption.c:924 +#: glib/goption.c:856 glib/goption.c:924 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" -#: ../glib/goption.c:881 +#: glib/goption.c:881 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu" -#: ../glib/goption.c:889 +#: glib/goption.c:889 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo" -#: ../glib/goption.c:1226 +#: glib/goption.c:1226 #, c-format msgid "Error parsing option %s" msgstr "Errorea %s aukera analizatzean" -#: ../glib/goption.c:1257 ../glib/goption.c:1368 +#: glib/goption.c:1257 glib/goption.c:1368 #, c-format msgid "Missing argument for %s" msgstr "%s(e)ko argumentua falta da" -#: ../glib/goption.c:1763 +#: glib/goption.c:1763 #, c-format msgid "Unknown option %s" msgstr "%s aukera ezezaguna" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 +#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 +#, c-format msgid "Not a regular file" msgstr "Ez da fitxategi arrunta" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 +#, c-format msgid "File is empty" msgstr "Fitxategia hutsik dago" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1072,51 +1089,52 @@ msgstr "" "ez daukalarik" # -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Taldearen izen baliogabea: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 +#, c-format msgid "Key file does not start with a group" msgstr "Gako-fitxategiak ez da talde batekin hasten" # -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Gakoaren izen baliogabea: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2485 -#: ../glib/gkeyfile.c:2553 ../glib/gkeyfile.c:2688 ../glib/gkeyfile.c:2823 -#: ../glib/gkeyfile.c:2976 ../glib/gkeyfile.c:3163 ../glib/gkeyfile.c:3224 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2485 +#: glib/gkeyfile.c:2553 glib/gkeyfile.c:2688 glib/gkeyfile.c:2823 +#: glib/gkeyfile.c:2976 glib/gkeyfile.c:3163 glib/gkeyfile.c:3224 #, c-format msgid "Key file does not have group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' taldea" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "interpretatu." -#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316 +#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1125,575 +1143,634 @@ msgstr "" "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "da interpretatu." -#: ../glib/gkeyfile.c:2500 ../glib/gkeyfile.c:2703 ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:2500 glib/gkeyfile.c:2703 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" -#: ../glib/gkeyfile.c:3469 +#: glib/gkeyfile.c:3469 +#, c-format msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" -#: ../glib/gkeyfile.c:3491 +#: glib/gkeyfile.c:3491 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" -#: ../glib/gkeyfile.c:3633 +#: glib/gkeyfile.c:3633 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Integer value '%s' out of range" msgstr "'%s' osoko balioa barrutitik kanpo" -#: ../glib/gkeyfile.c:3680 +#: glib/gkeyfile.c:3680 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." -#: ../glib/gkeyfile.c:3704 +#: glib/gkeyfile.c:3704 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" "'g_input_stream_read_async'-eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:888 -#: ../gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 +#, c-format msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611 +#, c-format msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" -#: ../gio/gcontenttype.c:156 +#: gio/gcontenttype.c:156 msgid "Unknown type" msgstr "Mota ezezaguna" -#: ../gio/gcontenttype.c:157 +#: gio/gcontenttype.c:157 #, c-format msgid "%s filetype" msgstr "%s fitxategi mota" -#: ../gio/gcontenttype.c:571 +#: gio/gcontenttype.c:571 #, c-format msgid "%s type" msgstr "%s mota" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 +#, c-format msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: ../gio/gdesktopappinfo.c:395 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:395 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: ../gio/gdesktopappinfo.c:571 +#: gio/gdesktopappinfo.c:571 +#, c-format msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: ../gio/gdesktopappinfo.c:863 +#: gio/gdesktopappinfo.c:863 +#, c-format msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: ../gio/gdesktopappinfo.c:1097 +#: gio/gdesktopappinfo.c:1097 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" -#: ../gio/gdesktopappinfo.c:1101 +#: gio/gdesktopappinfo.c:1101 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ezin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %s" -#: ../gio/gdesktopappinfo.c:1474 +#: gio/gdesktopappinfo.c:1474 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" -#: ../gio/gdesktopappinfo.c:1498 +#: gio/gdesktopappinfo.c:1498 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: ../gio/gdesktopappinfo.c:1523 +#: gio/gdesktopappinfo.c:1523 +#, c-format msgid "Can't load just created desktop file" msgstr "Ezin da mahaigaineko fitxategi sortu berria kargatu" -#: ../gio/gdrive.c:369 +#: gio/gdrive.c:369 msgid "drive doesn't implement eject" msgstr "gailuak ez dauka 'egotzi' inplementatuta" -#: ../gio/gdrive.c:436 +#: gio/gdrive.c:436 msgid "drive doesn't implement polling for media" msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik" -#: ../gio/gfile.c:731 ../gio/gfile.c:919 ../gio/gfile.c:1052 -#: ../gio/gfile.c:1138 ../gio/gfile.c:1191 ../gio/gfile.c:1248 -#: ../gio/gfile.c:1329 ../gio/gfile.c:2236 ../gio/gfile.c:2281 -#: ../gio/gfile.c:2331 ../gio/gfile.c:2370 ../gio/gfile.c:2694 -#: ../gio/gfile.c:3093 ../gio/gfile.c:3172 ../gio/gfile.c:3252 -#: ../gio/gfile.c:3330 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 +#, c-format msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" -#: ../gio/gfile.c:1094 ../gio/glocalfile.c:895 ../gio/glocalfile.c:904 -#: ../gio/glocalfile.c:915 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/glocalfile.c:915 +#, c-format msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: ../gio/gfile.c:1668 +#: gio/gfile.c:1747 +#, c-format msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" -#: ../gio/gfile.c:1728 +#: gio/gfile.c:1807 +#, c-format msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: ../gio/gfile.c:1736 +#: gio/gfile.c:1815 +#, c-format msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" -#: ../gio/gfile.c:1754 +#: gio/gfile.c:1833 +#, c-format msgid "Can't recursively copy directory" msgstr "Ezin da direktorioa errekurtsiboki kopiatu" -#: ../gio/gfile.c:2321 +#: gio/gfile.c:2448 +#, c-format msgid "Invalid symlink value given" msgstr "Esteka sinbolikoaren baliogabeko balioa eman da" -#: ../gio/gfile.c:2413 +#: gio/gfile.c:2540 +#, c-format msgid "Trash not supported" msgstr "Zakarrontzira botatzea ez dago onartuta" -#: ../gio/gfile.c:2460 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Fitxategi-izenek ezin dute '%c' eduki" -#: ../gio/gfile.c:4115 ../gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "bolumenak ez dauka muntatzea inplementatuta" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 +#, c-format msgid "Enumerator is closed" msgstr "Zerrendatzailea itxi da" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:424 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424 +#, c-format msgid "File enumerator has outstanding operation" msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:414 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414 msgid "File enumerator is already closed" msgstr "Fitxategiaren zerrendatzailea itxi da jadanik" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:450 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 +#, c-format msgid "Stream doesn't support query_info" msgstr "Korronteak ez du query_info onartzen" -#: ../gio/gfileinputstream.c:365 ../gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 +#, c-format msgid "Seek not supported on stream" msgstr "Ez da bilaketarik onartzen korrontean" -#: ../gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 +#, c-format msgid "Truncate not allowed on input stream" msgstr "Trunkatzea ez da baimentzen sarrerako korrontean" -#: ../gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 +#, c-format msgid "Truncate not supported on stream" msgstr "Trunkatzea ez da onartzen korrontean" -#: ../gio/ginputstream.c:186 +#: gio/ginputstream.c:186 +#, c-format msgid "Too large count value passed to g_input_stream_read" msgstr "'g_input_stream_read'-eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 +#, c-format msgid "Input stream doesn't implement read" msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" -#: ../gio/ginputstream.c:318 +#: gio/ginputstream.c:318 +#, c-format msgid "Too large count value passed to g_input_stream_skip" msgstr "'g_input_stream_skip'--eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" "'g_input_stream_skip_async'-eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/ginputstream.c:895 ../gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 +#, c-format msgid "Stream has outstanding operation" msgstr "Korronteak eragiketa bat du lanean" -#: ../gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 +#, c-format msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: ../gio/glocalfile.c:561 +#: gio/glocalfile.c:561 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: ../gio/glocalfile.c:817 +#: gio/glocalfile.c:817 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: ../gio/glocalfile.c:935 +#: gio/glocalfile.c:935 +#, c-format msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: ../gio/glocalfile.c:953 +#: gio/glocalfile.c:953 +#, c-format msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: ../gio/glocalfile.c:966 ../gio/glocalfile.c:1688 ../gio/glocalfile.c:1717 -#: ../gio/glocalfile.c:1849 ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 +#, c-format msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: ../gio/glocalfile.c:970 +#: gio/glocalfile.c:970 #, c-format msgid "Error renaming file: %s" msgstr "Errorea fitxategia izenez aldatzean: %s" -#: ../gio/glocalfile.c:1087 +#: gio/glocalfile.c:1087 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: ../gio/glocalfile.c:1097 +#: gio/glocalfile.c:1097 +#, c-format msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: ../gio/glocalfile.c:1149 ../gio/glocalfile.c:1692 +#: gio/glocalfile.c:1149 gio/glocalfile.c:1692 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: ../gio/glocalfile.c:1441 +#: gio/glocalfile.c:1441 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: ../gio/glocalfile.c:1465 +#: gio/glocalfile.c:1465 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: ../gio/glocalfile.c:1489 +#: gio/glocalfile.c:1489 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: ../gio/glocalfile.c:1549 ../gio/glocalfile.c:1569 +#: gio/glocalfile.c:1549 gio/glocalfile.c:1569 +#, c-format msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: ../gio/glocalfile.c:1601 +#: gio/glocalfile.c:1601 #, c-format msgid "Unable to create trashed file: %s" msgstr "Ezin da zakarrontzira botatako fitxategia sortu: %s" -#: ../gio/glocalfile.c:1624 +#: gio/glocalfile.c:1624 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1721 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: ../gio/glocalfile.c:1768 ../gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: ../gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 +#, c-format msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: ../gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 +#, c-format msgid "Target file already exists" msgstr "Helburuko fitxategia badago lehendik ere" -#: ../gio/glocalfile.c:1811 ../gio/glocalfileoutputstream.c:740 -#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769 -#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 +#, c-format msgid "Backup file creation failed" msgstr "Huts egin du babeskopia sortzean" -#: ../gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: ../gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 +#, c-format msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" -#: ../gio/glocalfileinfo.c:707 +#: gio/glocalfileinfo.c:707 +#, c-format msgid "Attribute value must be non-NULL" msgstr "Atributuaren balioa NULL ezin da izan" -#: ../gio/glocalfileinfo.c:714 +#: gio/glocalfileinfo.c:714 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "Atributu mota baliogabea (katea espero zen)" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 +#, c-format msgid "Invalid extended attribute name" msgstr "Atributu hedatuaren izen baliogabea" -#: ../gio/glocalfileinfo.c:761 +#: gio/glocalfileinfo.c:761 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errorea '%s' atributu hedatua ezartzean: %s" -#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" -#: ../gio/glocalfileinfo.c:1447 +#: gio/glocalfileinfo.c:1447 msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: ../gio/glocalfileinfo.c:1622 +#: gio/glocalfileinfo.c:1622 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: ../gio/glocalfileinfo.c:1667 +#: gio/glocalfileinfo.c:1667 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: ../gio/glocalfileinfo.c:1684 +#: gio/glocalfileinfo.c:1684 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: ../gio/glocalfileinfo.c:1702 +#: gio/glocalfileinfo.c:1702 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: ../gio/glocalfileinfo.c:1726 +#: gio/glocalfileinfo.c:1726 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 +#, c-format msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: ../gio/glocalfileinfo.c:1806 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1806 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1832 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: ../gio/glocalfileinfo.c:1815 +#: gio/glocalfileinfo.c:1815 +#, c-format msgid "Error setting symlink: file is not a symlink" msgstr "" "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: ../gio/glocalfileinfo.c:1990 +#: gio/glocalfileinfo.c:1990 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" -#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Errorea fitxategitik irakurtzean: %s " -#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197 -#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351 -#: ../gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Errorea fitxategian bilatzean: %s" -#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259 +#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259 #, c-format msgid "Error closing file: %s" msgstr "Errorea fitxategia ixtean: %s" -#: ../gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 +#, c-format msgid "Unable to find default local file monitor type" msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu" -#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Errorea fitxategian idaztean: %s" -#: ../gio/glocalfileoutputstream.c:205 +#: gio/glocalfileoutputstream.c:205 #, c-format msgid "Error removing old backup link: %s" msgstr "Errorea babeskopiaren esteka zaharra kentzean: %s" -#: ../gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:214 #, c-format msgid "Error creating backup link: %s" msgstr "Errorea babeskopiaren esteka sortzean: %s" -#: ../gio/glocalfileoutputstream.c:224 +#: gio/glocalfileoutputstream.c:224 #, c-format msgid "Error creating backup copy: %s" msgstr "Errorea babeskopiaren kopia sortzean: %s" -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:240 #, c-format msgid "Error renaming temporary file: %s" msgstr "Errorea aldi baterako fitxategia izenez aldatzean: %s" -#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Errorea fitxategia trunkatzean: %s" -#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498 -#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Errorea '%s' fitxategia irekitzean: %s" -#: ../gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 +#, c-format msgid "Target file is a directory" msgstr "Helburuko fitxategia direktorio bat da" -#: ../gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 +#, c-format msgid "Target file is not a regular file" msgstr "Helburuko fitxategia ez da fitxategi arrunta" -#: ../gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 +#, c-format msgid "The file was externally modified" msgstr "Fitxategia kanpotik aldatu da" -#: ../gio/gmemoryinputstream.c:471 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#, c-format msgid "Invalid GSeekType supplied" msgstr "Baliogabeko GSeekType eman da" # -#: ../gio/gmemoryinputstream.c:481 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#, c-format msgid "Invalid seek request" msgstr "Bilaketa-eskaera baliogabea" -#: ../gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 +#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ezin da GMemoryInputStream trunkatu" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 +#, c-format msgid "Reached maximum data array limit" msgstr "Datu-matrizearen gehienezko mugara iritsi da" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 +#, c-format msgid "Memory output stream not resizable" msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 +#, c-format msgid "Failed to resize memory output stream" msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean" -#: ../gio/gmount.c:341 +#: gio/gmount.c:341 msgid "mount doesn't implement unmount" msgstr "muntaiak ez dauka desmuntatzea inplementatuta" -#: ../gio/gmount.c:413 +#: gio/gmount.c:413 msgid "mount doesn't implement eject" msgstr "muntaiak ez dauka egoztea inplementatuta" -#: ../gio/gmount.c:490 +#: gio/gmount.c:490 msgid "mount doesn't implement remount" msgstr "muntaiak ez dauka birmuntaketa inplementatuta" -#: ../gio/goutputstream.c:193 +#: gio/goutputstream.c:193 +#, c-format msgid "Too large count value passed to g_output_stream_write" msgstr "'g_output_stream_write'-eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 +#, c-format msgid "Output stream doesn't implement write" msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 +#, c-format msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" -#: ../gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" "'g_output_stream_write_async'-eri bidalitako zenbaketaren balioa handiegia" -#: ../gio/gunixinputstream.c:200 ../gio/gunixinputstream.c:218 -#: ../gio/gunixinputstream.c:290 ../gio/gunixoutputstream.c:281 +#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218 +#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281 #, c-format msgid "Error reading from unix: %s" msgstr "Errorea UNIXetik irakurtzean: %s" -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:424 -#: ../gio/gunixoutputstream.c:238 ../gio/gunixoutputstream.c:385 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:424 +#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385 #, c-format msgid "Error closing unix: %s" msgstr "Errorea UNIX ixtean: %s" -#: ../gio/gunixmounts.c:1755 ../gio/gunixmounts.c:1792 +#: gio/gunixmounts.c:1755 gio/gunixmounts.c:1792 msgid "Filesystem root" msgstr "Fitxategi-sistemaren erroa" -#: ../gio/gunixoutputstream.c:188 ../gio/gunixoutputstream.c:207 +#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207 #, c-format msgid "Error writing to unix: %s" msgstr "Errorea UNIXen idaztean: %s" -#: ../gio/gvolume.c:384 +#: gio/gvolume.c:384 msgid "volume doesn't implement eject" msgstr "bolumenak ez dauka egoztea inplementatuta" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 +#, c-format msgid "Can't find application" msgstr "Ezin da aplikazioa aurkitu" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Errorea aplikazioa abiaraztean: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 +#, c-format msgid "URIs not supported" msgstr "URIak ez daude onartuta" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 +#, c-format msgid "association changes not supported on win32" msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 +#, c-format msgid "Association creation not supported on win32" msgstr "Asoziazioa sortzea ez da onartzen win32 sisteman" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ez ezkutatu sarrerak" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "erabili zerrenda-formatu luzea" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FITXATEGIA...]" diff --git a/po/fa.po b/po/fa.po index f7d224cefc37564ef8d57b4ceba3b10f369dfb64..439ffe7d29c415f7328a51dfa355df53330129fe 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n" "Language-Team: Persian\n" @@ -1145,12 +1145,12 @@ msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تÙس msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تÙسیر کرد" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1227,56 +1227,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1295,23 +1295,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1331,16 +1331,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1366,8 +1366,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "نام میزبان نامعتبر" @@ -1427,34 +1427,34 @@ msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1479,7 +1479,7 @@ msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام ÛŒ msgid "Error setting extended attribute '%s': %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»â€: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" @@ -1539,14 +1539,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" @@ -1556,12 +1556,12 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" msgid "Error closing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" @@ -1586,43 +1586,43 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" msgid "Error renaming temporary file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»â€: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "پرونده متعار٠نیست" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "نام برنامهٔ نامعتبر: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1664,12 +1664,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/fi.po b/po/fi.po index 375b8cdaed55095076fd162d54c43eb0d55ad089..0780464f7f768bc075bb48f7edad15ab1eb61a02 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-08-09 15:58+0300\n" "Last-Translator: Ilkka Tuohela <hile@iki.fi>\n" "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n" @@ -1166,12 +1166,12 @@ msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1248,56 +1248,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolisia linkkejä ei tueta" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolisia linkkejä ei tueta" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1316,23 +1316,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1352,16 +1352,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1387,8 +1387,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Virheellinen isäntänimi" @@ -1448,34 +1448,34 @@ msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" msgid "Error making symbolic link: %s" msgstr "Virhe käsiteltäessä valitsinta %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1500,7 +1500,7 @@ msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" msgid "Error setting extended attribute '%s': %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" @@ -1560,14 +1560,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolisia linkkejä ei tueta" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" @@ -1577,12 +1577,12 @@ msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" msgid "Error closing file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" @@ -1607,43 +1607,43 @@ msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" msgid "Error renaming temporary file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ei tavallinen tiedosto" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Virheellinen avaimen nimi: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1685,12 +1685,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/fr.po b/po/fr.po index caa13c6209a6ee3c36181d0d670b3d351477ccff..15b11f1b69cf0f77eaec250229ab88e1dc682647 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-12-14 14:22+0100\n" "Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n" @@ -1215,13 +1215,13 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" "Le valeur de comptage fournie à g_input_stream_read_async est trop grande" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Le flux est déjà fermé" @@ -1301,56 +1301,56 @@ 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:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Opération non prise en charge" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Le fichier cible existe" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Impossible de copier récursivement un répertoire" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Valeur de lien symbolique donnée non valide" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "La corbeille n'est pas prise en charge" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Les noms de fichiers ne peuvent contenir « %c »" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "le volume n'implémente pas « mount »" @@ -1369,23 +1369,23 @@ msgstr "L'énumérateur du fichier a une opération en cours" msgid "File enumerator is already closed" msgstr "L'énumérateur du fichier est déjà fermé" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Le flux ne prend pas en charge query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "La recherche n'est pas prise en charge sur le flux" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "La troncature n'est pas autorisée sur le flux en entrée" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "La troncature n'est pas prise en charge sur le flux" @@ -1405,17 +1405,17 @@ msgstr "Le flux en entrée n'implémente pas « read »" msgid "Too large count value passed to g_input_stream_skip" msgstr "La valeur de comptage fournie à g_input_stream_skip est trop grande" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" "La valeur de comptage fournie à g_input_stream_skip_async est trop grande" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Le flux a une opération en cours" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Impossible de trouver le répertoire racine pour la corbeille" @@ -1441,8 +1441,8 @@ msgid "Can't rename file, filename already exist" msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Nom de fichier non valide" @@ -1502,34 +1502,34 @@ msgstr "Impossible de mettre à la corbeille le fichier : %s" msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Le fichier cible existe déjà " -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "La création du fichier de sauvegarde a échoué" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" @@ -1554,7 +1554,7 @@ msgstr "Nom d'attribut étendu non valide" msgid "Error setting extended attribute '%s': %s" msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Erreur de l'interrogation du fichier « %s » : %s" @@ -1616,14 +1616,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Erreur lors de la lecture du fichier : %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Erreur lors de la navigation à travers le fichier : %s" @@ -1633,12 +1633,12 @@ msgstr "Erreur lors de la navigation à travers le fichier : %s" msgid "Error closing file: %s" msgstr "Erreur lors de la fermeture du fichier : %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Impossible de trouver ou créer le répertoire de la corbeille" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Erreur lors de l'écriture du fichier : %s" @@ -1663,43 +1663,43 @@ msgstr "Erreur lors de la création de la copie de sauvegarde : %s" msgid "Error renaming temporary file: %s" msgstr "Erreur lors du renommage du fichier temporaire : %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Erreur lors de la troncature du fichier : %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Erreur lors de l'ouverture du fichier « %s » : %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Le fichier cible est un répertoire" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Le fichier cible n'est pas un fichier standard" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Le fichier a été modifié extérieurement" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nom de fichier non valide : %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1743,12 +1743,12 @@ msgstr "La valeur de comptage fournie à g_output_stream_write est trop grande" msgid "Output stream doesn't implement write" msgstr "Le flux de sortie n'implémente pas « write »" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Le flux source est déjà fermé" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Valeur de comptage trop grande fournie à g_output_stream_write_async" diff --git a/po/ga.po b/po/ga.po index 6c4525b29fccc774275024d012b00d1c2c93e246..a8ec5fea6239f316199e510d7271f4d098dbf1ba 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1105,12 +1105,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1186,56 +1186,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1254,23 +1254,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1290,16 +1290,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1325,8 +1325,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailÃ" @@ -1386,34 +1386,34 @@ msgstr "Nà féidir comhad a chur sa bhruscar: %s" msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1438,7 +1438,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Earráid agus comhad '%s' á léamh: %s" @@ -1498,14 +1498,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Earráid agus comhad á léamh: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" @@ -1515,12 +1515,12 @@ msgstr "Earráid agus comhad '%s' á léamh: %s" msgid "Error closing file: %s" msgstr "Earráid agus comhad á dhúnadh: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Earráid agus comhad á scrÃobh: %s" @@ -1545,43 +1545,43 @@ msgstr "Earráid agus comhad '%s' á léamh: %s" msgid "Error renaming temporary file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Earráid agus comhad '%s' á oscailt: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ainm comhaid %s neamhbhailÃ" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1623,12 +1623,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/gl.po b/po/gl.po index db492397a3893b9fa2c50f555e94d94070c06d70..e3f80a7c815b4db42142da98a26cbd93cc1870d0 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-05-19 17:21+0200\n" "Last-Translator: Ignacio Casal Quinteiro <icq@cvs.gnome.org>\n" "Language-Team: Galego <proxecto@trasno.net>\n" @@ -1172,12 +1172,12 @@ msgstr "O valor '%s' non se pode interpretar como un número flotante." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non se pode interpretar como un booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1254,56 +1254,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ligazóns simbólicas non soportadas" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ligazóns simbólicas non soportadas" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1322,23 +1322,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1358,16 +1358,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1393,8 +1393,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "O nome do host non é válido" @@ -1454,34 +1454,34 @@ msgstr "Fallo ao crear o ficheiro '%s': %s" msgid "Error making symbolic link: %s" msgstr "Erro ao analizar a opción %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1506,7 +1506,7 @@ msgstr "O documento terminou inesperadamente dentro dun nome de atributo" msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao abrir o directorio '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1566,14 +1566,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Ligazóns simbólicas non soportadas" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1583,12 +1583,12 @@ msgstr "Erro ao ler o ficheiro '%s': %s" msgid "Error closing file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1613,43 +1613,43 @@ msgstr "Erro ao ler o ficheiro '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Non é un ficheiro normal" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nome de chave non válido: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1691,12 +1691,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/gu.po b/po/gu.po index f7bbe925900b0032b60150b89c8c3a2797423f27..fe80d5bdfc7b6caf2a2fdb4ecb5c310025b18268 100644 --- a/po/gu.po +++ b/po/gu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-10 14:14+0530\n" "Last-Translator: Ankit Patel <ankit@redhat.com>\n" "Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n" @@ -1137,12 +1137,12 @@ msgstr "કિંમત '%s' ઠઅપૂરà«àª£àª¾àª‚ક સંખà«àª¯àª¾ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "કિંમત '%s' બà«àª²àª¿àª¯àª¨ તરીકે ઈનà«àªŸàª°àªªà«àª°à«€àªŸ કરી શકાતà«àª‚ નથી." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1219,56 +1219,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "સાંકેતિક કડી આધાર આપતી નથી" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "સાંકેતિક કડી આધાર આપતી નથી" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1287,23 +1287,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1323,16 +1323,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1358,8 +1358,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "અયોગà«àª¯ યજમાન નામ" @@ -1419,34 +1419,34 @@ msgstr "'%s' ફાઈલ બનાવવામાં નિષà«àª«àª³àª¤àª¾ : msgid "Error making symbolic link: %s" msgstr "àªà«‚લ પદચà«àª›à«‡àª¦àª¨ વિકલà«àªª %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1471,7 +1471,7 @@ msgstr "લાકà«àª·àª£àª¿àª•àª¤àª¾àª¨àª¾ નામની અંદર દસ msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ડિરેકà«àªŸàª°à«€ ખોલતા àªà«‚લ: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" @@ -1531,14 +1531,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "સાંકેતિક કડી આધાર આપતી નથી" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" @@ -1548,12 +1548,12 @@ msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" msgid "Error closing file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" @@ -1578,43 +1578,43 @@ msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ફાઈલ વાંચતી વખતની àªà«‚લ: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "નિયમિત ફાઈલ નથી" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "અયોગà«àª¯ કી નામ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1656,12 +1656,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/he.po b/po/he.po index f32c3e8c6ab0c1c4e4746faa6fbc61992f398808..134a2b19f0ff614e9148fc04bebaf49c3a66046a 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -1145,12 +1145,12 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Too large count value passed to g_input_stream_read_async" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Stream is already closed" @@ -1226,56 +1226,56 @@ msgstr "drive doesn't implement eject" msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operation not supported" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" @@ -1294,23 +1294,23 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" @@ -1330,16 +1330,16 @@ msgstr "Input stream doesn't implement read" msgid "Too large count value passed to g_input_stream_skip" msgstr "Too large count value passed to g_input_stream_skip" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Too large count value passed to g_input_stream_skip_async" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Unable to find toplevel directory for trash" @@ -1365,8 +1365,8 @@ msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Invalid filename" @@ -1426,34 +1426,34 @@ msgstr "Unable to trash file: %s" msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Target file already exists" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Move between mounts not supported" @@ -1478,7 +1478,7 @@ msgstr "Invalid extended attribute name" msgid "Error setting extended attribute '%s': %s" msgstr "Error setting extended attribute '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" @@ -1538,14 +1538,14 @@ msgstr "Error setting symlink: file is not a symlink" msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Error reading from file: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Error seeking in file: %s" @@ -1555,12 +1555,12 @@ msgstr "Error seeking in file: %s" msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Unable to find or create trash directory" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Error writing to file: %s" @@ -1585,43 +1585,43 @@ msgstr "Error creating backup copy: %s" msgid "Error renaming temporary file: %s" msgstr "Error renaming temporary file: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Error truncating file: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Target file is a directory" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "The file was externally modified" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Invalid seek request" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" @@ -1663,12 +1663,12 @@ msgstr "Too large count value passed to g_output_stream_write" msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Too large count value passed to g_output_stream_write_async" diff --git a/po/hi.po b/po/hi.po index 25ff84de92b1396926493166b2f08e8df92f8199..58c407227c140f83f1d99fff728e4d84ddca11e5 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1140,12 +1140,12 @@ msgstr "मान '%s' को à¤à¤• फà¥à¤²à¥‹à¤Ÿ संखà¥à¤¯à¤¾ की msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' को बà¥à¤²à¤¿à¤¯à¤¨ के तौर पर विशà¥à¤²à¥‡à¤·à¤¿à¤¤ नहीं किया जा सकता." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1222,56 +1222,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "सिंबालिक लिंक समरà¥à¤¥à¤¿à¤¤ नहीं है" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "सिंबालिक लिंक समरà¥à¤¥à¤¿à¤¤ नहीं है" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1290,23 +1290,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1326,16 +1326,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1361,8 +1361,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होसà¥à¤Ÿ-नाम" @@ -1422,34 +1422,34 @@ msgstr "फ़ाइल '%s' बनाने में असफल: %s" msgid "Error making symbolic link: %s" msgstr "%s विकलà¥à¤ª विशà¥à¤²à¥‡à¤·à¤£ में तà¥à¤°à¥à¤Ÿà¤¿" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1474,7 +1474,7 @@ msgstr "दसà¥à¤¤à¤¾à¤µà¥‡à¤œà¤¼ का अंत अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶ msgid "Error setting extended attribute '%s': %s" msgstr "डिरेकà¥à¤Ÿà¥à¤°à¥€ '%s' को खोलने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" @@ -1534,14 +1534,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "सिंबालिक लिंक समरà¥à¤¥à¤¿à¤¤ नहीं है" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" @@ -1551,12 +1551,12 @@ msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿ msgid "Error closing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" @@ -1581,43 +1581,43 @@ msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿ msgid "Error renaming temporary file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "à¤à¤• सामानà¥à¤¯ फाइल नहीं" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "अवैध पà¥à¤°à¥‹à¤—à¥à¤°à¤¾à¤® नाम: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1659,12 +1659,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/hr.po b/po/hr.po index 7d6a5bfc39d8e08c4af2a163428a7f00f6c6ddb6..09711ab8d7f905fe324a4284e9fc2e74d625c325 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" @@ -1143,12 +1143,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1224,56 +1224,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Nisu podržane simboliÄke veze" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Nisu podržane simboliÄke veze" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1292,23 +1292,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1328,16 +1328,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1363,8 +1363,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime raÄunala" @@ -1424,34 +1424,34 @@ msgstr "GreÅ¡ka pri stvaranju datoteke '%s': %s" msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka prilikom konverzije: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1476,7 +1476,7 @@ msgstr "Dokument je zavrÅ¡io neoÄekivano unutar imena atributa" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju mape '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" @@ -1536,14 +1536,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboliÄke veze" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" @@ -1553,12 +1553,12 @@ msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" msgid "Error closing file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" @@ -1583,43 +1583,43 @@ msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" msgid "Error renaming temporary file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "GreÅ¡ka pri Äitanju datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neispravno ime raÄunala" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1661,12 +1661,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/hu.po b/po/hu.po index ba86f275c58ce760c2cc49c29e7f1948d0ddbf60..31c061dea91d6faa0af46f6e5514c361dba0dcc5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-14 09:28+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <gnome@gnome.hu>\n" @@ -1191,12 +1191,12 @@ msgstr "A(z) \"%s\" érték nem értelmezhetÅ‘ lebegÅ‘pontos számként." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) \"%s\" érték nem értelmezhetÅ‘ logikai értékként." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1273,56 +1273,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "A szimbolikus linkek használata nem támogatott" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "A szimbolikus linkek használata nem támogatott" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1341,23 +1341,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1377,16 +1377,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1412,8 +1412,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Érvénytelen gépnév" @@ -1473,34 +1473,34 @@ msgstr "Nem sikerült létrehozni a(z) \"%s\" fájlt: %s" msgid "Error making symbolic link: %s" msgstr "Hiba a kapcsoló feldolgozása során: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1525,7 +1525,7 @@ msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül" msgid "Error setting extended attribute '%s': %s" msgstr "Hiba a(z) \"%s\" könyvtár megnyitásakor: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" @@ -1585,14 +1585,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "A szimbolikus linkek használata nem támogatott" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" @@ -1602,12 +1602,12 @@ msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" msgid "Error closing file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" @@ -1632,43 +1632,43 @@ msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" msgid "Error renaming temporary file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nem szabályos fájl" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Érvénytelen kulcsnév: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1710,12 +1710,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/hy.po b/po/hy.po index d9043af036221107cba084c2b232c1b6647d2cef..23af893f8222ff4656b4ec58ba02ba84e2787a77 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1104,12 +1104,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1185,56 +1185,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ÕÕ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö‚Õ´" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ÕÕ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö‚Õ´" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1253,23 +1253,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1289,16 +1289,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1324,8 +1324,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "" @@ -1385,34 +1385,34 @@ msgstr "Õ‰Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Ö†Õ¡ÕµÕ¬ '%s'Õ %s" msgid "Error making symbolic link: %s" msgstr "ÕÕÕ¡Õ¬ %d Õ¿Õ¸Õ²Õ¸Ö‚Õ´Õ %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1437,7 +1437,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ Õ¢Õ¡ÖÕ¥Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" @@ -1497,14 +1497,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ÕÕ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö‚Õ´" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" @@ -1514,12 +1514,12 @@ msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" msgid "Error closing file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" @@ -1544,43 +1544,43 @@ msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" msgid "Error renaming temporary file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' Ö†Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ½ÕÕ¡Õ¬Õ %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1622,12 +1622,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/id.po b/po/id.po index 7f22fafcb04e892155223c48160eece312e1c5d4..8f0511df0e087d4bcaada4d6fda7bd0e8c619c85 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1170,12 +1170,12 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1252,56 +1252,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1320,23 +1320,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1356,16 +1356,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1391,8 +1391,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nama host salah" @@ -1452,34 +1452,34 @@ msgstr "Gagal saat membuat file '%s': %s" msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1504,7 +1504,7 @@ msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" msgid "Error setting extended attribute '%s': %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error saat membaca file '%s': %s" @@ -1564,14 +1564,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error saat membaca file '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error saat membaca file '%s': %s" @@ -1581,12 +1581,12 @@ msgstr "Error saat membaca file '%s': %s" msgid "Error closing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Error saat membaca file '%s': %s" @@ -1611,43 +1611,43 @@ msgstr "Error saat membaca file '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Bukan sebuah file biasa" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nama program salah: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1689,12 +1689,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/is.po b/po/is.po index acbec862ab1941bea54312d31ed7e7cbdb1f3691..394dd3674ec7ffd22e3e3bb17bc40c846a5576c6 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1135,12 +1135,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1216,56 +1216,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1284,23 +1284,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1320,16 +1320,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1355,8 +1355,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ógilt vélarheiti" @@ -1416,34 +1416,34 @@ msgstr "gat ekki búið til skrána '%s': %s" msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1468,7 +1468,7 @@ msgstr "Skjalið endar óvænt inn à heiti eiginleika" msgid "Error setting extended attribute '%s': %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" @@ -1528,14 +1528,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" @@ -1545,12 +1545,12 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "Error closing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" @@ -1575,43 +1575,43 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ógilt vélarheiti" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1653,12 +1653,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/it.po b/po/it.po index 5f642b83e9edf7de875042e0a2a1a22fc2dc0554..17bc6762bf649d74258300473cfe9acc3a8f7c42 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.16.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-13 12:46+0100\n" "Last-Translator: Luca Ferretti <elle.uca@libero.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -1294,12 +1294,12 @@ msgstr "Impossibile interpretare il valore \"%s\" come un numero float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Valore di count troppo largo passato a g_input_stream_read_async" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Lo stream è già chiuso" @@ -1382,56 +1382,56 @@ 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:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operazione non supportata" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "Il mount contenuto non esiste" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Il file destinazione esiste" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Cestino non supportato" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "il volume non implementa il montaggio" @@ -1451,23 +1451,23 @@ msgstr "L'enumeratore di file presenta un'operazione in sospeso" msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Lo stream non supporta query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Posizionamento non supportato sullo stream" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Troncamento non consentito sullo stream di input" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Troncamento non supportato sullo stream" @@ -1488,17 +1488,17 @@ msgstr "Lo stream di input non implementa la lettura" msgid "Too large count value passed to g_input_stream_skip" msgstr "Valore di count troppo largo passato a g_input_stream_skip" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Valore di count troppo largo passato a g_input_stream_skip_async" # solo una?? -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Lo stream presenta un'operazione in sospeso" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Impossibile trovare la directory di livello superiore per il cestino" @@ -1524,8 +1524,8 @@ msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già " #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Nome di file non valido" @@ -1586,35 +1586,35 @@ msgstr "Impossibile cestinare il file: %s" msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Il file destinazione esiste già " -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Creazione del file backup fallita" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovare il file destinazione: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Spostamento tra mount non supportato" @@ -1639,7 +1639,7 @@ msgstr "Nome di attributo esteso non valido" msgid "Error setting extended attribute '%s': %s" msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Impossibile eseguire lo stat del file \"%s\": %s" @@ -1702,14 +1702,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Errore nel leggere dal file: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Errore nel posizionarsi all'interno del file: %s" @@ -1719,12 +1719,12 @@ msgstr "Errore nel posizionarsi all'interno del file: %s" msgid "Error closing file: %s" msgstr "Errore nel chiudere il file: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Impossibile trovare o creare la directory cestino" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Errore nello scrivere sul file: %s" @@ -1749,43 +1749,43 @@ msgstr "Errore nel creare la copia di backup: %s" msgid "Error renaming temporary file: %s" msgstr "Errore nel rinominare temporaneamente il file: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Errore nel troncare il file: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Errore nell'aprire il file «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Il file destinazione è una directory" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Il file destinazione non è un file normale" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Il file è stato modificato dall'esterno" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Fornito GSeekType non valido" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Richiesta di seek non valida" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Impossibile troncare GMemoryInputStream" @@ -1831,12 +1831,12 @@ msgstr "Valore di count troppo largo passato a g_output_stream_write" msgid "Output stream doesn't implement write" msgstr "Lo stream di output non implementa la scrittura" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Lo stream sorgente è già chiuso" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Valore di count troppo largo passato a g_output_stream_write_async" diff --git a/po/ja.po b/po/ja.po index cd67cb0561877c56fa3804b9b64c31f4a2781f9d..1f2e7c319249982b16cf63166c3ea2f0256e6634 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-16 20:57+0900\n" "Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" @@ -1149,12 +1149,12 @@ msgstr "値 '%s' を実数値ã¨ã—ã¦è§£é‡ˆã§ãã¾ã›ã‚“" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' ã‚’è«–ç†å€¤ã¨ã—ã¦è§£é‡ˆã§ãã¾ã›ã‚“" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1231,56 +1231,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "シンボリック・リンクã¯ã‚µãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "シンボリック・リンクã¯ã‚µãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1299,23 +1299,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1335,16 +1335,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1370,8 +1370,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "無効ãªãƒ›ã‚¹ãƒˆåã§ã™" @@ -1431,34 +1431,34 @@ msgstr "ファイル '%s' ã®ç”Ÿæˆã«å¤±æ•—ã—ã¾ã—ãŸ: %s" msgid "Error making symbolic link: %s" msgstr "オプション %s ã®è§£æžä¸ã«ã‚¨ãƒ©ãƒ¼" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1483,7 +1483,7 @@ msgstr "属性åã®é€”ä¸ã§ãƒ‰ã‚ュメントãŒçªç„¶çµ‚了ã—ã¦ã„ã¾ã™" msgid "Error setting extended attribute '%s': %s" msgstr "ディレクトリ '%s' ã‚’é–‹ã時ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" @@ -1543,14 +1543,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "シンボリック・リンクã¯ã‚µãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" @@ -1560,12 +1560,12 @@ msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" msgid "Error closing file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" @@ -1590,43 +1590,43 @@ msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" msgid "Error renaming temporary file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "ファイル '%s' ã®èªã¿å‡ºã—ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "通常ã®ãƒ•ã‚¡ã‚¤ãƒ«ã§ã¯ã‚ã‚Šã¾ã›ã‚“" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ã‚ーã®åå‰ãŒç„¡åŠ¹ã§ã™: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1668,12 +1668,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ka.po b/po/ka.po index 0152b11c8ed59f4ea587e2e601dd665647ce5fdd..763efc4327174573a64f3f5822820003f180ce3d 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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-" @@ -1159,12 +1159,12 @@ msgstr "მნიშვნელáƒáƒ‘რ'%s' ვერáƒáƒ¦áƒ˜áƒ¥áƒ›áƒ”ბ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "მნიშვნელáƒáƒ‘რ'%s' ვერáƒáƒ¦áƒ˜áƒ¥áƒ›áƒ”ბრრáƒáƒ’áƒáƒ ც ლáƒáƒ’იკური áƒáƒžáƒ”რáƒáƒ¢áƒáƒ ი." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1241,56 +1241,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "სიმბáƒáƒšáƒ£áƒ ი ბმების გáƒáƒ›áƒáƒ§áƒ”ნებრáƒáƒ áƒáƒ რეáƒáƒšáƒ˜áƒ–ებული" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "სიმბáƒáƒšáƒ£áƒ ი ბმების გáƒáƒ›áƒáƒ§áƒ”ნებრáƒáƒ áƒáƒ რეáƒáƒšáƒ˜áƒ–ებული" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1309,23 +1309,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1345,16 +1345,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1380,8 +1380,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "მáƒáƒ¡áƒžáƒ˜áƒœáƒ«áƒšáƒ˜áƒ¡ მცდáƒáƒ ი სáƒáƒ®áƒ”ლი" @@ -1441,34 +1441,34 @@ msgstr "ვერვქმნი '%s' ფáƒáƒ˜áƒšáƒ¡: %s" msgid "Error making symbolic link: %s" msgstr "შეცდáƒáƒ›áƒ˜áƒ¡ გáƒáƒáƒœáƒáƒšáƒ˜áƒ–ების პáƒáƒ áƒáƒ›áƒ”ტრი: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1493,7 +1493,7 @@ msgstr "დáƒáƒ™áƒ£áƒ›áƒ”ნტი მáƒáƒ£áƒšáƒáƒ“ნელáƒáƒ“ დáƒáƒ¡ msgid "Error setting extended attribute '%s': %s" msgstr "შეცდáƒáƒ› \"%s\" დáƒáƒ¡áƒ¢áƒ˜áƒ¡ გáƒáƒ®áƒ¡áƒœáƒ˜áƒ¡áƒáƒ¡: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" @@ -1553,14 +1553,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "სიმბáƒáƒšáƒ£áƒ ი ბმების გáƒáƒ›áƒáƒ§áƒ”ნებრáƒáƒ áƒáƒ რეáƒáƒšáƒ˜áƒ–ებული" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" @@ -1570,12 +1570,12 @@ msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ› msgid "Error closing file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" @@ -1600,43 +1600,43 @@ msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ› msgid "Error renaming temporary file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "ფáƒáƒ˜áƒšáƒ˜áƒ¡ \"%s\" წáƒáƒ™áƒ˜áƒ—ხვის შეცდáƒáƒ›áƒ: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ფáƒáƒ˜áƒšáƒ˜ ჩვეულებრივი áƒáƒ áƒáƒ" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "გáƒáƒ¡áƒáƒ¦áƒ”ბის მიუღებელი სáƒáƒ®áƒ”ლი: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1678,12 +1678,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/kn.po b/po/kn.po index 3246534bb98f0c831d1e7dec8ceb44697b649fd8..78859bb7ee73d1c9f9251f9a9a4ad6f865d692d1 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-31 12:40+0530\n" "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n" "Language-Team: Kannada <en@li.org>\n" @@ -1153,12 +1153,12 @@ msgstr "ಮೌಲà³à²¯ '%s' ವನà³à²¨à³ ಒಂದೠತೇಲೠಸಂಖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ಮೌಲà³à²¯ '%s' ವನà³à²¨à³ ಒಂದೠಬೂಲಿಯನೠಆಗಿ ವಿವರಿಸಲೠಆಗà³à²µà³à²¦à²¿à²²à³à²²." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1235,56 +1235,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕà³à²—ಳೠಬೆಂಬಲಿತವಾಗಿಲà³à²²" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕà³à²—ಳೠಬೆಂಬಲಿತವಾಗಿಲà³à²²" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1303,23 +1303,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1339,16 +1339,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1374,8 +1374,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ಅಮಾನà³à²¯à²µà²¾à²¦ ಅತಿಥೇಯದ ಹೆಸರà³" @@ -1435,34 +1435,34 @@ msgstr "'%s' ಕಡತವನà³à²¨à³ ರಚಿಸà³à²µà²²à³à²²à²¿ ವಿಫ msgid "Error making symbolic link: %s" msgstr "%s ಆಯà³à²•à³†à²¯ ಶಬà³à²§à²²à²•à³à²·à²£à²µà²¨à³à²¨à³ ಹೇಳà³à²µà²¾à²— ದೋಷ" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1487,7 +1487,7 @@ msgstr "ದಸà³à²¤à²¾à²µà³‡à²œà³ ಒಂದೠಗà³à²£à²²à²•à³à²·à²£ ಹೆ msgid "Error setting extended attribute '%s': %s" msgstr "ಕಡತ ಕೋಶ '%s' ವನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" @@ -1547,14 +1547,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕà³à²—ಳೠಬೆಂಬಲಿತವಾಗಿಲà³à²²" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" @@ -1564,12 +1564,12 @@ msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" msgid "Error closing file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" @@ -1594,43 +1594,43 @@ msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ಕಡತವನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ದೋಷ: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ಒಂದೠಸಾಮಾನà³à²¯ ಕಡತವಲà³à²²" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ಅಮಾನà³à²¯ ಕೀಲಿ ಹೆಸರà³: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1672,12 +1672,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ko.po b/po/ko.po index 40d595c46c1c37bbf8f8e1dabafe501852690668..acb47eb4c45e013f30f4ff1e67773a64efbb94c9 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-12 23:08+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n" @@ -1150,12 +1150,12 @@ msgstr "ê°’ '%s'ì„(를) ë‹¨ì •ë„ ì‹¤ìˆ˜ë¡œ í•´ì„í• ìˆ˜ 없습니다." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ê°’ '%s'ì„(를) 불리언 값으로 í•´ì„í• ìˆ˜ 없습니다." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "g_input_stream_read_asyncì— ì¹´ìš´íŠ¸ ê°’ì´ ë„ˆë¬´ í½ë‹ˆë‹¤" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "ìŠ¤íŠ¸ë¦¼ì„ ì´ë¯¸ 닫았습니다" @@ -1231,56 +1231,56 @@ msgstr "ë“œë¼ì´ë¸Œê°€ eject를 구현하지 않았습니다" msgid "drive doesn't implement polling for media" msgstr "ë“œë¼ì´ë¸Œê°€ ë¯¸ë””ì–´ì˜ í´ë§ì„ 구현하지 않았습니다" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "ë™ìž‘ì„ ì§€ì›í•˜ì§€ 않습니다" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "ë””ë ‰í† ë¦¬ë¥¼ ë®ì–´ ì¨ì„œ ë³µì‚¬í• ìˆ˜ 없습니다" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "ë””ë ‰í† ë¦¬ë¥¼ ë®ì–´ ì¨ì„œ ë””ë ‰í† ë¦¬ë¥¼ ë³µì‚¬í• ìˆ˜ 없습니다" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "ëŒ€ìƒ íŒŒì¼ì´ 있습니다" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "ë””ë ‰í† ë¦¬ë¥¼ 재귀ì 으로 ë³µì‚¬í• ìˆ˜ 없습니다" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "ìž˜ëª»ëœ ì‹¬ë³¼ë¦ ë§í¬ ê°’ì´ ì£¼ì–´ì¡ŒìŠµë‹ˆë‹¤" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "íœ´ì§€í†µì„ ì§€ì›í•˜ì§€ 않습니다" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "íŒŒì¼ ì´ë¦„ì— '%c' 문ìžê°€ 들어갈 수 없습니다" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "ë³¼ë¥¨ì´ mount를 구현하지 않았습니다" @@ -1299,23 +1299,23 @@ msgstr "íŒŒì¼ ì´ë‰´ë¨¸ë ˆì´í„°ì— 진행 ì¤‘ì¸ ë™ìž‘ì´ ìžˆìŠµë‹ˆë‹¤" msgid "File enumerator is already closed" msgstr "íŒŒì¼ ì´ë‰´ë¨¸ë ˆì´í„°ë¥¼ ì´ë¯¸ 닫았습니다" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "ìŠ¤íŠ¸ë¦¼ì´ query_info를 지ì›í•˜ì§€ 않습니다" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "스트림ì—ì„œ seek를 지ì›í•˜ì§€ 않습니다" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "ìž…ë ¥ ìŠ¤íŠ¸ë¦¼ì´ truncate를 허용하지 않습니다" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "스트림ì—ì„œ truncate를 지ì›í•˜ì§€ 않습니다" @@ -1335,16 +1335,16 @@ msgstr "ìž…ë ¥ ìŠ¤íŠ¸ë¦¼ì´ read를 구현하지 않았습니다" msgid "Too large count value passed to g_input_stream_skip" msgstr "g_input_stream_skipì— ì¹´ìš´íŠ¸ ê°’ì´ ë„ˆë¬´ í½ë‹ˆë‹¤" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "g_input_stream_skip_asyncì— ì¹´ìš´íŠ¸ ê°’ì´ ë„ˆë¬´ í½ë‹ˆë‹¤" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "ìŠ¤íŠ¸ë¦¼ì— ì§„í–‰ ì¤‘ì¸ ë™ìž‘ì´ ìžˆìŠµë‹ˆë‹¤" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "íœ´ì§€í†µì˜ ìƒìœ„ ë””ë ‰í† ë¦¬ë¥¼ ì°¾ì„ ìˆ˜ 없습니다" @@ -1370,8 +1370,8 @@ msgid "Can't rename file, filename already exist" msgstr "íŒŒì¼ ì´ë¦„ì„ ë°”ê¿€ 수 없습니다. 파ì¼ì´ ì´ë¯¸ 있습니다" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "ìž˜ëª»ëœ íŒŒì¼ ì´ë¦„" @@ -1431,34 +1431,34 @@ msgstr "파ì¼ì„ 버릴 수 없습니다: %s" msgid "Error making symbolic link: %s" msgstr "ì‹¬ë³¼ë¦ ë§í¬ë¥¼ 만드는 ë° ì˜¤ë¥˜: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "íŒŒì¼ ì˜®ê¸°ëŠ” ë° ì˜¤ë¥˜: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "ë””ë ‰í† ë¦¬ë¥¼ ë®ì–´ ì¨ì„œ ë””ë ‰í† ë¦¬ë¥¼ 옮길 수 없습니다" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "ëŒ€ìƒ íŒŒì¼ì´ ì´ë¯¸ 있습니다" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "백업 íŒŒì¼ ë§Œë“¤ê¸°ê°€ 실패했습니다" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "ëŒ€ìƒ íŒŒì¼ì„ 지우는 ë° ì˜¤ë¥˜: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "다른 마운트 사ì´ì— 옮기기는 지ì›í•˜ì§€ 않습니다" @@ -1483,7 +1483,7 @@ msgstr "ìž˜ëª»ëœ í™•ìž¥ ì—트리뷰트 ì´ë¦„" msgid "Error setting extended attribute '%s': %s" msgstr "확장 ì• íŠ¸ë¦¬ë·°íŠ¸ '%s' ì„¤ì • 중 오류: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' 파ì¼ì˜ ì •ë³´ë¥¼ ì½ëŠ” 중 오류: %s" @@ -1543,14 +1543,14 @@ msgstr "ì‹¬ë³¼ë¦ ë§í¬ ì„¤ì • 중 오류: 파ì¼ì´ ì‹¬ë³¼ë¦ ë§í¬ê°€ ì•„ë‹™ msgid "Setting attribute %s not supported" msgstr "%s ì• íŠ¸ë¦¬ë·°íŠ¸ ì„¤ì •ì€ ì§€ì›í•˜ì§€ 않습니다" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "파ì¼ì„ ì½ëŠ” 중 오류: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "파ì¼ì—ì„œ seek하는 중 오류: %s" @@ -1560,12 +1560,12 @@ msgstr "파ì¼ì—ì„œ seek하는 중 오류: %s" msgid "Error closing file: %s" msgstr "파ì¼ì„ 닫는 중 오류: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "휴지통 ë””ë ‰í† ë¦¬ë¥¼ ì°¾ì„ ìˆ˜ 없거나 만들 수 없습니다" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "파ì¼ì— 쓰는 중 오류: %s" @@ -1590,43 +1590,43 @@ msgstr "백업 ì‚¬ë³¸ì„ ë§Œë“œëŠ” 중 오류: %s" msgid "Error renaming temporary file: %s" msgstr "ìž„ì‹œ 파ì¼ì˜ ì´ë¦„ì„ ë°”ê¾¸ëŠ” 오류: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "파ì¼ì„ ìžë¥´ëŠ” 중 오류: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' 파ì¼ì„ 여는 중 오류: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "ëŒ€ìƒ íŒŒì¼ì´ ë””ë ‰í† ë¦¬ìž…ë‹ˆë‹¤" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "ëŒ€ìƒ íŒŒì¼ì´ ì¼ë°˜ 파ì¼ì´ 아닙니다" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "파ì¼ì´ 외부ì—ì„œ 바뀌었습니다" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "ìž˜ëª»ëœ GSeekTypeì´ ì£¼ì–´ì¡ŒìŠµë‹ˆë‹¤" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "ìž˜ëª»ëœ seek ìš”ì²" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStreamì€ ìžë¥¼ 수 없습니다" @@ -1668,12 +1668,12 @@ msgstr "g_output_stream_writeì— ì¹´ìš´íŠ¸ ê°’ì´ ë„ˆë¬´ í½ë‹ˆë‹¤" msgid "Output stream doesn't implement write" msgstr "ì¶œë ¥ ìŠ¤íŠ¸ë¦¼ì´ write를 구현하지 않았습니다" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "ì›ë³¸ ìŠ¤íŠ¸ë¦¼ì„ ì´ë¯¸ 닫았습니다" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "g_output_stream_write_asyncì— ì¹´ìš´íŠ¸ ê°’ì´ ë„ˆë¬´ í½ë‹ˆë‹¤" diff --git a/po/ku.po b/po/ku.po index e4a72d25baf14934ae92b0a4e0e1b6b6abf944bd..1e176a85d42745fd79bd925eb1e5084ebfddae4d 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1101,12 +1101,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1183,56 +1183,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1251,23 +1251,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1287,16 +1287,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1322,8 +1322,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" @@ -1383,34 +1383,34 @@ msgstr "Vekirina dosiya '%s' serneket: %s" msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1435,7 +1435,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" @@ -1495,14 +1495,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" @@ -1512,12 +1512,12 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Error closing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" @@ -1542,43 +1542,43 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Error renaming temporary file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Navê bernameyê nederbasdar e: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1620,12 +1620,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/lt.po b/po/lt.po index edbbd09f1e4862e6926d679f6f45e13a1595d1a5..4d2f50b39830fcb4e97d0b079c8f25bd04c357fe 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-13 18:04+0300\n" "Last-Translator: Žygimantas BeruÄka <zygis@gnome.org>\n" "Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n" @@ -1166,12 +1166,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mÄ—s „%s“ negalima interpretuoti kaip loginÄ—s." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1248,56 +1248,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "SimbolinÄ—s nuorodos nepalaikomos" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "SimbolinÄ—s nuorodos nepalaikomos" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1316,23 +1316,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1352,16 +1352,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1387,8 +1387,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Klaidingas kompiuterio vardas" @@ -1448,34 +1448,34 @@ msgstr "Nepavyko sukurti failo „%s“: %s" msgid "Error making symbolic link: %s" msgstr "Klaida apdorojant parinktį %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1500,7 +1500,7 @@ msgstr "Dokumentas netikÄ—tai pasibaigÄ— požymio varde" msgid "Error setting extended attribute '%s': %s" msgstr "Klaida atidarant aplankÄ… „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Klaida skaitant failÄ… „%s“: %s" @@ -1560,14 +1560,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "SimbolinÄ—s nuorodos nepalaikomos" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" @@ -1577,12 +1577,12 @@ msgstr "Klaida skaitant failÄ… „%s“: %s" msgid "Error closing file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" @@ -1607,43 +1607,43 @@ msgstr "Klaida skaitant failÄ… „%s“: %s" msgid "Error renaming temporary file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Klaida skaitant failÄ… „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "NÄ—ra paprastas failas" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Netinkamas rakto pavadinimas: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1685,12 +1685,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/lv.po b/po/lv.po index f254153688fc0ed0f74cf25aca55041034823b91..12798ae7d8c8e5fc73e0fe57820cd89220965d04 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1144,12 +1144,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1225,56 +1225,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1293,23 +1293,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1329,16 +1329,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1364,8 +1364,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" @@ -1425,34 +1425,34 @@ msgstr "NeizdevÄs izveidot failu '%s': %s" msgid "Error making symbolic link: %s" msgstr "Kļūda konversÄ“jot: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1477,7 +1477,7 @@ msgstr "Dokuments negaidÄ«ti izbeidzÄs iekÅ¡Ä atribÅ«ta nosaukumÄ" msgid "Error setting extended attribute '%s': %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" @@ -1537,14 +1537,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Kļūda nolasot failu '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Kļūda nolasot failu '%s': %s" @@ -1554,12 +1554,12 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "Error closing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Kļūda nolasot failu '%s': %s" @@ -1584,43 +1584,43 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nepareizs hostdatora nosaukums" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1662,12 +1662,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/mg.po b/po/mg.po index 1bea097bdd3a420e779b6f35c8f0782604b21d62..1fbe949f44d2d145a4f28eb6d7d7c69919204ce7 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1173,12 +1173,12 @@ msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1255,56 +1255,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Tsy raisina an-tà nana ny rohy misolotena" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Tsy raisina an-tà nana ny rohy misolotena" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1323,23 +1323,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1359,16 +1359,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1394,8 +1394,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" @@ -1455,34 +1455,34 @@ msgstr "Tsy voaforona ny rakitra '%s': %s" msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1507,7 +1507,7 @@ msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" msgid "Error setting extended attribute '%s': %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" @@ -1567,14 +1567,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tà nana ny rohy misolotena" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" @@ -1584,12 +1584,12 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "Error closing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" @@ -1614,43 +1614,43 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Rakitra tsy mahazatra" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Anaram-pamaha diso: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1692,12 +1692,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/mk.po b/po/mk.po index 752ea6fe82e57d44ac55f1a34b0ee8ea201cccf4..6f2083055c49475687c08724862eeb37a8be398d 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-12 03:17+0200\n" "Last-Translator: Jovan Naumovski <jovan@lugola.net>\n" "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n" @@ -1165,12 +1165,12 @@ msgstr "ВредноÑта „%s“ неможе да биде препозна msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ВредноÑта „%s“ не може да биде препознаена како boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1247,56 +1247,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Симболичките врÑки не Ñе поддржани" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичките врÑки не Ñе поддржани" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1315,23 +1315,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1351,16 +1351,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1386,8 +1386,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ðевалидно име на хоÑÑ‚" @@ -1447,34 +1447,34 @@ msgstr "Ðе уÑпеав да ја креирам датотеката „%s“ msgid "Error making symbolic link: %s" msgstr "Грешка при парÑирањето на опцијата %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1499,7 +1499,7 @@ msgstr "Документот заврши неочекувано внатре в msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отворање на директориумот „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читањето на датотеката „%s“: %s" @@ -1559,14 +1559,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Симболичките врÑки не Ñе поддржани" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" @@ -1576,12 +1576,12 @@ msgstr "Грешка при читањето на датотеката „%s“: msgid "Error closing file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" @@ -1606,43 +1606,43 @@ msgstr "Грешка при читањето на датотеката „%s“: msgid "Error renaming temporary file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при читањето на датотеката „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ðе е обична датотека" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ðевалидно име на клуч: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1684,12 +1684,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ml.po b/po/ml.po index 63191d4309c33d0743c1c23e73eb3122cb262247..3527ada10c1fcddb77c9a89020bf8e44a20d2c6e 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-03 12:11+0530\n" "Last-Translator: Ani Peter <apeter@redhat.com>\n" "Language-Team: Malayalam <en@li.org>\n" @@ -1146,12 +1146,12 @@ msgstr "മൂലàµà´²àµà´¯à´‚ '%s' ഒരൠഫàµà´³àµ‹à´Ÿàµà´Ÿàµ à´…à´• msgid "Value '%s' cannot be interpreted as a boolean." msgstr "മൂലàµà´²àµà´¯à´‚ '%s' ഒരൠബൂളിയനായി കണകàµà´•à´¾à´•àµà´•àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´²àµà´²." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1228,56 +1228,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "സിബോളികàµà´•àµ ലിങàµà´•àµ പിനàµà´¤àµà´£à´¯àµà´•àµà´•àµà´¨àµà´¨à´¿à´²àµà´²" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "സിബോളികàµà´•àµ ലിങàµà´•àµ പിനàµà´¤àµà´£à´¯àµà´•àµà´•àµà´¨àµà´¨à´¿à´²àµà´²" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1296,23 +1296,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1332,16 +1332,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1367,8 +1367,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "സാധàµà´¤à´¯à´¿à´²àµà´²à´¾à´¤àµà´¤ ഹോസàµà´±àµà´±àµ നാമം" @@ -1428,34 +1428,34 @@ msgstr "ഫയലàµâ€ '%s' സൃഷàµà´Ÿà´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµ msgid "Error making symbolic link: %s" msgstr "%s ഉപാധി പാഴàµà´¸àµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പിശകàµ" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1480,7 +1480,7 @@ msgstr "ഒരൠസവിശേഷത നാമതàµà´¤à´¿à´¨àµà´³à´³à´¿à´² msgid "Error setting extended attribute '%s': %s" msgstr "ഡയറകàµà´Ÿà´±à´¿ '%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പിശകàµ: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" @@ -1540,14 +1540,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "സിബോളികàµà´•àµ ലിങàµà´•àµ പിനàµà´¤àµà´£à´¯àµà´•àµà´•àµà´¨àµà´¨à´¿à´²àµà´²" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" @@ -1557,12 +1557,12 @@ msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയ msgid "Error closing file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" @@ -1587,43 +1587,43 @@ msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയ msgid "Error renaming temporary file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "%s വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€â€Œ പരാജയം : %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ഒരൠസാധാരണ ഫയലàµâ€ à´…à´²àµà´²" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "അസാധàµà´µà´¾à´¯ കീ നാമം: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1665,12 +1665,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/mn.po b/po/mn.po index 0e994b1cb8a3ed0785918fa1fc4788be12e98f89..25d2589976cbae93bf6699010d1cc0c4c7f23e95 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1169,12 +1169,12 @@ msgstr "'%s' утга бүхÑл тоогоор илÑрхийлÑгдÑÑ… бо msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрÑлÑгдÑÑ… боломжгүй ." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1251,56 +1251,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Символик Ñ…Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð´ÑмжигдÑÑгүй" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Символик Ñ…Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð´ÑмжигдÑÑгүй" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1319,23 +1319,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1355,16 +1355,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1390,8 +1390,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Хүчингүй хоÑтын нÑÑ€" @@ -1451,34 +1451,34 @@ msgstr "»%s« файл Ò¯Ò¯ÑгÑгдÑÑнгүй: %s" msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1503,7 +1503,7 @@ msgstr "Баримт нÑгÑн аттрибут нÑрийн дотор гÑн msgid "Error setting extended attribute '%s': %s" msgstr "»%s« лавлахыг нÑÑÑ…Ñд алдаа: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" @@ -1563,14 +1563,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Символик Ñ…Ð¾Ð»Ð±Ð¾Ð¾Ñ Ð´ÑмжигдÑÑгүй" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" @@ -1580,12 +1580,12 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "Error closing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" @@ -1610,43 +1610,43 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "Error renaming temporary file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Тохиромжгүй файл" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Хүчингүй хоÑтын нÑÑ€" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1688,12 +1688,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/mr.po b/po/mr.po index 6a557e232ab0456b061dbcefefba944e8ebbe99e..fe18de08630c95c548863b7bd10011ae4238c00c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-05 20:55+0530\n" "Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n" "Language-Team: marathi\n" @@ -1134,12 +1134,12 @@ msgstr "मà¥à¤²à¥à¤¯ '%s' फà¥à¤²à¥‹à¤Ÿ संखà¥à¤¯à¤¾ मà¥à¤¹à¤£à¥‚ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मà¥à¤²à¥à¤¯ '%s' बूलीयन मà¥à¤¹à¤£à¥‚न विशà¥à¤²à¥‡à¤·à¥€à¤¤ केले जाऊ शकत नाही." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "g_input_stream_read_async करीता खूप मोठी पà¥à¤°à¤®à¤¾à¤£ संखà¥à¤¯à¤¾ पूरविलà¥à¤¯à¤¾ गेली" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "शà¥à¤°à¥ƒà¤‚खला आधिपासूनच बंद आहे" @@ -1215,56 +1215,56 @@ msgstr "डà¥à¤°à¤¾à¤‡à¤µà¥à¤¹ बाहेर कडा कारà¥à¤¯à¤¾à¤¨ msgid "drive doesn't implement polling for media" msgstr "डà¥à¤°à¤¾à¤‡à¤µà¥à¤¹ मिडीयाकरीता पोलींग कारà¥à¤¯à¤¾à¤¨à¥à¤µà¥€à¤¤ करत नाही" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "कारà¥à¤¯ समरà¥à¤¥à¤¿à¤¤ नाही" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "समाविषà¥à¤Ÿà¥€à¤¤ आरोहन असà¥à¤¤à¥€à¤¤à¥à¤µà¤¾à¤¤ नाही" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "संचयीकेवर पà¥à¤°à¤¤ बनवू शकत नाही" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची पà¥à¤°à¤¤ बनवू शकत नाही" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "लकà¥à¤·à¥à¤¯ फाइल असà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ आहे" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "संचयीकेची पà¥à¤¨à¤ƒ पà¥à¤°à¤¤ बनवू शकत नाही" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "अवैध symlink मà¥à¤²à¥à¤¯ दिले गेले" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "कचरापेटी समरà¥à¤¥à¤¿à¤¤ नाही" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नावात '%c' असू शकत नाही" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "खंड आरोहन कारà¥à¤¯à¤¾à¤°à¤¤ करत नाही" @@ -1283,23 +1283,23 @@ msgstr "फाइल à¤à¤¨à¥à¤¯à¥à¤®à¤°à¥‡à¤Ÿà¤°à¤šà¥€ अपà¥à¤°à¤¤à¤¿à¤® msgid "File enumerator is already closed" msgstr "फाइल à¤à¤¨à¥à¤¯à¥à¤®à¤°à¥‡à¤Ÿà¤° आधिपासूनच बंद आहे" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "शà¥à¤°à¥ƒà¤‚खला query_info ला समरà¥à¤¥à¤¨ देत नाही" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "शà¥à¤°à¥ƒà¤‚खलेवर सीक समरà¥à¤¥à¤¿à¤¤ नाही" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "आगत शà¥à¤°à¥ƒà¤‚खलेवर टà¥à¤°à¤‚केट वापरू शकत नाही" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "शà¥à¤°à¥ƒà¤‚खलेवर टà¥à¤°à¤‚केट समरà¥à¤¥à¤¿à¤¤ नाही" @@ -1319,16 +1319,16 @@ msgstr "आगत शà¥à¤°à¥ƒà¤‚खला वाचतायेणà¥à¤¯à¤¾à¤œ msgid "Too large count value passed to g_input_stream_skip" msgstr "g_input_stream_skip करीता खूप मोठी पà¥à¤°à¤®à¤¾à¤£ संखà¥à¤¯à¤¾ पूरविलà¥à¤¯à¤¾ गेली" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "g_input_stream_skip_async करीता खूप मोठी पà¥à¤°à¤®à¤¾à¤£ संखà¥à¤¯à¤¾ पूरविलà¥à¤¯à¤¾ गेली" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "शà¥à¤°à¥ƒà¤‚खलाचे अपà¥à¤°à¤¤à¤¿à¤® कारà¥à¤¯à¤•à¥à¤·à¤®à¤¤à¤¾" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "कचरापेटी करीता उचà¥à¤šà¤¸à¥à¤¥à¤°à¥€à¤¯ संचयीका शोधता आली नाही" @@ -1354,8 +1354,8 @@ msgid "Can't rename file, filename already exist" msgstr "फाइल पà¥à¤¨à¤ƒà¤¨à¤¾à¤®à¤¾à¤‚कीत करू शकत नाही, फाइलनाव आधिपासूनच असà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ आहे" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "अवैध फाइल नाव" @@ -1415,34 +1415,34 @@ msgstr "कचरापेटीकडे फाइल हलवितेवे msgid "Error making symbolic link: %s" msgstr "बोधचिनà¥à¤¹ लिंक बनवितेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "फाइल सà¥à¤¥à¤¾à¤¨à¤¾à¤‚तरन करतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "लकà¥à¤·à¥à¤¯ फाइल आधिपासूनच असà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤ आहे" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "पà¥à¤°à¤¤à¤¿à¤•à¥ƒà¤¤ फाइल निरà¥à¤®à¤¾à¤£ अपयशी" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "लकà¥à¤·à¥à¤¯ फाइल काढून टाकतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "आरोहन मधिल सà¥à¤¥à¤¾à¤¨à¤¾à¤‚तरन समरà¥à¤¥à¥€à¤¤ नाही" @@ -1467,7 +1467,7 @@ msgstr "अवैध विसà¥à¤¤à¤¾à¤°à¥€à¤¤ गà¥à¤£à¤§à¤°à¥à¤® नाव msgid "Error setting extended attribute '%s': %s" msgstr "विसà¥à¤¤à¤¾à¤°à¥€à¤¤ गà¥à¤£à¤§à¤°à¥à¤® निशà¥à¤šà¤¿à¤¤ करतेवेळी तà¥à¤°à¥‚टी '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सà¥à¤°à¥‚ करतेवेळी तà¥à¤°à¥‚टी: %s" @@ -1527,14 +1527,14 @@ msgstr "symlink निशà¥à¤šà¤¿à¤¤ करतेवेळी तà¥à¤°à¥‚ट msgid "Setting attribute %s not supported" msgstr "%s गà¥à¤£à¤§à¤°à¥à¤® सà¥à¤¥à¤¾à¤ªà¤¿à¤¤ करणे समरà¥à¤¥à¤¿à¤¤ नाही" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "फाइल पासून वाचतेवेळी तà¥à¤°à¥‚टी: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "फाइल शोधतेवळी तà¥à¤°à¥‚टी: %s" @@ -1544,12 +1544,12 @@ msgstr "फाइल शोधतेवळी तà¥à¤°à¥‚टी: %s" msgid "Error closing file: %s" msgstr "फाइल बंद करतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "कचरापेटी करीता उचà¥à¤šà¤¸à¥à¤¥à¤°à¥€à¤¯ संचयीका शोधता आली नाही" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "फाइलवर लिहीतेवेळी तà¥à¤°à¥‚टी: %s" @@ -1574,43 +1574,43 @@ msgstr "पà¥à¤°à¤¤à¤¿à¤•à¥ƒà¤¤ पà¥à¤°à¤¤ बनवितेवेळी त msgid "Error renaming temporary file: %s" msgstr "तातपूरती फाइल पà¥à¤¨à¤ƒà¤¨à¤¾à¤®à¤¾à¤‚कीत करतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "फाइल टà¥à¤°à¤‚केट करतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "फाइल '%s' उघडतेवेळी तà¥à¤°à¥‚टी: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "लकà¥à¤·à¥à¤¯ फाइल संचयीका आहे" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "लकà¥à¤·à¥à¤¯ फाइल सामानà¥à¤¯ फाइल नाही" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "फाइल बाहेरà¥à¤¨ संपादित करणà¥à¤¯à¤¾à¤¤ आली" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "अवैध फाइलनाव %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1652,12 +1652,12 @@ msgstr "g_output_stream_write करीता खूप मोठी पà¥à¤° msgid "Output stream doesn't implement write" msgstr "आगत शà¥à¤°à¥ƒà¤‚खला लिहीतायेणà¥à¤¯à¤¾à¤œà¥‹à¤—ी कारà¥à¤¯à¤°à¤¤ करत नाही" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "सà¥à¤¤à¥à¤°à¥‹à¤¤ शà¥à¤°à¥ƒà¤‚खला आधिपासून बंद" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "g_output_stream_write_async करीता खूप मोठी पà¥à¤°à¤®à¤¾à¤£ संखà¥à¤¯à¤¾ पूरविलà¥à¤¯à¤¾ गेली" @@ -1724,16 +1724,16 @@ msgid "[FILE...]" msgstr "[FILE...]" #, fuzzy -msgid "Target stream is already closed" -msgstr "सà¥à¤¤à¥à¤°à¥‹à¤¤ शà¥à¤°à¥ƒà¤‚खला आधिपासून बंद" +#~ msgid "Target stream is already closed" +#~ msgstr "सà¥à¤¤à¥à¤°à¥‹à¤¤ शà¥à¤°à¥ƒà¤‚खला आधिपासून बंद" #, fuzzy -msgid "Unknown drive" -msgstr "अपरिचीत पà¥à¤°à¤•à¤¾à¤°" +#~ msgid "Unknown drive" +#~ msgstr "अपरिचीत पà¥à¤°à¤•à¤¾à¤°" -msgid "%s volume" -msgstr "%s खंड" +#~ msgid "%s volume" +#~ msgstr "%s खंड" #, fuzzy -msgid "Unknown volume" -msgstr "अपरिचीत पà¥à¤°à¤•à¤¾à¤°" +#~ msgid "Unknown volume" +#~ msgstr "अपरिचीत पà¥à¤°à¤•à¤¾à¤°" diff --git a/po/ms.po b/po/ms.po index c0346346f826917e57eb5eac61754f6455e37a5d..8049c4537001342d7d46d9223c2f292ef7f0d511 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1142,12 +1142,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1223,56 +1223,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1291,23 +1291,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1327,16 +1327,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1362,8 +1362,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Namahos tidak sah" @@ -1423,34 +1423,34 @@ msgstr "Gagal mencipta fail %s': %s" msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1475,7 +1475,7 @@ msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" msgid "Error setting extended attribute '%s': %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ralat membaca fail '%s': %s" @@ -1535,14 +1535,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Ralat membaca fail '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Ralat membaca fail '%s': %s" @@ -1552,12 +1552,12 @@ msgstr "Ralat membaca fail '%s': %s" msgid "Error closing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Ralat membaca fail '%s': %s" @@ -1582,43 +1582,43 @@ msgstr "Ralat membaca fail '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Namahos tidak sah" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1660,12 +1660,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/nb.po b/po/nb.po index 193be2f8a2dcab2623c6b140365a5cded42feb6f..f85712596f8146cc4f6f0b801817a912e8015ac3 100644 --- a/po/nb.po +++ b/po/nb.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-12-19 12:55+0100\n" "Last-Translator: Espen Stefansen <espens@svn.gnome.org>\n" "Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n" @@ -1145,12 +1145,12 @@ msgstr "Verdi «%s» kan ikke tolkes som et flyttall." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "For stor tellerverdi gitt til g_input_stream_read_async" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" @@ -1226,56 +1226,56 @@ msgstr "stasjonen implementerer ikke utløsing" msgid "drive doesn't implement polling for media" msgstr "stasjonen implementerer ikke sjekk om medie er satt inn" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere katalog rekursivt" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Ugyldig verdi oppgitt for symbolsk lenke" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Papirkurv er ikke støttet" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavn kan ikke inneholde «%c»" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "volumet implementerer ikke montering" @@ -1294,23 +1294,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Strømmen støtter ikke query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Søking ikke støttet pÃ¥ strøm" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1330,16 +1330,16 @@ msgstr "Inndatastrøm implementerer ikke lesing" msgid "Too large count value passed to g_input_stream_skip" msgstr "For stor tellerverdi gitt til g_input_stream_skip" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "For stor tellerverdi gitt til g_input_stream_skip_async" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Strømmen har utestÃ¥ende operasjoner" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" @@ -1365,8 +1365,8 @@ msgid "Can't rename file, filename already exist" msgstr "Kan ikke endre navn pÃ¥ filen. Filnavnet eksisterer allerede" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Ugyldig filnavn" @@ -1426,34 +1426,34 @@ msgstr "Feil under oppretting av fil «%s»: %s" msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "MÃ¥lfilen eksisterer allerede" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Oppretting av sikkerhetskopi feilet" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" @@ -1478,7 +1478,7 @@ msgstr "Ugyldig navn pÃ¥ utvidet attributt" msgid "Error setting extended attribute '%s': %s" msgstr "Feil under Ã¥pning av katalog «%s»: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Feil under lesing av fil «%s»: %s" @@ -1538,14 +1538,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolske lenker er ikke støttet" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Feil under lesing fra fil: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Feil under søking i fil: %s" @@ -1555,12 +1555,12 @@ msgstr "Feil under søking i fil: %s" msgid "Error closing file: %s" msgstr "Feil under lukking av fil: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Feil under skriving til fil: %s" @@ -1585,43 +1585,43 @@ msgstr "Feil under lesing av fil «%s»: %s" msgid "Error renaming temporary file: %s" msgstr "Feil ved endring av navn pÃ¥ midlertidig fil: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Feil under lesing av fil «%s»: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen er en katalog" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen er ikke en vanlig fil" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Filen ble endret eksternt" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ugyldig filnavn %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1665,12 +1665,12 @@ msgstr "For stor tellerverdi gitt til g_output_stream_write" msgid "Output stream doesn't implement write" msgstr "Ut-strømmen implementerer ikke skriving" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "For stor tellerverdi gitt til g_output_stream_write_async" diff --git a/po/ne.po b/po/ne.po index 8f1ce6199a35e1ea811b53ae017e2004fe72ec34..dd2f7040ec4b534493ba4cc716eb8a1257c60393 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1143,12 +1143,12 @@ msgstr "मान '%s' लाई सङà¥à¤–à¥à¤¯à¤¾à¤•à¥‹ रूपमा व msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' à¤à¤‰à¤Ÿà¤¾ बà¥à¤²à¤¿à¤à¤¨à¤•à¥‹ रूपमा वà¥à¤¯à¤¾à¤–à¥à¤¯à¤¾ गरà¥à¤¨ सकिà¤à¤¦à¥ˆà¤¨à¥¤" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1225,56 +1225,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "सांकेतिक समà¥à¤¬à¤¨à¥à¤§ समरà¥à¤¥à¤¨ गरिà¤à¤¨" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "सांकेतिक समà¥à¤¬à¤¨à¥à¤§ समरà¥à¤¥à¤¨ गरिà¤à¤¨" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1293,23 +1293,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1329,16 +1329,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1364,8 +1364,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "अवैध होसà¥à¤Ÿà¤¨à¤¾à¤® " @@ -1425,34 +1425,34 @@ msgstr "'%s' फाइल सिरà¥à¤œà¤¨à¤¾ गरà¥à¤¨ असफल: %s" msgid "Error making symbolic link: %s" msgstr "पद वरà¥à¤£à¤¨ विकलà¥à¤ªà¤®à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1477,7 +1477,7 @@ msgstr "विशेषता नाम à¤à¤¿à¤¤à¥à¤° कागजात अ msgid "Error setting extended attribute '%s': %s" msgstr "डाइरेकà¥à¤Ÿà¤°à¥€ '%s' खोलà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" @@ -1537,14 +1537,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "सांकेतिक समà¥à¤¬à¤¨à¥à¤§ समरà¥à¤¥à¤¨ गरिà¤à¤¨" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" @@ -1554,12 +1554,12 @@ msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" msgid "Error closing file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" @@ -1584,43 +1584,43 @@ msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" msgid "Error renaming temporary file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' फाइल पढà¥à¤¦à¤¾ तà¥à¤°à¥à¤Ÿà¤¿ : %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "नियमित फाइल होइन" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "अवैध कारà¥à¤¯à¤•à¥à¤°à¤® नाम : %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1662,12 +1662,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/nl.po b/po/nl.po index dbdda95a6232c0718e056ca9da65017dd74039ba..48d84429634e73d8474fa5cacb53d79441e5bf6b 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-05 15:17+0200\n" "Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -1186,12 +1186,12 @@ msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1268,56 +1268,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1336,23 +1336,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1372,16 +1372,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1407,8 +1407,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ongeldige hostnaam" @@ -1468,34 +1468,34 @@ msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s" msgid "Error making symbolic link: %s" msgstr "Fout bij verwerken van optie %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1520,7 +1520,7 @@ msgstr "Het document eindigde onverwacht in een attribuutnaam" msgid "Error setting extended attribute '%s': %s" msgstr "Fout bij het openen van map ‘%s’: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" @@ -1580,14 +1580,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" @@ -1597,12 +1597,12 @@ msgstr "Fout bij het lezen van bestand ‘%s’: %s" msgid "Error closing file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" @@ -1627,43 +1627,43 @@ msgstr "Fout bij het lezen van bestand ‘%s’: %s" msgid "Error renaming temporary file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Fout bij het lezen van bestand ‘%s’: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Geen gewoon bestand" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ongeldige sleutelnaam: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1705,12 +1705,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/nn.po b/po/nn.po index b8e890e81458f187cd1e166c7a10ce2430b6e9cd..b9d6352b2b9cdc64e5e46bfb84c56eb41ddcfc32 100644 --- a/po/nn.po +++ b/po/nn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-09-02 14:30+0200\n" "Last-Translator: Ã…smund Skjæveland <aasmunds@fys.uio.no>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1153,12 +1153,12 @@ msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1235,56 +1235,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolske lenkjer er ikkje støtta" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolske lenkjer er ikkje støtta" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1303,23 +1303,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1339,16 +1339,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1374,8 +1374,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ugyldig vertsnamn" @@ -1435,34 +1435,34 @@ msgstr "Klarte ikkje Ã¥ oppretta fila «%s»: %s" msgid "Error making symbolic link: %s" msgstr "Feil under tolking av val %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1487,7 +1487,7 @@ msgstr "Dokumentet tok uventa slutt inni eit attributtnamn" msgid "Error setting extended attribute '%s': %s" msgstr "Feil ved opning av katalog «%s»: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Feil ved lesing av fil «%s»: %s" @@ -1547,14 +1547,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolske lenkjer er ikkje støtta" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Feil ved lesing av fil «%s»: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Feil ved lesing av fil «%s»: %s" @@ -1564,12 +1564,12 @@ msgstr "Feil ved lesing av fil «%s»: %s" msgid "Error closing file: %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Feil ved lesing av fil «%s»: %s" @@ -1594,43 +1594,43 @@ msgstr "Feil ved lesing av fil «%s»: %s" msgid "Error renaming temporary file: %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Feil ved lesing av fil «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ikkje ei vanleg fil" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ugyldig programnamn: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1672,12 +1672,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/oc.po b/po/oc.po index 16a5b33840239c1a8681e633dca672d51d7600b4..a7cfc85c04dba508787638786b7a5622e81700d6 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-12-27 15:18+0100\n" "Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n" "Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n" @@ -1102,12 +1102,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1183,56 +1183,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1251,23 +1251,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1287,16 +1287,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1322,8 +1322,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Nom d'òste invalid" @@ -1383,34 +1383,34 @@ msgstr "" msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1435,7 +1435,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "" @@ -1495,14 +1495,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "" @@ -1512,12 +1512,12 @@ msgstr "" msgid "Error closing file: %s" msgstr "" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "" @@ -1542,43 +1542,43 @@ msgstr "" msgid "Error renaming temporary file: %s" msgstr "" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nom d'òste %s invalid" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1620,12 +1620,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/or.po b/po/or.po index 11b3985f469d93831867cca4f7b8e370ad44b81d..630e9279be1615499bdba5e8da2c1a9bec27f83b 100644 --- a/po/or.po +++ b/po/or.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1144,12 +1144,12 @@ msgstr "'%s' ମà‚ଲàଯକà ଗà‹à¬Ÿà¬¿à¬ à¬à¬¾à¬¸à¬®à¬¾à¬¨ ସଂଖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' ର ମà‚ଲàଯ ଗà‹à¬Ÿà¬¿à¬ ବàଲିଆନà à¬à¬¾à¬¬à¬°à‡ ନିରà‚ପଣ କରିହà‡à¬¬ ନାହିà¬" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1226,56 +1226,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ପàରତିକାତàମକ ସଂàŸà‹à¬— ଅସହାàŸà¬•" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ପàରତିକାତàମକ ସଂàŸà‹à¬— ଅସହାàŸà¬•" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1294,23 +1294,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1330,16 +1330,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1365,8 +1365,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ଅବàˆà¬§ ଆଧାର ନାମ" @@ -1426,34 +1426,34 @@ msgstr "'%s' ଫାଇଲ ସàରàଷàଟି à¬•à¬°à¬¿à¬¬à¬¾à¬°à‡ à¬…à¬¸ msgid "Error making symbolic link: %s" msgstr "ରàପାନàତରଣ ର ବିକଲàପ à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1478,7 +1478,7 @@ msgstr "ଗàଣର ନାମ ମଧàà¬¯à¬°à‡ à¬¦à¬²à¬¿à¬²à¬Ÿà¬¿ ଅପà msgid "Error setting extended attribute '%s': %s" msgstr "%s' ଡିରà‡à¬•àଟà‹à¬°à¬¿ ଖà‹à¬²à¬¿à¬¬à¬¾à¬°à‡ ତàରàଟି: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" @@ -1538,14 +1538,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ପàରତିକାତàମକ ସଂàŸà‹à¬— ଅସହାàŸà¬•" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" @@ -1555,12 +1555,12 @@ msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" msgid "Error closing file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" @@ -1585,43 +1585,43 @@ msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ଫାଇଲ à¬ªà¬¢à¬¿à¬¬à¬¾à¬°à‡ à¬¤àରàଟି: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "à¬à¬¹à¬¾ à¬à¬• ନିàŸà¬®à¬¿à¬¤ ଫାଇଲ ନàହà‡à¬" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ଅବàˆà¬§ ଚାବି ନାମ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1663,12 +1663,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/pa.po b/po/pa.po index 8b82a952a4c5ef58a6bdd88aef7892522a332333..2fa31aab8652bb32dbfb48622d103e7e0efb94b0 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-05 23:12+0530\n" "Last-Translator: Amanpreet Singh Alam <apreet.alam@gmail.com>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@llist.sf.net>\n" @@ -1132,12 +1132,12 @@ msgstr "ਮà©à©±à¨² '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮà©à©±à¨² '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "g_input_stream_read_async ਨੂੰ ਬਹà©à¨¤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤੀ ਗਈ" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" @@ -1213,56 +1213,56 @@ msgstr "ਡਰਾਇਵ ਲਈ ਬਾਹਰ ਕੱਢਣਾ ਨਹੀਂ ਬਣ msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮà©à©±à¨² ਦਿੱਤਾ" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" @@ -1281,23 +1281,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1317,16 +1317,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱà¨à¨£ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" @@ -1352,8 +1352,8 @@ msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" @@ -1413,34 +1413,34 @@ msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ à¨à©‡à¨œà¨£ ਲਈ ਅਸਮਰੱਥ: % msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ à¨à©‡à¨œà¨£ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲà©à¨¹" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1465,7 +1465,7 @@ msgstr "ਇਕ ਗà©à¨£ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅ msgid "Error setting extended attribute '%s': %s" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲà©à¨¹à¨£ ਲਈ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" @@ -1525,14 +1525,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪà©à¨°à¨¾à¨ªà¨¤ ਨਹੀਂ ਹਨ" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" @@ -1542,12 +1542,12 @@ msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" msgid "Error closing file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱà¨à¨£ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" @@ -1572,43 +1572,43 @@ msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ਫਾਇਲ ਪੜà©à¨¹à¨¨ 'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਡਾਇਰੈਕਟਰੀ ਹੈ" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1650,12 +1650,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/pl.po b/po/pl.po index 06594ca348cd524367bcd7e292eae5b836b72820..0863f1ab4dd019b953007af2d84940eb33c28152 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1190,12 +1190,12 @@ msgstr "Nie można zinterpretować \"%s\" jako wartoÅ›ci zmiennoprzecinkowej." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartoÅ›ci logicznej." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1272,56 +1272,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "DowiÄ…zania symboliczne nie sÄ… obsÅ‚ugiwane" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "DowiÄ…zania symboliczne nie sÄ… obsÅ‚ugiwane" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1340,23 +1340,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1376,16 +1376,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1411,8 +1411,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Niepoprawna nazwa komputera" @@ -1472,34 +1472,34 @@ msgstr "Nie można utworzyć pliku \"%s\": %s" msgid "Error making symbolic link: %s" msgstr "BÅ‚Ä…d podczas przetwarzania opcji %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1524,7 +1524,7 @@ msgstr "NastÄ…piÅ‚ nieoczekiwany koniec dokumentu wewnÄ…trz nazwy atrybutu" msgid "Error setting extended attribute '%s': %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy otwieraniu katalogu \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" @@ -1584,14 +1584,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "DowiÄ…zania symboliczne nie sÄ… obsÅ‚ugiwane" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" @@ -1601,12 +1601,12 @@ msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" msgid "Error closing file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" @@ -1631,43 +1631,43 @@ msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" msgid "Error renaming temporary file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "WystÄ…piÅ‚ bÅ‚Ä…d przy odczycie pliku \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "To nie jest zwykÅ‚y plik" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Niepoprawna nazwa klucza: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1709,12 +1709,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/pt.po b/po/pt.po index e3535ec14ff99f3a1f76b11a146e26b67639f1fe..41c8208f5042d901681c2f7a0237f4fa367ad57f 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-19 23:40+0000\n" "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" @@ -1163,12 +1163,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1245,56 +1245,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Atalhos não são suportados" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Atalhos não são suportados" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1313,23 +1313,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1349,16 +1349,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1384,8 +1384,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nome de máquina inválido" @@ -1445,34 +1445,34 @@ msgstr "Falha ao criar o ficheiro '%s': %s" msgid "Error making symbolic link: %s" msgstr "Erro ao parsear a opção %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1497,7 +1497,7 @@ msgstr "Documento terminou inesperadamente dentro do nome de um atributo" msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao abrir o directório '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1557,14 +1557,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Atalhos não são suportados" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1574,12 +1574,12 @@ msgstr "Erro ao ler o ficheiro '%s': %s" msgid "Error closing file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" @@ -1604,43 +1604,43 @@ msgstr "Erro ao ler o ficheiro '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Não é um ficheiro comum" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nome de chave inválida: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1682,12 +1682,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index e2eb218597011b7741aabbe515a2cc1869bc5c6f..169d24acbccba57629453e679b5cb9455226c914 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-12-07 23:26-0200\n" "Last-Translator: Vladimir Melo <vladimirmelo@foresightlinux.org>\n" "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n" @@ -1163,12 +1163,12 @@ msgstr "O valor \"%s\" não pode ser interpretado como ponto flutuante." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor \"%s\" não pode ser interpretado como um booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1245,56 +1245,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "VÃnculos simbólicos não são suportados" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "VÃnculos simbólicos não são suportados" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1313,23 +1313,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1349,16 +1349,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1384,8 +1384,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nome de servidor inválido" @@ -1445,34 +1445,34 @@ msgstr "Falha ao criar arquivo \"%s\": %s" msgid "Error making symbolic link: %s" msgstr "Erro ao ler a opção %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1497,7 +1497,7 @@ msgstr "Documento terminou inesperadamente dentro de um nome de atributo" msgid "Error setting extended attribute '%s': %s" msgstr "Erro ao abrir o diretório \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Erro ao ler arquivo \"%s\": %s" @@ -1558,14 +1558,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "VÃnculos simbólicos não são suportados" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" @@ -1575,12 +1575,12 @@ msgstr "Erro ao ler arquivo \"%s\": %s" msgid "Error closing file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" @@ -1605,43 +1605,43 @@ msgstr "Erro ao ler arquivo \"%s\": %s" msgid "Error renaming temporary file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Erro ao ler arquivo \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Não é um arquivo comum" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nome de chave inválido: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1683,12 +1683,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ro.po b/po/ro.po index 8a86294571b83a835ab10e255b79f075427d00bd..1719214c527a79553322dc904ba08dd89165e203 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-11 22:57+0300\n" "Last-Translator: MiÅŸu Moldovan <dumol@gnome.ro>\n" "Language-Team: Română <gnomero-list@lists.sourceforge.net>\n" @@ -1162,12 +1162,12 @@ msgstr "Valoarea „%s†nu poate fi interpretată ca un număr flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s†nu poate fi interpretată ca o valoare booleană." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1244,56 +1244,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Legăturile simbolice nu sunt suportate" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Legăturile simbolice nu sunt suportate" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1312,23 +1312,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1348,16 +1348,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1383,8 +1383,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Nume gazdă invalid" @@ -1444,34 +1444,34 @@ msgstr "Nu s-a putut crea fiÅŸierul „%sâ€: %s" msgid "Error making symbolic link: %s" msgstr "Eroare la prelucrarea opÅ£iunii %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1497,7 +1497,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Eroare la deschiderea directorului „%sâ€: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" @@ -1557,14 +1557,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Legăturile simbolice nu sunt suportate" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" @@ -1574,12 +1574,12 @@ msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" msgid "Error closing file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" @@ -1604,43 +1604,43 @@ msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" msgid "Error renaming temporary file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Eroare la citirea fiÅŸierului „%sâ€: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nu este un fiÅŸier obiÅŸnuit" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Nume invalid de cheie: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1682,12 +1682,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/ru.po b/po/ru.po index 1831ce7b690bc39bcbb4c2551c75cab30590c8fc..5ed09c9dfc4e0763c2e6c47e5e5288e9540c67ea 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2006-02-01 18:37+0200\n" "Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n" "Language-Team: Russian <gnome-cyr@gnome.org>\n" @@ -1192,12 +1192,12 @@ msgstr "Ðе удалоÑÑŒ преобразовать '%s' в чиÑло Ñ Ð¿ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ðе удалоÑÑŒ преобразовать '%s' в булево значение." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1274,56 +1274,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "СимволичеÑкие ÑÑылки не поддерживаютÑÑ" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "СимволичеÑкие ÑÑылки не поддерживаютÑÑ" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1342,23 +1342,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1378,16 +1378,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1413,8 +1413,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Ð˜Ð¼Ñ ÑƒÐ·Ð»Ð° недопуÑтимо" @@ -1474,34 +1474,34 @@ msgstr "Произошёл Ñбой при Ñоздании файла \"%s\": % msgid "Error making symbolic link: %s" msgstr "Ошибка разбора параметра %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1526,7 +1526,7 @@ msgstr "Документ непредвиденно окончилÑÑ Ð²Ð½ÑƒÑ‚ msgid "Error setting extended attribute '%s': %s" msgstr "Произошла ошибка при открытии каталога \"%s\": %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" @@ -1586,14 +1586,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "СимволичеÑкие ÑÑылки не поддерживаютÑÑ" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" @@ -1603,12 +1603,12 @@ msgstr "Произошла ошибка при чтении файла \"%s\": % msgid "Error closing file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" @@ -1633,43 +1633,43 @@ msgstr "Произошла ошибка при чтении файла \"%s\": % msgid "Error renaming temporary file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Произошла ошибка при чтении файла \"%s\": %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ðе ÑвлÑетÑÑ Ð¾Ð±Ñ‹Ñ‡Ð½Ñ‹Ð¼ файлом" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Ðекорректное Ð¸Ð¼Ñ ÐºÐ»ÑŽÑ‡Ð°: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1711,12 +1711,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/rw.po b/po/rw.po index 66f31f54a9af236e439ed0fdc0a8b14be98b94e5..fbf5d8807915ca2ffc63c43c040a9d4fefb914a2 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1145,12 +1145,12 @@ msgstr "Nka a Umubare" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1227,56 +1227,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "amahuza OYA" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "amahuza OYA" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1295,23 +1295,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1331,16 +1331,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1367,8 +1367,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Izina ry'inturo:" @@ -1433,35 +1433,35 @@ msgid "Error making symbolic link: %s" msgstr "Ihindurangero" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1487,7 +1487,7 @@ 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:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ikosa mu gusoma idosiye" @@ -1549,15 +1549,15 @@ msgid "Setting attribute %s not supported" msgstr "amahuza OYA" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Ikosa mu gusoma idosiye" @@ -1568,13 +1568,13 @@ msgstr "Ikosa mu gusoma idosiye" msgid "Error closing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Ikosa mu gusoma idosiye" @@ -1602,44 +1602,44 @@ msgid "Error renaming temporary file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Ikosa mu gusoma idosiye" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "a Ibisanzwe IDOSIYE" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Izina ry'inturo:" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1681,12 +1681,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/si.po b/po/si.po index 99de7443647a5eb7a7d1349075d2ae168e01a253..9e11ff53be7097c48acc89bcbfffd6c409c46b70 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1110,12 +1110,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1192,56 +1192,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "සංකේà¶à·à¶à·Šà¶¸à¶š පුරුක සහà·à¶º දක්නන්නේ නà·à¶" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "සංකේà¶à·à¶à·Šà¶¸à¶š පුරුක සහà·à¶º දක්නන්නේ නà·à¶" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1260,23 +1260,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1296,16 +1296,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1331,8 +1331,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "à·ƒà·à·€à¶¯à·Šâ€à¶º ධà·à¶»à¶š නà·à¶¸à¶º" @@ -1392,34 +1392,34 @@ msgstr "'%s' ගොනුව නිර්මà·à¶«à¶º දà·à·‚ සහිà¶à¶º msgid "Error making symbolic link: %s" msgstr "%d පේළියේ චදà·à·‚යකි: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1444,7 +1444,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' ගහලුම විවෘචකිරීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" @@ -1504,14 +1504,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "සංකේà¶à·à¶à·Šà¶¸à¶š පුරුක සහà·à¶º දක්නන්නේ නà·à¶" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" @@ -1521,12 +1521,12 @@ msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s msgid "Error closing file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" @@ -1551,43 +1551,43 @@ msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s msgid "Error renaming temporary file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' ගොනුව කියවීම දà·à·‚ සහිà¶à¶ºà·’: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "à·ƒà·à·€à¶¯à·Šâ€à¶º යà¶à·”රු නම: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1629,12 +1629,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sk.po b/po/sk.po index 47bbc84e29cd062be7e65b2b1a94b62cff2b0b7e..eeff48d148e408ed647791d66cb489b317aaf08c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2005-10-16 19:30+0200\n" "Last-Translator: Marcel Telka <marcel@telka.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1154,12 +1154,12 @@ msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako ÄÃslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako boolovská." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1236,56 +1236,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1304,23 +1304,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1340,16 +1340,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1375,8 +1375,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neplatné meno hostiteľa" @@ -1436,34 +1436,34 @@ msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" msgid "Error making symbolic link: %s" msgstr "Chyba poÄas prevodu: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1488,7 +1488,7 @@ msgstr "Dokument neoÄakávane skonÄil v mene atribútu" msgid "Error setting extended attribute '%s': %s" msgstr "Chyba pri otváranà prieÄinku'%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" @@ -1548,14 +1548,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" @@ -1565,12 +1565,12 @@ msgstr "Chyba pri ÄÃtanà súboru '%s': %s" msgid "Error closing file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" @@ -1595,43 +1595,43 @@ msgstr "Chyba pri ÄÃtanà súboru '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Chyba pri ÄÃtanà súboru '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nie je obyÄajný súbor" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neplatný názov programu: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1673,12 +1673,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sl.po b/po/sl.po index 10d507dadb83e7dec4ee11d7a579eb9871822c79..411d5412bb47eb5d1b09e03cd3056c5ae41b64d5 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-12-21 15:34+0100\n" "Last-Translator: Matej UrbanÄiÄ <mateju@svn.gnome.org>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1156,12 +1156,12 @@ msgstr "Vrednosti '%s' ni mogoÄe obravnavati kot Å¡tevilo s plavajoÄo vejico." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoÄe obravnavati kot Boolovo vrednost." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Prevelika vrednost Å¡tetja poslana na g_input_stream_read_async" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Pretok je že zaprt" @@ -1237,56 +1237,56 @@ msgstr "pogona ni mogoÄe izvreÄi" msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Operacija ni podprta" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "ObstojeÄa enota ne obstaja" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Ni mogoÄe kopirati preko mape" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Ni mogoÄe kopirati mape preko mape" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Ciljna datoteka obstaja" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Ni mogoÄe kopirati drevesne strukture mape" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Neveljavna vrednost simbolne povezave" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Smeti niso podprte" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Ni mogoÄe uporabiti '%c' v imenu datoteke" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "enota ne podpira priklopa" @@ -1305,23 +1305,23 @@ msgstr "Å tevilÄnik izvaja izredno operacijo" msgid "File enumerator is already closed" msgstr "Å tevilÄnik datotek je že zaprt" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Pretok ne podpira query_info" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Iskanje po pretoku ni podprto" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "RazÄlenitev ni dovoljena na dovodnem pretoku" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "RazÄlenitev ni podprta na pretoku" @@ -1341,16 +1341,16 @@ msgstr "Vhodni pretok ne podpira branja" msgid "Too large count value passed to g_input_stream_skip" msgstr "Prevelika vrednost Å¡tetja poslana na g_input_stream_skip" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Prevelika vrednost Å¡tetja poslana na g_input_stream_skip_async" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Pretok izvaja izredno operacijo" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Ni mogoÄe najti vrhnje ravni smeti" @@ -1376,8 +1376,8 @@ msgid "Can't rename file, filename already exist" msgstr "Ni mogoÄe preimenovati datoteke, izbrano ime že obstaja" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Neveljavno ime datoteke" @@ -1437,34 +1437,34 @@ msgstr "Ni mogoÄe premakniti datoteke v smeti: %s" msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Ni mogoÄe premakniti mape Äez mapo" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Ciljna datoteka že obstaja" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Ni mogoÄe ustvariti varnostne kopije" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" @@ -1489,7 +1489,7 @@ msgstr "Neveljavno razÅ¡irjeno ime atributa" msgid "Error setting extended attribute '%s': %s" msgstr "Napaka med doloÄanjem razÅ¡irjenega atributa '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Napaka med potrjevanjem datoteke '%s': %s" @@ -1550,14 +1550,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "DoloÄanje atributa %s ni podprto" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Napaka med branjem iz datoteke: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Napaka med iskanjem v datoteki: %s" @@ -1567,12 +1567,12 @@ msgstr "Napaka med iskanjem v datoteki: %s" msgid "Error closing file: %s" msgstr "Napaka med zapiranjem datoteke: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Ni mogoÄe najti ali ustvariti mape smeti" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Napaka med pisanjem v datoteko: %s" @@ -1597,43 +1597,43 @@ msgstr "Napaka med ustvarjanjem varnostne kopije: %s" msgid "Error renaming temporary file: %s" msgstr "Napaka med preimenovanjem zaÄasne datoteke: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Napaka med obrezovanjem datoteke: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Napaka med odpiranjem datoteke '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Ciljna datoteka je mapa" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Ciljna datoteka ni obiÄajna datoteka" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Datoteka je bila zunanje spremenjena" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neveljavno ime datoteke %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1675,12 +1675,12 @@ msgstr "Prevelika vrednost Å¡tetja poslana na g_output_stream_write" msgid "Output stream doesn't implement write" msgstr "Odvodni pretok ne podpira pisanja" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Prevelika vrednost Å¡tetja poslana na g_output_stream_write_async" diff --git a/po/sq.po b/po/sq.po index 5f0a38fe2d3c0eb7109bea64102827759e4ad827..6acdc90f3c70cd87fe25b8c334f02c6b83fe3aa7 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-09-12 12:47+0200\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n" @@ -1163,12 +1163,12 @@ msgstr "Vlera '%s' nuk mund të interpretohet si një numër float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1245,56 +1245,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1313,23 +1313,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1349,16 +1349,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1384,8 +1384,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Emër host i pasaktë" @@ -1445,34 +1445,34 @@ msgstr "Dështoi krijimi i file '%s': %s" msgid "Error making symbolic link: %s" msgstr "Gabim gjatë analizimit të opsionit %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1497,7 +1497,7 @@ msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi" msgid "Error setting extended attribute '%s': %s" msgstr "Gabim gjatë hapjes së directory '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Gabim gjatë leximit të file '%s': %s" @@ -1557,14 +1557,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Lidhjet simbolike nuk suportohen" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" @@ -1574,12 +1574,12 @@ msgstr "Gabim gjatë leximit të file '%s': %s" msgid "Error closing file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" @@ -1604,43 +1604,43 @@ msgstr "Gabim gjatë leximit të file '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Gabim gjatë leximit të file '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nuk është një file i rregullt" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Emër i pasaktë kyçi: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1682,12 +1682,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sr.po b/po/sr.po index 158afc028a70f29a476a045e3137adb6984d375b..e8b932ae1ef888c073e6d3dc824f2a986d97a9c2 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1156,12 +1156,12 @@ msgstr "ВредноÑÑ‚ „%s“ Ñе не може Ñматрати реалн msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ВредноÑÑ‚ „%s“ Ñе не може Ñматрати иÑтинитоÑном." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1238,56 +1238,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1306,23 +1306,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1342,16 +1342,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1377,8 +1377,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ÐеиÑправно име домаћина" @@ -1438,34 +1438,34 @@ msgstr "Ðе могу да направим датотеку „%s“: %s" msgid "Error making symbolic link: %s" msgstr "Грешка при рашчлањивању могућноÑти %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1490,7 +1490,7 @@ msgstr "Документ завршен неочекивано уÑред име msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1550,14 +1550,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Грешка при читању датотеке „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1567,12 +1567,12 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1597,43 +1597,43 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error renaming temporary file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ðије обична датотека" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ÐеиÑправно име кључа: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1675,12 +1675,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index c970406ee19b630d6512a8ddb8ef7940e5c9543c..92c6966bee29fd2dc17636f24aabb63e73cf7b06 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1157,12 +1157,12 @@ msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke taÄno msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1239,56 +1239,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "SimboliÄke veze nisu podržane" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "SimboliÄke veze nisu podržane" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1307,23 +1307,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1343,16 +1343,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1378,8 +1378,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Neispravno ime domaćina" @@ -1439,34 +1439,34 @@ msgstr "Ne mogu da napravim datoteku „%s“: %s" msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka pri raÅ¡Älanjivanju mogućnosti %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1491,7 +1491,7 @@ msgstr "Dokument zavrÅ¡en neoÄekivano usred imena atributa" msgid "Error setting extended attribute '%s': %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" @@ -1551,14 +1551,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "SimboliÄke veze nisu podržane" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" @@ -1568,12 +1568,12 @@ msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" msgid "Error closing file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" @@ -1598,43 +1598,43 @@ msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" msgid "Error renaming temporary file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "GreÅ¡ka pri Äitanju datoteke „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Nije obiÄna datoteka" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Neispravno ime kljuÄa: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1676,12 +1676,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sr@ije.po b/po/sr@ije.po index 6474ef399af33de6e866790eda6816ea0f39efd1..79a50e4103fef45239049b24b6f96f5d1daec46d 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1160,12 +1160,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1241,56 +1241,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1309,23 +1309,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1345,16 +1345,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1380,8 +1380,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ÐеиÑправно име домаћина" @@ -1441,34 +1441,34 @@ msgstr "Ðе могу да направим датотеку „%s“: %s" msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1493,7 +1493,7 @@ msgstr "Документ завршен неочекивано уÑред име msgid "Error setting extended attribute '%s': %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1553,14 +1553,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Симболичке везе ниÑу подржане" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Грешка при читању датотеке „%s“: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1570,12 +1570,12 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Грешка при читању датотеке „%s“: %s" @@ -1600,43 +1600,43 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error renaming temporary file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ÐеиÑправно име домаћина" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1678,12 +1678,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/sv.po b/po/sv.po index 6e873c49fbf474bf12f21fd702b2b4b397934016..8548cde5f77fe5b03a74a66e0653320d6fd79ec4 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-15 01:56+0100\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-15 01:58+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -16,1800 +16,1780 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:705 -#: ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 -#: ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Oväntat attribut \"%s\" för elementet \"%s\"" -#: ../glib/gbookmarkfile.c:716 -#: ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 -#: ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte" -#: ../glib/gbookmarkfile.c:1092 -#: ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 -#: ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades" -#: ../glib/gbookmarkfile.c:1117 -#: ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 -#: ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Oväntad tagg \"%s\" inom \"%s\"" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 #, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen giltig bokmärkesfil hittades i datakataloger" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ett bokmärke för uri \"%s\" finns redan" -#: ../glib/gbookmarkfile.c:2028 -#: ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 -#: ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 -#: ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 -#: ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 -#: ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 -#: ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 -#: ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 -#: ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 +#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 +#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 +#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 +#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 +#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 +#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 +#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 +#: glib/gbookmarkfile.c:3677 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Inget bokmärke hittades för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Inga grupper inställda i bokmärket för uri \"%s\"" -#: ../glib/gbookmarkfile.c:3224 -#: ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\"" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\"" -#: ../glib/gconvert.c:431 -#: ../glib/gconvert.c:509 -#: ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" -#: ../glib/gconvert.c:435 -#: ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\"" -#: ../glib/gconvert.c:632 -#: ../glib/gconvert.c:1017 -#: ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 -#: ../glib/giochannel.c:2215 -#: ../glib/gutf8.c:950 -#: ../glib/gutf8.c:1399 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950 +#: glib/gutf8.c:1399 #, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" -#: ../glib/gconvert.c:638 -#: ../glib/gconvert.c:944 -#: ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: ../glib/gconvert.c:669 -#: ../glib/gutf8.c:946 -#: ../glib/gutf8.c:1150 -#: ../glib/gutf8.c:1291 -#: ../glib/gutf8.c:1395 +#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 #, c-format msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" # fallback syftar pÃ¥ en sträng -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat" -#: ../glib/gconvert.c:1743 +#: glib/gconvert.c:1743 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokala fil-URI:n \"%s\" fÃ¥r inte innehÃ¥lla en \"#\"" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1760 #, c-format msgid "The URI '%s' is invalid" msgstr "URI:n \"%s\" är ogiltig" -#: ../glib/gconvert.c:1772 +#: glib/gconvert.c:1772 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" -#: ../glib/gconvert.c:1788 +#: glib/gconvert.c:1788 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI:n \"%s\" innehÃ¥ller ogiltigt kodade tecken" -#: ../glib/gconvert.c:1883 +#: glib/gconvert.c:1883 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Sökvägen \"%s\" är ingen absolut sökväg" -#: ../glib/gconvert.c:1893 +#: glib/gconvert.c:1893 #, c-format msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" -#: ../glib/gdir.c:104 -#: ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fel vid öppning av katalogen \"%s\": %s" -#: ../glib/gfileutils.c:557 -#: ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\"" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Fel vid läsning av filen \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Misslyckades med att läsa frÃ¥n filen \"%s\": %s" -#: ../glib/gfileutils.c:705 -#: ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" -#: ../glib/gfileutils.c:722 -#: ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() misslyckades: %s" +msgstr "" +"Misslyckades med att fÃ¥ tag pÃ¥ attributen pÃ¥ filen \"%s\": fstat() " +"misslyckades: %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() misslyckades: %s" +msgstr "" +"Misslyckades med att byta namn pÃ¥ filen \"%s\" till \"%s\": g_rename() " +"misslyckades: %s" -#: ../glib/gfileutils.c:932 -#: ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Misslyckades med att skapa filen \"%s\": %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() misslyckades: %s" +msgstr "" +"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() " +"misslyckades: %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" +msgstr "" +"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mallen \"%s\" är ogiltig, den fÃ¥r inte innehÃ¥lla ett \"%s\"" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Mallen \"%s\" innehÃ¥ller inte XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u byte" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 #, c-format msgid "Symbolic links not supported" msgstr "Symboliska länkar stöds inte" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 #, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 -#: ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 #, c-format msgid "Leftover unconverted data in read buffer" msgstr "Överbliven okonverterad data i läsbufferten" -#: ../glib/giochannel.c:1634 -#: ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 #, c-format msgid "Channel terminates in a partial character" msgstr "Kanalen slutar med ett ofullständigt tecken" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 #, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s" -#: ../glib/gmarkup.c:228 -#: ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Fel pÃ¥ rad %d tecken %d:" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Fel pÃ¥ rad %d: %s" -#: ../glib/gmarkup.c:442 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > '" +#: glib/gmarkup.c:442 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > " +"'" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du skriva om det som &." +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Tecknet \"%s\" är inte giltigt i början pÃ¥ ett entitetsnamn; tecknet & " +"inleder en entitet. Om detta &-tecken inte ska vara en entitet mÃ¥ste du " +"skriva om det som &." -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnamnet \"%s\" är okänt" -#: ../glib/gmarkup.c:534 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:534 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken " +"utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (ê till exempel). Talet är kanske för stort" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en " +"teckenreferens (ê till exempel). Talet är kanske för stort" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillÃ¥tet tecken" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom teckenreferens, mÃ¥ste innehÃ¥lla ett tal som exempelvis dž" -#: ../glib/gmarkup.c:637 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" +#: glib/gmarkup.c:637 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-" +"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Oavslutad entitetsreferens" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Oavslutad teckenreferens" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Ogiltigt UTF-8-kodad text - för lÃ¥ng sekvens" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\"" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentet mÃ¥ste börja med ett element (exempelvis <book>)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte inleda ett elementnamn" +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det fÃ¥r inte " +"inleda ett elementnamn" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format -msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'" -msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\"" +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta " +"starttaggen för elementet \"%s\"" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\"" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" " +"till elementet \"%s\"" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att " +"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du " +"kanske använde ett ogiltigt tecken i ett attributnamn" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter " +"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" " +"tilldelades" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format -msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name" -msgstr "\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" fÃ¥r inte inleda ett elementnamn" +msgid "" +"'%s' is not a valid character following the characters '</'; '%s' may not " +"begin an element name" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" fÃ¥r inte " +"inleda ett elementnamn" -#: ../glib/gmarkup.c:1577 +#: glib/gmarkup.c:1577 #, c-format -msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'" -msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillÃ¥tna tecknet är \">\"" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det " +"tillÃ¥tna tecknet är \">\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%s\"" +msgstr "" +"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%" +"s\"" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller innehöll endast tomrum" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\"" -#: ../glib/gmarkup.c:1779 -#: ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det senast öppnade elementet" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Dokumentet tog oväntat slut dÃ¥ element fortfarande var öppna. \"%s\" var det " +"senast öppnade elementet" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta " +"taggen <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet tog oväntat slut inuti ett elementnamn" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet tog oväntat slut inuti ett attributnamn" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg." -#: ../glib/gmarkup.c:1810 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde" +#: glib/gmarkup.c:1810 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Dokumentet tog oväntat slut efter likhetstecknet som följde ett " +"attributnamn. Inget attributvärde" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet tog oväntat slut inuti ett attributvärde" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" +msgstr "" +"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\"" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" +msgstr "" +"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "skadat objekt" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internt fel eller skadat objekt" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "slut pÃ¥ minne" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" -#: ../glib/gregex.c:152 -#: ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "mönstret innehÃ¥ller objekt som inte stöds för delvis matchning" -#: ../glib/gregex.c:154 +#: glib/gregex.c:154 msgid "internal error" msgstr "internt fel" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "bakreferenser som villkor stöds inte för delvis matchning" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "rekursionsgräns nÃ¥dd" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "arbetsytans gräns för tomma understrängar nÃ¥dd" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "ogiltig kombination av nyradsflaggor" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "okänt fel" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ pÃ¥ slutet av mönster" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c pÃ¥ slutet av mönster" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "okänt tecken efter \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillÃ¥ts inte här" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "tal är inte i ordning i {}-kvantifierare" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "tal för stort i {}-kvantifierare" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "saknar avslutande ] för teckenklass" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "ogiltig escape-sekvens i teckenklass" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "intervall är inte i ordning i teckenklass" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "ingenting att upprepa" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "okänt tecken efter (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "okänt tecken efter (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "okänt tecken efter (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-namngivna klasser stöds endast inom en klass" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "saknar avslutande )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") utan öppnande (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R eller (?[+-]siffror mÃ¥ste efterföljas av )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "referens till icke-existerande undermönster" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "saknar ) efter kommentar" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "reguljärt uttryck för stort" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "misslyckades med att fÃ¥ minne" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind-assertion är inte av fast längd" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "felformulerat tal eller namn efter (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "villkorsgrupp innehÃ¥ller fler än tvÃ¥ grenar" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion förväntades efter (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "okänt POSIX-klassnamn" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX-sorteringselement stöds inte" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "teckenvärde i \\x{...}-sekvens är för stort" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "ogiltigt tillstÃ¥nd (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C tillÃ¥ts inte i lookbehind-assertion" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "rekursivt anrop kan gÃ¥ in i en oändlig slinga" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "saknar avslutstecken i undermönstrets namn" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "tvÃ¥ namngivna undermönster har samma namn" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "felformulerad \\P eller \\p-sekvens" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "okänt egenskapsnamn efter \\P eller \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "undermönstrets namn är för lÃ¥ngt (maximalt 32 tecken)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "för mÃ¥nga namngivna undermönster (maximalt 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "oktalt värde är större än \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-grupp innehÃ¥ller fler än en gren" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "upprepning av en DEFINE-grupp tillÃ¥ts inte" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "inkonsistenta NEWLINE-flaggor" -#: ../glib/gregex.c:333 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar" +#: glib/gregex.c:333 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal " +"inom klamrar" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "oväntad upprepning" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "överflöde i kod" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "fyllde över kompileringsutrymme" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "tidigare kontrollerad refererande undermönster hittades inte" -#: ../glib/gregex.c:517 -#: ../glib/gregex.c:1565 +#: glib/gregex.c:517 glib/gregex.c:1565 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fel vid matchning av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:1070 +#: glib/gregex.c:1070 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8" -#: ../glib/gregex.c:1079 +#: glib/gregex.c:1079 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper" -#: ../glib/gregex.c:1133 +#: glib/gregex.c:1133 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s" -#: ../glib/gregex.c:1169 +#: glib/gregex.c:1169 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fel vid optimering av reguljära uttrycket %s: %s" -#: ../glib/gregex.c:1993 +#: glib/gregex.c:1993 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal siffra eller \"}\" förväntades" -#: ../glib/gregex.c:2009 +#: glib/gregex.c:2009 msgid "hexadecimal digit expected" msgstr "hexadecimal siffra förväntades" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "missing '<' in symbolic reference" msgstr "saknar \"<\" i symbolisk referens" -#: ../glib/gregex.c:2058 +#: glib/gregex.c:2058 msgid "unfinished symbolic reference" msgstr "oavslutad symbolisk referens" -#: ../glib/gregex.c:2065 +#: glib/gregex.c:2065 msgid "zero-length symbolic reference" msgstr "symbolisk referens med noll-längd" -#: ../glib/gregex.c:2076 +#: glib/gregex.c:2076 msgid "digit expected" msgstr "siffra förväntades" -#: ../glib/gregex.c:2094 +#: glib/gregex.c:2094 msgid "illegal symbolic reference" msgstr "otillÃ¥ten symbolisk referens" -#: ../glib/gregex.c:2156 +#: glib/gregex.c:2156 msgid "stray final '\\'" msgstr "felplacerad avslutande \"\\\"" -#: ../glib/gregex.c:2160 +#: glib/gregex.c:2160 msgid "unknown escape sequence" msgstr "okänd escape-sekvens" -#: ../glib/gregex.c:2170 +#: glib/gregex.c:2170 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citerad text börjar inte med citationstecken" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ensamt citationstecken pÃ¥ kommandoraden eller annan skalciterad text" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%s\")." -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Texten slutade innan matchande citationstecken hittades för %c (texten var \"%s\")." +msgstr "" +"Texten slutade innan matchande citationstecken hittades för %c (texten var " +"\"%s\")." -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 #, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texten var tom (eller innehöll bara tomrum)" -#: ../glib/gspawn-win32.c:272 +#: glib/gspawn-win32.c:272 #, c-format msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" -#: ../glib/gspawn-win32.c:287 -#: ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:287 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)" -#: ../glib/gspawn-win32.c:325 -#: ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:325 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Misslyckades med att läsa frÃ¥n rör till barn (%s)" -#: ../glib/gspawn-win32.c:351 -#: ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:351 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:357 -#: ../glib/gspawn-win32.c:481 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481 #, c-format msgid "Failed to execute child process (%s)" msgstr "Misslyckades med att köra barnprocess (%s)" -#: ../glib/gspawn-win32.c:428 +#: glib/gspawn-win32.c:428 #, c-format msgid "Invalid program name: %s" msgstr "Ogiltigt programnamn: %s" -#: ../glib/gspawn-win32.c:438 -#: ../glib/gspawn-win32.c:678 -#: ../glib/gspawn-win32.c:1218 +#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ogiltig sträng i argumentvektorn vid %d: %s" -#: ../glib/gspawn-win32.c:449 -#: ../glib/gspawn-win32.c:692 -#: ../glib/gspawn-win32.c:1251 +#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251 #, c-format msgid "Invalid string in environment: %s" msgstr "Ogiltig sträng i miljön: %s" -#: ../glib/gspawn-win32.c:674 -#: ../glib/gspawn-win32.c:1199 +#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199 #, c-format msgid "Invalid working directory: %s" msgstr "Ogiltig arbetskatalog: %s" -#: ../glib/gspawn-win32.c:738 +#: glib/gspawn-win32.c:738 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Misslyckades med att köra hjälparprogram (%s)" -#: ../glib/gspawn-win32.c:938 +#: glib/gspawn-win32.c:938 #, c-format -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en barnprocess" +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data frÃ¥n en " +"barnprocess" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Misslyckades med att läsa data frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Oväntat fel i select() vid läsning av data frÃ¥n en barnprocess (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Oväntat fel i waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Misslyckades med att grena (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" +msgstr "" +"Misslyckades med att dirigera om utdata eller indata frÃ¥n barnprocess (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Misslyckades med att skapa barnprocess (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Okänt fel vid körning av barnprocessen \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid (%s)" +msgstr "" +"Misslyckades med att läsa tillräckligt med data frÃ¥n röret till barnets pid " +"(%s)" -#: ../glib/gutf8.c:1024 +#: glib/gutf8.c:1024 #, c-format msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" -#: ../glib/gutf8.c:1118 -#: ../glib/gutf8.c:1127 -#: ../glib/gutf8.c:1259 -#: ../glib/gutf8.c:1268 -#: ../glib/gutf8.c:1409 -#: ../glib/gutf8.c:1505 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 #, c-format msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" -#: ../glib/gutf8.c:1420 -#: ../glib/gutf8.c:1516 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 #, c-format msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Usage:" msgstr "Användning:" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "[OPTION...]" msgstr "[FLAGGA...]" -#: ../glib/goption.c:716 +#: glib/goption.c:716 msgid "Help Options:" msgstr "Hjälpflaggor:" -#: ../glib/goption.c:717 +#: glib/goption.c:717 msgid "Show help options" msgstr "Visa hjälpflaggor" -#: ../glib/goption.c:723 +#: glib/goption.c:723 msgid "Show all help options" msgstr "Visa alla hjälpflaggor" -#: ../glib/goption.c:785 +#: glib/goption.c:785 msgid "Application Options:" msgstr "Programflaggor:" -#: ../glib/goption.c:846 -#: ../glib/goption.c:916 +#: glib/goption.c:846 glib/goption.c:916 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s" -#: ../glib/goption.c:856 -#: ../glib/goption.c:924 +#: glib/goption.c:856 glib/goption.c:924 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:881 +#: glib/goption.c:881 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s" -#: ../glib/goption.c:889 +#: glib/goption.c:889 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet" -#: ../glib/goption.c:1226 +#: glib/goption.c:1226 #, c-format msgid "Error parsing option %s" msgstr "Fel vid tolkning av flaggan %s" -#: ../glib/goption.c:1257 -#: ../glib/goption.c:1368 +#: glib/goption.c:1257 glib/goption.c:1368 #, c-format msgid "Missing argument for %s" msgstr "Argument saknas för %s" -#: ../glib/goption.c:1763 +#: glib/goption.c:1763 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 #, c-format msgid "Valid key file could not be found in search dirs" msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 #, c-format msgid "Not a regular file" msgstr "Inte en vanlig fil" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 #, c-format msgid "File is empty" msgstr "Filen är tom" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Nyckelfilen innehÃ¥ller raden \"%s\" som inte är ett nyckel-värde-par, grupp " +"eller kommentar" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ogiltigt gruppnamn: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 #, c-format msgid "Key file does not start with a group" msgstr "Nyckelfilen börjar inte med en grupp" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ogiltigt nyckelnamn: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nyckelfilen innehÃ¥ller kodningen \"%s\" som inte stöds" -#: ../glib/gkeyfile.c:1109 -#: ../glib/gkeyfile.c:1269 -#: ../glib/gkeyfile.c:2485 -#: ../glib/gkeyfile.c:2553 -#: ../glib/gkeyfile.c:2688 -#: ../glib/gkeyfile.c:2823 -#: ../glib/gkeyfile.c:2976 -#: ../glib/gkeyfile.c:3163 -#: ../glib/gkeyfile.c:3224 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2485 +#: glib/gkeyfile.c:2553 glib/gkeyfile.c:2688 glib/gkeyfile.c:2823 +#: glib/gkeyfile.c:2976 glib/gkeyfile.c:3163 glib/gkeyfile.c:3224 #, c-format msgid "Key file does not have group '%s'" msgstr "Nyckelfilen har inte gruppen \"%s\"" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\"" -#: ../glib/gkeyfile.c:1383 -#: ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8" -#: ../glib/gkeyfile.c:1403 -#: ../glib/gkeyfile.c:1516 -#: ../glib/gkeyfile.c:1889 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" som har värde som inte kan tolkas." -#: ../glib/gkeyfile.c:2104 -#: ../glib/gkeyfile.c:2316 +#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Nyckelfilen innehÃ¥ller nyckeln \"%s\" i gruppen \"%s\" som har värde som " +"inte kan tolkas." -#: ../glib/gkeyfile.c:2500 -#: ../glib/gkeyfile.c:2703 -#: ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:2500 glib/gkeyfile.c:2703 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\"" -#: ../glib/gkeyfile.c:3469 +#: glib/gkeyfile.c:3469 #, c-format msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" -#: ../glib/gkeyfile.c:3491 +#: glib/gkeyfile.c:3491 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehÃ¥ller ogiltiga kontrollsekvensen \"%s\"" -#: ../glib/gkeyfile.c:3633 +#: glib/gkeyfile.c:3633 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsvärdet \"%s\" är utanför intervallet" -#: ../glib/gkeyfile.c:3680 +#: glib/gkeyfile.c:3680 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal." -#: ../glib/gkeyfile.c:3704 +#: glib/gkeyfile.c:3704 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." -#: ../gio/gbufferedinputstream.c:483 -#: ../gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "För stort räknevärde skickat till g_input_stream_read_async" -#: ../gio/gbufferedinputstream.c:869 -#: ../gio/ginputstream.c:888 -#: ../gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: ../gio/gcancellable.c:296 -#: ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611 #, c-format msgid "Operation was cancelled" msgstr "Ã…tgärden avbröts" -#: ../gio/gcontenttype.c:156 +#: gio/gcontenttype.c:156 msgid "Unknown type" msgstr "Okänd typ" -#: ../gio/gcontenttype.c:157 +#: gio/gcontenttype.c:157 #, c-format msgid "%s filetype" msgstr "%s-filtyp" -#: ../gio/gcontenttype.c:571 +#: gio/gcontenttype.c:571 #, c-format msgid "%s type" msgstr "%s-typ" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 #, c-format msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: ../gio/gdesktopappinfo.c:395 -#: ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:395 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: ../gio/gdesktopappinfo.c:571 +#: gio/gdesktopappinfo.c:571 #, c-format msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: ../gio/gdesktopappinfo.c:863 +#: gio/gdesktopappinfo.c:863 #, c-format msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: ../gio/gdesktopappinfo.c:1097 +#: gio/gdesktopappinfo.c:1097 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan inte skapa programkonfigurationsmapp för användare %s: %s" -#: ../gio/gdesktopappinfo.c:1101 +#: gio/gdesktopappinfo.c:1101 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan inte skapa MIME-konfigurationsmapp för användare %s: %s" -#: ../gio/gdesktopappinfo.c:1474 +#: gio/gdesktopappinfo.c:1474 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" -#: ../gio/gdesktopappinfo.c:1498 +#: gio/gdesktopappinfo.c:1498 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: ../gio/gdesktopappinfo.c:1523 +#: gio/gdesktopappinfo.c:1523 #, c-format msgid "Can't load just created desktop file" msgstr "Kan inte läsa in nyligen skapad skrivbordsfil" -#: ../gio/gdrive.c:369 +#: gio/gdrive.c:369 msgid "drive doesn't implement eject" msgstr "enheten har inte implementerat utmatning" -#: ../gio/gdrive.c:436 +#: gio/gdrive.c:436 msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: ../gio/gfile.c:731 -#: ../gio/gfile.c:872 -#: ../gio/gfile.c:1005 -#: ../gio/gfile.c:1091 -#: ../gio/gfile.c:1144 -#: ../gio/gfile.c:1201 -#: ../gio/gfile.c:1282 -#: ../gio/gfile.c:2189 -#: ../gio/gfile.c:2234 -#: ../gio/gfile.c:2284 -#: ../gio/gfile.c:2323 -#: ../gio/gfile.c:2647 -#: ../gio/gfile.c:3046 -#: ../gio/gfile.c:3125 -#: ../gio/gfile.c:3205 -#: ../gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Ã…tgärden stöds inte" -#: ../gio/gfile.c:1047 -#: ../gio/glocalfile.c:895 -#: ../gio/glocalfile.c:904 -#: ../gio/glocalfile.c:915 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: ../gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: ../gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: ../gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: ../gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: ../gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: ../gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: ../gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: ../gio/gfile.c:4068 -#: ../gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 #, c-format msgid "Enumerator is closed" msgstr "Numreraren är stängd" -#: ../gio/gfileenumerator.c:158 -#: ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 -#: ../gio/gfileenumerator.c:424 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424 #, c-format msgid "File enumerator has outstanding operation" msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/gfileenumerator.c:307 -#: ../gio/gfileenumerator.c:414 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414 msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: ../gio/gfileinputstream.c:154 -#: ../gio/gfileinputstream.c:450 -#: ../gio/gfileoutputstream.c:168 -#: ../gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Strömmen saknar stöd för query_info" -#: ../gio/gfileinputstream.c:365 -#: ../gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Sökning stöds inte pÃ¥ strömmen" -#: ../gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" -#: ../gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" -#: ../gio/ginputstream.c:186 +#: gio/ginputstream.c:186 #, c-format msgid "Too large count value passed to g_input_stream_read" msgstr "För stort räknevärde skickat till g_input_stream_read" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 #, c-format msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" -#: ../gio/ginputstream.c:318 +#: gio/ginputstream.c:318 #, c-format msgid "Too large count value passed to g_input_stream_skip" msgstr "För stort räknevärde skickat till g_input_stream_skip" -#: ../gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "För stort räknevärde skickat till g_input_stream_skip_async" -#: ../gio/ginputstream.c:895 -#: ../gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" -#: ../gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: ../gio/glocalfile.c:561 +#: gio/glocalfile.c:561 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: ../gio/glocalfile.c:817 +#: gio/glocalfile.c:817 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: ../gio/glocalfile.c:935 +#: gio/glocalfile.c:935 #, c-format msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: ../gio/glocalfile.c:953 +#: gio/glocalfile.c:953 #, c-format msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: ../gio/glocalfile.c:966 -#: ../gio/glocalfile.c:1688 -#: ../gio/glocalfile.c:1717 -#: ../gio/glocalfile.c:1849 -#: ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:494 -#: ../gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: ../gio/glocalfile.c:970 +#: gio/glocalfile.c:970 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: ../gio/glocalfile.c:1087 +#: gio/glocalfile.c:1087 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: ../gio/glocalfile.c:1097 +#: gio/glocalfile.c:1097 #, c-format msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: ../gio/glocalfile.c:1149 -#: ../gio/glocalfile.c:1692 +#: gio/glocalfile.c:1149 gio/glocalfile.c:1692 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: ../gio/glocalfile.c:1441 +#: gio/glocalfile.c:1441 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: ../gio/glocalfile.c:1465 +#: gio/glocalfile.c:1465 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: ../gio/glocalfile.c:1489 +#: gio/glocalfile.c:1489 #, c-format msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: ../gio/glocalfile.c:1549 -#: ../gio/glocalfile.c:1569 +#: gio/glocalfile.c:1549 gio/glocalfile.c:1569 #, c-format msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: ../gio/glocalfile.c:1601 +#: gio/glocalfile.c:1601 #, c-format msgid "Unable to create trashed file: %s" msgstr "Kunde inte skapa kastad fil: %s" -#: ../gio/glocalfile.c:1624 +#: gio/glocalfile.c:1624 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1721 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: ../gio/glocalfile.c:1768 -#: ../gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: ../gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: ../gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "MÃ¥lfilen finns redan" -#: ../gio/glocalfile.c:1811 -#: ../gio/glocalfileoutputstream.c:740 -#: ../gio/glocalfileoutputstream.c:754 -#: ../gio/glocalfileoutputstream.c:769 -#: ../gio/glocalfileoutputstream.c:785 -#: ../gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Misslyckades med att skapa säkerhetskopiefil" -#: ../gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: ../gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" -#: ../gio/glocalfileinfo.c:707 +#: gio/glocalfileinfo.c:707 #, c-format msgid "Attribute value must be non-NULL" msgstr "Attributvärde mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:714 +#: gio/glocalfileinfo.c:714 #, c-format msgid "Invalid attribute type (string expected)" msgstr "Ogiltig attributtyp (sträng förväntades)" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 #, c-format msgid "Invalid extended attribute name" msgstr "Ogiltigt utökat attributnamn" -#: ../gio/glocalfileinfo.c:761 +#: gio/glocalfileinfo.c:761 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Fel vid inställning av utökat attribut \"%s\": %s" -#: ../gio/glocalfileinfo.c:1392 -#: ../gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" -#: ../gio/glocalfileinfo.c:1447 +#: gio/glocalfileinfo.c:1447 msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: ../gio/glocalfileinfo.c:1622 +#: gio/glocalfileinfo.c:1622 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: ../gio/glocalfileinfo.c:1667 +#: gio/glocalfileinfo.c:1667 #, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: ../gio/glocalfileinfo.c:1684 +#: gio/glocalfileinfo.c:1684 #, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: ../gio/glocalfileinfo.c:1702 +#: gio/glocalfileinfo.c:1702 #, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: ../gio/glocalfileinfo.c:1726 +#: gio/glocalfileinfo.c:1726 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: ../gio/glocalfileinfo.c:1775 -#: ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 #, c-format msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: ../gio/glocalfileinfo.c:1806 -#: ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1806 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1832 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: ../gio/glocalfileinfo.c:1815 +#: gio/glocalfileinfo.c:1815 #, c-format msgid "Error setting symlink: file is not a symlink" msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk" -#: ../gio/glocalfileinfo.c:1990 +#: gio/glocalfileinfo.c:1990 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" -#: ../gio/glocalfileinputstream.c:158 -#: ../gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Fel vid läsning frÃ¥n fil: %s" -#: ../gio/glocalfileinputstream.c:187 -#: ../gio/glocalfileinputstream.c:197 -#: ../gio/glocalfileinputstream.c:301 -#: ../gio/glocalfileoutputstream.c:351 -#: ../gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Fel vid sökning i fil: %s" -#: ../gio/glocalfileinputstream.c:224 -#: ../gio/glocalfileoutputstream.c:259 +#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259 #, c-format msgid "Error closing file: %s" msgstr "Fel vid stängning av fil: %s" -#: ../gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "Kunde inte hitta standardtyp för lokal filövervakare" -#: ../gio/glocalfileoutputstream.c:166 -#: ../gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Fel vid skrivning till fil: %s" -#: ../gio/glocalfileoutputstream.c:205 +#: gio/glocalfileoutputstream.c:205 #, c-format msgid "Error removing old backup link: %s" msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:214 #, c-format msgid "Error creating backup link: %s" msgstr "Fel vid skapande av länk till säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:224 +#: gio/glocalfileoutputstream.c:224 #, c-format msgid "Error creating backup copy: %s" msgstr "Fel vid skapande av säkerhetskopia: %s" -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:240 #, c-format msgid "Error renaming temporary file: %s" msgstr "Fel vid namnbyte pÃ¥ temporärfil: %s" -#: ../gio/glocalfileoutputstream.c:395 -#: ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Fel vid kapning av fil: %s" -#: ../gio/glocalfileoutputstream.c:455 -#: ../gio/glocalfileoutputstream.c:498 -#: ../gio/glocalfileoutputstream.c:621 -#: ../gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Fel vid öppning av filen \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen är en katalog" -#: ../gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen är inte en vanlig fil" -#: ../gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Filen blev externt ändrad" -#: ../gio/gmemoryinputstream.c:471 -#: ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Ogiltig GSeekType angavs" -#: ../gio/gmemoryinputstream.c:481 -#: ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Ogiltig sökbegäran" -#: ../gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan inte kapa av GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 #, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dde maximal gräns för datakedja" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 #, c-format msgid "Memory output stream not resizable" msgstr "Storlek för minnesutmatningsström är inte ändringsbar" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 #, c-format msgid "Failed to resize memory output stream" msgstr "Misslyckades med att ändra storlek pÃ¥ minnesutmatningsström" -#: ../gio/gmount.c:341 +#: gio/gmount.c:341 msgid "mount doesn't implement unmount" msgstr "montering har inte implementerat avmontering" -#: ../gio/gmount.c:413 +#: gio/gmount.c:413 msgid "mount doesn't implement eject" msgstr "montering har inte implementerat utmatning" -#: ../gio/gmount.c:490 +#: gio/gmount.c:490 msgid "mount doesn't implement remount" msgstr "montering har inte implementerat Ã¥termontering" -#: ../gio/goutputstream.c:193 +#: gio/goutputstream.c:193 #, c-format msgid "Too large count value passed to g_output_stream_write" msgstr "För stort räknevärde skickat till g_output_stream_write" -#: ../gio/goutputstream.c:202 -#: ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 #, c-format msgid "Output stream doesn't implement write" msgstr "Utmatningsström har inte implementerat skrivning" -#: ../gio/goutputstream.c:363 -#: ../gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" -#: ../gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "För stort räknevärde skickat till g_output_stream_write_async" -#: ../gio/gunixinputstream.c:200 -#: ../gio/gunixinputstream.c:218 -#: ../gio/gunixinputstream.c:290 -#: ../gio/gunixoutputstream.c:281 +#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218 +#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281 #, c-format msgid "Error reading from unix: %s" msgstr "Fel vid läsning frÃ¥n unix: %s" -#: ../gio/gunixinputstream.c:248 -#: ../gio/gunixinputstream.c:424 -#: ../gio/gunixoutputstream.c:238 -#: ../gio/gunixoutputstream.c:385 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:424 +#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385 #, c-format msgid "Error closing unix: %s" msgstr "Fel vid stängning av unix: %s" -#: ../gio/gunixmounts.c:1755 -#: ../gio/gunixmounts.c:1792 +#: gio/gunixmounts.c:1755 gio/gunixmounts.c:1792 msgid "Filesystem root" msgstr "Filsystemsrot" -#: ../gio/gunixoutputstream.c:188 -#: ../gio/gunixoutputstream.c:207 +#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207 #, c-format msgid "Error writing to unix: %s" msgstr "Fel vid skrivning till unix: %s" -#: ../gio/gvolume.c:384 +#: gio/gvolume.c:384 msgid "volume doesn't implement eject" msgstr "volymen har inte implementerat utmatning" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 #, c-format msgid "Can't find application" msgstr "Kan inte hitta programmet" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Fel vid start av program: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 #, c-format msgid "URIs not supported" msgstr "URI:er stöds inte" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 #, c-format msgid "association changes not supported on win32" msgstr "associeringsändringar stöds inte pÃ¥ win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 #, c-format msgid "Association creation not supported on win32" msgstr "Associeringsskapanden stöds inte pÃ¥ win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "dölj inga poster" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "använd ett lÃ¥ngt listningsformat" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FIL...]" #~ msgid "Could not change file mode: fork() failed: %s" #~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s" + #~ msgid "Could not change file mode: waitpid() failed: %s" #~ msgstr "Kunde inte byta filläge: waitpid() misslyckades %s" + #~ msgid "Could not change file mode: chmod() failed: %s" #~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s" + #~ msgid "Could not change file mode: Child terminated by signal: %s" #~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s" + #~ msgid "Could not change file mode: Child terminated abnormally" #~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt" + #~ msgid "Conversion from character set `%s' to `%s' is not supported" #~ msgstr "Konvertering frÃ¥n teckentabellen \"%s\" till \"%s\" stöds inte" + #~ msgid "Could not open converter from `%s' to `%s': %s" #~ msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\": %s" + #~ msgid "" #~ "Failed to parse '%s', which should have been a digit inside a character " #~ "reference (ê for example) - perhaps the digit is too large" #~ msgstr "" #~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en " #~ "teckenreferens (ê till exempel). Talet är kanske för stort" + #~ msgid "Character reference '%s' does not encode a permitted character" #~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillÃ¥tet tecken" + #~ msgid "Incorrect message size" #~ msgstr "Felaktig meddelandestorlek" + #~ msgid "Socket error" #~ msgstr "Uttagsfel" + #~ msgid "Channel set flags unsupported" #~ msgstr "Kanalinställningsflaggor stöds inte" + #~ msgid "" #~ "The hostname of the URI `%s' is contains invalidly escaped characters" #~ msgstr "Värdnamnet för URI:n \"%s\" innehÃ¥ller felaktigt inbäddade tecken" - diff --git a/po/ta.po b/po/ta.po index 685ce10a42d0742efe55fb222f2f0681adfafea1..fdf05ec0bf5c1a752c796b0e76ce8d688c32b215 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1149,12 +1149,12 @@ msgstr "மதிபà¯à®ªà¯ '%s' தசம எணà¯à®£à®¾à®• செயல௠msgid "Value '%s' cannot be interpreted as a boolean." msgstr "மதிபà¯à®ªà¯ '%s' பூலியனாக செயலà¯à®ªà®Ÿ à®®à¯à®Ÿà®¿à®¯à®¾à®¤à¯." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1231,56 +1231,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "எனà¯à®ªà®¤à®©à¯-கà¯à®±à¯à®•à¯à®•à®®à¯ இணைபà¯à®ªà¯à®•à®³à¯à®•à¯à®•à¯ ஆதரவ௠கிடையாதà¯" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "எனà¯à®ªà®¤à®©à¯-கà¯à®±à¯à®•à¯à®•à®®à¯ இணைபà¯à®ªà¯à®•à®³à¯à®•à¯à®•à¯ ஆதரவ௠கிடையாதà¯" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1299,23 +1299,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1335,16 +1335,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1370,8 +1370,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "பிழையான விரà¯à®¨à¯à®¤à¯‹à®®à¯à®ªà¯à®ªà¯-பெயரà¯" @@ -1431,34 +1431,34 @@ msgstr "'%s' கோபà¯à®ªà¯ˆ படைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯ msgid "Error making symbolic link: %s" msgstr "கூறிடà¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1483,7 +1483,7 @@ msgstr "பணà¯à®ªà¯ பெயர௠உளà¯à®³à¯‡ ஆவணம௠தி msgid "Error setting extended attribute '%s': %s" msgstr "'%s' அடைவ௠திறகà¯à®•à¯à®®à¯à®ªà¯‹à®¤à¯ பிழை: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" @@ -1543,14 +1543,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "எனà¯à®ªà®¤à®©à¯-கà¯à®±à¯à®•à¯à®•à®®à¯ இணைபà¯à®ªà¯à®•à®³à¯à®•à¯à®•à¯ ஆதரவ௠கிடையாதà¯" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" @@ -1560,12 +1560,12 @@ msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠ப msgid "Error closing file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" @@ -1590,43 +1590,43 @@ msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠ப msgid "Error renaming temporary file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' கோபà¯à®ªà¯ வாசிகà¯à®•à¯à®®à¯ போத௠பிழை: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ஒர௠மà¯à®±à¯ˆà®¯à®¾à®© கோபà¯à®ªà®¿à®²à¯à®²à¯ˆ" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "செலà¯à®²à¯à®ªà®Ÿà®¿à®¯à®¾à®•à®¾à®¤ விசை பெயரà¯: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1668,12 +1668,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/te.po b/po/te.po index cc991dae1591b8330bc481b38b67d1bd5d17c88f..1fec7a4cbe005c98051b4126c9a53c69d19cc8b0 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1133,12 +1133,12 @@ msgstr "'%s' విలà±à°µà°¨à± సంఖà±à°¯ à°—à°¾ à°šà°¦à±à°µà±à°Ÿà°• msgid "Value '%s' cannot be interpreted as a boolean." msgstr "%s' విలà±à°µà°¨à± à°¬à±à°²à°¿à°¯à°¨à± à°—à°¾ à°šà°¦à±à°µà±à°Ÿà°•à± సాధà±à°¯à°ªà°¡à°¦à±." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1215,56 +1215,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "à°šà°¿à°¹à±à°¨ పూరితజోడి సహకరించలెదà±. " -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "à°šà°¿à°¹à±à°¨ పూరితజోడి సహకరించలెదà±. " -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1283,23 +1283,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1319,16 +1319,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1354,8 +1354,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "నిసà±à°¸à°¾à°°à°®à±ˆà°¨ ఆతిథà±à°¯ నామమà±" @@ -1415,34 +1415,34 @@ msgstr " '%s' దసà±à°¤à±à°°à°®à±à°¨à± సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°² msgid "Error making symbolic link: %s" msgstr "పరివరà±à°¤à°¨à°‚ నందౠదోషం కలదà±: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1467,7 +1467,7 @@ msgstr "పతà±à°°à°‚ చివర ఊహించని ఆపాదననా msgid "Error setting extended attribute '%s': %s" msgstr " వివరణ తెరచà±à°Ÿà°²à±‹ దోషం '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" @@ -1527,14 +1527,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "à°šà°¿à°¹à±à°¨ పూరితజోడి సహకరించలెదà±. " -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" @@ -1544,12 +1544,12 @@ msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" msgid "Error closing file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" @@ -1574,43 +1574,43 @@ msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" msgid "Error renaming temporary file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "దసà±à°¤à±à°°à°‚ '%s': %s à°šà°¦à±à°µà±à°Ÿà°²à±‹ దోషం" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "à°•à±à°°à°®à°¬à°¦à±à°¦à°®à±ˆà°¨ దసà±à°¤à±à°°à°‚ కాదà±" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "నిసà±à°¸à°¾à°°à°®à±ˆà°¨ ఆతిథà±à°¯ నామమà±" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1652,12 +1652,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/th.po b/po/th.po index 2678ebfbbc4f24ef3e45c3ddefbc9244a60f6a7c..326f65f1539e22a6b04b20f369675ee84b690863 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2007-08-10 15:21+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -1121,12 +1121,12 @@ msgstr "ค่า '%s' ไม่สามารถตีความเป็น msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1203,56 +1203,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ไม่สนับสนุนลิงà¸à¹Œà¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸“์" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ไม่สนับสนุนลิงà¸à¹Œà¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸“์" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1271,23 +1271,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1307,16 +1307,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1342,8 +1342,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "ชื่à¸à¹‚ฮสต์ผิดรูปà¹à¸šà¸š" @@ -1403,34 +1403,34 @@ msgstr "สร้างà¹à¸Ÿà¹‰à¸¡ '%s' ไม่สำเร็จ: %s" msgid "Error making symbolic link: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดระหว่างà¹à¸ˆà¸‡à¸•à¸±à¸§à¹€à¸¥à¸·à¸à¸: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1455,7 +1455,7 @@ msgstr "เà¸à¸à¸ªà¸²à¸£à¸ˆà¸šà¹à¸šà¸šà¸œà¸´à¸”ปà¸à¸•à¸´à¸£à¸°à¸«à¸§à¹ˆà¸² msgid "Error setting extended attribute '%s': %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะเปิดไดเรà¸à¸—à¸à¸£à¸µ '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" @@ -1515,14 +1515,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ไม่สนับสนุนลิงà¸à¹Œà¸ªà¸±à¸à¸¥à¸±à¸à¸©à¸“์" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" @@ -1532,12 +1532,12 @@ msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰ msgid "Error closing file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" @@ -1562,43 +1562,43 @@ msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰ msgid "Error renaming temporary file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะà¸à¹ˆà¸²à¸™à¹à¸Ÿà¹‰à¸¡ '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ไม่ใช่à¹à¸Ÿà¹‰à¸¡à¸›à¸à¸•à¸´" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "ชื่à¸à¸„ีย์ผิดรูปà¹à¸šà¸š: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1640,12 +1640,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/tl.po b/po/tl.po index d6cf86ebb43a5e31be2bc9ea3080b85aa309317f..931103e41e417b2c74337516a9496492743c571f 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1184,12 +1184,12 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1266,56 +1266,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1334,23 +1334,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1370,16 +1370,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1405,8 +1405,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Hindi tanggap na hostname" @@ -1466,34 +1466,34 @@ msgstr "Sawi ang paglikha ng talaksang '%s': %s" msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1519,7 +1519,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" @@ -1579,14 +1579,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" @@ -1596,12 +1596,12 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "Error closing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" @@ -1626,43 +1626,43 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Hindi karaniwang talaksan" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Imbalidong pangalan ng programa: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1704,12 +1704,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/tr.po b/po/tr.po index c6409120237023a84a1fd698d3c7609bbb25a49c..c31131ff550c40fbaef947ebeaeded2e344dac67 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-12 15:54+0200\n" "Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n" "Language-Team: Turkish <gnome-turk@gnome.org>\n" @@ -1155,12 +1155,12 @@ msgstr "'%s' deÄŸeri bir gerçel sayı olarak yorumlanamıyor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' deÄŸeri mantıksal deÄŸer olarak yorumlanamıyor." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "g_input_stream_read_async'e çok büyük sayım deÄŸeri iletildi" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Akış zaten kapalı" @@ -1236,56 +1236,56 @@ msgstr "sürücü çıkartmayı uygulamıyor" msgid "drive doesn't implement polling for media" msgstr "sürücü ortam için yoklamayı uygulamıyor" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Ä°ÅŸlem desteklenmiyor" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "BaÄŸlama mevcut deÄŸil içeriyor" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Hedef dosya mevcut" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Dizin iç içe kopyalanamıyor" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "Geçersiz sembolik baÄŸ deÄŸeri verildi" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Çöp desteklenmiyor" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Dosy adları '%c' içeremez" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "sistem baÄŸlama uygulamıyor" @@ -1304,23 +1304,23 @@ msgstr "Dosya numaralandırıcı sıradışı iÅŸleme sahip" msgid "File enumerator is already closed" msgstr "Dosya numaralandırıcı zaten kapalı" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Akış query_info desteklemiyor" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Atlama akışta desteklenmiyor" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Sonunu kesmeye giriÅŸ akışında izin verilmiyor" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor" @@ -1340,16 +1340,16 @@ msgstr "GiriÅŸ akımı okumayı uygulamıyor" msgid "Too large count value passed to g_input_stream_skip" msgstr "g_input_stream_skip'e çok büyük sayaç deÄŸeri verilmiÅŸ" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "g_input_stream_skip_async'e çok büyük sayaç deÄŸeri verilmiÅŸ" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Akışın sıradışı iÅŸlemi var" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Çöp için en üst seviye dizin bulunamıyor" @@ -1375,8 +1375,8 @@ msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Geçersiz dosya adı" @@ -1436,34 +1436,34 @@ msgstr "Dosya çöpe atılamıyor: %s" msgid "Error making symbolic link: %s" msgstr "Sembolik baÄŸ yaparken hata: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Hedef dosya zaten mevcut" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Yedek dosyası oluÅŸturma baÅŸarısız oldu" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "BaÄŸlı sistemler arasında taşıma desteklenmiyor" @@ -1488,7 +1488,7 @@ msgstr "Geçersiz geniÅŸletilmiÅŸ öznitelik ismi" msgid "Error setting extended attribute '%s': %s" msgstr "GeniÅŸletilmiÅŸ öznitelik '%s' atanırken hata: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' dosyası durumlandırılırken hata: %s" @@ -1548,14 +1548,14 @@ msgstr "Sembolik baÄŸ atanırken hata: dosya bir sembolik baÄŸ deÄŸil" msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Dosyadan okunurken hata: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Dosya içinde atlama yapılırken hata: %s" @@ -1565,12 +1565,12 @@ msgstr "Dosya içinde atlama yapılırken hata: %s" msgid "Error closing file: %s" msgstr "Dosya kapatılırken hata: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Çöp dizini bulunamıyor ya da oluÅŸturulamıyor" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Dosyaya yazılırken hata: %s" @@ -1595,43 +1595,43 @@ msgstr "Yedek kopyası oluÅŸturulurken hata: %s" msgid "Error renaming temporary file: %s" msgstr "Geçici dosya yeniden adlandırılırken hata: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Dosyanın sonu kesilirken hata: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' dosyası açılırken hata: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Hedef dosya bir dizin" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Hedef dosya normal dosya deÄŸil" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Dosya harici olarak deÄŸiÅŸtirilmiÅŸ" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "Geçersiz GSeekType saÄŸlandı" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, c-format msgid "Invalid seek request" msgstr "Geçersiz atlama isteÄŸi" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream sonu silinemiyor" @@ -1673,12 +1673,12 @@ msgstr "g_output_stream_write'a çok büyük sayaç deÄŸeri geçildi" msgid "Output stream doesn't implement write" msgstr "Çıktı akışı write uygulamıyor" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "g_outpu_stream_write_async'e çok büyük sayaç deÄŸeri geçildi" diff --git a/po/tt.po b/po/tt.po index ab6e772782f84c6095810b723994be65d67e54ba..7544db8579aa015d3dc55c36166f85ff54067197 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1100,12 +1100,12 @@ msgstr "'%s' digän bäyäsen san itep tanıp bulmÃ." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmÃ." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1182,56 +1182,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1250,23 +1250,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1286,16 +1286,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1321,8 +1321,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Host adı yaraqsız" @@ -1382,34 +1382,34 @@ msgstr "'%s' biremen yasap bulmadı: %s" msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1434,7 +1434,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" @@ -1494,14 +1494,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "'%s' biremen uqığanda xata: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "'%s' biremen uqığanda xata: %s" @@ -1511,12 +1511,12 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "Error closing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "'%s' biremen uqığanda xata: %s" @@ -1541,43 +1541,43 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "Error renaming temporary file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Ğädäti birem tügel" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Yazılım adı yaraqsız: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1619,12 +1619,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/uk.po b/po/uk.po index a586d0967c11b3fd38521f0fb05c58b874f63ec3..7ef2bac034ff8cee84b133ae06b1fb66e0690b99 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 12:36+0200\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-17 11:56+0300\n" "Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n" "Language-Team: Ukrainian <uk@li.org>\n" @@ -17,222 +17,225 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Ðеочікуваний атрибут \"%s\" Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° \"%s\"" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Ðтрибут \"%s\" Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° \"%s\" не Ñ–Ñнує" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Ðеочікуваний тег \"%s\", очікувавÑÑ Ñ‚ÐµÐ³ \"%s\"" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Ðеочікуваний тег '%s' у '%s'" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 +#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ правильний файл закладок у каталогах даних" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Файл закладок Ð´Ð»Ñ URI '%s' вже Ñ–Ñнує" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 +#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 +#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 +#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 +#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 +#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 +#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 +#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 +#: glib/gbookmarkfile.c:3677 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Ðе знайдено закладки Ð´Ð»Ñ URI '%s'" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Ðе визначено тип MIME у закладці Ð´Ð»Ñ URI '%s'" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "Ðе вказано приватну ознаку у закладці Ð´Ð»Ñ URI '%s'" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Ðе вÑтановлено групи у закладці Ð´Ð»Ñ URI '%s'" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Ðе зареєÑтровано програму з назвою '%s' Ð´Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸ '%s'" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Помилка Ñ€Ð¾Ð·ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ€Ñдка Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ \"%s\" Ð´Ð»Ñ URI %s" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ÐŸÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð· набору Ñимволів \"%s\" у \"%s\" не підтримуєтьÑÑ" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ модуль Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð· \"%s\" у \"%s\"" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950 -#: ../glib/gutf8.c:1399 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950 +#: glib/gutf8.c:1399 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ðеправильна поÑлідовніÑÑ‚ÑŒ байтів у перетворюваних вхідних даних" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "Помилка під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150 -#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395 +#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 +#, c-format msgid "Partial character sequence at end of input" msgstr "Ðезавершена Ñимвольна поÑлідовніÑÑ‚ÑŒ на кінці вводу" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ðеможливо коректно перетворити Ñимвол \"%s\" у Ñимвол з набору \"%s\"" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Ідентифікатор URI \"%s\" не Ñ” абÑолютним ідентифікатором при викориÑтанні " "Ñхеми \"file\"" -#: ../glib/gconvert.c:1743 +#: glib/gconvert.c:1743 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ідентифікатор URI \"%s\" локального файла не може міÑтити Ñимвол \"#\"" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1760 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" - неправильний" -#: ../glib/gconvert.c:1772 +#: glib/gconvert.c:1772 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ðеправильна назва вузла в URI \"%s\"" -#: ../glib/gconvert.c:1788 +#: glib/gconvert.c:1788 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Ідентифікатор URI \"%s\" міÑтить неправильно екранований Ñимвол" -#: ../glib/gconvert.c:1883 +#: glib/gconvert.c:1883 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ШлÑÑ… \"%s\" не Ñ” абÑолютним" -#: ../glib/gconvert.c:1893 +#: glib/gconvert.c:1893 +#, c-format msgid "Invalid hostname" msgstr "Ðеправильна назва вузла" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "Помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ñƒ \"%s\": %s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ñ–Ð»Ð¸Ñ‚Ð¸ %lu байтів Ð´Ð»Ñ Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð° \"%s\"" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Помилка Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Помилка Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð· файлу \"%s\": %s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "Помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð°Ñ‚Ñ€Ð¸Ð±ÑƒÑ‚Ñ–Ð² файлу \"%s\": помилка fstat(): %s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": помилка fdopen(): %s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Помилка Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\" на \"%s\": помилка g_rename(): %s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": %s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\" Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу: помилка fdopen(): %s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Помилка запиÑу у файл \"%s\": помилка fwrite(): %s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Помилка Ð·Ð°ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": помилка fclose(): %s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ Ñ–Ñнуючий файл \"%s\": помилка g_unlink(): %s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Шаблон \"%s\" неправильний, бо не може міÑтити \"%s\"" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Шаблон \"%s\" не міÑтить XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" @@ -240,84 +243,88 @@ msgstr[0] "%u байт" msgstr[1] "%u байти" msgstr[2] "%u байтів" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f кбайт" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f Мбайт" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f Гбайт" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Помилка Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ñимволічного поÑÐ¸Ð»Ð°Ð½Ð½Ñ \"%s\": %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 +#, c-format msgid "Symbolic links not supported" msgstr "Символічні поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ підтримуютьÑÑ" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ модуль Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð· \"%s\" у \"%s\": %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Ðе вдаєтьÑÑ Ð²Ð¸ÐºÐ¾Ð½Ð°Ñ‚Ð¸ безпоÑереднє Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ функції " "g_io_channel_read_line_string" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "Ð’ буфері Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð»Ð¸ÑˆÐ¸Ð»Ð¸ÑÑŒ не перетворені дані" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 +#, c-format msgid "Channel terminates in a partial character" msgstr "Канал завершуєтьÑÑ Ð½Ð° неповному Ñимволі" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Ðе можна виконувати безпоÑереднє Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ функції " "g_io_channel_read_to_end" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ \"%s\": помилка open(): %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ°Ñ€Ñ‚Ð¸ файлу \"%s\": помилка mmap(): %s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "Помилка в Ñ€Ñдку %d на Ñимволі %d: " -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "Помилка в Ñ€Ñдку %d: %s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "ВиÑвлено порожній предикат \"&;\"; допуÑтимими предикатами Ñ”: & " " "< > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -328,17 +335,17 @@ msgstr "" "\"; Ñкщо цей Ñимвол вживаєтьÑÑ Ð½Ðµ Ð´Ð»Ñ Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ предикату, то " "повинен екрануватиÑÑŒ Ñк Ñимвол &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Символ \"%s\" не допуÑкаєтьÑÑ Ð² назві предикату" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "Ðазва предикату \"%s\" невідома" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:534 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -346,7 +353,7 @@ msgstr "" "Предикат не закінчуєтьÑÑ ÐºÑ€Ð°Ð¿ÐºÐ¾ÑŽ з комою; очевидно, що Ñимвол & було " "викориÑтано не Ð´Ð»Ñ Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ предикату – екрануйте його Ñк &" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -355,16 +362,16 @@ msgstr "" "Помилка аналізу '%-.*s', де має бути чиÑло у Ñимвольному поÑиланні " "(наприклад, ê), можливо, чиÑло надто велике" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол \"%-.*s\" не визначає дозволений Ñимвол" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "Порожнє поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол, воно має включати чиÑло, наприклад dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:637 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -373,37 +380,37 @@ msgstr "" "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол не закінчуєтьÑÑ ÐºÑ€Ð°Ð¿ÐºÐ¾ÑŽ з комою, Ñхоже Ñимвол \"&\" було " "викориÑтано не Ð´Ð»Ñ Ð¿Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ предикату – екрануйте його Ñк &." -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "Ðезавершене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° предикат" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "Ðезавершене поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñимвол" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" "ТекÑÑ‚ закодований Ñк UTF-8 неприпуÑтимим ÑпоÑобом - надто довга поÑлідовніÑÑ‚ÑŒ" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" "ТекÑÑ‚ закодований Ñк UTF-8 неприпуÑтимим ÑпоÑобом - некоректний початок " "Ñимволу" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" "ТекÑÑ‚ закодований Ñк UTF-8 неприпуÑтимим ÑпоÑобом - некоректна поÑлідовніÑÑ‚ÑŒ " "'%s'" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. <book>)" msgstr "Документ має починатиÑÑ Ð· елемента (наприклад, <book>)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -412,7 +419,7 @@ msgstr "" "Символ \"%s\" не дозволÑєтьÑÑ Ð²Ð¶Ð¸Ð²Ð°Ñ‚Ð¸ піÑÐ»Ñ Ñимволу \"<\", він не може " "починати назву елемента" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -421,7 +428,7 @@ msgstr "" "Зайвий Ñимвол \"%s\", очікувавÑÑ Ñимвол \">\" Ð´Ð»Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ð³Ð¾ тегу " "елементу \"%s\"" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -429,7 +436,7 @@ msgstr "" "Зайвий Ñимвол \"%s\", очікувавÑÑ Ñимвол \"=\" піÑÐ»Ñ Ð½Ð°Ð·Ð²Ð¸ ознаки \"%s\" " "елемента \"%s\"" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -440,7 +447,7 @@ msgstr "" "початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було " "викориÑтано неприпуÑтимий Ñимвол в назві ознаки" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -449,7 +456,7 @@ msgstr "" "Зайвий Ñимвол \"%s\", очікувалиÑÑŒ відкриваючі лапки піÑÐ»Ñ Ð·Ð½Ð°ÐºÑƒ рівноÑÑ‚Ñ– на " "приÑвоєнні Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¾Ð·Ð½Ð°Ñ†Ñ– \"%s\" елементу \"%s\"" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -458,7 +465,7 @@ msgstr "" "Символ \"%s\" неприпуÑтимий піÑÐ»Ñ Ñимволів \"</\"; Ñимвол \"%s\" не може " "починати назву елементу" -#: ../glib/gmarkup.c:1577 +#: glib/gmarkup.c:1577 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -467,26 +474,26 @@ msgstr "" "Символ \"%s\" неприпуÑтимий на закритті назви елемента \"%s\"; припуÑтимим " "Ñимволом Ñ” \">\"" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Було закрито не відкритий елемент \"%s\"" -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\"" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "Документ порожній чи міÑтить лише пропуÑки" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Документ раптово закінчивÑÑ Ð²Ñ–Ð´Ñ€Ð°Ð·Ñƒ піÑÐ»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÐ¾Ð²Ð¾Ñ— кутової дужки \"<\"" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -495,7 +502,7 @@ msgstr "" "Документ раптово закінчивÑÑ, коли деÑкі елементи ще були відкритими – \"%s\" " "був оÑтаннім відкритим елементом" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -504,19 +511,19 @@ msgstr "" "Документ раптово закінчивÑÑ, очікувалаÑÑŒ кінцева кутова дужка Ð´Ð»Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ñ‚Ñ " "тегу <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "Документ раптово закінчивÑÑ Ð¿Ð¾Ñеред назви елемента" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "Документ раптово закінчивÑÑ Ð¿Ð¾Ñеред назви ознаки" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Документ раптово закінчивÑÑ Ñƒ Ñередині тегу, що відкривав елемент" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -524,398 +531,403 @@ msgstr "" "Документ раптово закінчивÑÑ Ð¿Ñ–ÑÐ»Ñ Ð·Ð½Ð°ÐºÐ° рівноÑÑ‚Ñ–, що йшов за назвою ознаки; " "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¾Ð·Ð½Ð°ÐºÐ¸ не вказано" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Документ раптово закінчивÑÑ Ð¿Ð¾Ñеред Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¾Ð·Ð½Ð°ÐºÐ¸" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Документ раптово закінчивÑÑ Ñƒ Ñередині тегу, що закривав елемент \"%s\"" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Документ раптово закінчивÑÑ Ñƒ Ñередині коментарю чи інÑтрукції обробки" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "пошкоджений об'єкт" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° або пошкоджений об'єкт" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "недоÑтатньо пам'ÑÑ‚Ñ–" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "закінчилоÑÑŒ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð²Ð¾Ñ€Ð¾Ñ‚Ð½Ð¾Ð³Ð¾ ходу" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблон міÑтить елементи, Ñкі не підтримуютьÑÑ Ð¿Ñ€Ð¸ пошуку чаÑткової " "відповідноÑÑ‚Ñ–" -#: ../glib/gregex.c:154 +#: glib/gregex.c:154 msgid "internal error" msgstr "Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" "умови у виглÑді зворотних поÑилань при пошуку чаÑткової відповідноÑÑ‚Ñ– не " "підтримуютьÑÑ" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "доÑÑгнуто межу рекурÑÑ–Ñ—" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "доÑÑгнуто межу робочого проÑтору Ð´Ð»Ñ Ð¿Ð¾Ñ€Ð¾Ð¶Ð½Ñ–Ñ… підрÑдків" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "некоректна ÐºÐ¾Ð¼Ð±Ñ–Ð½Ð°Ñ†Ñ–Ñ Ð¾Ð·Ð½Ð°Ðº Ð¿ÐµÑ€ÐµÐ²ÐµÐ´ÐµÐ½Ð½Ñ Ñ€Ñдка" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "невідома помилка" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "\\ наприкінці шаблону" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "\\c наприкінці шаблону" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "нерозпізнаний Ñимвол за поÑлідовніÑÑ‚ÑŽ \\" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "escape-Ñимволи (\\l, \\L, \\u, \\U) неприпуÑтимі тут" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "неправильний порÑдок чиÑел у Ñпецифікаторі {}" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "надто велике чиÑло у Ñпецифікаторі {}" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "відÑутній завершальний Ñимвол ] Ð´Ð»Ñ ÐºÐ»Ð°Ñу Ñимволів" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "Ðеправильна escape-поÑлідовніÑÑ‚ÑŒ у клаÑÑ– Ñимволів" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "неправильний порÑдок у діапазоні у клаÑÑ– Ñимволів" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "немає що повторювати" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "нерозпізнаний Ñимвол піÑÐ»Ñ (?" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "нерозпізнаний Ñимвол піÑÐ»Ñ (?<" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "нерозпізнаний Ñимвол піÑÐ»Ñ (?P" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "назви клаÑів у Ñтилі POSIX підтримуютьÑÑ Ð»Ð¸ÑˆÐµ у межах клаÑÑ–" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "відÑутній завершальний Ñимвол )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") без початкової дужки (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(за ?R або (?[+-]цифри має бути вказано дужку )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° неіÑнуючий вкладений шаблон" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "відÑÑƒÑ‚Ð½Ñ Ð´ÑƒÐ¶ÐºÐ° ) піÑÐ»Ñ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "регулÑрний вираз надто довгий" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "не вдаєтьÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ пам'ÑÑ‚ÑŒ" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ lookbehind має не фікÑовану довжину" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "неправильне чиÑло або назва піÑÐ»Ñ (?(" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "група умови міÑтить більше ніж дві гілки" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "піÑÐ»Ñ (?( очікуєтьÑÑ Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "невідома POSIX-назва клаÑу" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "елементи порівнÑÐ½Ð½Ñ Ñƒ Ñтилі POSIX не підтримуютьÑÑ" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñимволу у поÑлідовноÑÑ‚Ñ– \\x{...} надто велике" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "неправильний вираз (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C неприпуÑтимий у твердженні lookbehind" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "рекурÑивний виклик може увійти у неÑкінчений цикл" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "відÑутній завершальний Ñимвол у назві вкладеного шаблону" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "два іменовані вкладені шаблони мають однакову назву" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "неправильна поÑлідовніÑÑ‚ÑŒ \\P чи \\p" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "невідома назва влаÑтивоÑÑ‚Ñ– піÑÐ»Ñ \\P чи \\p" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "вкладена назва шаблону надто довга (макÑимум 32 Ñимволів)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "надто багато іменованих вкладених шаблонів (макÑимум 10,000)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "віÑімкове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð±Ñ–Ð»ÑŒÑˆÐµ ніж \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "група DEFINE міÑтить більш ніж одну гілку" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "повтор групи DEFINE неприпуÑтимий" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "неузгоджені параметри NEWLINE" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -"\\g не завершуєтьÑÑ Ñкріпленою назвою чи необов'Ñзковим Ñкріпленим не-нульове чиÑло" +"\\g не завершуєтьÑÑ Ñкріпленою назвою чи необов'Ñзковим Ñкріпленим не-" +"нульове чиÑло" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "неочікуваний повтор" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ ÐºÐ¾Ð´Ñƒ" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¸ компілÑції робочого проÑтору" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" -msgstr "раніше перевірений вкладений шаблон, на Ñкий йде поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ знайдений" +msgstr "" +"раніше перевірений вкладений шаблон, на Ñкий йде поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ знайдений" -#: ../glib/gregex.c:517 ../glib/gregex.c:1565 +#: glib/gregex.c:517 glib/gregex.c:1565 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Помилка під Ñ‡Ð°Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ відповідноÑÑ‚Ñ– регулÑрному виразу %s: %s" -#: ../glib/gregex.c:1070 +#: glib/gregex.c:1070 msgid "PCRE library is compiled without UTF8 support" msgstr "Бібліотека PCRE не підтримує UTF8" -#: ../glib/gregex.c:1079 +#: glib/gregex.c:1079 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Бібліотека PCRE не підтримує влаÑтивоÑÑ‚Ñ– у кодуванні UTF8" -#: ../glib/gregex.c:1133 +#: glib/gregex.c:1133 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Помилка при компілÑції регулÑрного виразу %s на Ñимволі %d: %s" -#: ../glib/gregex.c:1169 +#: glib/gregex.c:1169 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "При оптимізації регулÑрного виразу %s виникла помилка: %s" -#: ../glib/gregex.c:1993 +#: glib/gregex.c:1993 msgid "hexadecimal digit or '}' expected" msgstr "очікуєтьÑÑ ÑˆÑ–ÑтнадцÑткова цифра або Ñимвол '}'" -#: ../glib/gregex.c:2009 +#: glib/gregex.c:2009 msgid "hexadecimal digit expected" msgstr "очікуєтьÑÑ ÑˆÑ–ÑтнадцÑткова цифра" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "missing '<' in symbolic reference" msgstr "у Ñимвольному Ñ€Ñдку відÑÑƒÑ‚Ð½Ñ '<'" -#: ../glib/gregex.c:2058 +#: glib/gregex.c:2058 msgid "unfinished symbolic reference" msgstr "незакінчене Ñимвольне поÑиланнÑ" -#: ../glib/gregex.c:2065 +#: glib/gregex.c:2065 msgid "zero-length symbolic reference" msgstr "Ñимвольне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½ÑƒÐ»ÑŒÐ¾Ð²Ð¾Ñ— довжини" -#: ../glib/gregex.c:2076 +#: glib/gregex.c:2076 msgid "digit expected" msgstr "очікуєтьÑÑ Ñ†Ð¸Ñ„Ñ€Ð°" -#: ../glib/gregex.c:2094 +#: glib/gregex.c:2094 msgid "illegal symbolic reference" msgstr "некоректне Ñимвольне поÑиланнÑ" -#: ../glib/gregex.c:2156 +#: glib/gregex.c:2156 msgid "stray final '\\'" msgstr "відкидати кінцеві '\\'" -#: ../glib/gregex.c:2160 +#: glib/gregex.c:2160 msgid "unknown escape sequence" msgstr "невідома escape-поÑлідовніÑÑ‚ÑŒ" -#: ../glib/gregex.c:2170 +#: glib/gregex.c:2170 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" "Під Ñ‡Ð°Ñ Ñ€Ð¾Ð·Ð±Ð¾Ñ€Ñƒ текÑту заміни \"%s\" виникла помилка у Ñимволі з номером %" "lu: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "ТекÑÑ‚ в лапках не починаєтьÑÑ Ð· лапок" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ðевідповідні лапки у командному Ñ€Ñдку чи іншому текÑÑ‚Ñ– оболонки" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "ТекÑÑ‚ закінчивÑÑ Ð¿ÐµÑ€ÐµÐ´ Ñимволом \"\\\". (ТекÑÑ‚ був таким: \"%s\")" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "ТекÑÑ‚ закінчивÑÑ Ð¿ÐµÑ€ÐµÐ´ відповідними лапками Ð´Ð»Ñ %c. (ТекÑÑ‚ був таким: \"%s\")" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ТекÑÑ‚ порожній (чи міÑтить лише пропуÑки)" -#: ../glib/gspawn-win32.c:272 +#: glib/gspawn-win32.c:272 +#, c-format msgid "Failed to read data from child process" msgstr "Помилка Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… з дочірнього процеÑу" -#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:287 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ°Ð½Ð°Ð»Ñƒ Ð´Ð»Ñ Ð¾Ð±Ð¼Ñ–Ð½Ñƒ з дочірнім процеÑом (%s)" -#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:325 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Помилка Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð· дочірнього каналу (%s)" -#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:351 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Помилка переходу в каталог \"%s\" (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481 #, c-format msgid "Failed to execute child process (%s)" msgstr "Помилка Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ñ‡Ñ–Ñ€Ð½ÑŒÐ¾Ð³Ð¾ процеÑу (%s)" -#: ../glib/gspawn-win32.c:428 +#: glib/gspawn-win32.c:428 #, c-format msgid "Invalid program name: %s" msgstr "Ðеправильна назва програми: %s" -#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678 -#: ../glib/gspawn-win32.c:1218 +#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Ðеправильний Ñ€Ñдок у векторі аргументів %d: %s" -#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692 -#: ../glib/gspawn-win32.c:1251 +#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251 #, c-format msgid "Invalid string in environment: %s" msgstr "Ðеправильний Ñ€Ñдок у оточенні: %s" -#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199 +#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199 #, c-format msgid "Invalid working directory: %s" msgstr "Ðеправильний робочий каталог: %s" -#: ../glib/gspawn-win32.c:738 +#: glib/gspawn-win32.c:738 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸ÐºÐ¾Ð½Ð°Ñ‚Ð¸ допоміжну програму (%s)" -#: ../glib/gspawn-win32.c:938 +#: glib/gspawn-win32.c:938 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -923,138 +935,144 @@ msgstr "" "Ðеочікувана помилка в зчитуванні даних з дочірнього процеÑу через " "g_io_channel_win32_poll() " -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Помилка Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… з дочірнього процеÑу (%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Ðеочікувана помилка під Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° зміну Ñтану файлового деÑкриптора " "дочірнього процеÑу (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ðеочікувана помилка у waitpid() (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑу (%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Помилка Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ñ‡Ñ–Ñ€Ð½ÑŒÐ¾Ð³Ð¾ процеÑу \"%s\" (%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Помилка Ð¿ÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ Ð²Ð¸Ð²Ð¾Ð´Ñƒ чи вводу дочірнього процеÑу (%s)" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "Помилка запуÑку дочірнього процеÑу (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ðевідома помилка Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð¾Ñ‡Ñ–Ñ€Ð½ÑŒÐ¾Ð³Ð¾ процеÑу \"%s\"" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ðе вдаєтьÑÑ Ð·Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ доÑтатню кількіÑÑ‚ÑŒ даних з дочірнього каналу (%s)" -#: ../glib/gutf8.c:1024 +#: glib/gutf8.c:1024 +#, c-format msgid "Character out of range for UTF-8" msgstr "Символ не входить в набір UTF-8" -#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259 -#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 +#, c-format msgid "Invalid sequence in conversion input" msgstr "Ðеправильна поÑлідовніÑÑ‚ÑŒ у перетворюваному вводі" -#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 +#, c-format msgid "Character out of range for UTF-16" msgstr "Символ не входить в набір UTF-16" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Usage:" msgstr "ВикориÑтаннÑ:" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "[OPTION...]" msgstr "[ПÐÐ ÐМЕТР...]" -#: ../glib/goption.c:716 +#: glib/goption.c:716 msgid "Help Options:" msgstr "Параметри довідки:" -#: ../glib/goption.c:717 +#: glib/goption.c:717 msgid "Show help options" msgstr "Показати параметри довідки" -#: ../glib/goption.c:723 +#: glib/goption.c:723 msgid "Show all help options" msgstr "Показати уÑÑ– параметри довідки" -#: ../glib/goption.c:785 +#: glib/goption.c:785 msgid "Application Options:" msgstr "Параметри програми:" -#: ../glib/goption.c:846 ../glib/goption.c:916 +#: glib/goption.c:846 glib/goption.c:916 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Ðе вдаєтьÑÑ Ñ€Ð¾Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ чиÑлове ціле Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' Ð´Ð»Ñ %s" -#: ../glib/goption.c:856 ../glib/goption.c:924 +#: glib/goption.c:856 glib/goption.c:924 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "ЧиÑлове ціле Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' Ð´Ð»Ñ %s поза межами діапазону" -#: ../glib/goption.c:881 +#: glib/goption.c:881 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Ðе вдаєтьÑÑ Ñ€Ð¾Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ чиÑлове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ð´Ð²Ñ–Ð¹Ð½Ð¾Ñ— точноÑÑ‚Ñ– '%s' Ð´Ð»Ñ %s" -#: ../glib/goption.c:889 +#: glib/goption.c:889 #, c-format msgid "Double value '%s' for %s out of range" msgstr "ЧиÑлове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾Ð´Ð²Ñ–Ð¹Ð½Ð¾Ñ— точноÑÑ‚Ñ– '%s' Ð´Ð»Ñ %s поза межами діапазону" -#: ../glib/goption.c:1226 +#: glib/goption.c:1226 #, c-format msgid "Error parsing option %s" msgstr "Помилка розбору параметра %s" -#: ../glib/goption.c:1257 ../glib/goption.c:1368 +#: glib/goption.c:1257 glib/goption.c:1368 #, c-format msgid "Missing argument for %s" msgstr "ВідÑутній аргумент %s" -#: ../glib/goption.c:1763 +#: glib/goption.c:1763 #, c-format msgid "Unknown option %s" msgstr "Ðевідомий параметр %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 +#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ правильний ключовий файл у каталогах ключів" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 +#, c-format msgid "Not a regular file" msgstr "Ðе Ñ” звичайним файлом" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 +#, c-format msgid "File is empty" msgstr "Файл порожній" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1062,50 +1080,51 @@ msgstr "" "Ключовий файл міÑтить Ñ€Ñдок '%s, Ñкий не Ñ” парою ключ-значеннÑ, групою або " "коментарем" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "Ðеправильна назва групи: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 +#, c-format msgid "Key file does not start with a group" msgstr "Ключовий файл не починаєтьÑÑ Ð· групи" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "Ðеправильна назва ключа: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Ключовий фал міÑтить кодуваннÑ, що не підтримуєтьÑÑ '%s'" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2485 -#: ../glib/gkeyfile.c:2553 ../glib/gkeyfile.c:2688 ../glib/gkeyfile.c:2823 -#: ../glib/gkeyfile.c:2976 ../glib/gkeyfile.c:3163 ../glib/gkeyfile.c:3224 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2485 +#: glib/gkeyfile.c:2553 glib/gkeyfile.c:2688 glib/gkeyfile.c:2823 +#: glib/gkeyfile.c:2976 glib/gkeyfile.c:3163 glib/gkeyfile.c:3224 #, c-format msgid "Key file does not have group '%s'" msgstr "Ключовий файл не міÑтить групи '%s'" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "Ключовий файл не міÑтить ключ '%s'" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Ключовий файл міÑтить ключ '%s' зі значеннÑм '%s', ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ñкого не UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Ключовий файл міÑтить ключ '%s', що має значеннÑ, Ñке не вдаєтьÑÑ Ñ€Ð¾Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸." -#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316 +#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1114,567 +1133,629 @@ msgstr "" "Ключовий файл міÑтить '%s' у групі '%s', що має значеннÑ, Ñке неможливо " "розібрати." -#: ../glib/gkeyfile.c:2500 ../glib/gkeyfile.c:2703 ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:2500 glib/gkeyfile.c:2703 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовий файл не міÑтить ключ '%s' у групі '%s'" -#: ../glib/gkeyfile.c:3469 +#: glib/gkeyfile.c:3469 +#, c-format msgid "Key file contains escape character at end of line" msgstr "Ключовий файл міÑтить escape-Ñимвол наприкінці Ñ€Ñдка" -#: ../glib/gkeyfile.c:3491 +#: glib/gkeyfile.c:3491 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовий файл міÑтить неправильну escape-поÑлідовніÑÑ‚ÑŒ '%s'" -#: ../glib/gkeyfile.c:3633 +#: glib/gkeyfile.c:3633 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ðе вдаєтьÑÑ Ñ€Ð¾Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' Ñк чиÑло." -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Integer value '%s' out of range" msgstr "ЧиÑлове ціле Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' поза межами діапазону" -#: ../glib/gkeyfile.c:3680 +#: glib/gkeyfile.c:3680 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' не вдаєтьÑÑ Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€Ð¸Ñ‚Ð¸ у чиÑло з рухомою комою." -#: ../glib/gkeyfile.c:3704 +#: glib/gkeyfile.c:3704 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ðе вдаєтьÑÑ Ñ€Ð¾Ð·Ñ–Ð±Ñ€Ð°Ñ‚Ð¸ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ '%s' Ñк логічне значеннÑ." -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "До g_input_stream_read_async передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:888 -#: ../gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 +#, c-format msgid "Stream is already closed" msgstr "Потік вже закрито" -#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611 +#, c-format msgid "Operation was cancelled" msgstr "Операцію ÑкаÑовано" -#: ../gio/gcontenttype.c:156 +#: gio/gcontenttype.c:156 msgid "Unknown type" msgstr "Ðевідомий тип" -#: ../gio/gcontenttype.c:157 +#: gio/gcontenttype.c:157 #, c-format msgid "%s filetype" msgstr "тип файлу %s" -#: ../gio/gcontenttype.c:571 +#: gio/gcontenttype.c:571 #, c-format msgid "%s type" msgstr "тип %s" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 +#, c-format msgid "Unexpected early end-of-stream" msgstr "Ðеочікуваний передчаÑний кінець потоку" -#: ../gio/gdesktopappinfo.c:395 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:395 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без назви" -#: ../gio/gdesktopappinfo.c:571 +#: gio/gdesktopappinfo.c:571 +#, c-format msgid "Desktop file didn't specify Exec field" msgstr "У Desktop-файлі не визначено поле Exec" -#: ../gio/gdesktopappinfo.c:863 +#: gio/gdesktopappinfo.c:863 +#, c-format msgid "Unable to find terminal required for application" msgstr "Ðеможливо знайти термінал, що потрібен програмі" -#: ../gio/gdesktopappinfo.c:1097 +#: gio/gdesktopappinfo.c:1097 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Ðе вдаєтьÑÑ Ñтворити теку параметрів програми %s: %s" -#: ../gio/gdesktopappinfo.c:1101 +#: gio/gdesktopappinfo.c:1101 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ðе вдаєтьÑÑ Ñтворити теку параметрів MIME %s: %s" -#: ../gio/gdesktopappinfo.c:1474 +#: gio/gdesktopappinfo.c:1474 #, c-format msgid "Custom definition for %s" msgstr "ВлаÑне Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s" -#: ../gio/gdesktopappinfo.c:1498 +#: gio/gdesktopappinfo.c:1498 #, c-format msgid "Can't create user desktop file %s" msgstr "Ðе вдаєтьÑÑ Ñтворити Ð´Ð»Ñ ÐºÐ¾Ñ€Ð¸Ñтувача desktop-файл %s" -#: ../gio/gdesktopappinfo.c:1523 +#: gio/gdesktopappinfo.c:1523 +#, c-format msgid "Can't load just created desktop file" msgstr "Ðе вдаєтьÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ щойно Ñтворений desktop-файл" -#: ../gio/gdrive.c:369 +#: gio/gdrive.c:369 msgid "drive doesn't implement eject" msgstr "приÑтрій не має функції витÑÐ³ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð¾ÑÑ–Ñ" -#: ../gio/gdrive.c:436 +#: gio/gdrive.c:436 msgid "drive doesn't implement polling for media" msgstr "приÑтрій не має функції Ð¾Ð¿Ð¸Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°ÑвноÑÑ‚Ñ– ноÑÑ–Ñ" -#: ../gio/gfile.c:731 ../gio/gfile.c:919 ../gio/gfile.c:1052 -#: ../gio/gfile.c:1138 ../gio/gfile.c:1191 ../gio/gfile.c:1248 -#: ../gio/gfile.c:1329 ../gio/gfile.c:2236 ../gio/gfile.c:2281 -#: ../gio/gfile.c:2331 ../gio/gfile.c:2370 ../gio/gfile.c:2694 -#: ../gio/gfile.c:3093 ../gio/gfile.c:3172 ../gio/gfile.c:3252 -#: ../gio/gfile.c:3330 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 +#, c-format msgid "Operation not supported" msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ð½Ðµ підтримуєтьÑÑ" -#: ../gio/gfile.c:1094 ../gio/glocalfile.c:895 ../gio/glocalfile.c:904 -#: ../gio/glocalfile.c:915 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/glocalfile.c:915 +#, c-format msgid "Containing mount does not exist" msgstr "Вкладена точка Ð¼Ð¾Ð½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ Ñ–Ñнує" -#: ../gio/gfile.c:1668 +#: gio/gfile.c:1747 +#, c-format msgid "Can't copy over directory" msgstr "Ðе вдаєтьÑÑ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ñ‚Ð¸ у каталог" -#: ../gio/gfile.c:1728 +#: gio/gfile.c:1807 +#, c-format msgid "Can't copy directory over directory" msgstr "Ðе вдаєтьÑÑ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ñ‚Ð¸ каталог у каталог" -#: ../gio/gfile.c:1736 +#: gio/gfile.c:1815 +#, c-format msgid "Target file exists" msgstr "Цільовий файл Ñ–Ñнує" -#: ../gio/gfile.c:1754 +#: gio/gfile.c:1833 +#, c-format msgid "Can't recursively copy directory" msgstr "Ðе вдаєтьÑÑ Ñ€ÐµÐºÑƒÑ€Ñивно Ñкопіювати каталог" -#: ../gio/gfile.c:2321 +#: gio/gfile.c:2448 +#, c-format msgid "Invalid symlink value given" msgstr "Ðеправильне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñимвольного поÑиланнÑ" -#: ../gio/gfile.c:2413 +#: gio/gfile.c:2540 +#, c-format msgid "Trash not supported" msgstr "Смітник не підтримуєтьÑÑ" -#: ../gio/gfile.c:2460 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть міÑтити Ñимвол '%c'" -#: ../gio/gfile.c:4115 ../gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтуваннÑ" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 +#, c-format msgid "Enumerator is closed" msgstr "Лічильник закрито" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:424 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424 +#, c-format msgid "File enumerator has outstanding operation" msgstr "Лічильник файлів має невиконані операції" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:414 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414 msgid "File enumerator is already closed" msgstr "Лічильник файлів вже закритий" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:450 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 +#, c-format msgid "Stream doesn't support query_info" msgstr "Потік не підтримує query_info" -#: ../gio/gfileinputstream.c:365 ../gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 +#, c-format msgid "Seek not supported on stream" msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿Ð¾Ð·Ð¸Ñ†Ñ–Ñ— не підтримуєтьÑÑ Ð´Ð»Ñ Ð¿Ð¾Ñ‚Ð¾ÐºÑ–Ð²" -#: ../gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 +#, c-format msgid "Truncate not allowed on input stream" msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ ÑƒÑ€Ñ–Ð·Ð°Ð½Ð½Ñ Ð½Ðµ підтримуєтьÑÑ Ð´Ð»Ñ Ð²Ñ…Ñ–Ð´Ð½Ð¾Ð³Ð¾ потоку" -#: ../gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 +#, c-format msgid "Truncate not supported on stream" msgstr "ÐžÐ¿ÐµÑ€Ð°Ñ†Ñ–Ñ ÑƒÑ€Ñ–Ð·Ð°Ð½Ð½Ñ Ð½Ðµ підтримуєтьÑÑ Ð´Ð»Ñ Ð¿Ð¾Ñ‚Ð¾ÐºÑƒ" -#: ../gio/ginputstream.c:186 +#: gio/ginputstream.c:186 +#, c-format msgid "Too large count value passed to g_input_stream_read" msgstr "До g_input_stream_read передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 +#, c-format msgid "Input stream doesn't implement read" msgstr "Вхідний потік не підтримує операцію читаннÑ" -#: ../gio/ginputstream.c:318 +#: gio/ginputstream.c:318 +#, c-format msgid "Too large count value passed to g_input_stream_skip" msgstr "До g_input_stream_skip передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "До g_input_stream_skip_async передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/ginputstream.c:895 ../gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 +#, c-format msgid "Stream has outstanding operation" msgstr "Ð”Ð»Ñ Ð¿Ð¾Ñ‚Ð¾ÐºÑƒ Ñ” незавершена операціÑ" -#: ../gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 +#, c-format msgid "Unable to find default local directory monitor type" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ типовий різновид монітору локального каталогу" -#: ../gio/glocalfile.c:561 +#: gio/glocalfile.c:561 #, c-format msgid "Invalid filename %s" msgstr "Ðеправильна назва файлу %s" -#: ../gio/glocalfile.c:817 +#: gio/glocalfile.c:817 #, c-format msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової ÑиÑтеми: %s" -#: ../gio/glocalfile.c:935 +#: gio/glocalfile.c:935 +#, c-format msgid "Can't rename root directory" msgstr "Ðе можна перейменовувати кореневий каталог" -#: ../gio/glocalfile.c:953 +#: gio/glocalfile.c:953 +#, c-format msgid "Can't rename file, filename already exist" msgstr "Ðе вдаєтьÑÑ Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ñ‚Ð¸ файлу, файл з такою назвою вже Ñ–Ñнує" -#: ../gio/glocalfile.c:966 ../gio/glocalfile.c:1688 ../gio/glocalfile.c:1717 -#: ../gio/glocalfile.c:1849 ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 +#, c-format msgid "Invalid filename" msgstr "Ðеправильна назва файлу" -#: ../gio/glocalfile.c:970 +#: gio/glocalfile.c:970 #, c-format msgid "Error renaming file: %s" msgstr "Помилка при перейменуванні файлу: %s" -#: ../gio/glocalfile.c:1087 +#: gio/glocalfile.c:1087 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: ../gio/glocalfile.c:1097 +#: gio/glocalfile.c:1097 +#, c-format msgid "Can't open directory" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ каталог" -#: ../gio/glocalfile.c:1149 ../gio/glocalfile.c:1692 +#: gio/glocalfile.c:1149 gio/glocalfile.c:1692 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: ../gio/glocalfile.c:1441 +#: gio/glocalfile.c:1441 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до Ñмітника: %s" -#: ../gio/glocalfile.c:1465 +#: gio/glocalfile.c:1465 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при Ñтворенні каталогу Ñмітника %s: %s" -#: ../gio/glocalfile.c:1489 +#: gio/glocalfile.c:1489 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ каталог верхнього Ñ€Ñ–Ð²Ð½Ñ Ð´Ð»Ñ Ñмітника" -#: ../gio/glocalfile.c:1549 ../gio/glocalfile.c:1569 +#: gio/glocalfile.c:1549 gio/glocalfile.c:1569 +#, c-format msgid "Unable to find or create trash directory" msgstr "не вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ чи Ñтворити каталог Ñмітника" -#: ../gio/glocalfile.c:1601 +#: gio/glocalfile.c:1601 #, c-format msgid "Unable to create trashed file: %s" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð» у Ñмітнику: %s" -#: ../gio/glocalfile.c:1624 +#: gio/glocalfile.c:1624 #, c-format msgid "Unable to trash file: %s" msgstr "Ðе вдаєтьÑÑ Ð¿ÐµÑ€ÐµÐ¼Ñ–Ñтити файл до Ñмітника: %s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1721 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при Ñтворенні Ñимвольного поÑиланнÑ: %s" -#: ../gio/glocalfile.c:1768 ../gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: ../gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 +#, c-format msgid "Can't move directory over directory" msgstr "Ðе вдаєтьÑÑ Ð¿ÐµÑ€ÐµÐ¼Ñ–Ñтити каталог у каталог" -#: ../gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 +#, c-format msgid "Target file already exists" msgstr "Цільовий файл вже Ñ–Ñнує" -#: ../gio/glocalfile.c:1811 ../gio/glocalfileoutputstream.c:740 -#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769 -#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 +#, c-format msgid "Backup file creation failed" msgstr "Помилка при Ñтворенні файлу резервної копії" -#: ../gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: ../gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 +#, c-format msgid "Move between mounts not supported" msgstr "ÐŸÐµÑ€ÐµÐ¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¼Ñ–Ð¶ різними точками Ð¼Ð¾Ð½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ підтримуєтьÑÑ" -#: ../gio/glocalfileinfo.c:707 +#: gio/glocalfileinfo.c:707 +#, c-format msgid "Attribute value must be non-NULL" msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ñ‚Ñ€Ð¸Ð±ÑƒÑ‚Ñƒ не можу бути NULL" -#: ../gio/glocalfileinfo.c:714 +#: gio/glocalfileinfo.c:714 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувавÑÑ Ñ€Ñдок)" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 +#, c-format msgid "Invalid extended attribute name" msgstr "Ðеправильна назва розширеного атрибуту" -#: ../gio/glocalfileinfo.c:761 +#: gio/glocalfileinfo.c:761 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Помилка при вÑтановленні розширеного атрибуту \"%s\": %s" -#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— про файл \"%s\": %s" -#: ../gio/glocalfileinfo.c:1447 +#: gio/glocalfileinfo.c:1447 msgid " (invalid encoding)" msgstr " (неправильне кодуваннÑ)" -#: ../gio/glocalfileinfo.c:1622 +#: gio/glocalfileinfo.c:1622 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ— Ð´Ð»Ñ Ð´ÐµÑкриптору файлу: %s" -#: ../gio/glocalfileinfo.c:1667 +#: gio/glocalfileinfo.c:1667 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "Ðеправильний тип атрибута (очікувавÑÑ uint32)" -#: ../gio/glocalfileinfo.c:1684 +#: gio/glocalfileinfo.c:1684 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "Ðеправильний тип атрибуту (очікувавÑÑ uint64)" -#: ../gio/glocalfileinfo.c:1702 +#: gio/glocalfileinfo.c:1702 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "Ðеправильний тип атрибуту (очікувавÑÑ Ñ€Ñдок байтів)" -#: ../gio/glocalfileinfo.c:1726 +#: gio/glocalfileinfo.c:1726 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу: %s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting owner: %s" msgstr "Помилка вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñник: %s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 +#, c-format msgid "symlink must be non-NULL" msgstr "Ñимвольне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ðµ може мати Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ NULL" -#: ../gio/glocalfileinfo.c:1806 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1806 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1832 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при вÑтановленні Ñимвольного поÑиланнÑ: %s" -#: ../gio/glocalfileinfo.c:1815 +#: gio/glocalfileinfo.c:1815 +#, c-format msgid "Error setting symlink: file is not a symlink" -msgstr "помилка при вÑтановленні Ñимвольного поÑиланнÑ: файл не Ñ” Ñимвольним поÑиланнÑм" +msgstr "" +"помилка при вÑтановленні Ñимвольного поÑиланнÑ: файл не Ñ” Ñимвольним " +"поÑиланнÑм" -#: ../gio/glocalfileinfo.c:1990 +#: gio/glocalfileinfo.c:1990 #, c-format msgid "Setting attribute %s not supported" msgstr "Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð°Ñ‚Ñ€Ð¸Ð±ÑƒÑ‚Ñƒ %s не підтримуютьÑÑ" -#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Помилка при читанні файлу: %s" -#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197 -#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351 -#: ../gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Помилка при вÑтановленні позиції у файлі: %s" -#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259 +#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259 #, c-format msgid "Error closing file: %s" msgstr "Помилка при закриванні файлу: %s" -#: ../gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 +#, c-format msgid "Unable to find default local file monitor type" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ типовий різновид монітору локального файлу" -#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Помилка при запиÑÑ– до файлу: %s" -#: ../gio/glocalfileoutputstream.c:205 +#: gio/glocalfileoutputstream.c:205 #, c-format msgid "Error removing old backup link: %s" msgstr "Помилка при видаленні Ñтарої резервної копії поÑиланнÑ: %s" -#: ../gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:214 #, c-format msgid "Error creating backup link: %s" msgstr "Помилка при Ñтворенні резервної копії поÑиланнÑ: %s" -#: ../gio/glocalfileoutputstream.c:224 +#: gio/glocalfileoutputstream.c:224 #, c-format msgid "Error creating backup copy: %s" msgstr "Помилка при Ñтворенні резервної копії: %s" -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:240 #, c-format msgid "Error renaming temporary file: %s" msgstr "Помилка при перейменуванні тимчаÑового файлу: %s" -#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Помилка при уÑіканні файлу: %s" -#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498 -#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Помилка при відкритті файлу \"%s\": %s" -#: ../gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 +#, c-format msgid "Target file is a directory" msgstr "Цільовий файл Ñ” каталогом" -#: ../gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 +#, c-format msgid "Target file is not a regular file" msgstr "Цільовий файл не Ñ” звичайним файлом" -#: ../gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 +#, c-format msgid "The file was externally modified" msgstr "Файл був змінений іншою програмою" -#: ../gio/gmemoryinputstream.c:471 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#, c-format msgid "Invalid GSeekType supplied" msgstr "Вказано неправильний GSeekType" -#: ../gio/gmemoryinputstream.c:481 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#, c-format msgid "Invalid seek request" msgstr "Ðеправильний тип операції зміни позиції у файлі" -#: ../gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 +#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ðе можна уÑікати GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 +#, c-format msgid "Reached maximum data array limit" msgstr "ДоÑÑгнуто верхню межу маÑиву даних" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 +#, c-format msgid "Memory output stream not resizable" msgstr "Ðе можна змінювати розмір потоку виводу у пам'ÑÑ‚ÑŒ" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 +#, c-format msgid "Failed to resize memory output stream" msgstr "Помилка при зміні розміру потоку виводу у пам'ÑÑ‚ÑŒ" -#: ../gio/gmount.c:341 +#: gio/gmount.c:341 msgid "mount doesn't implement unmount" msgstr "Ð´Ð»Ñ Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð¼Ð¾Ð½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ реалізовано операцію відмонтуваннÑ" -#: ../gio/gmount.c:413 +#: gio/gmount.c:413 msgid "mount doesn't implement eject" msgstr "Ð´Ð»Ñ Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð¼Ð¾Ð½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ реалізовано операцію витÑÐ³ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð¾ÑÑ–Ñ" -#: ../gio/gmount.c:490 +#: gio/gmount.c:490 msgid "mount doesn't implement remount" msgstr "Ð´Ð»Ñ Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð¼Ð¾Ð½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ реалізовано перемонтуваннÑ" -#: ../gio/goutputstream.c:193 +#: gio/goutputstream.c:193 +#, c-format msgid "Too large count value passed to g_output_stream_write" msgstr "До g_output_stream_write передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 +#, c-format msgid "Output stream doesn't implement write" msgstr "У потоці виводу не реалізовано операцію запиÑу" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 +#, c-format msgid "Source stream is already closed" msgstr "Вхідний потік вже закритий" -#: ../gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" -msgstr "До g_output_stream_write_async передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" +msgstr "" +"До g_output_stream_write_async передано надто велике Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ°" -#: ../gio/gunixinputstream.c:200 ../gio/gunixinputstream.c:218 -#: ../gio/gunixinputstream.c:290 ../gio/gunixoutputstream.c:281 +#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218 +#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281 #, c-format msgid "Error reading from unix: %s" msgstr "Помилка при зчитуванні unix-Ñокету: %s" -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:424 -#: ../gio/gunixoutputstream.c:238 ../gio/gunixoutputstream.c:385 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:424 +#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385 #, c-format msgid "Error closing unix: %s" msgstr "Помилка при закриванні unix-Ñокету: %s" -#: ../gio/gunixmounts.c:1755 ../gio/gunixmounts.c:1792 +#: gio/gunixmounts.c:1755 gio/gunixmounts.c:1792 msgid "Filesystem root" msgstr "Корінь файлової ÑиÑтеми" -#: ../gio/gunixoutputstream.c:188 ../gio/gunixoutputstream.c:207 +#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207 #, c-format msgid "Error writing to unix: %s" msgstr "Помилка при запиÑÑ– до unix-Ñокету: %s" -#: ../gio/gvolume.c:384 +#: gio/gvolume.c:384 msgid "volume doesn't implement eject" msgstr "том не підтримує операцію витÑÐ³ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð¾ÑÑ–Ñ" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 +#, c-format msgid "Can't find application" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ програму" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "Помилка при запуÑканні програми: %s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 +#, c-format msgid "URIs not supported" msgstr "URI не підтримуютьÑÑ" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 +#, c-format msgid "association changes not supported on win32" msgstr "Зміни аÑоціацій розширень не підтримуютьÑÑ Ð½Ð° win32" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 +#, c-format msgid "Association creation not supported on win32" msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð°Ñоціацій розширень не підтримуютьÑÑ Ð½Ð° win32" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "не приховувати елементи" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "викориÑтовувати довгий формат ÑпиÑку" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ФÐЙЛ...]" diff --git a/po/vi.po b/po/vi.po index b5f1d1e089103815011f592dddcc1ab3cb49ebb6..5bc227a834f6e09f8a94671db2401228a96c5ceb 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-04 18:33+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n" @@ -1158,12 +1158,12 @@ msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "Giá trị đếm quá lá»›n được gá»i cho hà m « g_input_stream_read_async »" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "Luồng đã bị đóng" @@ -1239,56 +1239,56 @@ msgstr "ổ Ä‘Ä©a không thá»±c hiện chức năng đẩy ra" msgid "drive doesn't implement polling for media" msgstr "ổ Ä‘Ä©a không thá»±c hiện chức năng thăm dò có phÆ°Æ¡ng tiện không" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "Thao tác không được há»— trợ" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "Bá»™ lắp chứa không tồn tại" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thÆ° mục" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "Không thể sao chép thÆ° mục đè lên thÆ° mục" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "Táºp tin Ä‘Ãch đã có" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "Không thể sao chép đệ quy thÆ° mục" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "ÄÆ°a ra giá trị liên kết tượng trÆ°ng không hợp lệ" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "Thùng rác không được há»— trợ" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "Tên táºp tin không thể chứa « %c »" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "hà m volume (khối tin) không thá»±c hiện chức năng mount (lắp)" @@ -1307,23 +1307,23 @@ msgstr "Bá»™ đếm táºp tin có thao tác còn chạy" msgid "File enumerator is already closed" msgstr "Bá»™ đếm táºp tin đã bị đóng" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "Luồng không há»— trợ hà m « query_info »" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "Chức năng seek (tìm nÆ¡i) không được há»— trợ trên luồng" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "Không cho phép cắt ngắn luồng nháºp và o" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "hông cho phép cắt ngắn luồng" @@ -1343,16 +1343,16 @@ msgstr "Luồng nháºp và o không thá»±c hiện chức năng Ä‘á»c" msgid "Too large count value passed to g_input_stream_skip" msgstr "Giá trị đếm quá lá»›n được gá»i cho hà m « g_input_stream_skip »" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "Giá trị đếm quá lá»›n được gá»i cho hà m « g_input_stream_skip_async »" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "Luồng có thao tác còn chạy" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, fuzzy, c-format msgid "Unable to find default local directory monitor type" msgstr "Không tìm thấy thÆ° mục cấp đầu cho thùng rác" @@ -1378,8 +1378,8 @@ msgid "Can't rename file, filename already exist" msgstr "Không thể thay đổi tên của táºp tin, vì tên táºp tin đã có" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, c-format msgid "Invalid filename" msgstr "Tên táºp tin không hợp lệ" @@ -1439,34 +1439,34 @@ msgstr "Không thể chuyển táºp tin và o thùng rác: %s" msgid "Error making symbolic link: %s" msgstr "Gặp lá»—i khi tạo liên kết tượng trÆ°ng: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "Gặp lá»—i khi di chuyển táºp tin: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "Không thể di chuyển thÆ° mục đè lên thÆ° mục" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "Táºp tin Ä‘Ãch đã có" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "Lá»—i tạo táºp tin sao lÆ°u" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lá»—i khi gỡ bá» táºp tin Ä‘Ãch: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "Không há»— trợ chức năng di chuyển giữa các bá»™ lắp" @@ -1491,7 +1491,7 @@ msgstr "Tên thuá»™c tÃnh đã mở rá»™ng không hợp lệ" msgid "Error setting extended attribute '%s': %s" msgstr "Gặp lá»—i khi đặt thuá»™c tÃnh đã mở rá»™ng « %s »: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "Gặp lá»—i khi lấy trạng thái vá» táºp tin « %s »: %s" @@ -1553,14 +1553,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Không há»— trợ chức năng đặt thuá»™c tÃnh %s" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "Gặp lá»—i khi Ä‘á»c từ táºp tin: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "Gặp lá»—i khi tìm nÆ¡i trong táºp tin: %s" @@ -1570,12 +1570,12 @@ msgstr "Gặp lá»—i khi tìm nÆ¡i trong táºp tin: %s" msgid "Error closing file: %s" msgstr "Gặp lá»—i khi đóng táºp tin: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, fuzzy, c-format msgid "Unable to find default local file monitor type" msgstr "Không tìm thấy hay không thể tạo thÆ° mục thùng rác" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "Gặp lá»—i khi ghi và o táºp tin: %s" @@ -1600,43 +1600,43 @@ msgstr "Gặp lá»—i khi tạo bản sao lÆ°u : %s" msgid "Error renaming temporary file: %s" msgstr "Gặp lá»—i khi thay đổi tên của táºp tin tạm thá»i: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "Gặp lá»—i khi cắt ngắn táºp tin: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "Gặp lá»—i khi mở táºp tin « %s »: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "Táºp tin Ä‘Ãch là má»™t thÆ° mục" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "Táºp tin Ä‘Ãch không phải là má»™t táºp tin bình thÆ°á»ng" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "Táºp tin đã bị sá»a đổi bên ngoà i" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Tên táºp tin không hợp lệ: %s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1678,12 +1678,12 @@ msgstr "Giá trị đếm quá lá»›n được gá»i cho hà m « g_output_stream_ msgid "Output stream doesn't implement write" msgstr "Luồng xuất không thá»±c hiện hà m write (ghi)" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "Giá trị đếm quá lá»›n được gá»i cho hà m « g_output_stream_write_async »" diff --git a/po/wa.po b/po/wa.po index 64031fc16e4f9a7e3c5ece68c8a4077b4bde9ada..bd784e8832c45780f4b322b86804b604532e76c4 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1119,12 +1119,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1200,56 +1200,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1268,23 +1268,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1304,16 +1304,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1339,8 +1339,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "No d' lodjoe nén valide" @@ -1400,34 +1400,34 @@ msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" msgid "Error making symbolic link: %s" msgstr "Ã…k n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, 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:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, 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:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1452,7 +1452,7 @@ msgstr "" msgid "Error setting extended attribute '%s': %s" msgstr "Ã…k n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" @@ -1512,14 +1512,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" @@ -1529,12 +1529,12 @@ msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "Error closing file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" @@ -1559,43 +1559,43 @@ msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "Error renaming temporary file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Ã…k n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "No d' lodjoe nén valide" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1637,12 +1637,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/xh.po b/po/xh.po index e0ddd7022109de99235c31d1d77e113d96308a96..11fefbbc1f1b56a6320826a16d196d304dc656b2 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1179,12 +1179,12 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1261,56 +1261,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1329,23 +1329,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1365,16 +1365,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1400,8 +1400,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" @@ -1461,34 +1461,34 @@ msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1513,7 +1513,7 @@ msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" msgid "Error setting extended attribute '%s': %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" @@ -1573,14 +1573,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" @@ -1590,12 +1590,12 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "Error closing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" @@ -1620,43 +1620,43 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "Error renaming temporary file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "Asiyofayili esebenza rhoqo" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1698,12 +1698,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/yi.po b/po/yi.po index 6c04c60700a29a3f6e9db3554ea0a0f7570eb804..855c2d5024d77726cd2cadfbaae8e9350e60ef83 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1148,12 +1148,12 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1229,56 +1229,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, c-format msgid "Operation not supported" msgstr "" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, c-format msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1297,23 +1297,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1333,16 +1333,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1368,8 +1368,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "×ומלעקסיקער מ×Ö·×©×™×ŸÖ¾× ×ָמען" @@ -1429,34 +1429,34 @@ msgstr "× ×™×˜ ×’×¢×§×¢× ×˜ ש×ַפֿן טעקע %s: %s" msgid "Error making symbolic link: %s" msgstr "דורכפֿ×ַל בשעת פֿ×ַרװ×Ö·× ×“×œ×•× ×’: %s" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1481,7 +1481,7 @@ msgstr "ד×Ö¸×§×•×ž×¢× ×˜ ×¢× ×“×™×§×˜ זיך ×ומגעריכטערהײט ××™ msgid "Error setting extended attribute '%s': %s" msgstr "דורכפֿ×ַל ×ין ×¢×¤Ö¿×¢× ×¢×Ÿ פּ×ַפּקע %s: %s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" @@ -1541,14 +1541,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" @@ -1558,12 +1558,12 @@ msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" msgid "Error closing file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" @@ -1588,43 +1588,43 @@ msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" msgid "Error renaming temporary file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "דורכפֿ×ַל ×ין ×œ×²×¢× ×¢×Ÿ טעקע %s: %s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, c-format msgid "Target file is not a regular file" msgstr "" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "×ומלעקסיקער מ×Ö·×©×™×ŸÖ¾× ×ָמען" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1666,12 +1666,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index fa4d7ceadc774f99b9a3e8f0a6eae222a3431cf8..da16e96bdb62fd3d447ea8b5e101c9304bada005 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:59+0000\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\n" "PO-Revision-Date: 2008-01-17 23:16+0800\n" "Last-Translator: Deng Xiyue <manphiz@gmail.com>\n" "Language-Team: i18n-zh <i18n-zh@googlegroups.com>\n" @@ -18,296 +18,304 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" -#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782 -#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908 +#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861 +#: glib/gbookmarkfile.c:908 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "å…ƒç´ â€œ%2$sâ€çš„æ„外属性“%1$sâ€" -#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 -#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919 +#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803 +#: glib/gbookmarkfile.c:919 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "å…ƒç´ â€œ%2$sâ€çš„属性“%1$sâ€æœªæ‰¾åˆ°" -#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157 -#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231 +#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157 +#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "æ„å¤–æ ‡ç¾â€œ%sâ€ï¼Œéœ€è¦æ ‡ç¾â€œ%sâ€" -#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131 -#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131 +#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "“%2$sâ€çš„æ„å¤–æ ‡ç¾â€œ%1$sâ€" -#: ../glib/gbookmarkfile.c:1781 +#: glib/gbookmarkfile.c:1781 +#, c-format msgid "No valid bookmark file found in data dirs" msgstr "æ— æ³•åœ¨æ•°æ®ç›®å½•ä¸æ‰¾åˆ°æœ‰æ•ˆçš„书ç¾æ–‡ä»¶" -#: ../glib/gbookmarkfile.c:1982 +#: glib/gbookmarkfile.c:1982 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "URI“%sâ€çš„书ç¾å·²ç»å˜åœ¨" -#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185 -#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350 -#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518 -#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675 -#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814 -#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130 -#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371 -#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550 -#: ../glib/gbookmarkfile.c:3677 +#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185 +#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350 +#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518 +#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675 +#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814 +#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130 +#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371 +#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550 +#: glib/gbookmarkfile.c:3677 #, c-format msgid "No bookmark found for URI '%s'" msgstr "未找到 URI“%sâ€çš„书ç¾" -#: ../glib/gbookmarkfile.c:2359 +#: glib/gbookmarkfile.c:2359 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "URI“%sâ€çš„书ç¾æœªå®šä¹‰ MIME 类型" -#: ../glib/gbookmarkfile.c:2444 +#: glib/gbookmarkfile.c:2444 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "URI“%sâ€çš„书ç¾æœªå®šä¹‰ç§æœ‰æ ‡å¿—" -#: ../glib/gbookmarkfile.c:2823 +#: glib/gbookmarkfile.c:2823 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "URI“%sâ€çš„书ç¾æœªè®¾å®šç»„" -#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381 +#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "没有å为“%sâ€çš„应用程åºä¸ºâ€œ%sâ€æ³¨å†Œä¹¦ç¾" -#: ../glib/gbookmarkfile.c:3404 +#: glib/gbookmarkfile.c:3404 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "用 URI “%2$sâ€å±•å¼€ exec 行“%1$sâ€å¤±è´¥" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ä¸æ”¯æŒä»Žå—符集“%sâ€åˆ°â€œ%sâ€çš„转æ¢" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "æ— æ³•æ‰“å¼€ä»Žâ€œ%sâ€åˆ°â€œ%sâ€çš„转æ¢å™¨" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950 -#: ../glib/gutf8.c:1399 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950 +#: glib/gutf8.c:1399 +#, c-format msgid "Invalid byte sequence in conversion input" msgstr "转æ¢è¾“å…¥ä¸å‡ºçŽ°æ— 效å—符åºåˆ—" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2227 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2227 #, c-format msgid "Error during conversion: %s" msgstr "转æ¢è¿‡ç¨‹ä¸å‡ºé”™ï¼š%s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150 -#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395 +#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291 +#: glib/gutf8.c:1395 +#, c-format msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽å—符åºåˆ—" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "æ— æ³•è½¬æ¢åŽå¤‡å—符集“%sâ€åˆ°å—符集“%sâ€" -#: ../glib/gconvert.c:1733 +#: glib/gconvert.c:1733 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%sâ€ä¸æ˜¯â€œfileâ€æ ¼å¼çš„ç»å¯¹ URI" -#: ../glib/gconvert.c:1743 +#: glib/gconvert.c:1743 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%sâ€ä¸èƒ½åŒ…å«â€œ#â€" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1760 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%sâ€æ— 效" -#: ../glib/gconvert.c:1772 +#: glib/gconvert.c:1772 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URIä¸çš„主机å“%sâ€æ— 效" -#: ../glib/gconvert.c:1788 +#: glib/gconvert.c:1788 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%sâ€ä¸åŒ…å«æ— 效的转义å—符" -#: ../glib/gconvert.c:1883 +#: glib/gconvert.c:1883 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径å“%sâ€ä¸æ˜¯ç»å¯¹è·¯å¾„" -#: ../glib/gconvert.c:1893 +#: glib/gconvert.c:1893 +#, c-format msgid "Invalid hostname" msgstr "æ— æ•ˆçš„ä¸»æœºå" -#: ../glib/gdir.c:104 ../glib/gdir.c:124 +#: glib/gdir.c:104 glib/gdir.c:124 #, c-format msgid "Error opening directory '%s': %s" msgstr "打开目录“%sâ€æ—¶å‘生错误:%s" -#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630 +#: glib/gfileutils.c:557 glib/gfileutils.c:630 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "æ— æ³•åˆ†é… %lu å—节以读å–文件“%sâ€" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "读å–文件“%sâ€å‡ºé”™ï¼š%s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "读å–文件“%sâ€å¤±è´¥ï¼š%s" -#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792 +#: glib/gfileutils.c:705 glib/gfileutils.c:792 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%sâ€å¤±è´¥ï¼š%s" -#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:722 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "获得文件“%sâ€çš„属性失败:fstat() 失败:%s" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "打开文件“%sâ€å¤±è´¥ï¼šfdopen() 失败:%s" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "将文件“%sâ€é‡å‘½å为“%sâ€å¤±è´¥ï¼šg_rename() 失败:%s" -#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390 +#: glib/gfileutils.c:932 glib/gfileutils.c:1390 #, c-format msgid "Failed to create file '%s': %s" msgstr "创建文件“%sâ€å¤±è´¥ï¼š%s" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "打开文件“%sâ€å†™å…¥å¤±è´¥ï¼šfdopen() 失败:%s" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "写入文件“%sâ€å¤±è´¥ï¼šfwrite() 失败:%s" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "å…³é—文件“%sâ€å¤±è´¥ï¼šfclose() 失败:%s" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "æ— æ³•åˆ é™¤å·²æœ‰æ–‡ä»¶â€œ%sâ€ï¼šg_unlink() 失败:%s" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "模æ¿â€œ%sâ€æ— 效,ä¸åº”该包å«â€œ%sâ€" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "模æ¿â€œ%sâ€çš„ä¸åŒ…å« XXXXXX" -#: ../glib/gfileutils.c:1826 +#: glib/gfileutils.c:1826 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u å—节" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "读å–符å·é“¾æŽ¥â€œ%sâ€å¤±è´¥ï¼š%s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 +#, c-format msgid "Symbolic links not supported" msgstr "ä¸æ”¯æŒç¬¦å·é“¾æŽ¥" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "æ— æ³•æ‰“å¼€ä»Žâ€œ%sâ€åˆ°â€œ%sâ€çš„转æ¢å™¨ï¼š%s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 +#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string å‡½æ•°æ— æ³•è¿›è¡ŒåŽŸå§‹è¯»å–" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811 -#: ../glib/giochannel.c:1898 +#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 +#, c-format msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转æ¢æ•°æ®" -#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711 +#: glib/giochannel.c:1634 glib/giochannel.c:1711 +#, c-format msgid "Channel terminates in a partial character" msgstr "通é“终æ¢äºŽæœªå°½å—符" -#: ../glib/giochannel.c:1697 +#: glib/giochannel.c:1697 +#, c-format msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end å‡½æ•°æ— æ³•è¿›è¡ŒåŽŸå§‹è¯»å–" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "打开文件“%sâ€å¤±è´¥ï¼šopen() 失败:%s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "æ˜ å°„æ–‡ä»¶â€œ%sâ€å¤±è´¥ï¼šmmap() 失败:%s" -#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244 +#: glib/gmarkup.c:228 glib/gmarkup.c:244 #, c-format msgid "Error on line %d char %d: " msgstr "第%d行第%d个å—符出错:" -#: ../glib/gmarkup.c:338 +#: glib/gmarkup.c:338 #, c-format msgid "Error on line %d: %s" msgstr "第%d行出错:%s" -#: ../glib/gmarkup.c:442 +#: glib/gmarkup.c:442 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "å‘现空的实体“&;â€ã€‚有效的实体为:& " < > '" -#: ../glib/gmarkup.c:452 +#: glib/gmarkup.c:452 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -317,17 +325,17 @@ msgstr "" "å—符“%sâ€å‡ºçŽ°åœ¨å®žä½“åçš„å¼€å¤´æ— æ•ˆã€‚å®žä½“éƒ½ä»¥ & å—符 开头,如果这个 & ä¸æ˜¯ä¸€ä¸ªå®žä½“" "的开头,把它å˜ä¸º &" -#: ../glib/gmarkup.c:486 +#: glib/gmarkup.c:486 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "å—符“%sâ€åœ¨å®žä½“åä¸æ— 效" -#: ../glib/gmarkup.c:523 +#: glib/gmarkup.c:523 #, c-format msgid "Entity name '%s' is not known" msgstr "未知的实体å“%sâ€" -#: ../glib/gmarkup.c:534 +#: glib/gmarkup.c:534 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -335,23 +343,23 @@ msgstr "" "实体没有以分å·ç»“æŸã€‚很å¯èƒ½æ‚¨ä½¿ç”¨äº† & å—符而åˆä¸æ˜¯ä¸€ä¸ªå®žä½“ - 将这个 & å˜ä¸º " "&" -#: ../glib/gmarkup.c:587 +#: glib/gmarkup.c:587 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "分æžâ€œ%-.*sâ€å¤±è´¥ã€‚它应该是å—符引用ä¸çš„æ•°å—(如ê) - å¯èƒ½è¯¥æ•°å—太大了" -#: ../glib/gmarkup.c:612 +#: glib/gmarkup.c:612 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "å—符引用“%-.*sâ€ä¸æ˜¯ç¼–ç 一个被å…许的å—符" -#: ../glib/gmarkup.c:627 +#: glib/gmarkup.c:627 msgid "Empty character reference; should include a digit such as dž" msgstr "空的å—符引用;应该包括数å—,如 dž" -#: ../glib/gmarkup.c:637 +#: glib/gmarkup.c:637 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -360,52 +368,52 @@ msgstr "" "å—符引用没有以分å·ç»“æŸã€‚很å¯èƒ½æ‚¨ä½¿ç”¨äº† & å—符而åˆä¸æ˜¯ä¸€ä¸ªå®žä½“ - 将这个 & å˜" "为 &" -#: ../glib/gmarkup.c:723 +#: glib/gmarkup.c:723 msgid "Unfinished entity reference" msgstr "未完æˆçš„实体引用" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished character reference" msgstr "未完æˆçš„å—符引用" -#: ../glib/gmarkup.c:972 +#: glib/gmarkup.c:972 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "æ— æ•ˆçš„ UTF-8 ç¼–ç 文本 - åºåˆ—过长" -#: ../glib/gmarkup.c:1000 +#: glib/gmarkup.c:1000 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "æ— æ•ˆçš„ UTF-8 ç¼–ç 文本 - éžå¼€å§‹å—符" -#: ../glib/gmarkup.c:1036 +#: glib/gmarkup.c:1036 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "æ— æ•ˆçš„ UTF-8 ç¼–ç 文本 - “%sâ€æ— 效" -#: ../glib/gmarkup.c:1074 +#: glib/gmarkup.c:1074 msgid "Document must begin with an element (e.g. <book>)" msgstr "æ–‡æ¡£å¿…é¡»ä»¥ä¸€ä¸ªå…ƒç´ å¼€å§‹(例如 <book>)" -#: ../glib/gmarkup.c:1114 +#: glib/gmarkup.c:1114 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "“%sâ€å‡ºçŽ°åœ¨å—符“<â€åŽæ˜¯æ— 效å—符;它ä¸èƒ½ä½œä¸ºå…ƒç´ å的开头" -#: ../glib/gmarkup.c:1178 +#: glib/gmarkup.c:1178 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "å—符“%sâ€æ— 效,应该以å—符“>â€æ¥ç»“æŸå…ƒç´ “%sâ€çš„èµ·å§‹æ ‡è®°" -#: ../glib/gmarkup.c:1267 +#: glib/gmarkup.c:1267 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "å—符“%sâ€æ— 效,在属性å“%sâ€(å…ƒç´ â€œ%sâ€)çš„åŽåº”该是å—符“=â€" -#: ../glib/gmarkup.c:1309 +#: glib/gmarkup.c:1309 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -415,1209 +423,1278 @@ msgstr "" "å—符“%sâ€æ— 效,应该以“>â€æˆ–“/â€ç»“æŸå…ƒç´ “%sâ€çš„èµ·å§‹æ ‡è®°ï¼Œæˆ–ç´§è·Ÿè¯¥å…ƒç´ çš„å±žæ€§ï¼›å¯èƒ½" "您在属性åä¸ä½¿ç”¨äº†æ— 效å—符" -#: ../glib/gmarkup.c:1395 +#: glib/gmarkup.c:1395 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "å—符“%sâ€æ— 效,在给属性“%sâ€(å…ƒç´ â€œ%sâ€)赋值时,在ç‰å·åŽåº”该是引å·" -#: ../glib/gmarkup.c:1537 +#: glib/gmarkup.c:1537 #, 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:1577 #, 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:1588 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "å…ƒç´ â€œ%sâ€å·²ç»ç»“æŸï¼Œæ²¡æœ‰æœªç»“æŸçš„å…ƒç´ " -#: ../glib/gmarkup.c:1597 +#: glib/gmarkup.c:1597 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "å…ƒç´ â€œ%sâ€å·²ç»ç»“æŸï¼Œå½“å‰æœªç»“æŸçš„å…ƒç´ æ˜¯â€œ%sâ€" -#: ../glib/gmarkup.c:1757 +#: glib/gmarkup.c:1757 msgid "Document was empty or contained only whitespace" msgstr "文档为空或仅å«ç©ºç™½å—符" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文档在一个打开的尖括å·â€œ<â€åŽæ„外结æŸ" -#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824 +#: glib/gmarkup.c:1779 glib/gmarkup.c:1824 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "文档在还å˜åœ¨æœªç»“æŸå…ƒç´ æ—¶æ„å¤–ç»“æŸ - 最åŽçš„未结æŸå…ƒç´ 是“%sâ€" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文档æ„外结æŸï¼Œåº”该以å³å°–括å·â€œ>â€æ¥ç»“æŸæ ‡è®° <%s/>" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 msgid "Document ended unexpectedly inside an element name" msgstr "æ–‡æ¡£åœ¨å…ƒç´ åä¸æ„外结æŸ" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an attribute name" msgstr "文档在属性åä¸æ„外结æŸ" -#: ../glib/gmarkup.c:1804 +#: glib/gmarkup.c:1804 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "æ–‡æ¡£åœ¨å…ƒç´ èµ·å§‹æ ‡è®°ä¸æ„外结æŸ" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "文档在跟在属性ååŽçš„ç‰å·åŽæ„外结æŸï¼›æ²¡æœ‰å±žæ€§å€¼" -#: ../glib/gmarkup.c:1817 +#: glib/gmarkup.c:1817 msgid "Document ended unexpectedly while inside an attribute value" msgstr "文档在属性值ä¸æ„外结æŸ" -#: ../glib/gmarkup.c:1833 +#: glib/gmarkup.c:1833 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "æ–‡æ¡£åœ¨å…ƒç´ â€œ%sâ€ç»“æŸæ ‡è®°ä¸æ„外结æŸ" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "文档在注释或处ç†æŒ‡ä»¤ä¸æ„外结æŸ" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "æ— æ•ˆå¯¹è±¡" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "å†…éƒ¨é”™è¯¯æˆ–è€…æ— æ•ˆå¯¹è±¡" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "内å˜ä¸è¶³" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "达到回溯上é™" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "表达å¼åŒ…å«ä¸è¢«éƒ¨åˆ†åŒ¹é…支æŒçš„项" -#: ../glib/gregex.c:154 +#: glib/gregex.c:154 msgid "internal error" msgstr "内部错误" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "ä¸å®Œå…¨åŒ¹é…时作为æ¡ä»¶çš„åŽå‘引用ä¸è¢«æ”¯æŒ." -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "达到递归上é™" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "达到空å串的工作空间é™åˆ¶" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "æ— æ•ˆçš„æ–°è¡Œæ ‡å¿—ç»„åˆ." -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "未知错误" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "表达å¼æœ«å°¾çš„ \\" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "表达å¼æœ«å°¾çš„ \\c" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "æ— æ³•è¯†åˆ« \\ åŽçš„å—符" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "这里ä¸å…许使用改å˜å¤§å°å†™çš„转义符(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 里的数å—次åºé¢ 倒了" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 里的数å—太大了" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "å—符类缺少终结的 ]" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "å—符类包å«æ— 效的转义åºåˆ—" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "å—符类的范围次åºé¢ 倒" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "没有å¯ä»¥é‡å¤çš„内容" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "(? åŽæœ‰æ— 法识别的å—符" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "(?< åŽæœ‰æ— 法识别的å—符" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P æœ‰æ— æ³•è¯†åˆ«çš„å—符" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "åªæœ‰ç±»é‡Œæ”¯æŒ POSIX 命åçš„ç±»" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "缺少结æŸçš„ )" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 没有开始的 (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 或 (?[+-]æ•°å— å¿…é¡»è·Ÿç€ )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "引用了ä¸å˜åœ¨çš„å—表达å¼" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "注释åŽç¼ºå°‘ )" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "æ£åˆ™è¡¨è¾¾å¼å¤ªé•¿äº†" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "获å–内å˜å¤±è´¥" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind æ–言ä¸æ˜¯å®šé•¿çš„" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( åŽæœ‰å½¢å¼ä¸æ£ç¡®çš„æ•°å—或å称" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "æ¡ä»¶ç»„包å«äº†è¶…过两个分支" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( åŽåº”该有æ–言" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "未知的 POSIX ç±»å" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "ä¸æ”¯æŒ POSIX æ•´ç†å…ƒç´ " -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} åºåˆ—里的å—符值太大了" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "æ— æ•ˆçš„æ¡ä»¶ (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "lookbehind æ–言里ä¸å…许使用 \\C" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "递归调用å¯èƒ½å¯¼è‡´æ— é™å¾ªçŽ¯" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "å表达å¼å里缺少终结符" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "两个有åå表达å¼æœ‰ç›¸åŒçš„å称" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "å½¢å¼ä¸æ£ç¡®çš„ \\P 或 \\p åºåˆ—" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P 或 \\p åŽæœ‰æœªçŸ¥çš„属性å" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "å表达å¼å太长了(最多32个å—符)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "有åå表达å¼å¤ªå¤šäº†(最多10,000个)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "八进制值大于 \\377" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 组包å«å¤šäºŽä¸€ä¸ªåˆ†æ”¯" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "ä¸å…许é‡å¤ DEFINE 组" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "ä¸ä¸€è‡´çš„ NEWLINE 选项" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g åŽæ²¡æœ‰èŠ±æ‹¬å·æ‹¬èµ·æ¥çš„å称或å¯é€‰çš„花括å·æ‹¬èµ·æ¥çš„éžé›¶æ•°å—" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "éžé¢„期的é‡å¤" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "代ç 溢出" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "编译工作区超出æ£å¸¸èŒƒå›´" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "未找到之å‰æ£€æŸ¥è¿‡çš„引用过的å表达å¼" -#: ../glib/gregex.c:517 ../glib/gregex.c:1565 +#: glib/gregex.c:517 glib/gregex.c:1565 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "匹é…æ£åˆ™è¡¨è¾¾å¼ %s 出现错误:%s" -#: ../glib/gregex.c:1070 +#: glib/gregex.c:1070 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE åº“ç¼–è¯‘æ—¶æœªåŒ…å« UTF8 支æŒ" -#: ../glib/gregex.c:1079 +#: glib/gregex.c:1079 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE åº“ç¼–è¯‘æ—¶æœªåŒ…å« UTF8 属性支æŒ" -#: ../glib/gregex.c:1133 +#: glib/gregex.c:1133 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "编译æ£åˆ™è¡¨è¾¾å¼ %s (于å—符 %d 处)时出错:%s" -#: ../glib/gregex.c:1169 +#: glib/gregex.c:1169 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "优化æ£åˆ™è¡¨è¾¾å¼ %s 时出错:%s" -#: ../glib/gregex.c:1993 +#: glib/gregex.c:1993 msgid "hexadecimal digit or '}' expected" msgstr "期望åå…进制数或 '}'" -#: ../glib/gregex.c:2009 +#: glib/gregex.c:2009 msgid "hexadecimal digit expected" msgstr "期望åå…进制数" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "missing '<' in symbolic reference" msgstr "在符å·å¼•ç”¨ä¸ç¼ºå°‘“<â€" -#: ../glib/gregex.c:2058 +#: glib/gregex.c:2058 msgid "unfinished symbolic reference" msgstr "未完æˆçš„符å·å¼•ç”¨" -#: ../glib/gregex.c:2065 +#: glib/gregex.c:2065 msgid "zero-length symbolic reference" msgstr "零长符å·å¼•ç”¨" -#: ../glib/gregex.c:2076 +#: glib/gregex.c:2076 msgid "digit expected" msgstr "期望数å—" -#: ../glib/gregex.c:2094 +#: glib/gregex.c:2094 msgid "illegal symbolic reference" msgstr "éžæ³•çš„符å·å¼•ç”¨" -#: ../glib/gregex.c:2156 +#: glib/gregex.c:2156 msgid "stray final '\\'" msgstr "丢失了最åŽçš„“\\â€" -#: ../glib/gregex.c:2160 +#: glib/gregex.c:2160 msgid "unknown escape sequence" msgstr "未知的转义åºåˆ—" -#: ../glib/gregex.c:2170 +#: glib/gregex.c:2170 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "分æžæ›¿æ¢æ–‡æœ¬\"%s\" 时在å—符 %lu 处å‘生错误:%s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 +#, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用的文本没有以引å·å¼€å¤´" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 +#, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "命令行或其他shell引用文本ä¸å‡ºçŽ°ä¸åŒ¹é…的引å·" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "文本在一个“\\â€å—符åŽç»“æŸã€‚(文本为“%sâ€)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "文本在找到与 %c 匹é…的引å·ä¹‹å‰ç»“æŸã€‚(文本为“%sâ€)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 +#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "空文本(或仅å«ç©ºç™½å—符)" -#: ../glib/gspawn-win32.c:272 +#: glib/gspawn-win32.c:272 +#, c-format msgid "Failed to read data from child process" msgstr "从å进程ä¸è¯»å–æ•°æ®å¤±è´¥" -#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455 +#: glib/gspawn-win32.c:287 glib/gspawn.c:1455 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "创建与å进程通讯的管é“失败(%s)" -#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119 +#: glib/gspawn-win32.c:325 glib/gspawn.c:1119 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "从å管é“ä¸è¯»å–失败(%s)" -#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324 +#: glib/gspawn-win32.c:351 glib/gspawn.c:1324 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "更改到目录“%sâ€å¤±è´¥(%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481 #, c-format msgid "Failed to execute child process (%s)" msgstr "执行å进程失败(%s)" -#: ../glib/gspawn-win32.c:428 +#: glib/gspawn-win32.c:428 #, c-format msgid "Invalid program name: %s" msgstr "æ— æ•ˆçš„ç¨‹åºå:%s" -#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678 -#: ../glib/gspawn-win32.c:1218 +#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d 处的å‚æ•°ä¸æœ‰æ— 效的å—符串:%s" -#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692 -#: ../glib/gspawn-win32.c:1251 +#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251 #, c-format msgid "Invalid string in environment: %s" msgstr "环境ä¸æœ‰æ— 效的å—符串:%s" -#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199 +#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199 #, c-format msgid "Invalid working directory: %s" msgstr "æ— æ•ˆçš„å·¥ä½œç›®å½•ï¼š%s" -#: ../glib/gspawn-win32.c:738 +#: glib/gspawn-win32.c:738 #, c-format msgid "Failed to execute helper program (%s)" msgstr "执行助手程åº(%s)失败" -#: ../glib/gspawn-win32.c:938 +#: glib/gspawn-win32.c:938 +#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "g_io_channel_win32_poll() 从å进程ä¸è¯»å–æ•°æ®æ—¶å‡ºçŽ°å¼‚常错误" -#: ../glib/gspawn.c:180 +#: glib/gspawn.c:180 #, c-format msgid "Failed to read data from child process (%s)" msgstr "从å进程ä¸è¯»å–æ•°æ®å¤±è´¥(%s)" -#: ../glib/gspawn.c:317 +#: glib/gspawn.c:317 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "select() 在从å进程ä¸è¯»å–æ•°æ®æ—¶å‡ºçŽ°å¼‚常错误 (%s)" -#: ../glib/gspawn.c:400 +#: glib/gspawn.c:400 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 出现异常错误 (%s)" -#: ../glib/gspawn.c:1184 +#: glib/gspawn.c:1184 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失败(%s)" -#: ../glib/gspawn.c:1334 +#: glib/gspawn.c:1334 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "执行å进程“%sâ€å¤±è´¥(%s)" -#: ../glib/gspawn.c:1344 +#: glib/gspawn.c:1344 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "é‡å®šå‘å进程(%s)的输入或输出失败" -#: ../glib/gspawn.c:1353 +#: glib/gspawn.c:1353 #, c-format msgid "Failed to fork child process (%s)" msgstr "fork å进程失败 (%s)" -#: ../glib/gspawn.c:1361 +#: glib/gspawn.c:1361 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "执行å进程“%sâ€æ—¶å‡ºçŽ°æœªçŸ¥é”™è¯¯" -#: ../glib/gspawn.c:1383 +#: glib/gspawn.c:1383 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从å进程管é“ä¸è¯»å–足够的数æ®å¤±è´¥(%s)" -#: ../glib/gutf8.c:1024 +#: glib/gutf8.c:1024 +#, c-format msgid "Character out of range for UTF-8" msgstr "å—符超出 UTF-8 范围" -#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259 -#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505 +#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268 +#: glib/gutf8.c:1409 glib/gutf8.c:1505 +#, c-format msgid "Invalid sequence in conversion input" msgstr "转æ¢è¾“å…¥ä¸å‡ºçŽ°æ— 效åºåˆ—" -#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516 +#: glib/gutf8.c:1420 glib/gutf8.c:1516 +#, c-format msgid "Character out of range for UTF-16" msgstr "å—符超出 UTF-16 范围" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:612 +#: glib/goption.c:612 msgid "[OPTION...]" msgstr "[选项...]" -#: ../glib/goption.c:716 +#: glib/goption.c:716 msgid "Help Options:" msgstr "帮助选项:" -#: ../glib/goption.c:717 +#: glib/goption.c:717 msgid "Show help options" msgstr "显示帮助选项" -#: ../glib/goption.c:723 +#: glib/goption.c:723 msgid "Show all help options" msgstr "显示全部帮助选项" -#: ../glib/goption.c:785 +#: glib/goption.c:785 msgid "Application Options:" msgstr "应用程åºé€‰é¡¹ï¼š" -#: ../glib/goption.c:846 ../glib/goption.c:916 +#: glib/goption.c:846 glib/goption.c:916 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "æ— æ³•å¤„ç† %2$s 所用的整数值“%1$sâ€" -#: ../glib/goption.c:856 ../glib/goption.c:924 +#: glib/goption.c:856 glib/goption.c:924 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 所用的整数值“%1$sâ€è¶…出范围" -#: ../glib/goption.c:881 +#: glib/goption.c:881 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "æ— æ³•å¤„ç† %2$s 所用的åŒç²¾åº¦å€¼â€œ%1$sâ€" -#: ../glib/goption.c:889 +#: glib/goption.c:889 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s 所用的åŒç²¾åº¦å€¼â€œ%1$sâ€è¶…出范围" -#: ../glib/goption.c:1226 +#: glib/goption.c:1226 #, c-format msgid "Error parsing option %s" msgstr "分æžé€‰é¡¹å‡ºé”™ï¼š%s" -#: ../glib/goption.c:1257 ../glib/goption.c:1368 +#: glib/goption.c:1257 glib/goption.c:1368 #, c-format msgid "Missing argument for %s" msgstr "缺少 %s çš„å‚æ•°" -#: ../glib/goption.c:1763 +#: glib/goption.c:1763 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 +#, c-format msgid "Valid key file could not be found in search dirs" msgstr "在æœç´¢ç›®å½•ä¸æ— 法找到有效的键文件" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 +#, c-format msgid "Not a regular file" msgstr "ä¸æ˜¯æ™®é€šæ–‡ä»¶" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 +#, c-format msgid "File is empty" msgstr "文件为空" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "键文件ä¸çš„行“%sâ€ä¸æ˜¯é”®-值对ã€ç»„或注释" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "æ— æ•ˆçš„ç»„å:%s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 +#, c-format msgid "Key file does not start with a group" msgstr "键文件ä¸ä»¥ç»„开始" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "æ— æ•ˆçš„é”®å:%s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包å«ä¸æ”¯æŒçš„ç¼–ç “%sâ€" -#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2485 -#: ../glib/gkeyfile.c:2553 ../glib/gkeyfile.c:2688 ../glib/gkeyfile.c:2823 -#: ../glib/gkeyfile.c:2976 ../glib/gkeyfile.c:3163 ../glib/gkeyfile.c:3224 +#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2485 +#: glib/gkeyfile.c:2553 glib/gkeyfile.c:2688 glib/gkeyfile.c:2823 +#: glib/gkeyfile.c:2976 glib/gkeyfile.c:3163 glib/gkeyfile.c:3224 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%sâ€" -#: ../glib/gkeyfile.c:1281 +#: glib/gkeyfile.c:1281 #, c-format msgid "Key file does not have key '%s'" msgstr "键文件没有键“%sâ€" -#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496 +#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包å«â€œ%sâ€ï¼Œå…¶å€¼â€œ%sâ€ä¸æ˜¯ UTF-8" -#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889 +#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包å«é”®â€œ%sâ€ï¼Œå…¶å€¼æ— 法解释。" -#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316 +#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "键文件在“%2$sâ€ä¸åŒ…å«â€œ%1$sâ€ï¼Œå…¶å€¼æ— 法解释。" -#: ../glib/gkeyfile.c:2500 ../glib/gkeyfile.c:2703 ../glib/gkeyfile.c:3235 +#: glib/gkeyfile.c:2500 glib/gkeyfile.c:2703 glib/gkeyfile.c:3235 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$sâ€ä¸ä¸åŒ…å«é”®â€œ%1$sâ€" -#: ../glib/gkeyfile.c:3469 +#: glib/gkeyfile.c:3469 +#, c-format msgid "Key file contains escape character at end of line" msgstr "键文件在行尾å«æœ‰è½¬ä¹‰å—符" -#: ../glib/gkeyfile.c:3491 +#: glib/gkeyfile.c:3491 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件ä¸åŒ…å«æ— 效的转义åºåˆ—“%sâ€" -#: ../glib/gkeyfile.c:3633 +#: glib/gkeyfile.c:3633 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "æ— æ³•å°†å€¼â€œ%sâ€è§£é‡Šä¸ºæ•°å€¼ã€‚" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%sâ€è¶…出范围" -#: ../glib/gkeyfile.c:3680 +#: glib/gkeyfile.c:3680 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "æ— æ³•å°†å€¼â€œ%sâ€è§£é‡Šä¸ºæµ®ç‚¹æ•°ã€‚" -#: ../glib/gkeyfile.c:3704 +#: glib/gkeyfile.c:3704 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "æ— æ³•å°†å€¼â€œ%sâ€è§£é‡Šä¸ºå¸ƒå°”值。" -#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "ä¼ é€’ç»™ g_input_stream_read_async 的值太大了" -#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:888 -#: ../gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 +#, c-format msgid "Stream is already closed" msgstr "æµå·²ç»å…³é—" -#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:611 +#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611 +#, c-format msgid "Operation was cancelled" msgstr "æ“作被å–消" -#: ../gio/gcontenttype.c:156 +#: gio/gcontenttype.c:156 msgid "Unknown type" msgstr "未知类型" -#: ../gio/gcontenttype.c:157 +#: gio/gcontenttype.c:157 #, c-format msgid "%s filetype" msgstr "%s 文件类型" -#: ../gio/gcontenttype.c:571 +#: gio/gcontenttype.c:571 #, c-format msgid "%s type" msgstr "%s 类型" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:309 +#, c-format msgid "Unexpected early end-of-stream" msgstr "éžé¢„期的过早的æµç»“æŸç¬¦" -#: ../gio/gdesktopappinfo.c:395 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:395 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命å" -#: ../gio/gdesktopappinfo.c:571 +#: gio/gdesktopappinfo.c:571 +#, c-format msgid "Desktop file didn't specify Exec field" msgstr "æ¡Œé¢æ–‡ä»¶æœªæŒ‡å®š Exec 区域" -#: ../gio/gdesktopappinfo.c:863 +#: gio/gdesktopappinfo.c:863 +#, c-format msgid "Unable to find terminal required for application" msgstr "æ— æ³•æ‰¾åˆ°åº”ç”¨ç¨‹åºéœ€è¦çš„终端" -#: ../gio/gdesktopappinfo.c:1097 +#: gio/gdesktopappinfo.c:1097 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "æ— æ³•åˆ›å»ºç”¨æˆ·åº”ç”¨ç¨‹åºé…置文件夹 %s:%s" -#: ../gio/gdesktopappinfo.c:1101 +#: gio/gdesktopappinfo.c:1101 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "æ— æ³•åˆ›å»ºç”¨æˆ· MIME é…置文件夹 %s:%s" -#: ../gio/gdesktopappinfo.c:1474 +#: gio/gdesktopappinfo.c:1474 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" -#: ../gio/gdesktopappinfo.c:1498 +#: gio/gdesktopappinfo.c:1498 #, c-format msgid "Can't create user desktop file %s" msgstr "æ— æ³•åˆ›å»ºç”¨æˆ·æ¡Œé¢æ–‡ä»¶ %s" -#: ../gio/gdesktopappinfo.c:1523 +#: gio/gdesktopappinfo.c:1523 +#, c-format msgid "Can't load just created desktop file" msgstr "æ— æ³•å¯¼å…¥åˆšåˆšåˆ›å»ºçš„æ¡Œé¢æ–‡ä»¶" -#: ../gio/gdrive.c:369 +#: gio/gdrive.c:369 msgid "drive doesn't implement eject" msgstr "驱动未实现探出" -#: ../gio/gdrive.c:436 +#: gio/gdrive.c:436 msgid "drive doesn't implement polling for media" msgstr "驱动未实现媒体轮询" -#: ../gio/gfile.c:742 ../gio/gfile.c:930 ../gio/gfile.c:1063 -#: ../gio/gfile.c:1190 ../gio/gfile.c:1243 ../gio/gfile.c:1300 -#: ../gio/gfile.c:1381 ../gio/gfile.c:2336 ../gio/gfile.c:2381 -#: ../gio/gfile.c:2431 ../gio/gfile.c:2470 ../gio/gfile.c:2794 -#: ../gio/gfile.c:3193 ../gio/gfile.c:3272 ../gio/gfile.c:3352 -#: ../gio/gfile.c:3430 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 +#, c-format msgid "Operation not supported" msgstr "ä¸æ”¯æŒè¯¥æ“作" -#: ../gio/gfile.c:1105 ../gio/glocalfile.c:895 ../gio/glocalfile.c:904 -#: ../gio/glocalfile.c:915 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/glocalfile.c:915 +#, c-format msgid "Containing mount does not exist" msgstr "包å«çš„挂载ä¸å˜åœ¨" -#: ../gio/gfile.c:1720 +#: gio/gfile.c:1747 +#, c-format msgid "Can't copy over directory" msgstr "æ— æ³•å¤åˆ¶ç›®å½•" -#: ../gio/gfile.c:1780 +#: gio/gfile.c:1807 +#, c-format msgid "Can't copy directory over directory" msgstr "æ— æ³•å°†ç›®å½•å¤åˆ¶åˆ°ç›®å½•" -#: ../gio/gfile.c:1788 +#: gio/gfile.c:1815 +#, c-format msgid "Target file exists" msgstr "ç›®æ ‡æ–‡ä»¶å·²å˜åœ¨" -#: ../gio/gfile.c:1806 +#: gio/gfile.c:1833 +#, c-format msgid "Can't recursively copy directory" msgstr "æ— æ³•é€’å½’å¤åˆ¶ç›®å½•" -#: ../gio/gfile.c:2421 +#: gio/gfile.c:2448 +#, c-format msgid "Invalid symlink value given" msgstr "给出的符å·é“¾æŽ¥å€¼æ— 效" -#: ../gio/gfile.c:2513 +#: gio/gfile.c:2540 +#, c-format msgid "Trash not supported" msgstr "ä¸æ”¯æŒåžƒåœ¾ç®±" -#: ../gio/gfile.c:2560 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "文件åä¸èƒ½åŒ…å«â€œ%câ€" -#: ../gio/gfile.c:4264 ../gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "å·æœªå®žçŽ°æŒ‚è½½" -#: ../gio/gfileenumerator.c:151 +#: gio/gfileenumerator.c:151 +#, c-format msgid "Enumerator is closed" msgstr "枚举器已关é—" -#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217 -#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:424 +#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 +#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424 +#, c-format msgid "File enumerator has outstanding operation" msgstr "文件枚举器有异常æ“作" -#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:414 +#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414 msgid "File enumerator is already closed" msgstr "文件枚举器已关é—" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:450 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 +#, c-format msgid "Stream doesn't support query_info" msgstr "æµä¸æ”¯æŒ query_info" -#: ../gio/gfileinputstream.c:365 ../gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 +#, c-format msgid "Seek not supported on stream" msgstr "æµä¸æ”¯æŒæŸ¥æ‰¾" -#: ../gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 +#, c-format msgid "Truncate not allowed on input stream" msgstr "输入æµä¸å…许截æ–" -#: ../gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 +#, c-format msgid "Truncate not supported on stream" msgstr "æµä¸æ”¯æŒæˆªæ–" -#: ../gio/ginputstream.c:186 +#: gio/ginputstream.c:186 +#, c-format msgid "Too large count value passed to g_input_stream_read" msgstr "ä¼ é€’ç»™ g_input_stream_read 的计数值太大了" -#: ../gio/ginputstream.c:195 +#: gio/ginputstream.c:195 +#, c-format msgid "Input stream doesn't implement read" msgstr "输入æµæœªå®žçŽ°è¯»å–" -#: ../gio/ginputstream.c:318 +#: gio/ginputstream.c:318 +#, c-format msgid "Too large count value passed to g_input_stream_skip" msgstr "ä¼ é€’ç»™ g_input_stream_skip 的计数值太大了" -#: ../gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "ä¼ é€’ç»™ g_input_stream_skip_async 的计数值太大了" -#: ../gio/ginputstream.c:895 ../gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 +#, c-format msgid "Stream has outstanding operation" msgstr "æµæœ‰å¼‚常æ“作" -#: ../gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 +#, c-format msgid "Unable to find default local directory monitor type" msgstr "æ— æ³•æ‰¾é»˜è®¤çš„æœ¬åœ°ç›®å½•ç›‘è§†å™¨ç±»åž‹" -#: ../gio/glocalfile.c:561 +#: gio/glocalfile.c:561 #, c-format msgid "Invalid filename %s" msgstr "æ— æ•ˆçš„æ–‡ä»¶åå:%s" -#: ../gio/glocalfile.c:817 +#: gio/glocalfile.c:817 #, c-format msgid "Error getting filesystem info: %s" msgstr "读å–文件系统信æ¯å‡ºé”™ï¼š%s" -#: ../gio/glocalfile.c:935 +#: gio/glocalfile.c:935 +#, c-format msgid "Can't rename root directory" msgstr "æ— æ³•é‡å‘½åæ ¹ç›®å½•" -#: ../gio/glocalfile.c:953 +#: gio/glocalfile.c:953 +#, c-format msgid "Can't rename file, filename already exist" msgstr "æ— æ³•é‡å‘½å文件,该文件åå·²å˜åœ¨" -#: ../gio/glocalfile.c:966 ../gio/glocalfile.c:1688 ../gio/glocalfile.c:1717 -#: ../gio/glocalfile.c:1862 ../gio/glocalfileoutputstream.c:451 -#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 +#, c-format msgid "Invalid filename" msgstr "æ— æ•ˆçš„æ–‡ä»¶å" -#: ../gio/glocalfile.c:970 +#: gio/glocalfile.c:970 #, c-format msgid "Error renaming file: %s" msgstr "é‡å‘½å文件出错:%s" -#: ../gio/glocalfile.c:1087 +#: gio/glocalfile.c:1087 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: ../gio/glocalfile.c:1097 +#: gio/glocalfile.c:1097 +#, c-format msgid "Can't open directory" msgstr "æ— æ³•æ‰“å¼€ç›®å½•" -#: ../gio/glocalfile.c:1149 ../gio/glocalfile.c:1692 +#: gio/glocalfile.c:1149 gio/glocalfile.c:1692 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: ../gio/glocalfile.c:1441 +#: gio/glocalfile.c:1441 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: ../gio/glocalfile.c:1465 +#: gio/glocalfile.c:1465 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: ../gio/glocalfile.c:1489 +#: gio/glocalfile.c:1489 +#, c-format msgid "Unable to find toplevel directory for trash" msgstr "æ— æ³•æ‰¾åˆ°åžƒåœ¾ç®±çš„é¡¶çº§ç›®å½•" -#: ../gio/glocalfile.c:1549 ../gio/glocalfile.c:1569 +#: gio/glocalfile.c:1549 gio/glocalfile.c:1569 +#, c-format msgid "Unable to find or create trash directory" msgstr "æ— æ³•æ‰¾åˆ°æˆ–åˆ›å»ºåžƒåœ¾ç®±ç›®å½•" -#: ../gio/glocalfile.c:1601 +#: gio/glocalfile.c:1601 #, c-format msgid "Unable to create trashed file: %s" msgstr "创建垃圾文件失败:%s" -#: ../gio/glocalfile.c:1624 +#: gio/glocalfile.c:1624 #, c-format msgid "Unable to trash file: %s" msgstr "创建垃圾文件失败:%s" -#: ../gio/glocalfile.c:1721 +#: gio/glocalfile.c:1721 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符å·é“¾æŽ¥å‡ºé”™ï¼š%s" -#: ../gio/glocalfile.c:1779 ../gio/glocalfile.c:1866 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: ../gio/glocalfile.c:1802 +#: gio/glocalfile.c:1802 +#, c-format msgid "Can't move directory over directory" msgstr "æ— æ³•å°†ç›®å½•ç§»åŠ¨åˆ°ç›®å½•" -#: ../gio/glocalfile.c:1811 +#: gio/glocalfile.c:1811 +#, c-format msgid "Target file already exists" msgstr "ç›®æ ‡æ–‡ä»¶å·²å˜åœ¨" -#: ../gio/glocalfile.c:1824 ../gio/glocalfileoutputstream.c:740 -#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769 -#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 +#, c-format msgid "Backup file creation failed" msgstr "备份文件创建失败" -#: ../gio/glocalfile.c:1841 +#: gio/glocalfile.c:1841 #, c-format msgid "Error removing target file: %s" msgstr "ç§»é™¤ç›®æ ‡æ–‡ä»¶å‡ºé”™ï¼š%s" -#: ../gio/glocalfile.c:1855 +#: gio/glocalfile.c:1855 +#, c-format msgid "Move between mounts not supported" msgstr "ä¸æ”¯æŒåœ¨æŒ‚载之间移动" -#: ../gio/glocalfileinfo.c:707 +#: gio/glocalfileinfo.c:707 +#, c-format msgid "Attribute value must be non-NULL" msgstr "属性值必须为éžç©º" -#: ../gio/glocalfileinfo.c:714 +#: gio/glocalfileinfo.c:714 +#, c-format msgid "Invalid attribute type (string expected)" msgstr "æ— æ•ˆçš„å±žæ€§ç±»åž‹(应为 string)" -#: ../gio/glocalfileinfo.c:721 +#: gio/glocalfileinfo.c:721 +#, c-format msgid "Invalid extended attribute name" msgstr "æ— æ•ˆçš„æ‰©å±•å±žæ€§å" -#: ../gio/glocalfileinfo.c:761 +#: gio/glocalfileinfo.c:761 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "设置扩展属性“%sâ€å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, c-format msgid "Error stating file '%s': %s" msgstr "获å–文件“%sâ€çŠ¶æ€å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinfo.c:1447 +#: gio/glocalfileinfo.c:1447 msgid " (invalid encoding)" msgstr " (æ— æ•ˆçš„ç¼–ç )" -#: ../gio/glocalfileinfo.c:1622 +#: gio/glocalfileinfo.c:1622 #, c-format msgid "Error stating file descriptor: %s" msgstr "获å–文件æ述符状æ€æ—¶å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinfo.c:1667 +#: gio/glocalfileinfo.c:1667 +#, c-format msgid "Invalid attribute type (uint32 expected)" msgstr "æ— æ•ˆçš„å±žæ€§ç±»åž‹(应为 uint32)" -#: ../gio/glocalfileinfo.c:1684 +#: gio/glocalfileinfo.c:1684 +#, c-format msgid "Invalid attribute type (uint64 expected)" msgstr "æ— æ•ˆçš„å±žæ€§ç±»åž‹(应为 uint64)" -#: ../gio/glocalfileinfo.c:1702 +#: gio/glocalfileinfo.c:1702 +#, c-format msgid "Invalid attribute type (byte string expected)" msgstr "æ— æ•ˆçš„å±žæ€§ç±»åž‹(应为 byte string)" -#: ../gio/glocalfileinfo.c:1726 +#: gio/glocalfileinfo.c:1726 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问æƒé™å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1935 +#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1935 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: ../gio/glocalfileinfo.c:1798 +#: gio/glocalfileinfo.c:1798 +#, c-format msgid "symlink must be non-NULL" msgstr "符å·é“¾æŽ¥å¿…须是éžç©º" -#: ../gio/glocalfileinfo.c:1806 ../gio/glocalfileinfo.c:1823 -#: ../gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1806 gio/glocalfileinfo.c:1823 +#: gio/glocalfileinfo.c:1832 #, c-format msgid "Error setting symlink: %s" msgstr "设置符å·é“¾æŽ¥å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinfo.c:1815 +#: gio/glocalfileinfo.c:1815 +#, c-format msgid "Error setting symlink: file is not a symlink" msgstr "设定符å·é“¾æŽ¥å‡ºé”™ï¼šæ–‡ä»¶ä¸æ˜¯ç¬¦å·é“¾æŽ¥" -#: ../gio/glocalfileinfo.c:1990 +#: gio/glocalfileinfo.c:1990 #, c-format msgid "Setting attribute %s not supported" msgstr "ä¸æ”¯æŒè®¾ç½®å±žæ€§ %s" -#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, c-format msgid "Error reading from file: %s" msgstr "读å–文件出错:%s" -#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197 -#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351 -#: ../gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, c-format msgid "Error seeking in file: %s" msgstr "在文件ä¸æŸ¥æ‰¾æ—¶å‡ºé”™ï¼š%s" -#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259 +#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259 #, c-format msgid "Error closing file: %s" msgstr "å…³é—文件出错:%s" -#: ../gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 +#, c-format msgid "Unable to find default local file monitor type" msgstr "æ— æ³•æ‰¾åˆ°é»˜è®¤çš„æœ¬åœ°æ–‡ä»¶ç›‘è§†å™¨ç±»åž‹" -#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, c-format msgid "Error writing to file: %s" msgstr "写入文件出错:%s" -#: ../gio/glocalfileoutputstream.c:205 +#: gio/glocalfileoutputstream.c:205 #, c-format msgid "Error removing old backup link: %s" msgstr "移除旧的备份链接出错:%s" -#: ../gio/glocalfileoutputstream.c:214 +#: gio/glocalfileoutputstream.c:214 #, c-format msgid "Error creating backup link: %s" msgstr "创建备份链接:%s" -#: ../gio/glocalfileoutputstream.c:224 +#: gio/glocalfileoutputstream.c:224 #, c-format msgid "Error creating backup copy: %s" msgstr "创建备份拷è´ï¼š%s" -#: ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:240 #, c-format msgid "Error renaming temporary file: %s" msgstr "é‡å‘½å临时文件出错:%s" -#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, c-format msgid "Error truncating file: %s" msgstr "截æ–文件出错:%s" -#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498 -#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, c-format msgid "Error opening file '%s': %s" msgstr "打开文件“%sâ€å‡ºé”™ï¼š%s" -#: ../gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 +#, c-format msgid "Target file is a directory" msgstr "ç›®æ ‡æ–‡ä»¶æ˜¯ç›®å½•" -#: ../gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 +#, c-format msgid "Target file is not a regular file" msgstr "ç›®æ ‡æ–‡ä»¶ä¸æ˜¯æ™®é€šæ–‡ä»¶" -#: ../gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 +#, c-format msgid "The file was externally modified" msgstr "文件已ç»è¢«å…¶ä»–程åºä¿®æ”¹" -#: ../gio/gmemoryinputstream.c:471 ../gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 +#, c-format msgid "Invalid GSeekType supplied" msgstr "æ供的 GSeekType æ— æ•ˆ" -#: ../gio/gmemoryinputstream.c:481 ../gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 +#, c-format msgid "Invalid seek request" msgstr "æ— æ•ˆçš„æŸ¥æ‰¾è¯·æ±‚" -#: ../gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 +#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "æ— æ³•æˆªæ– GMemoryInputStream" -#: ../gio/gmemoryoutputstream.c:260 +#: gio/gmemoryoutputstream.c:260 +#, c-format msgid "Reached maximum data array limit" msgstr "达到数æ®æ•°ç»„上é™" -#: ../gio/gmemoryoutputstream.c:295 +#: gio/gmemoryoutputstream.c:295 +#, c-format msgid "Memory output stream not resizable" msgstr "内å˜è¾“出æµæ— 法改å˜å¤§å°" -#: ../gio/gmemoryoutputstream.c:311 +#: gio/gmemoryoutputstream.c:311 +#, c-format msgid "Failed to resize memory output stream" msgstr "改å˜å†…å˜è¾“出æµå¤§å°å¤±è´¥" -#: ../gio/gmount.c:341 +#: gio/gmount.c:341 msgid "mount doesn't implement unmount" msgstr "挂载未实现å¸è½½" -#: ../gio/gmount.c:413 +#: gio/gmount.c:413 msgid "mount doesn't implement eject" msgstr "挂载未实现弹出" -#: ../gio/gmount.c:490 +#: gio/gmount.c:490 msgid "mount doesn't implement remount" msgstr "挂载没有实现é‡æ–°æŒ‚è½½" -#: ../gio/goutputstream.c:193 +#: gio/goutputstream.c:193 +#, c-format msgid "Too large count value passed to g_output_stream_write" msgstr "ä¼ é€’ç»™ g_output_stream_write 的计数值太大了" -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403 +#: gio/goutputstream.c:202 gio/goutputstream.c:403 +#, c-format msgid "Output stream doesn't implement write" msgstr "输出æµæœªå®žçŽ°å†™å…¥" -#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 +#, c-format msgid "Source stream is already closed" msgstr "æ¥æºæµå·²ç»å…³é—" -#: ../gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "ä¼ é€’ç»™ g_output_stream_write_async 的计数值太大了" -#: ../gio/gunixinputstream.c:200 ../gio/gunixinputstream.c:218 -#: ../gio/gunixinputstream.c:290 ../gio/gunixoutputstream.c:281 +#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218 +#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281 #, c-format msgid "Error reading from unix: %s" msgstr "è¯»å– unix 出错:%s" -#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:424 -#: ../gio/gunixoutputstream.c:238 ../gio/gunixoutputstream.c:385 +#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:424 +#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385 #, c-format msgid "Error closing unix: %s" msgstr "å…³é— unix 出错:%s" -#: ../gio/gunixmounts.c:1755 ../gio/gunixmounts.c:1792 +#: gio/gunixmounts.c:1755 gio/gunixmounts.c:1792 msgid "Filesystem root" msgstr "æ–‡ä»¶ç³»ç»Ÿæ ¹ç›®å½•" -#: ../gio/gunixoutputstream.c:188 ../gio/gunixoutputstream.c:207 +#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207 #, c-format msgid "Error writing to unix: %s" msgstr "写入 unix 出错:%s" -#: ../gio/gvolume.c:384 +#: gio/gvolume.c:384 msgid "volume doesn't implement eject" msgstr "å·æœªå®žçŽ°å¼¹å‡º" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 +#, c-format msgid "Can't find application" msgstr "æ— æ³•æ‰¾åˆ°åº”ç”¨ç¨‹åº" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "å¯åŠ¨åº”用程åºå‡ºé”™ï¼š%s" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 +#, c-format msgid "URIs not supported" msgstr "ä¸æ”¯æŒ URI" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 +#, c-format msgid "association changes not supported on win32" msgstr "win32 ä¸æ”¯æŒå…³è”的修改" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 +#, c-format msgid "Association creation not supported on win32" msgstr "win32 ä¸æ”¯æŒå…³è”的创建" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "ä¸è¦éšè—项目" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "ä½¿ç”¨é•¿åˆ—è¡¨æ ¼å¼" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[文件...]" diff --git a/po/zh_HK.po b/po/zh_HK.po index eb7115cb8ad528e934fedfa22b395352ae5371f7..dce8b330be9befe7fbcaa2702a2cbd7a7c1393af 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1122,12 +1122,12 @@ msgstr "數值‘%s’ä¸èƒ½è¢«è§£è¯ç‚ºæµ®é»žæ•¸ã€‚" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’ä¸èƒ½è¢«è§£è¯ç‚ºé‚輯值。" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1204,56 +1204,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1272,23 +1272,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1308,16 +1308,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1343,8 +1343,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機å稱無效" @@ -1404,34 +1404,34 @@ msgstr "建立檔案‘%s’失敗:%s" msgid "Error making symbolic link: %s" msgstr "è§£æž %s é¸é …時發生錯誤" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1456,7 +1456,7 @@ msgstr "在屬性å稱內,文件çªç„¶çµæŸ" msgid "Error setting extended attribute '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1516,14 +1516,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1533,12 +1533,12 @@ msgstr "讀å–檔案‘%s’時發生錯誤:%s" msgid "Error closing file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1563,43 +1563,43 @@ msgstr "讀å–檔案‘%s’時發生錯誤:%s" msgid "Error renaming temporary file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ä¸æ˜¯æ™®é€šæª”案" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "無效的è¨å®šéµå稱:%s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1641,12 +1641,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 115ce65c5d584a041e172b7e85e660de403b450c..7488063eba24fc9566b2fe5332181469e31ca735 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-14 10:53-0500\n" +"POT-Creation-Date: 2008-01-21 11:37-0500\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" @@ -1122,12 +1122,12 @@ msgstr "數值‘%s’ä¸èƒ½è¢«è§£è¯ç‚ºæµ®é»žæ•¸ã€‚" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’ä¸èƒ½è¢«è§£è¯ç‚ºé‚輯值。" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558 +#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:559 msgid "Too large count value passed to g_input_stream_read_async" msgstr "" -#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888 -#: gio/goutputstream.c:1064 +#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:892 +#: gio/goutputstream.c:1075 #, c-format msgid "Stream is already closed" msgstr "" @@ -1204,56 +1204,56 @@ msgstr "" msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:731 gio/gfile.c:872 gio/gfile.c:1005 gio/gfile.c:1091 -#: gio/gfile.c:1144 gio/gfile.c:1201 gio/gfile.c:1282 gio/gfile.c:2189 -#: gio/gfile.c:2234 gio/gfile.c:2284 gio/gfile.c:2323 gio/gfile.c:2647 -#: gio/gfile.c:3046 gio/gfile.c:3125 gio/gfile.c:3205 gio/gfile.c:3283 +#: gio/gfile.c:742 gio/gfile.c:930 gio/gfile.c:1063 gio/gfile.c:1217 +#: gio/gfile.c:1270 gio/gfile.c:1327 gio/gfile.c:1408 gio/gfile.c:2363 +#: gio/gfile.c:2408 gio/gfile.c:2458 gio/gfile.c:2497 gio/gfile.c:2821 +#: gio/gfile.c:3220 gio/gfile.c:3299 gio/gfile.c:3379 gio/gfile.c:3457 #, fuzzy, c-format msgid "Operation not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/gfile.c:1047 gio/glocalfile.c:895 gio/glocalfile.c:904 +#: gio/gfile.c:1105 gio/glocalfile.c:895 gio/glocalfile.c:904 #: gio/glocalfile.c:915 #, c-format msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1621 +#: gio/gfile.c:1747 #, c-format msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1681 +#: gio/gfile.c:1807 #, c-format msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:1689 +#: gio/gfile.c:1815 #, c-format msgid "Target file exists" msgstr "" -#: gio/gfile.c:1707 +#: gio/gfile.c:1833 #, c-format msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2274 +#: gio/gfile.c:2448 #, c-format msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2366 +#: gio/gfile.c:2540 #, fuzzy, c-format msgid "Trash not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/gfile.c:2413 +#: gio/gfile.c:2587 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4068 gio/gvolume.c:318 +#: gio/gfile.c:4291 gio/gvolume.c:318 msgid "volume doesn't implement mount" msgstr "" @@ -1272,23 +1272,23 @@ msgstr "" msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:450 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:570 +#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 +#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 #, c-format msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:365 gio/gfileoutputstream.c:409 +#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 #, c-format msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:409 +#: gio/gfileinputstream.c:380 #, c-format msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:504 +#: gio/gfileoutputstream.c:457 #, c-format msgid "Truncate not supported on stream" msgstr "" @@ -1308,16 +1308,16 @@ msgstr "" msgid "Too large count value passed to g_input_stream_skip" msgstr "" -#: gio/ginputstream.c:681 +#: gio/ginputstream.c:683 msgid "Too large count value passed to g_input_stream_skip_async" msgstr "" -#: gio/ginputstream.c:895 gio/goutputstream.c:1071 +#: gio/ginputstream.c:899 gio/goutputstream.c:1082 #, c-format msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:296 +#: gio/glocaldirectorymonitor.c:297 #, c-format msgid "Unable to find default local directory monitor type" msgstr "" @@ -1343,8 +1343,8 @@ msgid "Can't rename file, filename already exist" msgstr "" #: gio/glocalfile.c:966 gio/glocalfile.c:1688 gio/glocalfile.c:1717 -#: gio/glocalfile.c:1849 gio/glocalfileoutputstream.c:451 -#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886 +#: gio/glocalfile.c:1862 gio/glocalfileoutputstream.c:448 +#: gio/glocalfileoutputstream.c:489 gio/glocalfileoutputstream.c:879 #, fuzzy, c-format msgid "Invalid filename" msgstr "主機å稱無效" @@ -1404,34 +1404,34 @@ msgstr "建立檔案‘%s’失敗:%s" msgid "Error making symbolic link: %s" msgstr "è§£æž %s é¸é …時發生錯誤" -#: gio/glocalfile.c:1768 gio/glocalfile.c:1853 +#: gio/glocalfile.c:1779 gio/glocalfile.c:1866 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1789 +#: gio/glocalfile.c:1802 #, c-format msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:1798 +#: gio/glocalfile.c:1811 #, c-format msgid "Target file already exists" msgstr "" -#: gio/glocalfile.c:1811 gio/glocalfileoutputstream.c:740 -#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769 -#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799 +#: gio/glocalfile.c:1824 gio/glocalfileoutputstream.c:735 +#: gio/glocalfileoutputstream.c:749 gio/glocalfileoutputstream.c:764 +#: gio/glocalfileoutputstream.c:780 gio/glocalfileoutputstream.c:794 #, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:1828 +#: gio/glocalfile.c:1841 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1842 +#: gio/glocalfile.c:1855 #, c-format msgid "Move between mounts not supported" msgstr "" @@ -1456,7 +1456,7 @@ msgstr "在屬性å稱內,文件çªç„¶çµæŸ" msgid "Error setting extended attribute '%s': %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630 +#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:625 #, fuzzy, c-format msgid "Error stating file '%s': %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1516,14 +1516,14 @@ msgstr "" msgid "Setting attribute %s not supported" msgstr "ä¸æ”¯æ´ç¬¦è™Ÿé€£çµ" -#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541 +#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:536 #, fuzzy, c-format msgid "Error reading from file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" #: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197 -#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351 -#: gio/glocalfileoutputstream.c:815 +#: gio/glocalfileinputstream.c:300 gio/glocalfileoutputstream.c:350 +#: gio/glocalfileoutputstream.c:810 #, fuzzy, c-format msgid "Error seeking in file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1533,12 +1533,12 @@ msgstr "讀å–檔案‘%s’時發生錯誤:%s" msgid "Error closing file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfilemonitor.c:225 +#: gio/glocalfilemonitor.c:224 #, c-format msgid "Unable to find default local file monitor type" msgstr "" -#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560 +#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:555 #, fuzzy, c-format msgid "Error writing to file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" @@ -1563,43 +1563,43 @@ msgstr "讀å–檔案‘%s’時發生錯誤:%s" msgid "Error renaming temporary file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830 +#: gio/glocalfileoutputstream.c:394 gio/glocalfileoutputstream.c:825 #, fuzzy, c-format msgid "Error truncating file: %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498 -#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890 +#: gio/glocalfileoutputstream.c:452 gio/glocalfileoutputstream.c:493 +#: gio/glocalfileoutputstream.c:616 gio/glocalfileoutputstream.c:883 #, fuzzy, c-format msgid "Error opening file '%s': %s" msgstr "讀å–檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileoutputstream.c:642 +#: gio/glocalfileoutputstream.c:637 #, c-format msgid "Target file is a directory" msgstr "" -#: gio/glocalfileoutputstream.c:647 +#: gio/glocalfileoutputstream.c:642 #, fuzzy, c-format msgid "Target file is not a regular file" msgstr "ä¸æ˜¯æ™®é€šæª”案" -#: gio/glocalfileoutputstream.c:659 +#: gio/glocalfileoutputstream.c:654 #, c-format msgid "The file was externally modified" msgstr "" -#: gio/gmemoryinputstream.c:471 gio/gmemoryoutputstream.c:517 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517 #, c-format msgid "Invalid GSeekType supplied" msgstr "" -#: gio/gmemoryinputstream.c:481 gio/gmemoryoutputstream.c:527 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527 #, fuzzy, c-format msgid "Invalid seek request" msgstr "無效的è¨å®šéµå稱:%s" -#: gio/gmemoryinputstream.c:505 +#: gio/gmemoryinputstream.c:521 #, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" @@ -1641,12 +1641,12 @@ msgstr "" msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:764 +#: gio/goutputstream.c:363 gio/goutputstream.c:770 #, c-format msgid "Source stream is already closed" msgstr "" -#: gio/goutputstream.c:646 +#: gio/goutputstream.c:647 msgid "Too large count value passed to g_output_stream_write_async" msgstr ""