This commit is contained in:
Matthias Clasen 2006-07-22 18:21:48 +00:00
parent c534348ea5
commit 395997df20
88 changed files with 2295 additions and 1980 deletions

View File

@ -1,5 +1,10 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com> 2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
* glib/gconvert.c: Fix the prototype of _g_charset_get_aliases.
(#346494, Thomas Klausner)
* NEWS: Updates * NEWS: Updates
2006-07-21 Behdad Esfahbod <behdad@gnome.org> 2006-07-21 Behdad Esfahbod <behdad@gnome.org>

View File

@ -1,5 +1,10 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com> 2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
* glib/gconvert.c: Fix the prototype of _g_charset_get_aliases.
(#346494, Thomas Klausner)
* NEWS: Updates * NEWS: Updates
2006-07-21 Behdad Esfahbod <behdad@gnome.org> 2006-07-21 Behdad Esfahbod <behdad@gnome.org>

View File

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

1
NEWS
View File

@ -9,6 +9,7 @@ Overview of Changes from GLib 2.12.0 to GLib 2.12.1
336281 Update to UCD 5.0 336281 Update to UCD 5.0
346197 g_date_strftime %F option doesnt work for win32 346197 g_date_strftime %F option doesnt work for win32
348011 Small optimization to real_toupper() 348011 Small optimization to real_toupper()
246494 prototype mismatch in glib/gconvert.c
* New and updated translations (bg,bn_IN,ca,dz,eu,fi, * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
fr,he,it,ja,mk,or,pt) fr,he,it,ja,mk,or,pt)

2
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is GLib version 2.12.0. GLib is the low-level core This is GLib version 2.12.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads, interfaces for such runtime functionality as an event loop, threads,

View File

@ -1,3 +1,7 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-20 Tor Lillqvist <tml@novell.com> 2006-07-20 Tor Lillqvist <tml@novell.com>
* glib/tmpl/date.sgml: Improve doc for * glib/tmpl/date.sgml: Improve doc for

View File

@ -128,6 +128,8 @@ A convenience function/macro to log a normal message.
@...: @...:
@...:
@...: @...:
@ -150,6 +152,8 @@ A convenience function/macro to log a warning message.
@...: @...:
@...:
@...: @...:
@ -176,6 +180,8 @@ example.
@...: @...:
@...:
@...: @...:
@ -203,6 +209,8 @@ assertion failure.
@...: @...:
@...:
@...: @...:
@ -225,6 +233,8 @@ A convenience function/macro to log a debug message.
@...: @...:
@...:
@...: @...:
@Since: 2.6 @Since: 2.6

View File

@ -88,7 +88,7 @@ try_to_aliases (const char **to_aliases,
return FALSE; return FALSE;
} }
extern const char **_g_charset_get_aliases (const char *canonical_name) G_GNUC_INTERNAL; extern const char ** G_GNUC_INTERNAL _g_charset_get_aliases (const char *canonical_name);
/** /**
* g_iconv_open: * g_iconv_open:

View File

@ -1,3 +1,7 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-02 Matthias Clasen <mclasen@redhat.com> 2006-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.0 === * === Released 2.12.0 ===

View File

@ -1,3 +1,7 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-21 Matthias Clasen <mclasen@redhat.com> 2006-07-21 Matthias Clasen <mclasen@redhat.com>
* gtypemodule.c (g_type_module_register_type): Copy the complete * gtypemodule.c (g_type_module_register_type): Copy the complete

View File

@ -1,3 +1,7 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-02 Matthias Clasen <mclasen@redhat.com> 2006-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.0 === * === Released 2.12.0 ===

View File

@ -1,3 +1,7 @@
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-22 Yair Hershkovitz <yairhr@gmail.com> 2006-07-22 Yair Hershkovitz <yairhr@gmail.com>
* he.po: Updated Hebrew translation. * he.po: Updated Hebrew translation.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib VERSION\n" "Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n" "Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n" "Language-Team: Amharic <locales@geez.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-12-19 01:22+0100\n" "PO-Revision-Date: 2003-12-19 01:22+0100\n"
"Last-Translator: Arafat Medini <lumina@silverpen.de>\n" "Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n" "Language-Team: Arabic <doc@arabeyes.org>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.az\n" "Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-02-02 12:12+0200\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n" "Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n" "Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-11-16 11:21+0200\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n" "Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"

354
po/bg.po
View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-05 16:19+0300\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-05 16:19+0300\n" "PO-Revision-Date: 2006-07-05 16:19+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n" "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@ -17,286 +17,294 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочакван атрибут „%s“ на елемента „%s“" msgstr "Неочакван атрибут „%s“ на елемента „%s“"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибутът „%s“ на елемента „%s“ не е открит" msgstr "Атрибутът „%s“ на елемента „%s“ не е открит"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочакван етикет „%s“, очакваше се „%s“" msgstr "Неочакван етикет „%s“, очакваше се „%s“"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочакван етикет „%s“ вътре в „%s“" msgstr "Неочакван етикет „%s“ вътре в „%s“"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "Не може да се открие валиден файл с отметки в папките с данни" msgstr "Не може да се открие валиден файл с отметки в папките с данни"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Вече съществува отметка за адреса „%s“" msgstr "Вече съществува отметка за адреса „%s“"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Не е открита отметка за адреса „%s“" msgstr "Не е открита отметка за адреса „%s“"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не е указан типът MIME в отметката към адреса „%s“" msgstr "Не е указан типът MIME в отметката към адреса „%s“"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не е зададен флаг за лични данни за адреса „%s“" msgstr "Не е зададен флаг за лични данни за адреса „%s“"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "Не са зададени групи в отметката за адреса „%s“" msgstr "Не са зададени групи в отметката за адреса „%s“"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Никое приложение „%s“ не е регистрирало отметка за „%s“" msgstr "Никое приложение „%s“ не е регистрирало отметка за „%s“"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Преобразуването от набора символи „%s“ към „%s“ не се поддържа" msgstr "Преобразуването от набора символи „%s“ към „%s“ не се поддържа"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“" msgstr "Не може да се отвори конвертор от „%s“ към „%s“"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за преобразуване" msgstr "Грешна байтова последователност на входа за преобразуване"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка по време на преобразуване: %s" msgstr "Грешка по време на преобразуване: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Непълна символна последователност в края на входните данни" msgstr "Непълна символна последователност в края на входните данни"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "" msgstr ""
"Заместващият символ „%s“ не може да бъде преобразуван към символ от набора „%" "Заместващият символ „%s“ не може да бъде преобразуван към символ от набора „%"
"s“" "s“"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI „%s“ не е абсолютен URI при използване на схемата „файл“" msgstr "URI „%s“ не е абсолютен URI при използване на схемата „файл“"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "URI „%s“ към локален файл не може да включва „#“" msgstr "URI „%s“ към локален файл не може да включва „#“"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI „%s“ е неправилен" msgstr "URI „%s“ е неправилен"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хоста в URI „%s“ е невалидно" msgstr "Името на хоста в URI „%s“ е невалидно"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI „%s“ съдържа грешни екраниращи последователности" msgstr "URI „%s“ съдържа грешни екраниращи последователности"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Пътят „%s“ не е абсолютен" msgstr "Пътят „%s“ не е абсолютен"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Неправилно име на хост" msgstr "Неправилно име на хост"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Грешка при отваряне на папка „%s“: %s" msgstr "Грешка при отваряне на папка „%s“: %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“" msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Грешка при четене на файл „%s“: %s" msgstr "Грешка при четене на файл „%s“: %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Неуспех при четене от файл „%s“: %s" msgstr "Неуспех при четене от файл „%s“: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Неуспех при отваряне на файл „%s“: %s" msgstr "Неуспех при отваряне на файл „%s“: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на " "Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на "
"fstat(): %s" "fstat(): %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "" msgstr ""
"Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s" "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на " "Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на "
"g_rename(): %s" "g_rename(): %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Неуспех при създаване на файл „%s“: %s" msgstr "Неуспех при създаване на файл „%s“: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen" "Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen"
"(): %s" "(): %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s" msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "" msgstr ""
"Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s" "Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на " "Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на "
"g_unlink(): %s" "g_unlink(): %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“" msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблонът „%s“ не съдържа XXXXXX" msgstr "Шаблонът „%s“ не съдържа XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Неуспех при четене на символната връзка „%s“: %s" msgstr "Неуспех при четене на символната връзка „%s“: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Символни връзки не се поддържат" msgstr "Символни връзки не се поддържат"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s" msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не може да се чете от g_io_channel_read_line_string" msgstr "Не може да се чете от g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "В буфера за четене останаха непреобразувани данни" msgstr "В буфера за четене останаха непреобразувани данни"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Каналът прекъсна на непълен символ" msgstr "Каналът прекъсна на непълен символ"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не може да се чете от g_io_channel_read_to_end" msgstr "Не може да се чете от g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на open(): %s" msgstr "Неуспех при отваряне на файл „%s“: неуспешно изпълнение на open(): %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "" msgstr ""
"Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): " "Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): "
"%s" "%s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Грешка на ред %d, символ %d: %s" msgstr "Грешка на ред %d, символ %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Грешка на ред %d: %s" msgstr "Грешка на ред %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Намерена е празна заместваща последователност: „&;“. Валидни " "Намерена е празна заместваща последователност: „&;“. Валидни "
"последователности са: &amp; &quot; &lt; &gt; &apos;" "последователности са: &amp; &quot; &lt; &gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -307,17 +315,17 @@ msgstr ""
"начало е символът &. Ако той не трябва да започва заместваща " "начало е символът &. Ако той не трябва да започва заместваща "
"последователност, той може да се екранира така: &amp;" "последователност, той може да се екранира така: &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Символът „%s“ не може да се съдържа в заместваща последователност" msgstr "Символът „%s“ не може да се съдържа в заместваща последователност"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Заместващата последователност „%s“ е неизвестна" msgstr "Заместващата последователност „%s“ е неизвестна"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -326,7 +334,7 @@ msgstr ""
"амперсанд, без той да е начало на заместваща последователност. Представете " "амперсанд, без той да е начало на заместваща последователност. Представете "
"амперсанда чрез &amp;" "амперсанда чрез &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -335,17 +343,17 @@ msgstr ""
"Грешка при анализ на „%-.*s“, което трябва да е число в указател на символ " "Грешка при анализ на „%-.*s“, което трябва да е число в указател на символ "
"(например &#234;). Вероятно числото е твърде голямо" "(например &#234;). Вероятно числото е твърде голямо"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "" msgstr ""
"Указателят на символ „%-.*s“ при декодиране не представя разрешен символ" "Указателят на символ „%-.*s“ при декодиране не представя разрешен символ"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на символ. Трябва да включва число, например &#454;" msgstr "Празен указател на символ. Трябва да включва число, например &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -355,23 +363,23 @@ msgstr ""
"амперсанд, без той да е начало на заместваща последователност. Представете " "амперсанд, без той да е начало на заместваща последователност. Представете "
"амперсанда чрез &amp;" "амперсанда чрез &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Незавършена заместваща последователност" msgstr "Незавършена заместваща последователност"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Незавършен указател на символ" msgstr "Незавършен указател на символ"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Неправилно кодиран текст в UTF-8" msgstr "Неправилно кодиран текст в UTF-8"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)" msgstr "Документът трябва да започва с елемент (напр. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -379,7 +387,7 @@ msgid ""
msgstr "" msgstr ""
"„%s“ е невалиден символ след „<“. Името на елемент не може да започне с него" "„%s“ е невалиден символ след „<“. Името на елемент не може да започне с него"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -388,7 +396,7 @@ msgstr ""
"Неподходящ символ „%s“, очаква се отварящия етикет на елемент „%s“ да " "Неподходящ символ „%s“, очаква се отварящия етикет на елемент „%s“ да "
"завърши с „>“" "завърши с „>“"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -396,7 +404,7 @@ msgstr ""
"Неподходящ символ „%s“, очаква се „=“ след името на атрибут „%s“ на елемент " "Неподходящ символ „%s“, очаква се „=“ след името на атрибут „%s“ на елемент "
"„%s“" "„%s“"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -407,7 +415,7 @@ msgstr ""
"завърши със символ „>“ или „/“, или евентуално да продължи с атрибут. Най-" "завърши със символ „>“ или „/“, или евентуално да продължи с атрибут. Най-"
"вероятно използвате неправилен символ в името на атрибут" "вероятно използвате неправилен символ в името на атрибут"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -416,7 +424,7 @@ msgstr ""
"Неподходящ символ „%s“, очаква се символ „\"“ след знака за равенство, " "Неподходящ символ „%s“, очаква се символ „\"“ след знака за равенство, "
"когато се присвоява стойност на атрибута „%s“ на елемент „%s“" "когато се присвоява стойност на атрибута „%s“ на елемент „%s“"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -425,7 +433,7 @@ msgstr ""
"„%s“ е невалиден символ след символите „</“. Името на елемент не може да " "„%s“ е невалиден символ след символите „</“. Името на елемент не може да "
"започва с „%s“" "започва с „%s“"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -434,26 +442,26 @@ msgstr ""
"„%s“ е невалиден символ при завършването на затварящ етикет с име „%s“. " "„%s“ е невалиден символ при завършването на затварящ етикет с име „%s“. "
"Позволен е символът „>“" "Позволен е символът „>“"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент" msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“" msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни символи" msgstr "Документът е празен или съдържа само празни символи"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"Документът завършва неочаквано веднага след отваряща счупена скоба - „<“" "Документът завършва неочаквано веднага след отваряща счупена скоба - „<“"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -462,7 +470,7 @@ msgstr ""
"Документът завършва неочаквано - има отворени елементи. Последно отворен е „%" "Документът завършва неочаквано - има отворени елементи. Последно отворен е „%"
"s“" "s“"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -471,19 +479,19 @@ msgstr ""
"Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши " "Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
"етикета <%s/>" "етикета <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано в името на елемент" msgstr "Документът завършва неочаквано в името на елемент"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано в името на атрибут" msgstr "Документът завършва неочаквано в името на атрибут"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано в отварящ етикет на елемент " msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -491,98 +499,100 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на " "Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута. Атрибутът няма стойност" "атрибута. Атрибутът няма стойност"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завършва неочаквано вътре в стойността на атрибут" msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“" msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завършва неочаквано в коментар или инструкция за обработка" msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Цитиран текст не започва със символ „\"“" msgstr "Цитиран текст не започва със символ „\"“"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Липсват затварящи кавички в команден ред или друг текст цитиран от обвивката" "Липсват затварящи кавички в команден ред или друг текст цитиран от обвивката"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Текстът свърши веднага след символа „\\“. (Текстът е „%s“)" msgstr "Текстът свърши веднага след символа „\\“. (Текстът е „%s“)"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Текстът свърши преди откриването на затварящи кавички за %c. (Текстът е „%s“)" "Текстът свърши преди откриването на затварящи кавички за %c. (Текстът е „%s“)"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Текстът е празен (или съдържа само празни символи)" msgstr "Текстът е празен (или съдържа само празни символи)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Неуспех при четене на данни от дъщерен процес" msgstr "Неуспех при четене на данни от дъщерен процес"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)" msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Неуспех при четене от дъщерен канал (%s)" msgstr "Неуспех при четене от дъщерен канал (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспех при промяна към папка „%s“ (%s)" msgstr "Неуспех при промяна към папка „%s“ (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Неуспех при изпълнение на дъщерен процес (%s)" msgstr "Неуспех при изпълнение на дъщерен процес (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Неправилно име на програма: %s" msgstr "Неправилно име на програма: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s" msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Неправилен низ в средата: %s" msgstr "Неправилен низ в средата: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Неправилна работна папка: %s" msgstr "Неправилна работна папка: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Неуспех при изпълнение на програмата за помощта (%s)" msgstr "Неуспех при изпълнение на програмата за помощта (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -590,143 +600,149 @@ msgstr ""
"Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен " "Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен "
"процес" "процес"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Неуспех при четене на данни от дъщерен процес (%s)" msgstr "Неуспех при четене на данни от дъщерен процес (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)" "Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочаквана грешка в waitpid() (%s)" msgstr "Неочаквана грешка в waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Неуспешно разклоняване (%s)" msgstr "Неуспешно разклоняване (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)" msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)" msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Неуспех при разклоняване на дъщерен процес (%s)" msgstr "Неуспех при разклоняване на дъщерен процес (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“" msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“"
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"Неуспех при четенето на достатъчно данни от канала на дъщерен процес с pid (%" "Неуспех при четенето на достатъчно данни от канала на дъщерен процес с pid (%"
"s)" "s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Символ извън обхвата на UTF-8" msgstr "Символ извън обхвата на UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Неправилна последователност на входа за преобразуване" msgstr "Неправилна последователност на входа за преобразуване"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Символ извън обхвата на UTF-16" msgstr "Символ извън обхвата на UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Употреба:" msgstr "Употреба:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[ОПЦИЯ...]" msgstr "[ОПЦИЯ...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Настройки на помощта:" msgstr "Настройки на помощта:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Показване на настройките на помощта" msgstr "Показване на настройките на помощта"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Показване на всички настройки на помощта" msgstr "Показване на всички настройки на помощта"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Настройки на приложението:" msgstr "Настройки на приложението:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Не може да се анализира целочислената стойност „%s“ за %s" msgstr "Не може да се анализира целочислената стойност „%s“ за %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "" msgstr ""
"Целочислената стойност „%s“ за %s е извън интервала на допустими стойности" "Целочислената стойност „%s“ за %s е извън интервала на допустими стойности"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "" msgstr ""
"Не може да се анализира стойността с повишена точност double „%s“ за %s" "Не може да се анализира стойността с повишена точност double „%s“ за %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "" msgstr ""
"Стойността с повишена точност - double „%s“ за %s е извън интервала на " "Стойността с повишена точност - double „%s“ за %s е извън интервала на "
"допустими стойности" "допустими стойности"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Грешка при анализа на опцията: %s" msgstr "Грешка при анализа на опцията: %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Липсва аргумент за %s" msgstr "Липсва аргумент за %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Непозната опция %s" msgstr "Непозната опция %s"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Не може да се открие валиден ключов файл в папките с данни" msgstr "Не може да се открие валиден ключов файл в папките с данни"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Не е обикновен файл" msgstr "Не е обикновен файл"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Файлът е празен" msgstr "Файлът е празен"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -734,40 +750,41 @@ msgstr ""
"Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито " "Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито "
"група, нито коментар" "група, нито коментар"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Ключовият файл не започва с група" msgstr "Ключовият файл не започва с група"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“" msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Ключовият файл не съдържа групата „%s“" msgstr "Ключовият файл не съдържа групата „%s“"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Ключовият файл не съдържа ключа „%s“" msgstr "Ключовият файл не съдържа ключа „%s“"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8" msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде " "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде "
"анализирана." "анализирана."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -776,37 +793,38 @@ msgstr ""
"Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да " "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да "
"бъде анализирана." "бъде анализирана."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Ключовият файл съдържа екранираща последователност в край на ред" msgstr "Ключовият файл съдържа екранираща последователност в край на ред"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Ключовият файл съдържа грешна екранираща последователност - „%s“" msgstr "Ключовият файл съдържа грешна екранираща последователност - „%s“"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Стойността „%s“ не може да се интерпретира като число." msgstr "Стойността „%s“ не може да се интерпретира като число."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности" msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "" msgstr ""
"Стойността „%s“ не може да се интерпретира като число с плаваща запетая." "Стойността „%s“ не може да се интерпретира като число с плаваща запетая."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Стойността „%s“ не може да се интерпретира като булева." msgstr "Стойността „%s“ не може да се интерпретира като булева."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 0.1\n" "Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-10-03 00:24+0600\n" "PO-Revision-Date: 2005-10-03 00:24+0600\n"
"Last-Translator: Mahay Alam Khan <makl10n@yahoo.com>\n" "Last-Translator: Mahay Alam Khan <makl10n@yahoo.com>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n" "Language-Team: Bengali <gnome-translation@bengalinux.org>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: bn_IN\n" "Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-03 07:06+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-17 15:24+0530\n" "PO-Revision-Date: 2006-07-17 15:24+0530\n"
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n" "Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
"Language-Team: Bangla (INDIA) <gnome-translation@bengalinux.org>\n" "Language-Team: Bangla (INDIA) <gnome-translation@bengalinux.org>\n"
@ -19,728 +19,785 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n" "X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে" msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি" msgstr "'%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত" msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে" msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি" msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয়নি" msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয়নি"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা যাবে না" msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা যাবে না"
# sam: রুপান্তরকারক # sam: রুপান্তরকারক
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি" msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়" msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s" msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম" msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ফলব্যাক '%s' থেকে '%s' কোড-সেটে পরিবর্তন করা যায়নি" msgstr "ফলব্যাক '%s' থেকে '%s' কোড-সেটে পরিবর্তন করা যায়নি"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'-টি \"file\" স্কিম প্রয়োগকারী সুনিশ্চিত URI নয়" msgstr "URI '%s'-টি \"file\" স্কিম প্রয়োগকারী সুনিশ্চিত URI নয়"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "স্থানীয় ফাইল URI '%s'-র মধ্যে '#' চিহ্ন অন্তর্ভুক্ত করা যাবে না" msgstr "স্থানীয় ফাইল URI '%s'-র মধ্যে '#' চিহ্ন অন্তর্ভুক্ত করা যাবে না"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' বৈধ নয়" msgstr "URI '%s' বৈধ নয়"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়" msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'-র মধ্যে অবৈধরূপে এস্কেপ অক্ষর প্রয়োগ করা হয়েছে" msgstr "URI '%s'-র মধ্যে অবৈধরূপে এস্কেপ অক্ষর প্রয়োগ করা হয়েছে"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' পাথটি সুনিশ্চিত নয়" msgstr "'%s' পাথটি সুনিশ্চিত নয়"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "হোস্ট-নেম বৈধ নয়" msgstr "হোস্ট-নেম বৈধ নয়"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu বাইট, \"%s\" ফাইল পড়ার জন্য বরাদ্দ করা যায়নি" msgstr "%lu বাইট, \"%s\" ফাইল পড়ার জন্য বরাদ্দ করা যায়নি"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "'%s' ফাইল পড়তে সমস্যা: %s" msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "'%s' ফাইল থেকে পড়তে ব্যর্থ: %s" msgstr "'%s' ফাইল থেকে পড়তে ব্যর্থ: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "'%s' ফাইল খুলতে ব্যর্থ: %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ফাইলের বৈশিষ্ট্য প্রাপ্ত করতে ব্যর্থ: fstat() বিফল: %s" msgstr "'%s' ফাইলের বৈশিষ্ট্য প্রাপ্ত করতে ব্যর্থ: fstat() বিফল: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ফাইল খুলতে ব্যর্থ: fdopen() বিফল: %s" msgstr "'%s' ফাইল খুলতে ব্যর্থ: fdopen() বিফল: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' ফাইলের নাম '%s'-এ পরিবর্তন করতে ব্যর্থ: g_rename() বিফল: %s" msgstr "'%s' ফাইলের নাম '%s'-এ পরিবর্তন করতে ব্যর্থ: g_rename() বিফল: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s" msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "লেখার উদ্দেশ্যে '%s' খুলতে ব্যর্থ: fdopen() বিফল: %s" msgstr "লেখার উদ্দেশ্যে '%s' খুলতে ব্যর্থ: fdopen() বিফল: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fwrite() বিফল: %s" msgstr "'%s' ফাইলে লিখতে ব্যর্থ: fwrite() বিফল: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ফাইল বন্ধ করতে ব্যর্থ: fclose() বিফল: %s" msgstr "'%s' ফাইল বন্ধ করতে ব্যর্থ: fclose() বিফল: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "বিদ্যমান ফাইল '%s' অপসারিত করা যায়নি: g_unlink() ব্যর্থ: %s" msgstr "বিদ্যমান ফাইল '%s' অপসারিত করা যায়নি: g_unlink() ব্যর্থ: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত্‌ নয়" msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত্‌ নয়"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই" msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না" msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s" msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string'র উপর raw read করা সম্ভব নয়" msgstr "g_io_channel_read_line_string'র উপর raw read করা সম্ভব নয়"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "read বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে" msgstr "read বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি" msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end'এ raw read করা যায়নি" msgstr "g_io_channel_read_to_end'এ raw read করা যায়নি"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s" msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s" msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: %s" msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "পংক্তি %d'এ ত্রুটি: %s" msgstr "পংক্তি %d'এ ত্রুটি: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" msgid ""
msgstr "তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "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 " "begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;" "it as &amp;"
msgstr "স্বত্বার নামের প্রারম্ভে '%s'-র ব্যবহার বৈধ নয়; & অক্ষর দ্বারা স্বত্বা আরম্ভ করা হয়; এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো যাবে" msgstr ""
"স্বত্বার নামের প্রারম্ভে '%s'-র ব্যবহার বৈধ নয়; & অক্ষর দ্বারা স্বত্বা আরম্ভ করা হয়; "
"এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো "
"যাবে"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়" msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "'%s' নামের স্বত্বা অজানা" msgstr "'%s' নামের স্বত্বা অজানা"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
msgstr "স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে" msgstr ""
"স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের "
"উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large" "reference (&#234; for example) - perhaps the digit is too large"
msgstr "'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত (উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়" msgstr ""
"'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
"(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি" msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক" msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
"as &amp;" "as &amp;"
msgstr "অক্ষরের রেফারেন্স সেমি-কোলন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে" msgstr ""
"অক্ষরের রেফারেন্স সেমি-কোলন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে "
"ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
"করানো যাবে"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ" msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ" msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট" msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)" msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
msgstr "'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না" msgstr ""
"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'" "'%s'"
msgstr "'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' অক্ষর প্রত্যাশিত" msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
"অক্ষর প্রত্যাশিত"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgid ""
msgstr "'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে একটি '=' চিহ্ন প্রত্যাশিত" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
"একটি '=' চিহ্ন প্রত্যাশিত"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
"element '%s', or optionally an attribute; perhaps you used an invalid " "element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name" "character in an attribute name"
msgstr "'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে" msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
"অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
"মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'" "giving value for attribute '%s' of element '%s'"
msgstr "'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত" msgstr ""
"'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
"উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name" "begin an element name"
msgstr "'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ করা যাবে না" msgstr ""
"'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
"করা যাবে না"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'" "allowed character is '>'"
msgstr "'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর হল '>'" msgstr ""
"'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
"হল '>'"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে" msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত" msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr ""
"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
"element opened" "element opened"
msgstr "খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা হয়েছিল" msgstr ""
"খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
"হয়েছিল"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>" "the tag <%s/>"
msgstr "নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের অন্তিম অংশের উপস্থিতি প্রত্যাশিত" msgstr ""
"নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
"অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
msgstr "বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত" msgstr ""
"বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
"হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে" msgstr ""
"কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "উদ্ধৃতির অংশ উদ্ধিতি চিহ্ন দ্বারা আরম্ভ করা হয়নি" msgstr "উদ্ধৃতির অংশ উদ্ধিতি চিহ্ন দ্বারা আরম্ভ করা হয়নি"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "কমান্ড-লাইন অথবা শেল'র উদ্ধৃতির মধ্যে অসংগত উদ্ধৃতি চিহ্ন" msgstr "কমান্ড-লাইন অথবা শেল'র উদ্ধৃতির মধ্যে অসংগত উদ্ধৃতি চিহ্ন"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "'\\' অক্ষরের পরে টেক্সট সমাপ্ত হয়েছে। (সংশ্লিষ্ট টেক্সট হল '%s')" msgstr "'\\' অক্ষরের পরে টেক্সট সমাপ্ত হয়েছে। (সংশ্লিষ্ট টেক্সট হল '%s')"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c'র ক্ষেত্রে সুসংগত উদ্ধৃতি চিহ্ন পাওয়া যায়নি। (সংশ্লিষ্ট টেক্সট হল '%s')" msgstr "%c'র ক্ষেত্রে সুসংগত উদ্ধৃতি চিহ্ন পাওয়া যায়নি। (সংশ্লিষ্ট টেক্সট হল '%s')"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "টেক্সট ফাঁকা (অথবা শুধুমাত্র শূণ্যস্থানসহ)" msgstr "টেক্সট ফাঁকা (অথবা শুধুমাত্র শূণ্যস্থানসহ)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "চাইল্ড প্রসেসের সাথে যোগাযোগের উদ্দেশ্যে পাইপ নির্মাণে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেসের সাথে যোগাযোগের উদ্দেশ্যে পাইপ নির্মাণে ব্যর্থ (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "চাইল্ড পাইপ থেকে পড়তে ব্যর্থ (%s)" msgstr "চাইল্ড পাইপ থেকে পড়তে ব্যর্থ (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ডিরেক্টরিতে পরিবর্তন করতে ব্যর্থ (%s)" msgstr "'%s' ডিরেক্টরিতে পরিবর্তন করতে ব্যর্থ (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "চাইল্ড প্রসেস কার্যকর করতে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেস কার্যকর করতে ব্যর্থ (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "প্রোগ্রামের নাম অবৈধ: %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "%d'এ আর্গুমেন্ট ভেক্টর'এ উল্লিখিত পংক্তি বৈধ নয়: %s" msgstr "%d'এ আর্গুমেন্ট ভেক্টর'এ উল্লিখিত পংক্তি বৈধ নয়: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "পরিবেশের মধ্যে উল্লিখিত পংক্তি বৈধ নয়: %s" msgstr "পরিবেশের মধ্যে উল্লিখিত পংক্তি বৈধ নয়: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s" msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "সহায়ক প্রোগ্রাম চালাতে ব্যর্থ (%s)" msgstr "সহায়ক প্রোগ্রাম চালাতে ব্যর্থ (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়ার সময় g_io_channel_win32_poll()'এ অপ্রত্যাশিত ত্রুটি" msgstr ""
"চাইল্ড প্রসেস থেকে তথ্য পড়ার সময় g_io_channel_win32_poll()'এ অপ্রত্যাশিত ত্রুটি"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়ার সময় select() সংক্রান্ত অপ্রত্যাশিত ত্রুটি (%s)" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়ার সময় select() সংক্রান্ত অপ্রত্যাশিত ত্রুটি (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()'এ অপ্রত্যাশিত ত্রুটি (%s)" msgstr "waitpid()'এ অপ্রত্যাশিত ত্রুটি (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "fork করতে ব্যর্থ (%s)" msgstr "fork করতে ব্যর্থ (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "চাইল্ড প্রসেস \"%s\" চালাতে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেস \"%s\" চালাতে ব্যর্থ (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "চাইল্ড প্রসেসের আউটপুট অথবা ইনপুট রি-ডাইরেক্ট করতে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেসের আউটপুট অথবা ইনপুট রি-ডাইরেক্ট করতে ব্যর্থ (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "চাইল্ড প্রসেস fork করতে ব্যর্থ (%s)" msgstr "চাইল্ড প্রসেস fork করতে ব্যর্থ (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করতে অজানা সমস্যা" msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করতে অজানা সমস্যা"
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)" msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "অক্ষরটি UTF-8'র আয়ত্বের বাইরে" msgstr "অক্ষরটি UTF-8'র আয়ত্বের বাইরে"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "রূপান্তর করার উদ্দেশ্যে প্রদত্ত তথ্যের মধ্যে অবৈধ ধারা" msgstr "রূপান্তর করার উদ্দেশ্যে প্রদত্ত তথ্যের মধ্যে অবৈধ ধারা"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে" msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "ব্যবহারপ্রণালী:" msgstr "ব্যবহারপ্রণালী:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPTION...]" msgstr "[OPTION...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "সহায়তা সংক্রান্ত বিকল্প:" msgstr "সহায়তা সংক্রান্ত বিকল্প:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "সহায়তা সংক্রান্ত বিকল্প প্রদর্শন করা হবে" msgstr "সহায়তা সংক্রান্ত বিকল্প প্রদর্শন করা হবে"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "সহায়তা সংক্রান্ত সমস্ত বিকল্প প্রদর্শন করা হবে" msgstr "সহায়তা সংক্রান্ত সমস্ত বিকল্প প্রদর্শন করা হবে"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "অ্যাপ্লিকেশন সংক্রান্ত বিকল্প:" msgstr "অ্যাপ্লিকেশন সংক্রান্ত বিকল্প:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান পার্স করতে ব্যর্থ" msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান পার্স করতে ব্যর্থ"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান সীমা বহির্ভূত" msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান সীমা বহির্ভূত"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান পার্স করতে ব্যর্থ" msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান পার্স করতে ব্যর্থ"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সীমা বহির্ভূত" msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সীমা বহির্ভূত"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "%s বিকল্প পার্স করতে ব্যর্থ" msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "%s'র আর্গুমেন্ট অনুপস্থিত" msgstr "%s'র আর্গুমেন্ট অনুপস্থিত"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "অজানা বিকল্প %s" msgstr "অজানা বিকল্প %s"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "তথ্য ধারণকারী dirs'র মধ্যে বৈধ কি-ফাইল পাওয়া যায়নি" msgstr "তথ্য ধারণকারী dirs'র মধ্যে বৈধ কি-ফাইল পাওয়া যায়নি"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "সাধারণ ফাইল নয়" msgstr "সাধারণ ফাইল নয়"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "ফাইল ফাঁকা" msgstr "ফাইল ফাঁকা"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "কি-ফাইলের মধ্যে '%s' পংক্তিটি রয়েছে, এটি কি-মান জুটি, সংকলন অথবা মন্তব্য নয়" msgstr "কি-ফাইলের মধ্যে '%s' পংক্তিটি রয়েছে, এটি কি-মান জুটি, সংকলন অথবা মন্তব্য নয়"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "কি-ফাইলের প্রারম্ভে কোনো সংকলন উল্লিখিত নেই" msgstr "কি-ফাইলের প্রারম্ভে কোনো সংকলন উল্লিখিত নেই"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "কি-ফাইলের মধ্যে অসমর্থিত এনকোডিং '%s'" msgstr "কি-ফাইলের মধ্যে অসমর্থিত এনকোডিং '%s'"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "কি-ফাইলের মধ্যে কোনো সংকলন অনুপস্থিত '%s'" msgstr "কি-ফাইলের মধ্যে কোনো সংকলন অনুপস্থিত '%s'"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "কি-ফাইলের মধ্যে কোনো কি উপস্থিত নেই '%s'" msgstr "কি-ফাইলের মধ্যে কোনো কি উপস্থিত নেই '%s'"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "কি-ফাইলের মধ্যে '%2$s' মান সহ '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।" msgstr ""
"কি-ফাইলের মধ্যে '%2$s' মান সহ '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "কি-ফাইলের মধ্যে '%s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব নয়।" msgstr "কি-ফাইলের মধ্যে '%s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব নয়।"
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "interpreted."
msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব নয়।" msgstr ""
"কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব "
"নয়।"
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত নেই" msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত নেই"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "কি-ফাইলের মধ্যে পংক্তির অবশেষে এস্কেপ অক্ষর উপস্থিত রয়েছে" msgstr "কি-ফাইলের মধ্যে পংক্তির অবশেষে এস্কেপ অক্ষর উপস্থিত রয়েছে"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "কি-ফাইলের মধ্যে অবৈধ এস্কেপ ধারা উপস্থিত রয়েছে '%s'" msgstr "কি-ফাইলের মধ্যে অবৈধ এস্কেপ ধারা উপস্থিত রয়েছে '%s'"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' মান কোনো সংখ্যারূপে ব্যাখ্যা করা সম্ভব নয়।" msgstr "'%s' মান কোনো সংখ্যারূপে ব্যাখ্যা করা সম্ভব নয়।"
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "'%s' পূর্ণসংখ্যা মান সীমা বহির্ভূত" msgstr "'%s' পূর্ণসংখ্যা মান সীমা বহির্ভূত"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।" msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।"
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।" msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.glib-2-4\n" "Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-05-17 01:30+0000\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n"
"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n" "Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n"

354
po/ca.po
View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.8\n" "Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-21 17:12+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-21 17:18+0200\n" "PO-Revision-Date: 2006-07-21 17:18+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n"
@ -16,279 +16,287 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "No s'esperava l'atribut «%s» de l'element «%s»" msgstr "No s'esperava l'atribut «%s» de l'element «%s»"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»" msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "No s'esperava el marcador «%s», s'esperava «%s»" msgstr "No s'esperava el marcador «%s», s'esperava «%s»"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "No s'esperava el marcador «%s» dins «%s»" msgstr "No s'esperava el marcador «%s» dins «%s»"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "" msgstr ""
"No s'ha trobat cap fitxer d'adreces d'interès dins dels directories de dades" "No s'ha trobat cap fitxer d'adreces d'interès dins dels directories de dades"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Ja existeix una adreça d'interès per a l'URI «%s»" msgstr "Ja existeix una adreça d'interès per a l'URI «%s»"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»" msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI «%s»" msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI «%s»"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No hi ha cap senyalador definit a l'adreça d'interès per a l'URI «%s»" msgstr "No hi ha cap senyalador definit a l'adreça d'interès per a l'URI «%s»"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'URI «%s»" msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'URI «%s»"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "" msgstr ""
"No hi ha cap aplicació registrada amb el nom «%s» en l'adreça d'interès de «%" "No hi ha cap aplicació registrada amb el nom «%s» en l'adreça d'interès de «%"
"s»" "s»"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "No es permet la conversió del joc de caràcters de «%s» a «%s»" msgstr "No es permet la conversió del joc de caràcters de «%s» a «%s»"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Seqüència de bytes invàlida en l'entrada de conversió" msgstr "Seqüència de bytes invàlida en l'entrada de conversió"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s" msgstr "S'ha produït un error durant la conversió: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Seqüència de caràcters parcial al final de l'entrada" msgstr "Seqüència de caràcters parcial al final de l'entrada"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»" msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»" msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»" msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és vàlid" msgstr "L'URI «%s» no és vàlid"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid" msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté caràcters d'escapada invàlids" msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "El nom de camí «%s» no és un camí absolut" msgstr "El nom de camí «%s» no és un camí absolut"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nom de l'ordinador central invàlid" msgstr "Nom de l'ordinador central invàlid"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori «%s»: %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»" msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "No s'ha pogut llegir del fitxer «%s»: %s" msgstr "No s'ha pogut llegir del fitxer «%s»: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"No s'ha pogut obtenir els atributs del fitxer «%s»: fstat() ha fallat: %s" "No s'ha pogut obtenir els atributs del fitxer «%s»: fstat() ha fallat: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"No s'ha pogut canviar el nom del fitxer «%s» a «%s»: g_rename() ha fallat: %s" "No s'ha pogut canviar el nom del fitxer «%s» a «%s»: g_rename() ha fallat: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "No s'ha pogut crear el fitxer «%s»: %s" msgstr "No s'ha pogut crear el fitxer «%s»: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"No s'ha pogut obrir el fitxer «%s» per a escriptura: fdopen() ha fallat: %s" "No s'ha pogut obrir el fitxer «%s» per a escriptura: fdopen() ha fallat: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "No s'ha pogut escriure el fitxer «%s»: fwrite() ha fallat: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: fwrite() ha fallat: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "No s'ha pogut tancar el fitxer «%s»: fclose() ha fallat: %s" msgstr "No s'ha pogut tancar el fitxer «%s»: fclose() ha fallat: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"No s'ha pogut suprimir el fitxer existent «%s»: g_unlink() ha fallat: %s" "No s'ha pogut suprimir el fitxer existent «%s»: g_unlink() ha fallat: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla «%s» no és vàlida, no pot contenir cap «%s»" msgstr "La plantilla «%s» no és vàlida, no pot contenir cap «%s»"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX" msgstr "La plantilla «%s» no conté XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "No es pot treballar amb enllaços simbòlics" msgstr "No es pot treballar amb enllaços simbòlics"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides" msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un caràcter parcial" msgstr "El canal acaba en un caràcter parcial"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: open() ha fallat: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: open() ha fallat: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "No s'ha pogut mapejar el fitxer «%s»: mmap() ha fallat: %s" msgstr "No s'ha pogut mapejar el fitxer «%s»: mmap() ha fallat: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "S'ha produït un error a la línia %d caràcter %d: %s" msgstr "S'ha produït un error a la línia %d caràcter %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "S'ha produït un error a la línia %d: %s" msgstr "S'ha produït un error a la línia %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"S'ha vist una entitat buida '&;'; les entitats vàlides són: &amp; &quot; " "S'ha vist una entitat buida '&;'; les entitats vàlides són: &amp; &quot; "
"&lt; &gt; &apos;" "&lt; &gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -299,17 +307,17 @@ msgstr ""
"comencen amb el caràcter &. Si amb aquest signe no es vol indicar una " "comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
"entitat, substituïu-lo per &amp;" "entitat, substituïu-lo per &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat" msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "No es coneix el nom de l'entitat «%s»" msgstr "No es coneix el nom de l'entitat «%s»"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -318,7 +326,7 @@ msgstr ""
"caràcter «&» sense intenció d'iniciar una entitat. Substituïu el caràcter " "caràcter «&» sense intenció d'iniciar una entitat. Substituïu el caràcter "
"«&» per &amp;" "«&» per &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -327,17 +335,17 @@ msgstr ""
"No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un " "No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un "
"caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg" "caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès" msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "" msgstr ""
"El caràcter de referència és buit; hauria d'incloure un dígit com ara &#454;" "El caràcter de referència és buit; hauria d'incloure un dígit com ara &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -347,23 +355,23 @@ msgstr ""
"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu " "utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu "
"el caràcter «&» per &amp;" "el caràcter «&» per &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Referència a una entitat no acabada" msgstr "Referència a una entitat no acabada"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Referència a un caràcter no acabada" msgstr "Referència a un caràcter no acabada"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "El text codificat UTF-8 no és vàlid" msgstr "El text codificat UTF-8 no és vàlid"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "El document ha de començar amb un element (p.ex. <llibre>)" msgstr "El document ha de començar amb un element (p.ex. <llibre>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -372,7 +380,7 @@ msgstr ""
"«%s» no és un caràcter vàlid després d'un caràcter «<»; no pot començar un " "«%s» no és un caràcter vàlid després d'un caràcter «<»; no pot començar un "
"nom d'element" "nom d'element"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -381,7 +389,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s», s'esperava un «>» per acabar " "S'ha trobat un caràcter estrany «%s», s'esperava un «>» per acabar "
"l'etiqueta d'inici de l'element «%s»" "l'etiqueta d'inici de l'element «%s»"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -389,7 +397,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s», s'esperava un «=» després del nom " "S'ha trobat un caràcter estrany «%s», s'esperava un «=» després del nom "
"d'atribut «%s» de l'element «%s»" "d'atribut «%s» de l'element «%s»"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -400,7 +408,7 @@ msgstr ""
"finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut; " "finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut; "
"potser heu usat un caràcter no vàlid en un nom d'atribut" "potser heu usat un caràcter no vàlid en un nom d'atribut"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -410,7 +418,7 @@ msgstr ""
"després del signe «igual que» en donar valor a l'atribut «%s» de l'element «%" "després del signe «igual que» en donar valor a l'atribut «%s» de l'element «%"
"s»" "s»"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -419,7 +427,7 @@ msgstr ""
"«%s» no és un caràcter vàlid quan segueix els caracters «</»; un nom " "«%s» no és un caràcter vàlid quan segueix els caracters «</»; un nom "
"d'element no pot començar per «%s»" "d'element no pot començar per «%s»"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -428,27 +436,27 @@ msgstr ""
"«%s» no és un caràcter vàlid quan segueix el nom d'element proper «%s»; el " "«%s» no és un caràcter vàlid quan segueix el nom d'element proper «%s»; el "
"caràcter permès és «>»" "caràcter permès és «>»"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "L'element «%s» era tancat. Actualment no hi ha cap element obert" msgstr "L'element «%s» era tancat. Actualment no hi ha cap element obert"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "L'element «%s» era tancat, però l'element obert actualment és «%s»" msgstr "L'element «%s» era tancat, però l'element obert actualment és «%s»"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc" msgstr "El document era buit o només contenia espais en blanc"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"El document ha acabat de manera inesperada immediatament després d'un " "El document ha acabat de manera inesperada immediatament després d'un "
"parèntesi d'angle obert «<»" "parèntesi d'angle obert «<»"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -457,7 +465,7 @@ msgstr ""
"El document ha acabat de manera inesperada amb elements encara oberts. «%s» " "El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
"era l'últim element obert" "era l'últim element obert"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -466,21 +474,21 @@ msgstr ""
"El document ha acabat de manera inesperada, s'esperava trobar un parèntesi " "El document ha acabat de manera inesperada, s'esperava trobar un parèntesi "
"d'angle tancat acabant l'etiqueta <%s/>" "d'angle tancat acabant l'etiqueta <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura " "El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura "
"d'un element" "d'un element"
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -488,104 +496,106 @@ msgstr ""
"El document ha acabat de manera inesperada després d'un signe d'«igual» que " "El document ha acabat de manera inesperada després d'un signe d'«igual» que "
"segueix un nom d'atribut; no hi ha cap valor d'atribut" "segueix un nom d'atribut; no hi ha cap valor d'atribut"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut" msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"El document ha acabat de manera inesperada dins l'etiqueta de tancament de " "El document ha acabat de manera inesperada dins l'etiqueta de tancament de "
"l'element «%s»" "l'element «%s»"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"El document ha acabat de manera inesperada enmig d'un comentari o una " "El document ha acabat de manera inesperada enmig d'un comentari o una "
"instrucció de processament" "instrucció de processament"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El text citat no comença amb cometes" msgstr "El text citat no comença amb cometes"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre " "S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre "
"text entre cometes" "text entre cometes"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "El text acabava just després d'un caràcter «\\». (El text era «%s»)" msgstr "El text acabava just després d'un caràcter «\\». (El text era «%s»)"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"El text ha acabat abans de trobar les cometes corresponents per %c. (El text " "El text ha acabat abans de trobar les cometes corresponents per %c. (El text "
"era «%s»)" "era «%s»)"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "El text era buit (o només contenia espais en blanc)" msgstr "El text era buit (o només contenia espais en blanc)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "No s'ha pogut llegir dades del procés fill" msgstr "No s'ha pogut llegir dades del procés fill"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "No s'ha pogut crear el conducte per comunicar amb el procés fill (%s)" msgstr "No s'ha pogut crear el conducte per comunicar amb el procés fill (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "No s'ha pogut llegir des del conducte fill (%s)" msgstr "No s'ha pogut llegir des del conducte fill (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "No s'ha pogut canviar al directori «%s» (%s)" msgstr "No s'ha pogut canviar al directori «%s» (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "No s'ha pogut executar el procés fill (%s)" msgstr "No s'ha pogut executar el procés fill (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "El nom del programa no és vàlid: %s" msgstr "El nom del programa no és vàlid: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "La cadena del vectors d'argument no és vàlida a %d: %s" msgstr "La cadena del vectors d'argument no és vàlida a %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Cadena invàlida a l'entorn: %s" msgstr "Cadena invàlida a l'entorn: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "El directori de treball no és vàlid: %s" msgstr "El directori de treball no és vàlid: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "No s'ha pogut executar el programa d'ajuda (%s)" msgstr "No s'ha pogut executar el programa d'ajuda (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -593,140 +603,146 @@ msgstr ""
"S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades " "S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades "
"d'un procés fill" "d'un procés fill"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "No s'ha pogut llegir dades des del procés fill (%s)" msgstr "No s'ha pogut llegir dades des del procés fill (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"S'ha produït un error inesperat a select() en llegir dades des d'un procés " "S'ha produït un error inesperat a select() en llegir dades des d'un procés "
"fill (%s)" "fill (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "S'ha produït un error inesperat en waitpid() (%s)" msgstr "S'ha produït un error inesperat en waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "No s'ha pogut bifurcar-se (%s)" msgstr "No s'ha pogut bifurcar-se (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "No s'ha pogut executar el procés fill «%s» (%s)" msgstr "No s'ha pogut executar el procés fill «%s» (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "No s'ha pogut redirigir la sortida o l'entrada del procés fill (%s)" msgstr "No s'ha pogut redirigir la sortida o l'entrada del procés fill (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "No s'ha pogut bifurcar el procés fill (%s)" msgstr "No s'ha pogut bifurcar el procés fill (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "S'ha produït un error desconegut en executar el procés fill «%s»" msgstr "S'ha produït un error desconegut en executar el procés fill «%s»"
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"No s'ha pogut llegir prou dades del conducte de l'identificador del procés " "No s'ha pogut llegir prou dades del conducte de l'identificador del procés "
"fill (%s)" "fill (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "El caràcter és fora de rang per a UTF-8" msgstr "El caràcter és fora de rang per a UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Seqüència invàlida a l'entrada de la conversió" msgstr "Seqüència invàlida a l'entrada de la conversió"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "El caràcter és fora de rang per a UTF-16" msgstr "El caràcter és fora de rang per a UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Forma d'ús:" msgstr "Forma d'ús:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPCIÓ...]" msgstr "[OPCIÓ...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Opcions d'ajuda:" msgstr "Opcions d'ajuda:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Mostra les opcions d'ajuda" msgstr "Mostra les opcions d'ajuda"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Mostra totes les opcions d'ajuda" msgstr "Mostra totes les opcions d'ajuda"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Opcions de l'aplicació:" msgstr "Opcions de l'aplicació:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "No es pot analitzar el valor enter «%s» per a %s" msgstr "No es pot analitzar el valor enter «%s» per a %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "El valor enter «%s» per a %s és fora del rang" msgstr "El valor enter «%s» per a %s és fora del rang"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "No es pot analitzar el valor doble «%s» per a %s" msgstr "No es pot analitzar el valor doble «%s» per a %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "El valor doble «%s» per a %s és fora del rang" msgstr "El valor doble «%s» per a %s és fora del rang"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "S'ha produït un error en analitzar l'opció %s" msgstr "S'ha produït un error en analitzar l'opció %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Manca un argument per a %s" msgstr "Manca un argument per a %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "L'opció %s és desconeguda" msgstr "L'opció %s és desconeguda"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "No s'ha pogut trobar un fitxer de claus als directoris de dades" msgstr "No s'ha pogut trobar un fitxer de claus als directoris de dades"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "No és un fitxer regular" msgstr "No és un fitxer regular"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "El fitxer és buit" msgstr "El fitxer és buit"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -734,40 +750,41 @@ msgstr ""
"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, " "El fitxer de claus conté la línia «%s» que no és una parella clau-valor, "
"grup o comentari" "grup o comentari"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "El fitxer de claus no comença amb un grup" msgstr "El fitxer de claus no comença amb un grup"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "El fitxer de claus conté la codificació no implementada «%s»" msgstr "El fitxer de claus conté la codificació no implementada «%s»"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "El fitxer de claus no té el grup «%s»" msgstr "El fitxer de claus no té el grup «%s»"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "El fitxer de claus no té la clau «%s»" msgstr "El fitxer de claus no té la clau «%s»"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "El fitxer de claus conté la clau «%s» amb valor «%s» que no és UTF-8" msgstr "El fitxer de claus conté la clau «%s» amb valor «%s» que no és UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"El fitxer de claus conté la clau «%s» que té un valor que no es pot " "El fitxer de claus conté la clau «%s» que té un valor que no es pot "
"interpretar." "interpretar."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -776,36 +793,37 @@ msgstr ""
"El fitxer de claus conté la clau «%s» al grup «%s», que té un valor que no " "El fitxer de claus conté la clau «%s» al grup «%s», que té un valor que no "
"es pot interpretar." "es pot interpretar."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "El fitxer de claus no conté una clau «%s» al grup «%s»" msgstr "El fitxer de claus no conté una clau «%s» al grup «%s»"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia" msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»" msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "El valor «%s» no es pot interpretar com a un nombre." msgstr "El valor «%s» no es pot interpretar com a un nombre."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "El valor enter «%s» és fora del rang" msgstr "El valor enter «%s» és fora del rang"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no es pot interpretar com un booleà." msgstr "El valor «%s» no es pot interpretar com un booleà."

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib VERSION\n" "Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-07 21:14+0100\n" "PO-Revision-Date: 2006-02-07 21:14+0100\n"
"Last-Translator: Lukas Novotny <lukasnov@cvs.gnome.org>\n" "Last-Translator: Lukas Novotny <lukasnov@cvs.gnome.org>\n"
"Language-Team: Czech <cs@li.org>\n" "Language-Team: Czech <cs@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-29 19:38+0100\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n" "Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n" "Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"

View File

@ -14,7 +14,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-18 18:41+0100\n" "PO-Revision-Date: 2006-01-18 18:41+0100\n"
"Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n" "Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-19 15:29+0200\n" "PO-Revision-Date: 2006-06-19 15:29+0200\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n" "Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n" "Language-Team: German <gnome-de@gnome.org>\n"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: el\n" "Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-20 12:47+0200\n" "PO-Revision-Date: 2006-02-20 12:47+0200\n"
"Last-Translator: Kostas Papadimas <pkst@gnome.org>\n" "Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
"Language-Team: Greek <team@gnome.gr>\n" "Language-Team: Greek <team@gnome.gr>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-08-27 16:20-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n" "Language-Team: Canadian English <adamw@gnome.org>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GLIB\n" "Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-04-21 22:24-0000\n" "PO-Revision-Date: 2006-04-21 22:24-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n" "Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n" "Language-Team: \n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.3.0\n" "Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-07-01 15:10-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n" "Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <LL@li.org>\n" "Language-Team: Esperanto <LL@li.org>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: es\n" "Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-19 06:52+0200\n" "PO-Revision-Date: 2006-06-19 06:52+0200\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n" "Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n" "Language-Team: Spanish <traductores@es.gnome.org>\n"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Glib HEAD\n" "Project-Id-Version: Glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-04-07 10:09+0300\n" "PO-Revision-Date: 2006-04-07 10:09+0300\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n" "Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n" "Language-Team: Estonian <gnome-et@linux.ee>\n"

382
po/eu.po
View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: eu\n" "Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-05 19:08+0000\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-05 19:09+0000\n" "PO-Revision-Date: 2006-07-05 19:09+0000\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n" "Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@ -20,276 +20,286 @@ msgstr ""
"Plural-Forms: Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n" "\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%2$s' elementuaren ustegabeko '%1$s'atributua" msgstr "'%2$s' elementuaren ustegabeko '%1$s'atributua"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu" msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ustegabeko '%s' etiketa, '%s' espero zen" msgstr "Ustegabeko '%s' etiketa, '%s' espero zen"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' barruan ustegabeko '%1$s' etiketa" msgstr "'%2$s' barruan ustegabeko '%1$s' etiketa"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "Ezin izan da balioko laster-marka datuen direktorioan aurkitu" msgstr "Ezin izan da balioko laster-marka datuen direktorioan aurkitu"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URIaren laster-marka badago lehenedik ere" msgstr "'%s' URIaren laster-marka badago lehenedik ere"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Ez da '%s' URIaren laster-markarik aurkitu" msgstr "Ez da '%s' URIaren laster-markarik aurkitu"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ez dago '%s' URIaren laster-markan MIME-motarik definituta" msgstr "Ez dago '%s' URIaren laster-markan MIME-motarik definituta"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' URIaren laster-markan ez dago bandera pribaturik definituta" msgstr "'%s' URIaren laster-markan ez dago bandera pribaturik definituta"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita" msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n" msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen" msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s" msgstr "Errorea bihurtzean: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua " msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua "
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da" msgstr "'%s' URI baliogabea da"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da" msgstr "'%s' URIaren ostalari-izena baliogabea da"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua" msgstr "'%s' bide-izena ez da bide-izen absolutua"
# #
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea" msgstr "Ostalari-izen baliogabea"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Errorea '%s' direktorioa irekitzean: %s " msgstr "Errorea '%s' direktorioa irekitzean: %s "
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko" msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Errorea '%s' fitxategia irakurtzean: %s " msgstr "Errorea '%s' fitxategia irakurtzean: %s "
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Ezin izan da '%s' fitxategitik irakurri: %s " msgstr "Ezin izan da '%s' fitxategitik irakurri: %s "
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia ireki: %s " msgstr "Ezin izan da '%s' fitxategia ireki: %s "
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Ezin izan dira '%s' fitxategiko atributuak lortu: fstat()-(e)k huts egin du: " "Ezin izan dira '%s' fitxategiko atributuak lortu: fstat()-(e)k huts egin du: "
"%s" "%s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ezin izan da '%s' fitxategia ireki: fdopen()-(e)k huts egin du: %s" msgstr "Ezin izan da '%s' fitxategia ireki: fdopen()-(e)k huts egin du: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Ezin izan da '%s' fitxategia '%s' gisa berrizendatu: g_rename()k huts egin " "Ezin izan da '%s' fitxategia '%s' gisa berrizendatu: g_rename()k huts egin "
"du: %s" "du: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia sortu: %s " msgstr "Ezin izan da '%s' fitxategia sortu: %s "
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ezin izan da '%s' fitxategia idazteko ireki: fdopen()-(e)k huts egin du: %s" msgstr ""
"Ezin izan da '%s' fitxategia idazteko ireki: fdopen()-(e)k huts egin du: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ezin izan da '%s' fitxategia idatzi: fwrite()-k huts egin du: %s" msgstr "Ezin izan da '%s' fitxategia idatzi: fwrite()-k huts egin du: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ezin izan da '%s' fitxategia itxi: fclose()-k huts egin du: %s" msgstr "Ezin izan da '%s' fitxategia itxi: fclose()-k huts egin du: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "'%s' fitxategia ezin izan da kendu: g_unlik()ek huts egin du: %s" msgstr "'%s' fitxategia ezin izan da kendu: g_unlik()ek huts egin du: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar" msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX" msgstr "'%s' txantiloiak ez dauka: XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen" msgstr "Esteka sinbolikoak ez dira onartzen"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s" msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" 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" msgstr "Ezin dira datu gordinak irakurri g_io_channel_read_line_string-en"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak" msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Kanala karaktere partzial batean bukatzen da" msgstr "Kanala karaktere partzial batean bukatzen da"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" 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" msgstr "Ezin dira datu gordinak irakurri g_io_channel_read_to_end-etik"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Ezin izan da '%s' fitxategia ireki: open()-ek huts egin du: %s" msgstr "Ezin izan da '%s' fitxategia ireki: open()-ek huts egin du: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ezin izan da '%s' fitxategi-mapa ireki: mmap()-ek huts egin du: %s" msgstr "Ezin izan da '%s' fitxategi-mapa ireki: mmap()-ek huts egin du: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Errorea %d lerroko %d karakterean: %s " msgstr "Errorea %d lerroko %d karakterean: %s "
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Errorea %d lerroan: %s " msgstr "Errorea %d lerroan: %s "
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; " "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; "
"&lt; &gt; &apos;" "&lt; &gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -300,17 +310,17 @@ msgstr ""
"entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda " "entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda "
"ezazu &amp;" "ezazu &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan" msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "'%s' entitate-izena ezezaguna da" msgstr "'%s' entitate-izena ezezaguna da"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -318,7 +328,7 @@ msgstr ""
"Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da " "Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da "
"entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;" "entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -327,16 +337,18 @@ msgstr ""
"Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-" "Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-"
"erreferentzia baten barruan (&#234; adibidez); agian digitua handiegia da" "erreferentzia baten barruan (&#234; adibidez); agian digitua handiegia da"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" msgstr ""
"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;" msgstr ""
"Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -346,23 +358,23 @@ msgstr ""
"erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; " "erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
"gisa;" "gisa;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Amaitu gabeko entitate-erreferentzia" msgstr "Amaitu gabeko entitate-erreferentzia"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Amaitu gabeko karaktere-erreferentzia" msgstr "Amaitu gabeko karaktere-erreferentzia"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "UTF-8 gisa kodetutako testu baliogabea" msgstr "UTF-8 gisa kodetutako testu baliogabea"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)" msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -371,7 +383,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu " "'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
"baten izena ez hastea" "baten izena ez hastea"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -380,14 +392,15 @@ msgstr ""
"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-" "'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-"
"etiketa amaitzeko" "etiketa amaitzeko"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "" msgstr ""
"'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' " "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' "
"atributuaren ondoren" "atributuaren ondoren"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -398,7 +411,7 @@ msgstr ""
"hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere " "hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere "
"baliogabea erabili duzu atributu-izen batean" "baliogabea erabili duzu atributu-izen batean"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -407,7 +420,7 @@ msgstr ""
"'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren " "'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren "
"'$2%s' elementuaren '$1%s' atributuari balioa ematean" "'$2%s' elementuaren '$1%s' atributuari balioa ematean"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -416,7 +429,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) " "'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) "
"elementu baten izena ez hastea" "elementu baten izena ez hastea"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -425,25 +438,25 @@ msgstr ""
"'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; " "'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
"baimendutako karakterea '>' da" "baimendutako karakterea '>' da"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita" msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita" msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu" msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'" msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -452,7 +465,7 @@ msgstr ""
"Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' " "Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
"irekitako azken elementua da" "irekitako azken elementua da"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -461,19 +474,20 @@ msgstr ""
"Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen " "Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen "
"<%s/> etiketa amaitzen" "<%s/> etiketa amaitzen"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan" msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan" msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." msgstr ""
"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -481,102 +495,106 @@ msgstr ""
"Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin " "Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
"ikurraren atzetik; ez dago atributu-baliorik" "ikurraren atzetik; ez dago atributu-baliorik"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan" msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" msgstr ""
"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari " "Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari "
"zen instrukzio baten barruan" "zen instrukzio baten barruan"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Komatxo arteko testua ez da komatxoekin hasten" 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" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste " "Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste "
"testu batean" "testu batean"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)" msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" msgstr ""
"Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)" msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Ezin izan da daturik irakurri prozesu umetik" msgstr "Ezin izan da daturik irakurri prozesu umetik"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) " msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) "
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Ezin izan da kanalizazio umetik irakurri (%s) " msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin izan da `%s' direktoriora aldatu (%s) " msgstr "Ezin izan da `%s' direktoriora aldatu (%s) "
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Ezin izan da prozesu umea exekutatu (%s) " msgstr "Ezin izan da prozesu umea exekutatu (%s) "
# #
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Programaren izen baliogabea: %s" msgstr "Programaren izen baliogabea: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s" msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Kate baliogabea ingurunean: %s" msgstr "Kate baliogabea ingurunean: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Laneko direktorio baliogabea: %s " msgstr "Laneko direktorio baliogabea: %s "
# #
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Ezin izan da laguntza-programa exekutatu (%s)" msgstr "Ezin izan da laguntza-programa exekutatu (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -584,176 +602,184 @@ msgstr ""
"Ustekabeko errorea gertatu da g_io_channel_win32_poll()-en prozesu umetik " "Ustekabeko errorea gertatu da g_io_channel_win32_poll()-en prozesu umetik "
"datuak irakurtzean" "datuak irakurtzean"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Ezin izan da daturik irakurri prozesu umetik (%s) " msgstr "Ezin izan da daturik irakurri prozesu umetik (%s) "
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s) " msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s) "
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Ustekabeko errorea waitpid()-en (%s)" msgstr "Ustekabeko errorea waitpid()-en (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Ezin da sardetu (%s) " msgstr "Ezin da sardetu (%s) "
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s) " msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s) "
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s) " msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s) "
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Ezin izan da prozesu umea sardetu (%s)" msgstr "Ezin izan da prozesu umea sardetu (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean" msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean"
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s) " msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s) "
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Karakterea honako barrutitik kanpo UTF-8 formaturako" msgstr "Karakterea honako barrutitik kanpo UTF-8 formaturako"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Sekuentzia baliogabea bihurketa-sarreran" msgstr "Sekuentzia baliogabea bihurketa-sarreran"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Karakterea honako barrutitik kanpo UTF-16 formaturako" msgstr "Karakterea honako barrutitik kanpo UTF-16 formaturako"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Erabilera:" msgstr "Erabilera:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[AUKERA...]" msgstr "[AUKERA...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Laguntzako aukerak:" msgstr "Laguntzako aukerak:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Erakutsi laguntzako aukerak" msgstr "Erakutsi laguntzako aukerak"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Erakutsi laguntzako aukera guztiak" msgstr "Erakutsi laguntzako aukera guztiak"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Aplikazio-aukerak:" msgstr "Aplikazio-aukerak:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu" msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu" msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo" msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Errorea %s aukera analizatzean" msgstr "Errorea %s aukera analizatzean"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "%s(e)ko argumentua falta da" msgstr "%s(e)ko argumentua falta da"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "%s aukera ezezaguna" msgstr "%s aukera ezezaguna"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Ezin izan da balioko gakoa datuen direktorioan aurkitu" msgstr "Ezin izan da balioko gakoa datuen direktorioan aurkitu"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Ez da fitxategi arrunta" msgstr "Ez da fitxategi arrunta"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Fitxategia hutsik dago" msgstr "Fitxategia hutsik dago"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "" msgstr ""
"Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik " "Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik "
"ez daukalarik" "ez daukalarik"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Gako-fitxategiak ez da talde batekin hasten" msgstr "Gako-fitxategiak ez da talde batekin hasten"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' taldea" msgstr "Gako-fitxategiak ez dauka '%s' taldea"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa" msgstr "Gako-fitxategiak ez dauka '%s' gakoa"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" 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" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da "
"interpretatu." "interpretatu."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -762,37 +788,37 @@ msgstr ""
"Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin "
"da interpretatu." "da interpretatu."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" msgstr "'%s' balioa ezin da zenbaki gisa interpretatu"
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "'%s' osoko balioa barrutitik kanpo" msgstr "'%s' osoko balioa barrutitik kanpo"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' balioa ezin da bolear gisa interpretatu" msgstr "'%s' balioa ezin da bolear gisa interpretatu"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-03-13 11:36+0330\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n"
"Last-Translator: Hamed Malek <hamed@farsiweb.info>\n" "Last-Translator: Hamed Malek <hamed@farsiweb.info>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n" "Language-Team: Persian <farsi@lists.sharif.edu>\n"

358
po/fi.po
View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-11 06:53+0300\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-11 06:54+0300\n" "PO-Revision-Date: 2006-07-11 06:54+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n" "Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n" "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@ -16,281 +16,289 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\"" msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\""
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy" msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\"" msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\""
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\"" msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\""
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista" msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki" msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä" msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua" msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä" msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä " msgstr ""
"kohteelle \"%s\"" "Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\""
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä" msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s" msgstr "Virhe muunnoksen aikana: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Osittainen tavusarja syötteen lopussa" msgstr "Osittainen tavusarja syötteen lopussa"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\"" msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\""
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa" msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\"" msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\""
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" on virheellinen" msgstr "URI \"%s\" on virheellinen"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n \"%s\" isäntänimi on virheellinen" msgstr "URI:n \"%s\" isäntänimi on virheellinen"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Polku \"%s\" ei ole absoluuttinen" msgstr "Polku \"%s\" ei ole absoluuttinen"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi" msgstr "Virheellinen isäntänimi"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi" msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Virhe tiedoston \"%s\" lukemisessa: %s" msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s" msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %" "Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %"
"s" "s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: g_rename() " "Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: g_rename() "
"epäonnistui: %s" "epäonnistui: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s" msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() " "Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() "
"epäonnistui: %s" "epäonnistui: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s" msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s" msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s" "Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\"" msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\""
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX" msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s" msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta" msgstr "Symbolisia linkkejä ei tueta"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "" msgstr ""
"Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista" "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa" msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin" msgstr "Kanava päättyy osittaiseen merkkiin"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s" msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s" msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Virhe rivillä %d, kohdassa %d: %s" msgstr "Virhe rivillä %d, kohdassa %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s" msgstr "Virhe rivillä %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; " "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -301,17 +309,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä " "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;" "merkintää &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä" msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon" msgstr "Entiteetin nimi \"%s\" on tuntematon"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -319,7 +327,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;" "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -328,16 +336,16 @@ msgstr ""
"Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), " "Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
"mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri" "mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus" msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;" msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -346,23 +354,23 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä " "Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;" "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite" msgstr "Päättämätön entiteettiviite"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite" msgstr "Päättämätön merkkiviite"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Virheellinen UTF-8-merkistöinen teksti" msgstr "Virheellinen UTF-8-merkistöinen teksti"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)" msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -371,7 +379,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa " "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä" "elementin nimeä"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -380,7 +388,7 @@ msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" " "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" "
"alkulippu" "alkulippu"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -388,7 +396,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" " "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen" "ominaisuuden \"%2$s\" jälkeen"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -399,7 +407,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä " "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä" "ominaisuuden nimessä siihen kelpaamatonta merkkiä"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -408,7 +416,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin " "Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa" "jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -417,7 +425,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla " "\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa" "elementin nimen alussa"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -426,28 +434,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu " "\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\"" "merkki on \">\""
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä" msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s" "Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
"\"" "\""
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä" msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen" "Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -456,7 +464,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" " "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti" "oli viimeinen avattu elementti"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -465,19 +473,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa " "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta" "kulmasuljetta"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla" msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -485,101 +493,103 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen " "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa" "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla" msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla" msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla" "Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Lainattu teksti ei ala lainausmerkillä" msgstr "Lainattu teksti ei ala lainausmerkillä"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä" "Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")" msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%s\")"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti " "Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti "
"oli \"%s\")" "oli \"%s\")"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui" msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""
"Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)" "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)" msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)" msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)" msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Virheellinen ohjelman nimi: %s" msgstr "Virheellinen ohjelman nimi: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s" msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Virheellinen merkkijono ympäristössä: %s" msgstr "Virheellinen merkkijono ympäristössä: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Virhe työhakemisto: %s" msgstr "Virhe työhakemisto: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Apuohjelman suoritus epäonnistui (%s)" msgstr "Apuohjelman suoritus epäonnistui (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -587,137 +597,143 @@ msgstr ""
"Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa " "Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa "
"lapsiprosessilta" "lapsiprosessilta"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)" msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)" "Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Odottamaton virhe funktiossa waitpid() (%s)" msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Haarauttaminen epäonnistui (%s)" msgstr "Haarauttaminen epäonnistui (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)" msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)" msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)" msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Virheellinen sarja muunnettavassa syötteessä" msgstr "Virheellinen sarja muunnettavassa syötteessä"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Käyttö:" msgstr "Käyttö:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[VALITSIN...]" msgstr "[VALITSIN...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Ohjevalitsimet:" msgstr "Ohjevalitsimet:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Näytä ohjevalitsimet" msgstr "Näytä ohjevalitsimet"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Näytä kaikki ohjevalitsimet" msgstr "Näytä kaikki ohjevalitsimet"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Sovelluksen valitsimet:" msgstr "Sovelluksen valitsimet:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen" msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s" msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen" msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Virhe käsiteltäessä valitsinta %s" msgstr "Virhe käsiteltäessä valitsinta %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Puuttuva argumentti kohteelle %s" msgstr "Puuttuva argumentti kohteelle %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Tuntematon optio %s" msgstr "Tuntematon optio %s"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Kelvollista avaintiedostoa ei löytynyt datahakemistoista" msgstr "Kelvollista avaintiedostoa ei löytynyt datahakemistoista"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Ei tavallinen tiedosto" msgstr "Ei tavallinen tiedosto"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Tiedosto on tyhjä" msgstr "Tiedosto on tyhjä"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -725,40 +741,41 @@ msgstr ""
"Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai " "Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai "
"kommentti" "kommentti"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Avaintiedosto ei ala ryhmällä" msgstr "Avaintiedosto ei ala ryhmällä"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\"" msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\""
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Avaintiedostossa ei ole ryhmää \"%s\"" msgstr "Avaintiedostossa ei ole ryhmää \"%s\""
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Avaintiedostossa ei ole avainta \"%s\"" msgstr "Avaintiedostossa ei ole avainta \"%s\""
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "" msgstr ""
"Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 " "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 "
"merkkijono" "merkkijono"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita." msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -767,36 +784,37 @@ msgstr ""
"Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, " "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, "
"ryhmässä \"%s\"." "ryhmässä \"%s\"."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\"" msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\""
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\"" msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\""
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Arvoa \"%s\" ei voida tulkita numeroksi." msgstr "Arvoa \"%s\" ei voida tulkita numeroksi."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella" msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi."

354
po/fr.po
View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.12.1\n" "Project-Id-Version: glib 2.12.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-21 20:40+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-21 20:40+0200\n" "PO-Revision-Date: 2006-07-21 20:40+0200\n"
"Last-Translator: Jonathan Ernst <jonathan@ernstfamily.ch>\n" "Last-Translator: Jonathan Ernst <jonathan@ernstfamily.ch>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@ -19,285 +19,293 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: French\n" "X-Poedit-Language: French\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attribut « %s » inattendu pour l'élément « %s »" msgstr "Attribut « %s » inattendu pour l'élément « %s »"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "L'attribut « %s » de l'élément « %s » est introuvable" msgstr "L'attribut « %s » de l'élément « %s » est introuvable"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Balise « %s » inattendue. La balise « %s » était attendue" msgstr "Balise « %s » inattendue. La balise « %s » était attendue"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Balise « %s » inattendue à l'intérieur de « %s »" msgstr "Balise « %s » inattendue à l'intérieur de « %s »"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "" msgstr ""
"Impossible de trouver un fichier de signets valide dans les répertoires de " "Impossible de trouver un fichier de signets valide dans les répertoires de "
"données" "données"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Un signet pour l'URI « %s » existe déjà" msgstr "Un signet pour l'URI « %s » existe déjà"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Aucun signet trouvé pour l'URI « %s »" msgstr "Aucun signet trouvé pour l'URI « %s »"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »" msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »" msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »" msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »" msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "" msgstr ""
"La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté" "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur" msgstr "Séquence d'octets non valide en entrée du convertisseur"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s" msgstr "Erreur lors de la conversion : %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Séquence partielle de caractères à la fin de l'entrée" msgstr "Séquence partielle de caractères à la fin de l'entrée"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »" msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "" msgstr ""
"L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »" msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » n'est pas valide" msgstr "L'URI « %s » n'est pas valide"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI « %s » contient des caractères d'échappements non valides" msgstr "L'URI « %s » contient des caractères d'échappements non valides"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu" msgstr "Le chemin « %s » n'est pas un chemin absolu"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nom d'hôte non valide" msgstr "Nom d'hôte non valide"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s" msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »" msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Erreur de lecture du fichier « %s » : %s" msgstr "Erreur de lecture du fichier « %s » : %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "La lecture depuis le fichier « %s » a échoué : %s" msgstr "La lecture depuis le fichier « %s » a échoué : %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "L'ouverture du fichier « %s » a échoué : %s" msgstr "L'ouverture du fichier « %s » a échoué : %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "" msgstr ""
"L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s" "L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s" msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %" "Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %"
"s" "s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s" msgstr "La création du fichier « %s » a échoué : %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "" msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s" "L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "" msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s" "L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s" msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : " "Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : "
"%s" "%s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "" msgstr ""
"Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »" "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Le modèle « %s » ne contient pas XXXXXX" msgstr "Le modèle « %s » ne contient pas XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "La lecture du lien symbolique « %s » a échoué : %s" msgstr "La lecture du lien symbolique « %s » a échoué : %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Liens symboliques non supportés" msgstr "Liens symboliques non supportés"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "" msgstr ""
"Impossible de faire une lecture brute dans g_io_channel_read_line_string" "Impossible de faire une lecture brute dans g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Laisse de coté des données non converties dans le tampon de lecture" msgstr "Laisse de coté des données non converties dans le tampon de lecture"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "La canal se termine avec un caractère partiel" msgstr "La canal se termine avec un caractère partiel"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Impossible de faire une lecture brut dans g_io_channel_read_to_end" msgstr "Impossible de faire une lecture brut dans g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s" msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s" msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Erreur à la ligne %d caractère %d : %s" msgstr "Erreur à la ligne %d caractère %d : %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s" msgstr "Erreur à la ligne %d : %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; " "Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -308,17 +316,17 @@ msgstr ""
"caractère & commence une entité ; si l'esperluette n'est pas supposé être " "caractère & commence une entité ; si l'esperluette n'est pas supposé être "
"une entité, échappez le comme &amp;" "une entité, échappez le comme &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité" msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu" msgstr "Le nom d'entité « %s » n'est pas connu"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -327,7 +335,7 @@ msgstr ""
"une esperluette sans l'avoir marqué comme entité - échappez l'esperluette " "une esperluette sans l'avoir marqué comme entité - échappez l'esperluette "
"comme &amp;" "comme &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -337,16 +345,16 @@ msgstr ""
"de la référence de caractère (&#234; par exemple) - peut-être que le nombre " "de la référence de caractère (&#234; par exemple) - peut-être que le nombre "
"est trop grand" "est trop grand"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "La référence de caractère « %-.*s » n'encode pas un caractère autorisé" msgstr "La référence de caractère « %-.*s » n'encode pas un caractère autorisé"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;" msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -356,23 +364,23 @@ msgstr ""
"vraisemblablement utilisé une esperluette sans intention de commencer une " "vraisemblablement utilisé une esperluette sans intention de commencer une "
"entité - échappez l'esperluette comme &amp;" "entité - échappez l'esperluette comme &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée" msgstr "Référence d'entité non terminée"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée" msgstr "Référence de caractère non terminée"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Texte codé en UTF-8 non valide" msgstr "Texte codé en UTF-8 non valide"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (pas ex. <book>)" msgstr "Le document doit commencer avec un élément (pas ex. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -381,7 +389,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne " "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
"semble pas commencer un nom d'élément" "semble pas commencer un nom d'élément"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -390,7 +398,7 @@ msgstr ""
"Caractère bizarre « %s », attend un caractère « > » pour finir la balise de " "Caractère bizarre « %s », attend un caractère « > » pour finir la balise de "
"début de l'élément « %s »" "début de l'élément « %s »"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -398,7 +406,7 @@ msgstr ""
"Caractère bizarre « %s », attend un caractère « = » après le nom de " "Caractère bizarre « %s », attend un caractère « = » après le nom de "
"l'attribut « %s » de l'élément « %s »" "l'attribut « %s » de l'élément « %s »"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -409,7 +417,7 @@ msgstr ""
"balise de début de l'élément « %s », ou optionnellement un attribut ; peut-" "balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut" "être que vous utilisez un caractère non valide dans un nom d'attribut"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -418,7 +426,7 @@ msgstr ""
"Caractère bizarre « %s », attend un guillemet d'ouverture après le signe " "Caractère bizarre « %s », attend un guillemet d'ouverture après le signe "
"égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »" "égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -427,7 +435,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » " "« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
"ne peut pas commencer un nom d'élément" "ne peut pas commencer un nom d'élément"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -436,26 +444,26 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture " "« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
"« %s » ; la caractère autorisé est « > »" "« %s » ; la caractère autorisé est « > »"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert" msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »" "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces" msgstr "Le document était vide ou ne contenait que des espaces"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Le document s'est fini prématurément juste après un « < »" msgstr "Le document s'est fini prématurément juste après un « < »"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -464,7 +472,7 @@ msgstr ""
"Le document s'est fini prématurément avec des éléments encore ouvert - « %s " "Le document s'est fini prématurément avec des éléments encore ouvert - « %s "
"» était le dernier élément ouvert" "» était le dernier élément ouvert"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -473,21 +481,21 @@ msgstr ""
"Le document s'est fini prématurément, espérait voir un caractère de " "Le document s'est fini prématurément, espérait voir un caractère de "
"fermeture pour la balise <%s/>" "fermeture pour la balise <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément" msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut" msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"Le document se termine prématurément à l'intérieur d'une balise d'ouverture " "Le document se termine prématurément à l'intérieur d'une balise d'ouverture "
"d'élément." "d'élément."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -495,107 +503,109 @@ msgstr ""
"Le document s'est fini prématurément après le signe égal suivant un nom " "Le document s'est fini prématurément après le signe égal suivant un nom "
"d'attribut ; aucune valeur d'attribut" "d'attribut ; aucune valeur d'attribut"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "" msgstr ""
"Le document s'est fini prématurément alors qu'il était à l'intérieur d'une " "Le document s'est fini prématurément alors qu'il était à l'intérieur d'une "
"valeur d'attribut" "valeur d'attribut"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Le document s'est fini prématurément a l'intérieur de la balise de fermeture " "Le document s'est fini prématurément a l'intérieur de la balise de fermeture "
"pour l'élément « %s »" "pour l'élément « %s »"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Le document s'est fini prématurément à l'intérieur d'un commentaire ou d'une " "Le document s'est fini prématurément à l'intérieur d'un commentaire ou d'une "
"instruction de traitement" "instruction de traitement"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Le texte cité ne commence pas avec un caractère de citation" msgstr "Le texte cité ne commence pas avec un caractère de citation"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Caractère de citation sans correspondance dans la ligne de commande ou un " "Caractère de citation sans correspondance dans la ligne de commande ou un "
"autre texte shell rapporté" "autre texte shell rapporté"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Le texte fini juste après un caractère « \\ ». (Le texte était « %s »)" msgstr "Le texte fini juste après un caractère « \\ ». (Le texte était « %s »)"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Le texte fini avant qu'un caractère de citation soit trouvé pour %c. (Le " "Le texte fini avant qu'un caractère de citation soit trouvé pour %c. (Le "
"texte était « %s »)" "texte était « %s »)"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Le texte était vide (ou ne contenait que des espaces)" msgstr "Le texte était vide (ou ne contenait que des espaces)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "La lecture des données depuis le processus fils a échoué" msgstr "La lecture des données depuis le processus fils a échoué"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""
"La création du tube de communication avec le processus fils a échoué (%s)" "La création du tube de communication avec le processus fils a échoué (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "La lecture depuis un tube fils a échoué (%s)" msgstr "La lecture depuis un tube fils a échoué (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)" msgstr "Le changement de répertoire « %s » a échoué (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "L'exécution du processus fils a échoué (%s)" msgstr "L'exécution du processus fils a échoué (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Nom du programme invalide : %s" msgstr "Nom du programme invalide : %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Chaîne invalide dans le vecteur argument à %d : %s" msgstr "Chaîne invalide dans le vecteur argument à %d : %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Chaîne invalide dans l'environnement : %s" msgstr "Chaîne invalide dans l'environnement : %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Répertoire de travail invalide : %s" msgstr "Répertoire de travail invalide : %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "L'exécution du programme d'aide a échoué (%s)" msgstr "L'exécution du programme d'aide a échoué (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -603,143 +613,149 @@ msgstr ""
"Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des " "Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des "
"données depuis un processus fils" "données depuis un processus fils"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "La lecture des données depuis le processus fils a échoué (%s)" msgstr "La lecture des données depuis le processus fils a échoué (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Erreur inattendue dans select() à la lecture des données depuis un processus " "Erreur inattendue dans select() à la lecture des données depuis un processus "
"fils (%s)" "fils (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Erreur inattendue dans waitpid() (%s)" msgstr "Erreur inattendue dans waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Le fork a échoué (%s)" msgstr "Le fork a échoué (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "L'exécution du processus fils « %s » a échoué (%s)" msgstr "L'exécution du processus fils « %s » a échoué (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "" msgstr ""
"La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)" "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Le fork du processus fils a échoué (%s)" msgstr "Le fork du processus fils a échoué (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Erreur inconnue à l'exécution du processus fils « %s »" msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"Impossible de lire suffisamment de données depuis le tube du processus de " "Impossible de lire suffisamment de données depuis le tube du processus de "
"pid (%s)" "pid (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Caractère hors des limites UTF-8" msgstr "Caractère hors des limites UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Séquence non valide dans l'entrée du convertisseur" msgstr "Séquence non valide dans l'entrée du convertisseur"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Caractère hors des limites UTF-16" msgstr "Caractère hors des limites UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Usage :" msgstr "Usage :"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPTION...]" msgstr "[OPTION...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Options de l'aide :" msgstr "Options de l'aide :"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Afficher les options de l'aide" msgstr "Afficher les options de l'aide"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Afficher toutes les options de l'aide" msgstr "Afficher toutes les options de l'aide"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Options de l'application :" msgstr "Options de l'application :"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Impossible d'analyser la valeur entière « %s » pour %s" msgstr "Impossible d'analyser la valeur entière « %s » pour %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "La valeur entière « %s » pour %s est hors des limites" msgstr "La valeur entière « %s » pour %s est hors des limites"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Impossible d'analyser la valeur double « %s » pour %s" msgstr "Impossible d'analyser la valeur double « %s » pour %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "La valeur double « %s » pour %s est hors des limites" msgstr "La valeur double « %s » pour %s est hors des limites"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Erreur lors de l'analyse de l'option %s" msgstr "Erreur lors de l'analyse de l'option %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Argument manquant pour %s" msgstr "Argument manquant pour %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Option inconnue %s" msgstr "Option inconnue %s"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "" msgstr ""
"Impossible de trouver un fichier de clés valide dans les répertoires de " "Impossible de trouver un fichier de clés valide dans les répertoires de "
"données" "données"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Pas un fichier régulier" msgstr "Pas un fichier régulier"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Le fichier est vide" msgstr "Le fichier est vide"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -747,43 +763,44 @@ msgstr ""
"Le fichier de clés contient la ligne « %s » qui n'est ni une pair clé-" "Le fichier de clés contient la ligne « %s » qui n'est ni une pair clé-"
"valeur, ni un groupe, ni un commentaire" "valeur, ni un groupe, ni un commentaire"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Le fichier de clés ne débute pas par un groupe" msgstr "Le fichier de clés ne débute pas par un groupe"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "" msgstr ""
"Le fichier de clés contient un codage de caractères non-supportés « %s »" "Le fichier de clés contient un codage de caractères non-supportés « %s »"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Le fichier de clés n'a pas de groupe « %s »" msgstr "Le fichier de clés n'a pas de groupe « %s »"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Le fichier de clés n'a pas de clé « %s »" msgstr "Le fichier de clés n'a pas de clé « %s »"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "" msgstr ""
"Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est " "Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est "
"pas de l'UTF-8" "pas de l'UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Le fichier de clés contient la clé « %s » avec une valeur impossible à " "Le fichier de clés contient la clé « %s » avec une valeur impossible à "
"interpréter." "interpréter."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -792,39 +809,40 @@ msgstr ""
"Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une " "Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une "
"valeur impossible à interpréter." "valeur impossible à interpréter."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »" msgstr "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne" msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "" msgstr ""
"Le fichier de clés contient une séquence d'échappement non valide « %s »" "Le fichier de clés contient une séquence d'échappement non valide « %s »"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre." msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "La valeur entière « %s » est hors limites" msgstr "La valeur entière « %s » est hors limites"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "" msgstr ""
"La valeur « %s » ne peut pas être interprétée comme un nombre à virgule " "La valeur « %s » ne peut pas être interprétée comme un nombre à virgule "
"flottante." "flottante."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD \n" "Project-Id-Version: glib HEAD \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-03-08 21:28+0000\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n" "Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gl\n" "Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-05-16 13:06+0200\n" "PO-Revision-Date: 2006-05-16 13:06+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n" "Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n"
"Language-Team: Galego <trasno@ceu.fi.udc.es>\n" "Language-Team: Galego <trasno@ceu.fi.udc.es>\n"

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.gu\n" "Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-19 11:10+0530\n" "PO-Revision-Date: 2006-06-19 11:10+0530\n"
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n" "Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n" "Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n"

354
po/he.po
View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.he\n" "Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-21 23:21+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-04-27 18:48+0300\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n"
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n" "Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n" "Language-Team: Hebrew <he@li.org>\n"
@ -21,273 +21,281 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'" msgstr "Unexpected attribute '%s' for element '%s'"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found" msgstr "Attribute '%s' of element '%s' not found"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected" msgstr "Unexpected tag '%s', tag '%s' expected"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "No valid bookmark file was be found in data dirs" msgstr "No valid bookmark file was be found in data dirs"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists" msgstr "A bookmark for URI '%s' already exists"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'" msgstr "No bookmark found for URI '%s'"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No MIME type defined in the bookmark for URI '%s'" msgstr "No MIME type defined in the bookmark for URI '%s'"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No private flag has been defined in bookmark for URI '%s'" msgstr "No private flag has been defined in bookmark for URI '%s'"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'" msgstr "No groups set in bookmark for URI '%s'"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'" msgstr "No application with name '%s' registered a bookmark for '%s'"
# *** This file should not be translated to hebrew, please only copy the english text *** # *** This file should not be translated to hebrew, please only copy the english text ***
# *** Old hebrew ranslation is commented for backup sake *** # *** Old hebrew ranslation is commented for backup sake ***
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Error during conversion: %s" msgstr "Error during conversion: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input" msgstr "Partial character sequence at end of input"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid" msgstr "The URI '%s' is invalid"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Invalid hostname" msgstr "Invalid hostname"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Could not allocate %lu bytes to read file \"%s\"" msgstr "Could not allocate %lu bytes to read file \"%s\""
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s" msgstr "Error reading file '%s': %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s" msgstr "Failed to read from file '%s': %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s" msgstr "Failed to open file '%s': fdopen() failed: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s" msgstr "Failed to create file '%s': %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "Failed to open file '%s' for writing: fdopen() failed: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s" msgstr "Failed to write file '%s': fwrite() failed: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s" msgstr "Failed to close file '%s': fclose() failed: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'" msgstr "Template '%s' invalid, should not contain a '%s'"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX" msgstr "Template '%s' doesn't contain XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Symbolic links not supported" msgstr "Symbolic links not supported"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Left over unconverted data in read buffer" msgstr "Left over unconverted data in read buffer"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character" msgstr "Channel terminates in a partial character"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Failed to open file '%s': open() failed: %s" msgstr "Failed to open file '%s': open() failed: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to map file '%s': mmap() failed: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Error on line %d char %d: %s" msgstr "Error on line %d char %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Error on line %d: %s" msgstr "Error on line %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -298,17 +306,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape " "begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;" "it as &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name" msgstr "Character '%s' is not valid inside an entity name"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known" msgstr "Entity name '%s' is not known"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -316,7 +324,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -325,16 +333,16 @@ msgstr ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large" "reference (&#234; for example) - perhaps the digit is too large"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character" msgstr "Character reference '%-.*s' does not encode a permitted character"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;" msgstr "Empty character reference; should include a digit such as &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -344,23 +352,23 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
"as &amp;" "as &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Unfinished entity reference" msgstr "Unfinished entity reference"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Unfinished character reference" msgstr "Unfinished character reference"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Invalid UTF-8 encoded text" msgstr "Invalid UTF-8 encoded text"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)" msgstr "Document must begin with an element (e.g. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -369,7 +377,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -378,14 +386,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'" "'%s'"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "" msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -396,7 +404,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid " "element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name" "character in an attribute name"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -405,7 +413,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'" "giving value for attribute '%s' of element '%s'"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -414,7 +422,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name" "begin an element name"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -423,25 +431,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'" "allowed character is '>'"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open" msgstr "Element '%s' was closed, no element is currently open"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' was closed, but the currently open element is '%s'"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -450,7 +458,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
"element opened" "element opened"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -459,19 +467,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>" "the tag <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -479,96 +487,98 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Document ended unexpectedly inside the close tag for element '%s'"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text doesn't begin with a quotation mark" msgstr "Quoted text doesn't begin with a quotation mark"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Unmatched quotation mark in command line or other shell-quoted text"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text ended just after a '\\' character. (The text was '%s')" msgstr "Text ended just after a '\\' character. (The text was '%s')"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Text ended before matching quote was found for %c. (The text was '%s')"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Failed to read data from child process" msgstr "Failed to read data from child process"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)" msgstr "Failed to execute child process (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Invalid program name: %s" msgstr "Invalid program name: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s" msgstr "Invalid string in argument vector at %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s" msgstr "Invalid string in environment: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s" msgstr "Invalid working directory: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -576,174 +586,181 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Failed to read data from child process (%s)" msgstr "Failed to read data from child process (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Unexpected error in select() reading data from a child process (%s)" msgstr "Unexpected error in select() reading data from a child process (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Failed to fork (%s)" msgstr "Failed to fork (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Character out of range for UTF-8" msgstr "Character out of range for UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Character out of range for UTF-16" msgstr "Character out of range for UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Usage:" msgstr "Usage:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPTION...]" msgstr "[OPTION...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Help Options:" msgstr "Help Options:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Show help options" msgstr "Show help options"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Show all help options" msgstr "Show all help options"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Application Options:" msgstr "Application Options:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Cannot parse integer value '%s' for %s" msgstr "Cannot parse integer value '%s' for %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Cannot parse double value '%s' for %s" msgstr "Cannot parse double value '%s' for %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "Double value '%s' for %s out of range" msgstr "Double value '%s' for %s out of range"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Error parsing option %s" msgstr "Error parsing option %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Missing·argument·for·%s" msgstr "Missing·argument·for·%s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Unknown option %s" msgstr "Unknown option %s"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Valid key file could not be found in data dirs" msgstr "Valid key file could not be found in data dirs"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Not a regular file" msgstr "Not a regular file"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "File is empty" msgstr "File is empty"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "" msgstr ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Key file does not start with a group" msgstr "Key file does not start with a group"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Key file contains unsupported encoding '%s'" msgstr "Key file contains unsupported encoding '%s'"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Key file does not have group '%s'" msgstr "Key file does not have group '%s'"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Key file does not have key '%s'" msgstr "Key file does not have key '%s'"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Key file contains key '%s' which has value that cannot be interpreted."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -752,36 +769,37 @@ msgstr ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "interpreted."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' out of range" msgstr "Integer value '%s' out of range"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Value '%s' cannot be interpreted as a float number." msgstr "Value '%s' cannot be interpreted as a float number."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.hi\n" "Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-20 14:14+0530\n" "PO-Revision-Date: 2006-06-20 14:14+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n" "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n" "Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 0\n" "Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n" "Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-07-12 17:37+0200\n" "PO-Revision-Date: 2005-07-12 17:37+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n" "Language-Team: Hungarian <gnome@gnome.hu>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-08-30 22:41+0300\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n" "Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n" "Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.2\n" "Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-08-18 18:05+0000\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n" "Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n" "Language-Team: is <is@li.org>\n"

354
po/it.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.12.x\n" "Project-Id-Version: glib 2.12.x\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-06 14:13+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-08 15:08+0200\n" "PO-Revision-Date: 2006-07-08 15:08+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n" "Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
@ -15,58 +15,59 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\"" msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\""
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato" msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\"" msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\""
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag \"%s\" inatteso all'interno di \"%s\"" msgstr "Tag \"%s\" inatteso all'interno di \"%s\""
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "" msgstr ""
"Non è stato trovato alcun file di segnalibri valido nelle directory dei dati" "Non è stato trovato alcun file di segnalibri valido nelle directory dei dati"
# usate le «» perché forse questa compare nella UI # usate le «» perché forse questa compare nella UI
# #
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Esiste già un segnalibro per l'URI «%s»" msgstr "Esiste già un segnalibro per l'URI «%s»"
# vedi sopra per «» # vedi sopra per «»
# #
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»" msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\"" msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
@ -74,152 +75,155 @@ msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
# o private è il nome della flag (che quindi diventa opzione)? # o private è il nome della flag (che quindi diventa opzione)?
# cercare nel codice... -Luca # cercare nel codice... -Luca
# #
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "" msgstr ""
"Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\"" "Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\""
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\"" msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\""
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»" msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "" msgstr ""
"La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata" "La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione" msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s" msgstr "Errore durante la conversione: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
# il primo %s è una 'fallback string' come recita il commento nel codice # il primo %s è una 'fallback string' come recita il commento nel codice
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\"" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\""
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file://\"" msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file://\""
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI per il file locale \"%s\" non può includere un '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "L'URI \"%s\" non è valido" msgstr "L'URI \"%s\" non è valido"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nell'URI \"%s\" non è valido" msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI \"%s\" contiene sequenze di escape non valide" msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome host non valido" msgstr "Nome host non valido"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Errore nell'aprire la directory \"%s\": %s" msgstr "Errore nell'aprire la directory \"%s\": %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossibile allocare %lu bytes per leggere il file \"%s\"" msgstr "Impossibile allocare %lu bytes per leggere il file \"%s\""
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Errore nel leggere il file \"%s\": %s" msgstr "Errore nel leggere il file \"%s\": %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Lettura dal file \"%s\" fallita: %s" msgstr "Lettura dal file \"%s\" fallita: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Apertura del file \"%s\" fallita: %s" msgstr "Apertura del file \"%s\" fallita: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lettura degli attributi del file \"%s\" fallito: fstat() fallita: %s" msgstr "Lettura degli attributi del file \"%s\" fallito: fstat() fallita: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s" msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"Cambio di nome del file \"%s\" in \"%s\" fallito: g_rename() fallita: %s" "Cambio di nome del file \"%s\" in \"%s\" fallito: g_rename() fallita: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Creazione del file \"%s\" fallita: %s" msgstr "Creazione del file \"%s\" fallita: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Apertura del file \"%s\" in scrittura fallita: fdopen() fallita: %s" msgstr "Apertura del file \"%s\" in scrittura fallita: fdopen() fallita: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Scrittura del file \"%s\" fallita: fwrite() fallita: %s" msgstr "Scrittura del file \"%s\" fallita: fwrite() fallita: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Chiusura del file \"%s\" fallita: fclose() fallita: %s" msgstr "Chiusura del file \"%s\" fallita: fclose() fallita: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
@ -231,74 +235,78 @@ msgstr ""
# c[1] = dir_separator; # c[1] = dir_separator;
# c[2] = '\0'; # c[2] = '\0';
# #
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un \"%s\"" msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un \"%s\""
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Il modello \"%s\" non contiene XXXXXX" msgstr "Il modello \"%s\" non contiene XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s" msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Collegamenti simbolici non supportati" msgstr "Collegamenti simbolici non supportati"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string" msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura" msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Il canale termina in un carattere parziale" msgstr "Il canale termina in un carattere parziale"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Impossibile eseguire una lettura grezza in g_io_channel_read_to_end" msgstr "Impossibile eseguire una lettura grezza in g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Apertura del file \"%s\" fallita: open() fallita: %s" msgstr "Apertura del file \"%s\" fallita: open() fallita: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s" msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Errore alla riga %d carattere %d: %s" msgstr "Errore alla riga %d carattere %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Errore alla riga %d: %s" msgstr "Errore alla riga %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)" "Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -309,17 +317,17 @@ msgstr ""
"'&' dà inizio ad un'entità; se questo simbolo \"e commerciale\" non vuole " "'&' dà inizio ad un'entità; se questo simbolo \"e commerciale\" non vuole "
"essere l'inizio di una entità, ricorrere a &amp;" "essere l'inizio di una entità, ricorrere a &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Il carattere '%s' non è valido all'interno di un nome di entità" msgstr "Il carattere '%s' non è valido all'interno di un nome di entità"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Il nome di entità '%s' è sconosciuto" msgstr "Il nome di entità '%s' è sconosciuto"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -328,7 +336,7 @@ msgstr ""
"utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In " "utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
"tal caso ricorrere a \"&amp;\"" "tal caso ricorrere a \"&amp;\""
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -338,18 +346,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo " "riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande" "grande"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "" msgstr ""
"Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso" "Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "" msgstr ""
"Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;" "Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -359,23 +367,23 @@ msgstr ""
"si è utilizzato un carattere \"e commerciale\" senza l'intenzione di " "si è utilizzato un carattere \"e commerciale\" senza l'intenzione di "
"iniziare una nuova entità. In tal caso ricorrere a \"&amp;\"" "iniziare una nuova entità. In tal caso ricorrere a \"&amp;\""
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Riferimento ad entità non terminato" msgstr "Riferimento ad entità non terminato"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato" msgstr "Riferimento a carattere non terminato"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Testo in codifica UTF-8 non valido" msgstr "Testo in codifica UTF-8 non valido"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)" msgstr "Il documento deve iniziare con un elemento (es. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -384,7 +392,7 @@ msgstr ""
"'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con " "'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con "
"il nome di un elemento" "il nome di un elemento"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -393,7 +401,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag " "Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag "
"di inizio dell'elemento \"%s\"" "di inizio dell'elemento \"%s\""
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -401,7 +409,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '=' dopo il nome " "Trovato carattere '%s', atteso invece un carattere '=' dopo il nome "
"dell'attributo \"%s\" dell'elemento \"%s\"" "dell'attributo \"%s\" dell'elemento \"%s\""
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -413,7 +421,7 @@ msgstr ""
"attributo. Probabilmente è stato usato un carattere non valido nel nome di " "attributo. Probabilmente è stato usato un carattere non valido nel nome di "
"un attributo" "un attributo"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -423,7 +431,7 @@ msgstr ""
"segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento " "segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento "
"\"%s\"" "\"%s\""
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -432,7 +440,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare " "'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio ad un nome di elemento" "inizio ad un nome di elemento"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -441,28 +449,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome " "'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'" "dell'elemento \"%s\"; il carattere permesso è '>'"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto" msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "" msgstr ""
"È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\"" "È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi" msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso subito dopo una parentesi angolare " "Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
"d'apertura '<'" "d'apertura '<'"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -471,7 +479,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s" "Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto" "\" era l'ultimo elemento aperto"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -480,23 +488,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di " "Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>" "chiusura per il tag <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di elemento" "Il documento è terminato in modo inatteso all'interno di un nome di elemento"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di attributo" "Il documento è terminato in modo inatteso all'interno di un nome di attributo"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso all'interno di un tag di apertura " "Il documento è terminato in modo inatteso all'interno di un tag di apertura "
"elemento." "elemento."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -504,107 +512,109 @@ msgstr ""
"Il documento è terminato in modo inatteso dopo il segno di uguale che segue " "Il documento è terminato in modo inatteso dopo il segno di uguale che segue "
"un nome di attributo; l'attributo non ha un valore" "un nome di attributo; l'attributo non ha un valore"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso all'interno di un valore di " "Il documento è terminato in modo inatteso all'interno di un valore di "
"attributo" "attributo"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura " "Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento \"%s\"" "per l'elemento \"%s\""
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o " "Il documento è terminato in modo inatteso all'interno di un commento o "
"istruzione di processo" "istruzione di processo"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Il testo citato non inizia con un carattere di quoting" msgstr "Il testo citato non inizia con un carattere di quoting"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Carattere di quoting non accoppitato nella riga di comando o nel testo con " "Carattere di quoting non accoppitato nella riga di comando o nel testo con "
"quoting di shell" "quoting di shell"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Il testo è finito subito dopo un carattere '\\' (il testo era \"%s\")." msgstr "Il testo è finito subito dopo un carattere '\\' (il testo era \"%s\")."
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Il testo è finito prima di trovare il carattere di quoting corrispondente " "Il testo è finito prima di trovare il carattere di quoting corrispondente "
"per %c (il testo era \"%s\")." "per %c (il testo era \"%s\")."
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)" msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Lettura di dati dal processo figlio fallita" msgstr "Lettura di dati dal processo figlio fallita"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "" msgstr ""
"Creazione della pipe per comunicare con il processo figlio (%s) fallita" "Creazione della pipe per comunicare con il processo figlio (%s) fallita"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Lettura dalla pipe figlia (%s) fallita" msgstr "Lettura dalla pipe figlia (%s) fallita"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Cambio della directory in \"%s\" (%s) fallita" msgstr "Cambio della directory in \"%s\" (%s) fallita"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Esecuzione del processo figlio (%s) fallita" msgstr "Esecuzione del processo figlio (%s) fallita"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Nome programma non valido: %s" msgstr "Nome programma non valido: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Stringa non valida nel vettore di argomenti a %d: %s" msgstr "Stringa non valida nel vettore di argomenti a %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Stringa non valida nell'ambiente: %s" msgstr "Stringa non valida nell'ambiente: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Directory di lavoro non valida: %s" msgstr "Directory di lavoro non valida: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Esecuzione del programma helper (%s) fallita" msgstr "Esecuzione del programma helper (%s) fallita"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -612,122 +622,125 @@ msgstr ""
"Errore inatteso in g_io_channel_win32_poll() nel leggere i dati da un " "Errore inatteso in g_io_channel_win32_poll() nel leggere i dati da un "
"processo figlio" "processo figlio"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Lettura dei dati dal processo figlio (%s) fallita" msgstr "Lettura dei dati dal processo figlio (%s) fallita"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "" msgstr ""
"Errore inatteso in select() nel leggere i dati da un processo figlio (%s)" "Errore inatteso in select() nel leggere i dati da un processo figlio (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Errore inatteso in waitpid() (%s)" msgstr "Errore inatteso in waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Esecuzione di fork (%s) fallita" msgstr "Esecuzione di fork (%s) fallita"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Esecuzione del processo figlio \"%s\" (%s) fallita" msgstr "Esecuzione del processo figlio \"%s\" (%s) fallita"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Redirezione dell'output o input del processo figlio (%s) fallita" msgstr "Redirezione dell'output o input del processo figlio (%s) fallita"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Esecuzione del fork per processo figlio (%s) fallita" msgstr "Esecuzione del fork per processo figlio (%s) fallita"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\"" msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "" msgstr ""
"Lettura di una quantità di dati sufficiente dalla pipe del processo figlio (%" "Lettura di una quantità di dati sufficiente dalla pipe del processo figlio (%"
"s) fallita" "s) fallita"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Carattere fuori dell'intervallo per UTF-8" msgstr "Carattere fuori dell'intervallo per UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Sequenza non valida in ingresso per la conversione" msgstr "Sequenza non valida in ingresso per la conversione"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Carattere fuori dell'intervallo per UTF-16" msgstr "Carattere fuori dell'intervallo per UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Uso:" msgstr "Uso:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPZIONE...]" msgstr "[OPZIONE...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Opzioni di aiuto:" msgstr "Opzioni di aiuto:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Mostra le opzioni di aiuto" msgstr "Mostra le opzioni di aiuto"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Mostra tutte le opzioni di aiuto" msgstr "Mostra tutte le opzioni di aiuto"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Opzioni dell'applicazione:" msgstr "Opzioni dell'applicazione:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Impossibile analizzare il valore intero \"%s\" per %s" msgstr "Impossibile analizzare il valore intero \"%s\" per %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo" msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Impossibile analizzare il valore double \"%s\" per %s" msgstr "Impossibile analizzare il valore double \"%s\" per %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "Il valore double \"%s\" per %s è fuori dell'intervallo" msgstr "Il valore double \"%s\" per %s è fuori dell'intervallo"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Errore nell'analizzare l'opzione %s" msgstr "Errore nell'analizzare l'opzione %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Argomento mancante per %s" msgstr "Argomento mancante per %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Opzione %s sconoscuta" msgstr "Opzione %s sconoscuta"
@ -735,19 +748,22 @@ msgstr "Opzione %s sconoscuta"
# key files sono, per glib, file di impostazioni in stile Windows INI # key files sono, per glib, file di impostazioni in stile Windows INI
# #
# Ad esempio i file .themes per i temi del desktop e delle icone. # Ad esempio i file .themes per i temi del desktop e delle icone.
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "Impossibile trovare un file chiavi valido nelle directory dei dati" msgstr "Impossibile trovare un file chiavi valido nelle directory dei dati"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Non è un file normale" msgstr "Non è un file normale"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Il file è vuoto" msgstr "Il file è vuoto"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -755,42 +771,43 @@ msgstr ""
"Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un " "Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un "
"gruppo o un commento valido" "gruppo o un commento valido"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Il file chiavi non inizia con un gruppo" msgstr "Il file chiavi non inizia con un gruppo"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Il file chiavi contiene la codifica non supportata \"%s\"" msgstr "Il file chiavi contiene la codifica non supportata \"%s\""
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Il file chiavi non presenta il gruppo \"%s\"" msgstr "Il file chiavi non presenta il gruppo \"%s\""
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Il file chiavi non presenta la chiave \"%s\"" msgstr "Il file chiavi non presenta la chiave \"%s\""
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "" msgstr ""
"Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è in " "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è in "
"UTF-8" "UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Il file chiavi contiene la chiave \"%s\" il cui valore non può essere " "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere "
"interpretato." "interpretato."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -799,36 +816,37 @@ msgstr ""
"Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non " "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non "
"può essere interpretato." "può essere interpretato."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\"" msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\""
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" msgstr "Il file chiavi contiene un carattere di escape alla fine della riga"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\""
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Impossibile interpretare il valore \"%s\" come un numero." msgstr "Impossibile interpretare il valore \"%s\" come un numero."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Il valore intero \"%s\" è fuori dell'intervallo" msgstr "Il valore intero \"%s\" è fuori dell'intervallo"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Impossibile interpretare il valore \"%s\" come un numero float." msgstr "Impossibile interpretare il valore \"%s\" come un numero float."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Impossibile interpretare il valore \"%s\" come un booleano." msgstr "Impossibile interpretare il valore \"%s\" come un booleano."

354
po/ja.po
View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-03 22:46+0900\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-03 22:44+0900\n" "PO-Revision-Date: 2006-07-03 22:44+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n" "Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@ -17,274 +17,282 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "想定外の属性 '%s' (要素 '%s') です" msgstr "想定外の属性 '%s' (要素 '%s') です"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "属性 '%s' (要素 '%s') がありません" msgstr "属性 '%s' (要素 '%s') がありません"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "想定外のタグ '%s' です (想定していたタグは '%s')" msgstr "想定外のタグ '%s' です (想定していたタグは '%s')"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "想定外のタグ '%s' ('%s' 内) です" msgstr "想定外のタグ '%s' ('%s' 内) です"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "データ・ディレクトリの中に不適切なブックマーク・ファイルがありました" msgstr "データ・ディレクトリの中に不適切なブックマーク・ファイルがありました"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "URI が '%s' であるブックマークは既に存在します" msgstr "URI が '%s' であるブックマークは既に存在します"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' のブックマークが見つかりませんでした" msgstr "URI '%s' のブックマークが見つかりませんでした"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中で MIME 型が定義されていません" msgstr "URI '%s' のブックマークの中で MIME 型が定義されていません"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "" msgstr ""
"URI '%s' のブックマークの中でプライベートではないフラグが定義されています" "URI '%s' のブックマークの中でプライベートではないフラグが定義されています"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中にグループがありません" msgstr "URI '%s' のブックマークの中にグループがありません"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "アプリケーション '%s' は '%s' のブックマークを登録していません" msgstr "アプリケーション '%s' は '%s' のブックマークを登録していません"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "文字セット '%s' から '%s' への変換はサポートしていません" msgstr "文字セット '%s' から '%s' への変換はサポートしていません"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' から '%s' へのコンバータを開けませんでした" msgstr "'%s' から '%s' へのコンバータを開けませんでした"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります" msgstr "変換する入力に無効なバイトの並びがあります"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s" msgstr "変換中にエラー: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "入力の最後に不完全な文字シーケンスがあります" msgstr "入力の最後に不完全な文字シーケンスがあります"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "フォールバック '%s' を文字セット '%s' に変換できません" msgstr "フォールバック '%s' を文字セット '%s' に変換できません"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません" msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "ローカル・ファイルの URI '%s' は '#' は含みません" msgstr "ローカル・ファイルの URI '%s' は '#' は含みません"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "URI '%s' は正しくありません" msgstr "URI '%s' は正しくありません"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "URI のホスト名 '%s' がおかしいです" msgstr "URI のホスト名 '%s' がおかしいです"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' に無効なエスケープ文字が含まれています" msgstr "URI '%s' に無効なエスケープ文字が含まれています"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "パス名 '%s' が絶対パスではありません" msgstr "パス名 '%s' が絶対パスではありません"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "無効なホスト名です" msgstr "無効なホスト名です"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "ディレクトリ '%s' を開く時にエラー: %s" msgstr "ディレクトリ '%s' を開く時にエラー: %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)" msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)"
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "ファイル '%s' の読み出し中にエラー: %s" msgstr "ファイル '%s' の読み出し中にエラー: %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "ファイル '%s' を読めません: %s" msgstr "ファイル '%s' を読めません: %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "ファイル '%s' を開けません: %s" msgstr "ファイル '%s' を開けません: %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ファイル '%s' の属性の取得できません: fstat() が失敗: %s" msgstr "ファイル '%s' の属性の取得できません: fstat() が失敗: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ファイル '%s' を開けません: fdopen() が失敗: %s" msgstr "ファイル '%s' を開けません: fdopen() が失敗: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "" msgstr ""
"'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() が失敗: %s" "'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() が失敗: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "ファイル '%s' の生成に失敗しました: %s" msgstr "ファイル '%s' の生成に失敗しました: %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() が失敗: %s" msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() が失敗: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() が失敗: %s" msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() が失敗: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ファイル '%s' を閉じれません: fclose() が失敗: %s" msgstr "ファイル '%s' を閉じれません: fclose() が失敗: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() が失敗: %s" msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() が失敗: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "テンプレート '%s' が正しくありません ('%s' を含めないこと)" msgstr "テンプレート '%s' が正しくありません ('%s' を含めないこと)"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "テンプレート '%s' に XXXXXX が含まれていません" msgstr "テンプレート '%s' に XXXXXX が含まれていません"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "シンボリック・リンクはサポートしていません" msgstr "シンボリック・リンクはサポートしていません"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s" msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string では raw モードで読めません" msgstr "g_io_channel_read_line_string では raw モードで読めません"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "変換されていないデータが読みこみバッファに残っています" msgstr "変換されていないデータが読みこみバッファに残っています"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "チャンネルが不完全な文字で終わっています" msgstr "チャンネルが不完全な文字で終わっています"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end では raw モードで読めません" msgstr "g_io_channel_read_to_end では raw モードで読めません"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "ファイル '%s' を開けません: open() が失敗: %s" msgstr "ファイル '%s' を開けません: open() が失敗: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s" msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "行 %d の %d 文字目でエラー: %s" msgstr "行 %d の %d 文字目でエラー: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "%d 行目でエラー: %s" msgstr "%d 行目でエラー: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; " "空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
"&gt; &apos;" "&gt; &apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -295,17 +303,17 @@ msgstr ""
"表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー" "表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
"プしてください" "プしてください"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "文字 '%s' はエンティティ名として使えません" msgstr "文字 '%s' はエンティティ名として使えません"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "エンティティ名 '%s' というのは不明です" msgstr "エンティティ名 '%s' というのは不明です"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -314,7 +322,7 @@ msgstr ""
"ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく" "ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
"ださい" "ださい"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -323,16 +331,16 @@ msgstr ""
"'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: " "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
"&#234;) おそらく数字が大きすぎます" "&#234;) おそらく数字が大きすぎます"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません" msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません" msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -342,23 +350,23 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして" "サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください" "ください"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です" msgstr "中途半端な実体参照です"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "中途半端な文字参照です" msgstr "中途半端な文字参照です"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "UTF-8 として正しくないテキストです" msgstr "UTF-8 として正しくないテキストです"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントはエレメントで始まってなくてはなりません (例 <book>)" msgstr "ドキュメントはエレメントで始まってなくてはなりません (例 <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -367,7 +375,7 @@ msgstr ""
"'%s' は文字 '<' に続く文字としては正しくありません。おそらくエレメント名の開" "'%s' は文字 '<' に続く文字としては正しくありません。おそらくエレメント名の開"
"始になっていません" "始になっていません"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -376,14 +384,14 @@ msgstr ""
"おかしな文字 '%s' があります。エレメント '%s' の開始タグの最後は文字 '>' でな" "おかしな文字 '%s' があります。エレメント '%s' の開始タグの最後は文字 '>' でな"
"くてはなりません" "くてはなりません"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "" msgstr ""
"おかしな文字 '%s' です。属性名'%s' (エレメント '%s') の後には '=' が必要です" "おかしな文字 '%s' です。属性名'%s' (エレメント '%s') の後には '=' が必要です"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -394,7 +402,7 @@ msgstr ""
"なくてはなりません。あるいは属性になります。おかしな文字を属性名に使ったのか" "なくてはなりません。あるいは属性になります。おかしな文字を属性名に使ったのか"
"もしれません" "もしれません"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -403,7 +411,7 @@ msgstr ""
"おかしな文字 '%s' です。属性 '%s' (エレメント '%s') の値を設定するには等号記" "おかしな文字 '%s' です。属性 '%s' (エレメント '%s') の値を設定するには等号記"
"号の後は引用記号で始まってなくてはなりません" "号の後は引用記号で始まってなくてはなりません"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -412,7 +420,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' ではエレメント名は始" "'%s' は '</' に続く文字としては正しくありません。'%s' ではエレメント名は始"
"まってません" "まってません"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -421,25 +429,25 @@ msgstr ""
"'%s' は閉じエレメント名 '%s' に続く文字としては正しくありあません。'>' のみが" "'%s' は閉じエレメント名 '%s' に続く文字としては正しくありあません。'>' のみが"
"使用できます" "使用できます"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "エレメント '%s' は閉じています。エレメントは何も開かれてません" msgstr "エレメント '%s' は閉じています。エレメントは何も開かれてません"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "エレメント '%s' が閉ました。しかし現在開いているエレメントは '%s' です" msgstr "エレメント '%s' が閉ました。しかし現在開いているエレメントは '%s' です"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています" msgstr "ドキュメントが空か、空白だけが含まれています"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で突然終わっています" msgstr "ドキュメントが開きカギカッコ '<' の直後で突然終わっています"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -448,7 +456,7 @@ msgstr ""
"ドキュメントが突然終わっています。エレメントが開きっぱなしです。最後に開いた" "ドキュメントが突然終わっています。エレメントが開きっぱなしです。最後に開いた"
"エレメントは '%s' です。" "エレメントは '%s' です。"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -457,19 +465,19 @@ msgstr ""
"ドキュメントが突然終わっています。閉じカギカッコでタグ <%s/> が終わっていませ" "ドキュメントが突然終わっています。閉じカギカッコでタグ <%s/> が終わっていませ"
"ん" "ん"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "エレメント名の途中でドキュメントが突然終わっています" msgstr "エレメント名の途中でドキュメントが突然終わっています"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終わっています" msgstr "属性名の途中でドキュメントが突然終わっています"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "エレメントの開始タグの途中でドキュメントが突然終わっています" msgstr "エレメントの開始タグの途中でドキュメントが突然終わっています"
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -477,235 +485,243 @@ msgstr ""
"属性名の後の等号記号の後でドキュメントが突然終わっています: 属性値がありませ" "属性名の後の等号記号の後でドキュメントが突然終わっています: 属性値がありませ"
"ん" "ん"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終わっています" msgstr "ドキュメントが属性値の途中で突然終わっています"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントがエレメント '%s' の閉じタグの途中で突然終わっています" msgstr "ドキュメントがエレメント '%s' の閉じタグの途中で突然終わっています"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"ドキュメントがコメントあるいはプロセシング指示子の途中で突然終わっています" "ドキュメントがコメントあるいはプロセシング指示子の途中で突然終わっています"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "引用テキストが引用記号で始まっていません" msgstr "引用テキストが引用記号で始まっていません"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい" "コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい"
"ません" "ません"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "テキストが文字 '\\' の直後に終わっています (テキストは '%s')" msgstr "テキストが文字 '\\' の直後に終わっています (テキストは '%s')"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "テキストが %c に対応する引用記号の前に終わっています (テキストは '%s')" msgstr "テキストが %c に対応する引用記号の前に終わっています (テキストは '%s')"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "テキストが空です (あるいは空白のみ)" msgstr "テキストが空です (あるいは空白のみ)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "子プロセスからデータを読み出せません" msgstr "子プロセスからデータを読み出せません"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "子プロセスとの通信用のパイプを作成できません (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "子パイプから読み出せません (%s) " msgstr "子パイプから読み出せません (%s) "
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "ディレクトリ '%s' へ移動できません (%s)" msgstr "ディレクトリ '%s' へ移動できません (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)" msgstr "子プロセスを起動できません (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "プログラム名が無効です: %s" msgstr "プログラム名が無効です: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "%d の引数ベクタに不正な文字列があります: %s" msgstr "%d の引数ベクタに不正な文字列があります: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "環境変数に不正な文字列があります: %s" msgstr "環境変数に不正な文字列があります: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "作業ディレクトリが不正です: %s" msgstr "作業ディレクトリが不正です: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "ヘルパー・プログラム (%s) の起動が失敗しました" msgstr "ヘルパー・プログラム (%s) の起動が失敗しました"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
msgstr "" msgstr ""
"g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー" "g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "子プロセスからデータを読めません (%s)" msgstr "子プロセスからデータを読めません (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)" msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() で想定外のエラー (%s)" msgstr "waitpid() で想定外のエラー (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "fork 失敗 (%s)" msgstr "fork 失敗 (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "子プロセスを起動できません \"%s\" (%s)" msgstr "子プロセスを起動できません \"%s\" (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)" msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "子プロセスを fork できません (%s)" msgstr "子プロセスを fork できません (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "子プロセスの実行時に不明なエラー \"%s\"" msgstr "子プロセスの実行時に不明なエラー \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "子 pid パイプから十分なデータを読めません (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "UTF-8 の範囲外の文字です" msgstr "UTF-8 の範囲外の文字です"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "変換する入力で無効なシーケンスがあります" msgstr "変換する入力で無効なシーケンスがあります"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "UTF-16 の範囲外の文字です" msgstr "UTF-16 の範囲外の文字です"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "用法:" msgstr "用法:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[オプション...]" msgstr "[オプション...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "ヘルプのオプション:" msgstr "ヘルプのオプション:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "ヘルプのオプションを表示する" msgstr "ヘルプのオプションを表示する"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "ヘルプのオプションを全て表示する" msgstr "ヘルプのオプションを全て表示する"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "アプリケーションのオプション:" msgstr "アプリケーションのオプション:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "%2$s の整数値 '%1$s' を解析できません" msgstr "%2$s の整数値 '%1$s' を解析できません"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "%2$s の整数値 '%1$s' は範囲外の値です" msgstr "%2$s の整数値 '%1$s' は範囲外の値です"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "%2$s の実数値 '%1$s' を解析できません" msgstr "%2$s の実数値 '%1$s' を解析できません"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "%2$s の実数値 '%1$s' は範囲外の値です" msgstr "%2$s の実数値 '%1$s' は範囲外の値です"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "オプション %s の解析中にエラー" msgstr "オプション %s の解析中にエラー"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "%s の引数がありません" msgstr "%s の引数がありません"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "%s は不明なオプションです" msgstr "%s は不明なオプションです"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "データ・ディレクトリには妥当なキー・ファイルがありませんでした" msgstr "データ・ディレクトリには妥当なキー・ファイルがありませんでした"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "通常のファイルではありません" msgstr "通常のファイルではありません"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "ファイルが空です" msgstr "ファイルが空です"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -713,38 +729,39 @@ msgstr ""
"キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ" "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ"
"ん" "ん"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "キー・ファイルがグループで始まっていません" msgstr "キー・ファイルがグループで始まっていません"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります" msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "キー・ファイルにグループ '%s' がありません" msgstr "キー・ファイルにグループ '%s' がありません"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "キー・ファイルにキー '%s' がありません" msgstr "キー・ファイルにキー '%s' がありません"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません" msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした" msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -752,36 +769,37 @@ msgid ""
msgstr "" msgstr ""
"キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした" "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "キー・ファイルの行末にエスケープ文字が含まれています" msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "値 '%s' を数値として解釈できません" msgstr "値 '%s' を数値として解釈できません"
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "整数値 '%s' は範囲外の値です" msgstr "整数値 '%s' は範囲外の値です"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "値 '%s' を実数値として解釈できません" msgstr "値 '%s' を実数値として解釈できません"
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "値 '%s' を論理値として解釈できません" msgstr "値 '%s' を論理値として解釈できません"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.9.6\n" "Project-Id-Version: glib 2.9.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-04-10 04:12+0200\n" "PO-Revision-Date: 2006-04-10 04:12+0200\n"
"Last-Translator: Gia Shervashidze <giasher@telenet.ge>\n" "Last-Translator: Gia Shervashidze <giasher@telenet.ge>\n"
"Language-Team: Georgian <ka@li.org>\n" "Language-Team: Georgian <ka@li.org>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.11.4\n" "Project-Id-Version: glib 2.11.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-17 15:43+0900\n" "PO-Revision-Date: 2006-06-17 15:43+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n" "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.glib-2-8\n" "Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-09-17 20:30+0200\n" "PO-Revision-Date: 2005-09-17 20:30+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com, pckurd@hotmail.com>\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com, pckurd@hotmail.com>\n"
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n" "Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-25 10:54+0200\n" "PO-Revision-Date: 2006-02-25 10:54+0200\n"
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n" "Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2002-12-19 01:04+0200\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n" "Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n" "Language-Team: Latvian <ll10nt@os.lv>\n"

394
po/mk.po
View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.mk\n" "Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-03 15:20+0200\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-03 16:16+0200\n" "PO-Revision-Date: 2006-07-03 16:16+0200\n"
"Last-Translator: Jovan Naumovski <jovan@lugola.net>\n" "Last-Translator: Jovan Naumovski <jovan@lugola.net>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n" "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@ -19,273 +19,286 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n" "X-Generator: KBabel 1.11.2\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочекуван атрибут '%s' за елементот '%s'" msgstr "Неочекуван атрибут '%s' за елементот '%s'"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибутот '%s' на елементот '%s' не е пронајден" msgstr "Атрибутот '%s' на елементот '%s' не е пронајден"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочекувана етикета '%s', се очекуваше '%s'" msgstr "Неочекувана етикета '%s', се очекуваше '%s'"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочекувана етикета '%s' во '%s'" msgstr "Неочекувана етикета '%s' во '%s'"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "Не е пронајден валидна датотека на обележувач во дирекориумите со податоци" msgstr ""
"Не е пронајден валидна датотека на обележувач во дирекориумите со податоци"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Обележувач за URI '%s' веќе постои" msgstr "Обележувач за URI '%s' веќе постои"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Не е пронајден обележувач за URI '%s'" msgstr "Не е пронајден обележувач за URI '%s'"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не е дефиниран MIME тип во обележувачот за URI '%s'" msgstr "Не е дефиниран MIME тип во обележувачот за URI '%s'"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не е дефинирано приватно знаме за обележувачот за URI '%s'" msgstr "Не е дефинирано приватно знаме за обележувачот за URI '%s'"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "Не се поставени групи во обележувачот за URI '%s'" msgstr "Не се поставени групи во обележувачот за URI '%s'"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Нема апликација со име '%s' која регистрирала обележувач за '%s'" msgstr "Нема апликација со име '%s' која регистрирала обележувач за '%s'"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Конвертирањето од %s' во '%s' не е поддржано" msgstr "Конвертирањето од %s' во '%s' не е поддржано"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Не можам да го отворам конверторот од '%s' до '%s'" msgstr "Не можам да го отворам конверторот од '%s' до '%s'"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Грешка при конвертирање: %s" msgstr "Грешка при конвертирање: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Парцијална секвенца на карактер на крајот од влезот" msgstr "Парцијална секвенца на карактер на крајот од влезот"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Не можам да го конвертирам '%s' во енкодингот '%s'" msgstr "Не можам да го конвертирам '%s' во енкодингот '%s'"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' не е апсолутна адреса која што ја користи шемата на датотеката" msgstr "'%s' не е апсолутна адреса која што ја користи шемата на датотеката"
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "Локалното URI '%s' може да не користи '#'" msgstr "Локалното URI '%s' може да не користи '#'"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "'%s' е невалиден URI" msgstr "'%s' е невалиден URI"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хостот на URI %s е невалидно" msgstr "Името на хостот на URI %s е невалидно"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' содржи невалидни посебни карактери" msgstr "'%s' содржи невалидни посебни карактери"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "Патеката '%s' не е апсолутна патека" msgstr "Патеката '%s' не е апсолутна патека"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Невалидно име на хост" msgstr "Невалидно име на хост"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Грешка при отворање на директориумот '%s': %s" msgstr "Грешка при отворање на директориумот '%s': %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не можам да алоцирам %lu бајти за да ја прочитам датотеката \"%s\"" msgstr "Не можам да алоцирам %lu бајти за да ја прочитам датотеката \"%s\""
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Грешка при читањето на датотеката '%s': %s" msgstr "Грешка при читањето на датотеката '%s': %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Не успеав да прочитам од датотеката '%s': %s" msgstr "Не успеав да прочитам од датотеката '%s': %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Не успеав да ја отворам датотеката '%s': %s" msgstr "Не успеав да ја отворам датотеката '%s': %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Не успеав да ги добијам атрибутите на датотеката '%s': fstat() failed: %s" msgstr ""
"Не успеав да ги добијам атрибутите на датотеката '%s': fstat() failed: %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Не успеав да ја отворам датотеката '%s': fdopen() failed: %s" msgstr "Не успеав да ја отворам датотеката '%s': fdopen() failed: %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Не успеав да ја реименувам датотеката '%s' во '%s': g_rename() не успеа: %s" msgstr ""
"Не успеав да ја реименувам датотеката '%s' во '%s': g_rename() не успеа: %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Не успеав да ја креирам датотеката '%s': %s" msgstr "Не успеав да ја креирам датотеката '%s': %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Не успеав да ја отворам датотеката '%s' за запишување: fdopen() не успеа: %s" msgstr ""
"Не успеав да ја отворам датотеката '%s' за запишување: fdopen() не успеа: %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Не успеав да запишам во датотеката '%s': fwrite() не успеа: %s" msgstr "Не успеав да запишам во датотеката '%s': fwrite() не успеа: %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Не успеав да ја затворам датотeката '%s': fclose() не успеа: %s" msgstr "Не успеав да ја затворам датотeката '%s': fclose() не успеа: %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "" msgstr ""
"Постоечката датотека '%s' не може да биде отстранета: g_unlink()·не успеа " "Постоечката датотека '%s' не може да биде отстранета: g_unlink()·не успеа "
"за: %s" "за: %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Мострата '%s' е невалидна, не треба да содржи '%s'" msgstr "Мострата '%s' е невалидна, не треба да содржи '%s'"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Мострата '%s' не содржи со XXXXXX" msgstr "Мострата '%s' не содржи со XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не успеав да ја прочитам симболичката врска '%s': %s" msgstr "Не успеав да ја прочитам симболичката врска '%s': %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Симболичките врски не се поддржани" msgstr "Симболичките врски не се поддржани"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не можам да го отворам конверторот од '%s' до '%s': %s" msgstr "Не можам да го отворам конверторот од '%s' до '%s': %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не можам да направам грубо читање во g_io_channel_read_line_string" msgstr "Не можам да направам грубо читање во g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Преостанати неконвертирани податоци во баферот за читање" msgstr "Преостанати неконвертирани податоци во баферот за читање"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Каналот се терминира во парцијален карактер" msgstr "Каналот се терминира во парцијален карактер"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Неможам да читам во g_io_channel_read_to_end" msgstr "Неможам да читам во g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Не успеав да ја отворам датотеката '%s': open() не успеа: %s" msgstr "Не успеав да ја отворам датотеката '%s': open() не успеа: %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не успеав да ја означам датотеката '%s': mmap() не успеа: %s" msgstr "Не успеав да ја означам датотеката '%s': mmap() не успеа: %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Грешка на линија %d char %d: %s" msgstr "Грешка на линија %d char %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Грешка на линија %d: %s" msgstr "Грешка на линија %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; " "Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -295,17 +308,17 @@ msgstr ""
"Карактерот '%s' претставува невалиден почеток на име на ентитет, карактерот " "Карактерот '%s' претставува невалиден почеток на име на ентитет, карактерот "
"& го започнува ентитетот;" "& го започнува ентитетот;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Карактерот '%s' не е валиден внатре во името на ентитетот" msgstr "Карактерот '%s' не е валиден внатре во името на ентитетот"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Името на ентитетот '%s' е познато" msgstr "Името на ентитетот '%s' е познато"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -313,7 +326,7 @@ msgstr ""
"Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без " "Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без "
"намера да започнете ентитет - избегнете го симболот со &amp;" "намера да започнете ентитет - избегнете го симболот со &amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -323,16 +336,16 @@ msgstr ""
"внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е " "внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
"преголем" "преголем"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер" msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;" msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -342,30 +355,31 @@ msgstr ""
"користеле симбол без намера да започнете ентитет - одбегнете го симболот со " "користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
"&amp;" "&amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Недовршен параметар за ентитет" msgstr "Недовршен параметар за ентитет"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Недовршен параметар за карактер" msgstr "Недовршен параметар за карактер"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Невалиден UTF-8 енкодиран текст" msgstr "Невалиден UTF-8 енкодиран текст"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документите мора да започнуваат со елемент (пр. <book>)" msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
msgstr "'%s' не е валиден карактер по '<' карактер; не може да започне име на елемент" msgstr ""
"'%s' не е валиден карактер по '<' карактер; не може да започне име на елемент"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -374,14 +388,15 @@ msgstr ""
"Чуден карактер '%s', очекував '>' карактер да го заврши почетниот таг на " "Чуден карактер '%s', очекував '>' карактер да го заврши почетниот таг на "
"елементот '%s'" "елементот '%s'"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "" msgstr ""
"Чуден карактер '%s', очекував '=' по името на атрибутот '%s' од елементот '%" "Чуден карактер '%s', очекував '=' по името на атрибутот '%s' од елементот '%"
"s'" "s'"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -391,7 +406,7 @@ msgstr ""
"Чуден карактер '%s', очекував '>' или '/' за да го затворам почетниот таг на " "Чуден карактер '%s', очекував '>' или '/' за да го затворам почетниот таг на "
"елементот '%s'; можеби сте користеле невалиден карактер во името на атрибутот" "елементот '%s'; можеби сте користеле невалиден карактер во името на атрибутот"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -400,7 +415,7 @@ msgstr ""
"Чуден карактер '%s', се очекува отворен забележан цитат по еднаквите знаци " "Чуден карактер '%s', се очекува отворен забележан цитат по еднаквите знаци "
"кога се даваат вредности за атрибутот '%s'· од елементот '%s'·" "кога се даваат вредности за атрибутот '%s'· од елементот '%s'·"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -409,7 +424,7 @@ msgstr ""
"'%s' не е валиден карактер, по карактерите </';·'%s'·не може да започне име " "'%s' не е валиден карактер, по карактерите </';·'%s'·не може да започне име "
"на елемент" "на елемент"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -418,25 +433,26 @@ msgstr ""
"'%s'·не е валиден карактер што би можел да доје по името на елементот '%s', " "'%s'·не е валиден карактер што би можел да доје по името на елементот '%s', "
"дозволениот карактер е '>'" "дозволениот карактер е '>'"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементот '%s' е затворен. Во моментов не е отворен ниеден елемент" msgstr "Елементот '%s' е затворен. Во моментов не е отворен ниеден елемент"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементот '%s' е затворен, но тековно отворениот елемент е '%s'" msgstr "Елементот '%s' е затворен, но тековно отворениот елемент е '%s'"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Документот е празен или содржи само празни места" msgstr "Документот е празен или содржи само празни места"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Документот заврши неочекувано веднаш по заградата за отворениот агол '<'" msgstr ""
"Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -445,7 +461,7 @@ msgstr ""
"Документот заврши неочекувано со сеуште отворени елементи - '%s' беше " "Документот заврши неочекувано со сеуште отворени елементи - '%s' беше "
"последниот отворен елемент" "последниот отворен елемент"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -454,120 +470,124 @@ msgstr ""
"Документот заврши неочекувано, очекував да видам го видам аголот на " "Документот заврши неочекувано, очекував да видам го видам аголот на "
"заградата за затворање на тагот <%s/>" "заградата за затворање на тагот <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Документот заврши неочекувано внатре во иметп на елементот" msgstr "Документот заврши неочекувано внатре во иметп на елементот"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документот заврши неочекувано внатре во името на атрибутот" msgstr "Документот заврши неочекувано внатре во името на атрибутот"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи." msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
msgstr "Нема вредност за атрибутот" msgstr "Нема вредност за атрибутот"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документот заврши неочекувано додека беше внатре во вредноста на атрибутот" msgstr ""
"Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документот заврши неочекувано внатре во тагот за затворање на елементи '%s'" msgstr ""
"Документот заврши неочекувано внатре во тагот за затворање на елементи '%s'"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Документот заврши неочекувано внатре во коментар или инструкција за " "Документот заврши неочекувано внатре во коментар или инструкција за "
"процесирање" "процесирање"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Цитираниот текст не започнува со знакот за цитирање" msgstr "Цитираниот текст не започнува со знакот за цитирање"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "" msgstr ""
"Несовпаѓачки знак за цитирање на командната линија или друг текст цитиран во " "Несовпаѓачки знак за цитирање на командната линија или друг текст цитиран во "
"школка" "школка"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Текстот заврши веднаш по '\\' карактер. (Текстот беше '%s')" msgstr "Текстот заврши веднаш по '\\' карактер. (Текстот беше '%s')"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Текстот заврши пред да биде пронајден совпаѓачки цитат за %c. (Текстот беше " "Текстот заврши пред да биде пронајден совпаѓачки цитат за %c. (Текстот беше "
"'%s')" "'%s')"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Текстот беше празен (или содржеше само празни места)" msgstr "Текстот беше празен (или содржеше само празни места)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Не успеав да ги прочитам податоците од подпроцесот" msgstr "Не успеав да ги прочитам податоците од подпроцесот"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Не успеав да креирам цевка за комуникација со другите подпроцеси (%s)" msgstr "Не успеав да креирам цевка за комуникација со другите подпроцеси (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Не успеав да прочитам од под-цевката (%s)" msgstr "Не успеав да прочитам од под-цевката (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Не успеав да го променам директориумот'%s' (%s)" msgstr "Не успеав да го променам директориумот'%s' (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Не успеав да го извршам подпроцесот (%s)" msgstr "Не успеав да го извршам подпроцесот (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Невалидно име на програма: %s" msgstr "Невалидно име на програма: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Невалиден стринг во аргументот за векторот кај %d: %s" msgstr "Невалиден стринг во аргументот за векторот кај %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Невалиден стринг во околината: %s" msgstr "Невалиден стринг во околината: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Невалиден работен директориум: %s" msgstr "Невалиден работен директориум: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Не успеав да ја извршам програмата за помош (%s)" msgstr "Не успеав да ја извршам програмата за помош (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -575,178 +595,188 @@ msgstr ""
"Неочекувана грешка во g_io_channel_win32_poll() при читање на податоциод " "Неочекувана грешка во g_io_channel_win32_poll() при читање на податоциод "
"подпроцесот" "подпроцесот"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Не успеав да ги прочитам податоците од подпроцесите (%s)" msgstr "Не успеав да ги прочитам податоците од подпроцесите (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Неочекувана грешка во select() при читањето на податоци од подпроцесот (%s)" msgstr ""
"Неочекувана грешка во select() при читањето на податоци од подпроцесот (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочекувана грешка во waitpid() (%s)" msgstr "Неочекувана грешка во waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Не успеав да форкувам (%s)" msgstr "Не успеав да форкувам (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Не успеав да го извршам подпроцесот \"%s\" (%s)" msgstr "Не успеав да го извршам подпроцесот \"%s\" (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Не успеав да го пренасочам излезот или влезот на подпроцесот (%s)" msgstr "Не успеав да го пренасочам излезот или влезот на подпроцесот (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Не успеав да го форкувам подпроцесот (%s)" msgstr "Не успеав да го форкувам подпроцесот (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Непозната грешка при извршувањето на подпроцесот \"%s\"" msgstr "Непозната грешка при извршувањето на подпроцесот \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)" msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Карактерот е надвор од опсегот за UTF-8" msgstr "Карактерот е надвор од опсегот за UTF-8"
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Невалидна секвенца во излезот од конвертирањето" msgstr "Невалидна секвенца во излезот од конвертирањето"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Карактерот е надвор од опсег за UTF-16" msgstr "Карактерот е надвор од опсег за UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Употреба:" msgstr "Употреба:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[ОПЦИЈА...]" msgstr "[ОПЦИЈА...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Опции за помош:" msgstr "Опции за помош:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Покажи ги сите опции за помош" msgstr "Покажи ги сите опции за помош"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Покажи ги сите опции за помош" msgstr "Покажи ги сите опции за помош"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Опции на апликацијата:" msgstr "Опции на апликацијата:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Не можам да парсирам вредност за целобројната вредност '%s' за %s" msgstr "Не можам да парсирам вредност за целобројната вредност '%s' за %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот" msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Не можам да ја анализирам целобројната вредност '%s' за %s" msgstr "Не можам да ја анализирам целобројната вредност '%s' за %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот" msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Грешка при парсирањето на опцијата %s" msgstr "Грешка при парсирањето на опцијата %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Недостига аргумент за %s" msgstr "Недостига аргумент за %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Непозната опција '%s'·" msgstr "Непозната опција '%s'·"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "" msgstr ""
"Валидната клучна датотека неможе да биде пронајдена во директориумите со " "Валидната клучна датотека неможе да биде пронајдена во директориумите со "
"податоци" "податоци"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Не е обична датотека" msgstr "Не е обична датотека"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Датотеката е празна" msgstr "Датотеката е празна"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "" msgstr ""
"Клучната датотека содржи линија '%s'· која што не е пар на клучна вредност, " "Клучната датотека содржи линија '%s'· која што не е пар на клучна вредност, "
"група или коментар" "група или коментар"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Клучната датотека не започнува со група" msgstr "Клучната датотека не започнува со група"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Клучната датотека содржи неподдржан енкодинг '%s'·" msgstr "Клучната датотека содржи неподдржан енкодинг '%s'·"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Клучната датотека не ја содржи групата '%s'" msgstr "Клучната датотека не ја содржи групата '%s'"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Клучната датотека не го содржи клучот '%s'" msgstr "Клучната датотека не го содржи клучот '%s'"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Клучната датотека го содржи клучот '%s' со вредноста '%s' која што не е UTF-8" msgstr ""
"Клучната датотека го содржи клучот '%s' со вредноста '%s' која што не е UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "" msgstr ""
"Клучната датотека го содржи клучот '%s' чија што вредност неможе да биде " "Клучната датотека го содржи клучот '%s' чија што вредност неможе да биде "
"препознаена." "препознаена."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -755,37 +785,37 @@ msgstr ""
"Клучната датотека го содржи клучот '%s' во групата '%s' која што има " "Клучната датотека го содржи клучот '%s' во групата '%s' која што има "
"вредност која што неможе да биде препознаена." "вредност која што неможе да биде препознаена."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Клучната датотека не содржи клуч во '%s' во групата '%s'" msgstr "Клучната датотека не содржи клуч во '%s' во групата '%s'"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Клучната датотека содржи специјални карактери на крајот на линијата" msgstr "Клучната датотека содржи специјални карактери на крајот на линијата"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "Клучната датотека содржи невалидни посебни карактери '%s'" msgstr "Клучната датотека содржи невалидни посебни карактери '%s'"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Вредноста '%s' неможе да биде препознаена како број." msgstr "Вредноста '%s' неможе да биде препознаена како број."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Целобројната вредност '%s' е надвор од опсегот" msgstr "Целобројната вредност '%s' е надвор од опсегот"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Вредноста '%s' неможе да биде препознаена како рационален број." msgstr "Вредноста '%s' неможе да биде препознаена како рационален број."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Вредноста '%s' не може да биде препознаена како boolean." msgstr "Вредноста '%s' не може да биде препознаена како boolean."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version:glib.glib-2-2\n" "Project-Id-Version:glib.glib-2-2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-07-05 10:29+0530\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n"
"Last-Translator: FSF-India <locale@gnu.org.in>\n" "Last-Translator: FSF-India <locale@gnu.org.in>\n"
"Language-Team: Malayalam <locale@gnu.org.in>\n" "Language-Team: Malayalam <locale@gnu.org.in>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-05-30 01:07-0800\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n"
"Last-Translator: Бадрал <badral@openmn.org>\n" "Last-Translator: Бадрал <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n" "Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-02-03 02:11+0730\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n" "Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n" "Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.9.x\n" "Project-Id-Version: glib 2.9.x\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-26 21:31+0200\n" "PO-Revision-Date: 2006-06-26 21:31+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-05-20 11:50+0545\n" "PO-Revision-Date: 2005-05-20 11:50+0545\n"
"Last-Translator: Jyotshna Shrestha <shresthajyo@hotmail.com>\n" "Last-Translator: Jyotshna Shrestha <shresthajyo@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n" "Language-Team: Nepali <info@mpp.org.np>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib (HEAD)\n" "Project-Id-Version: glib (HEAD)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-25 01:38+0200\n" "PO-Revision-Date: 2006-06-25 01:38+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n" "Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nn\n" "Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-04-23 16:21+0200\n" "PO-Revision-Date: 2006-04-23 16:21+0200\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n" "Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: or\n" "Project-Id-Version: or\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-03 13:20+0530\n" "PO-Revision-Date: 2006-07-03 13:20+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n" "Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n" "Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@ -18,7 +18,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n" "X-Generator: KBabel 1.9.1\n"
"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
@ -45,6 +46,7 @@ msgid "Unexpected tag '%s' inside '%s'"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି" msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି"
#: glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କ ରେ କୌଣସି ବୈଧ ଫାଇଲ ମିଳିବ ନାହିଁ" msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କ ରେ କୌଣସି ବୈଧ ଫାଇଲ ମିଳିବ ନାହିଁ"
@ -226,6 +228,7 @@ msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ନମୁନା ଟି ଅବୈଧ ଅଟେ, '%s' ଧାରଣ କରିବା ଉଚିତ ନୁହେଁ" msgstr "'%s' ନମୁନା ଟି ଅବୈଧ ଅଟେ, '%s' ଧାରଣ କରିବା ଉଚିତ ନୁହେଁ"
#: glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ" msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ"
@ -285,7 +288,8 @@ msgid "Error on line %d: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
#: glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;" msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:439 #: glib/gmarkup.c:439
@ -364,19 +368,23 @@ msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
"element name" "element name"
msgstr "'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ" msgstr ""
"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
#: glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'" "'%s'"
msgstr "ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା" msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgid ""
msgstr "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
@ -412,7 +420,8 @@ msgstr ""
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'" "allowed character is '>'"
msgstr "ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'" msgstr ""
"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
#: glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
@ -501,7 +510,8 @@ msgstr "ଗୋଟିଏ '\\' ଅକ୍ଷରର ଠିକ ପରେ ପାଠ୍
#: glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')" msgstr ""
"%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')"
#: glib/gshell.c:557 #: glib/gshell.c:557
#, c-format #, c-format
@ -664,10 +674,12 @@ msgid "Integer value '%s' for %s out of range"
msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା '%s' ର ମୂଲ୍ଯ ପରିସର ବାହାରେ" msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା '%s' ର ମୂଲ୍ଯ ପରିସର ବାହାରେ"
#: glib/goption.c:721 #: glib/goption.c:721
#, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯକୁ %s ପାଇଁ ବିଶ୍ଳେଷିତ କରିପାରିଲା ନାହିଁ" msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯକୁ %s ପାଇଁ ବିଶ୍ଳେଷିତ କରିପାରିଲା ନାହିଁ"
#: glib/goption.c:729 #: glib/goption.c:729
#, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯଟି %s ପାଇଁ ପରିସରର ବହିର୍ଭୂତ।" msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯଟି %s ପାଇଁ ପରିସରର ବହିର୍ଭୂତ।"
@ -703,7 +715,8 @@ msgstr "ଫାଇଲ ଟି ଖାଲି ଅଛି"
#: glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "ମୁଖ୍ଯ ଫାଇଲ '%s' କୁ ଧାରଣ କରିଛି ଯାହାକି ଗୋଟିଏ ମୁଖ୍ଯ-ଗୁଣ ର ଯୋଡି, ସମୂହ, କିମ୍ବା ବାକ୍ଯ ନୁହେଁ" msgstr "ମୁଖ୍ଯ ଫାଇଲ '%s' କୁ ଧାରଣ କରିଛି ଯାହାକି ଗୋଟିଏ ମୁଖ୍ଯ-ଗୁଣ ର ଯୋଡି, ସମୂହ, କିମ୍ବା ବାକ୍ଯ ନୁହେଁ"
#: glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
@ -743,7 +756,8 @@ msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚ
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted." "interpreted."
msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ" msgstr ""
"ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
#: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
@ -771,6 +785,7 @@ msgid "Integer value '%s' out of range"
msgstr "ପୂର୍ଣ ମୂଲ୍ଯ '%s' ପରିସର ର ବାହାରେ ଅଛି" msgstr "ପୂର୍ଣ ମୂଲ୍ଯ '%s' ପରିସର ର ବାହାରେ ଅଛି"
#: glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ୍ଯା ଭାବରେ ବ୍ଯାଖ୍ଯା କରିହେବ ନାହିଁ" msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ୍ଯା ଭାବରେ ବ୍ଯାଖ୍ଯା କରିହେବ ନାହିଁ"
@ -778,4 +793,3 @@ msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ" msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-03-11 11:52+0530\n" "PO-Revision-Date: 2006-03-11 11:52+0530\n"
"Last-Translator: A S Alam <apbrar@gmail.com>\n" "Last-Translator: A S Alam <apbrar@gmail.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n" "Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-25 11:51+0100\n" "PO-Revision-Date: 2006-02-25 11:51+0100\n"
"Last-Translator: GNOME PL Team <translators@gnomepl.org>\n" "Last-Translator: GNOME PL Team <translators@gnomepl.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

361
po/pt.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.16\n" "Project-Id-Version: 2.16\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-21 20:24+0000\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-07-21 20:30+0000\n" "PO-Revision-Date: 2006-07-21 20:30+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@ -15,274 +15,284 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793 #: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:872
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:919 #: glib/gbookmarkfile.c:919
#, c-format #, c-format
msgid "Unexpected attribute '%s' for element '%s'" msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'" msgstr "Atributo '%s' inesperado para o elemento '%s'"
#: ../glib/gbookmarkfile.c:727 ../glib/gbookmarkfile.c:804 #: glib/gbookmarkfile.c:727 glib/gbookmarkfile.c:804 glib/gbookmarkfile.c:814
#: ../glib/gbookmarkfile.c:814 ../glib/gbookmarkfile.c:930 #: glib/gbookmarkfile.c:930
#, c-format #, c-format
msgid "Attribute '%s' of element '%s' not found" msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributo '%s' do elemento '%s' não foi encontrado" msgstr "Atributo '%s' do elemento '%s' não foi encontrado"
#: ../glib/gbookmarkfile.c:1103 ../glib/gbookmarkfile.c:1168 #: glib/gbookmarkfile.c:1103 glib/gbookmarkfile.c:1168
#: ../glib/gbookmarkfile.c:1232 ../glib/gbookmarkfile.c:1242 #: glib/gbookmarkfile.c:1232 glib/gbookmarkfile.c:1242
#, c-format #, c-format
msgid "Unexpected tag '%s', tag '%s' expected" msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'" msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'"
#: ../glib/gbookmarkfile.c:1128 ../glib/gbookmarkfile.c:1142 #: glib/gbookmarkfile.c:1128 glib/gbookmarkfile.c:1142
#: ../glib/gbookmarkfile.c:1210 ../glib/gbookmarkfile.c:1262 #: glib/gbookmarkfile.c:1210 glib/gbookmarkfile.c:1262
#, c-format #, c-format
msgid "Unexpected tag '%s' inside '%s'" msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'" msgstr "Etiqueta '%s' inesperada dentro de '%s'"
#: ../glib/gbookmarkfile.c:1792 #: glib/gbookmarkfile.c:1792
#, c-format
msgid "No valid bookmark file was be found in data dirs" msgid "No valid bookmark file was be found in data dirs"
msgstr "Não foi encontrado nenhum ficheiro de marcador válido nos directórios de dados" msgstr ""
"Não foi encontrado nenhum ficheiro de marcador válido nos directórios de "
"dados"
#: ../glib/gbookmarkfile.c:1993 #: glib/gbookmarkfile.c:1993
#, c-format #, c-format
msgid "A bookmark for URI '%s' already exists" msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI '%s'" msgstr "Já existe um marcador para o URI '%s'"
#: ../glib/gbookmarkfile.c:2039 ../glib/gbookmarkfile.c:2196 #: glib/gbookmarkfile.c:2039 glib/gbookmarkfile.c:2196
#: ../glib/gbookmarkfile.c:2281 ../glib/gbookmarkfile.c:2362 #: glib/gbookmarkfile.c:2281 glib/gbookmarkfile.c:2362
#: ../glib/gbookmarkfile.c:2447 ../glib/gbookmarkfile.c:2530 #: glib/gbookmarkfile.c:2447 glib/gbookmarkfile.c:2530
#: ../glib/gbookmarkfile.c:2608 ../glib/gbookmarkfile.c:2687 #: glib/gbookmarkfile.c:2608 glib/gbookmarkfile.c:2687
#: ../glib/gbookmarkfile.c:2729 ../glib/gbookmarkfile.c:2826 #: glib/gbookmarkfile.c:2729 glib/gbookmarkfile.c:2826
#: ../glib/gbookmarkfile.c:2949 ../glib/gbookmarkfile.c:3139 #: glib/gbookmarkfile.c:2949 glib/gbookmarkfile.c:3139
#: ../glib/gbookmarkfile.c:3215 ../glib/gbookmarkfile.c:3367 #: glib/gbookmarkfile.c:3215 glib/gbookmarkfile.c:3367
#: ../glib/gbookmarkfile.c:3432 ../glib/gbookmarkfile.c:3522 #: glib/gbookmarkfile.c:3432 glib/gbookmarkfile.c:3522
#: ../glib/gbookmarkfile.c:3649 #: glib/gbookmarkfile.c:3649
#, c-format #, c-format
msgid "No bookmark found for URI '%s'" msgid "No bookmark found for URI '%s'"
msgstr "Não foi encontrado nenhum marcador para o URI '%s'" msgstr "Não foi encontrado nenhum marcador para o URI '%s'"
#: ../glib/gbookmarkfile.c:2371 #: glib/gbookmarkfile.c:2371
#, c-format #, c-format
msgid "No MIME type defined in the bookmark for URI '%s'" msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nenhum tipo MIME definido no marcador para o URI '%s'" msgstr "Nenhum tipo MIME definido no marcador para o URI '%s'"
#: ../glib/gbookmarkfile.c:2456 #: glib/gbookmarkfile.c:2456
#, c-format #, c-format
msgid "No private flag has been defined in bookmark for URI '%s'" msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nenhum sinal privado definido no marcador para o URI '%s'" msgstr "Nenhum sinal privado definido no marcador para o URI '%s'"
#: ../glib/gbookmarkfile.c:2835 #: glib/gbookmarkfile.c:2835
#, c-format #, c-format
msgid "No groups set in bookmark for URI '%s'" msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenhum grupo definido no marcador para o URI '%s'" msgstr "Nenhum grupo definido no marcador para o URI '%s'"
#: ../glib/gbookmarkfile.c:3233 ../glib/gbookmarkfile.c:3377 #: glib/gbookmarkfile.c:3233 glib/gbookmarkfile.c:3377
#, c-format #, c-format
msgid "No application with name '%s' registered a bookmark for '%s'" msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'" msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
#: ../glib/gconvert.c:404 ../glib/gconvert.c:482 ../glib/giochannel.c:1150 #: glib/gconvert.c:404 glib/gconvert.c:482 glib/giochannel.c:1150
#, c-format #, c-format
msgid "Conversion from character set '%s' to '%s' is not supported" msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada" msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
#: ../glib/gconvert.c:408 ../glib/gconvert.c:486 #: glib/gconvert.c:408 glib/gconvert.c:486
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s'" msgid "Could not open converter from '%s' to '%s'"
msgstr "Incapaz de abrir conversor de '%s' para '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'"
#: ../glib/gconvert.c:602 ../glib/gconvert.c:991 ../glib/giochannel.c:1322 #: glib/gconvert.c:602 glib/gconvert.c:991 glib/giochannel.c:1322
#: ../glib/giochannel.c:1364 ../glib/giochannel.c:2206 ../glib/gutf8.c:943 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
#: ../glib/gutf8.c:1392 #: glib/gutf8.c:1392
#, c-format
msgid "Invalid byte sequence in conversion input" msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na origem da conversão" msgstr "Sequência de bytes inválida na origem da conversão"
#: ../glib/gconvert.c:608 ../glib/gconvert.c:918 ../glib/giochannel.c:1329 #: glib/gconvert.c:608 glib/gconvert.c:918 glib/giochannel.c:1329
#: ../glib/giochannel.c:2218 #: glib/giochannel.c:2218
#, c-format #, c-format
msgid "Error during conversion: %s" msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s" msgstr "Erro durante a conversão: %s"
#: ../glib/gconvert.c:643 ../glib/gutf8.c:939 ../glib/gutf8.c:1143 #: glib/gconvert.c:643 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
#: ../glib/gutf8.c:1284 ../glib/gutf8.c:1388 #: glib/gutf8.c:1388
#, c-format
msgid "Partial character sequence at end of input" msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da origem" msgstr "Sequência de caracteres parcial no final da origem"
#: ../glib/gconvert.c:893 #: glib/gconvert.c:893
#, c-format #, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'" msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'" msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'"
#: ../glib/gconvert.c:1702 #: glib/gconvert.c:1702
#, c-format #, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\"" msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\""
#: ../glib/gconvert.c:1712 #: glib/gconvert.c:1712
#, c-format #, c-format
msgid "The local file URI '%s' may not include a '#'" msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'" msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'"
#: ../glib/gconvert.c:1729 #: glib/gconvert.c:1729
#, c-format #, c-format
msgid "The URI '%s' is invalid" msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido" msgstr "O URI '%s' é inválido"
#: ../glib/gconvert.c:1741 #: glib/gconvert.c:1741
#, c-format #, c-format
msgid "The hostname of the URI '%s' is invalid" msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de máquina do URI '%s' é inválido" msgstr "O nome de máquina do URI '%s' é inválido"
#: ../glib/gconvert.c:1757 #: glib/gconvert.c:1757
#, c-format #, c-format
msgid "The URI '%s' contains invalidly escaped characters" msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres incorrectamente mascarados" msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
#: ../glib/gconvert.c:1852 #: glib/gconvert.c:1852
#, c-format #, c-format
msgid "The pathname '%s' is not an absolute path" msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de caminho '%s' não é um caminho absoluto" msgstr "O nome de caminho '%s' não é um caminho absoluto"
#: ../glib/gconvert.c:1862 #: glib/gconvert.c:1862
#, c-format
msgid "Invalid hostname" msgid "Invalid hostname"
msgstr "Nome de máquina inválido" msgstr "Nome de máquina inválido"
#: ../glib/gdir.c:121 ../glib/gdir.c:141 #: glib/gdir.c:121 glib/gdir.c:141
#, c-format #, c-format
msgid "Error opening directory '%s': %s" msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s" msgstr "Erro ao abrir o directório '%s': %s"
#: ../glib/gfileutils.c:572 ../glib/gfileutils.c:645 #: glib/gfileutils.c:572 glib/gfileutils.c:645
#, c-format #, c-format
msgid "Could not allocate %lu bytes to read file \"%s\"" msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\"" msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\""
#: ../glib/gfileutils.c:587 #: glib/gfileutils.c:587
#, c-format #, c-format
msgid "Error reading file '%s': %s" msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s" msgstr "Erro ao ler o ficheiro '%s': %s"
#: ../glib/gfileutils.c:669 #: glib/gfileutils.c:669
#, c-format #, c-format
msgid "Failed to read from file '%s': %s" msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s" msgstr "Falha ao ler do ficheiro '%s': %s"
#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807 #: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format #, c-format
msgid "Failed to open file '%s': %s" msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir o ficheiro '%s': %s" msgstr "Falha ao abrir o ficheiro '%s': %s"
#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133 #: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format #, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s" msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s"
#: ../glib/gfileutils.c:771 #: glib/gfileutils.c:771
#, c-format #, c-format
msgid "Failed to open file '%s': fdopen() failed: %s" msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s" msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s"
#: ../glib/gfileutils.c:905 #: glib/gfileutils.c:905
#, c-format #, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s" msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s"
#: ../glib/gfileutils.c:946 ../glib/gfileutils.c:1404 #: glib/gfileutils.c:946 glib/gfileutils.c:1404
#, c-format #, c-format
msgid "Failed to create file '%s': %s" msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar o ficheiro '%s': %s" msgstr "Falha ao criar o ficheiro '%s': %s"
#: ../glib/gfileutils.c:960 #: glib/gfileutils.c:960
#, c-format #, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s" msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s"
#: ../glib/gfileutils.c:985 #: glib/gfileutils.c:985
#, c-format #, c-format
msgid "Failed to write file '%s': fwrite() failed: %s" msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s" msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s"
#: ../glib/gfileutils.c:1004 #: glib/gfileutils.c:1004
#, c-format #, c-format
msgid "Failed to close file '%s': fclose() failed: %s" msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s" msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s"
#: ../glib/gfileutils.c:1122 #: glib/gfileutils.c:1122
#, c-format #, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s" msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s"
#: ../glib/gfileutils.c:1366 #: glib/gfileutils.c:1366
#, c-format #, c-format
msgid "Template '%s' invalid, should not contain a '%s'" msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Modelo '%s' inválido, não deveria conter um '%s'" msgstr "Modelo '%s' inválido, não deveria conter um '%s'"
#: ../glib/gfileutils.c:1379 #: glib/gfileutils.c:1379
#, c-format #, c-format
msgid "Template '%s' doesn't contain XXXXXX" msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo '%s' não contém XXXXXX" msgstr "Modelo '%s' não contém XXXXXX"
#: ../glib/gfileutils.c:1854 #: glib/gfileutils.c:1854
#, c-format #, c-format
msgid "Failed to read the symbolic link '%s': %s" msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s" msgstr "Falha ao ler o atalho '%s': %s"
#: ../glib/gfileutils.c:1875 #: glib/gfileutils.c:1875
#, c-format
msgid "Symbolic links not supported" msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados" msgstr "Atalhos não são suportados"
#: ../glib/giochannel.c:1154 #: glib/giochannel.c:1154
#, c-format #, c-format
msgid "Could not open converter from '%s' to '%s': %s" msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Incapaz de abrir conversor de '%s' para '%s': %s" msgstr "Incapaz de abrir conversor de '%s' para '%s': %s"
#: ../glib/giochannel.c:1499 #: glib/giochannel.c:1499
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string" msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "" msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string"
#: ../glib/giochannel.c:1546 ../glib/giochannel.c:1803 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
#: ../glib/giochannel.c:1889 #, c-format
msgid "Leftover unconverted data in read buffer" msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura" msgstr "Dados residuais não convertidos no buffer de leitura"
#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1703 #: glib/giochannel.c:1626 glib/giochannel.c:1703
#, c-format
msgid "Channel terminates in a partial character" msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial" msgstr "Canal termina num caracter parcial"
#: ../glib/giochannel.c:1689 #: glib/giochannel.c:1689
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end" msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "" msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end"
#: ../glib/gmappedfile.c:116 #: glib/gmappedfile.c:116
#, c-format #, c-format
msgid "Failed to open file '%s': open() failed: %s" msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s" msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s"
#: ../glib/gmappedfile.c:193 #: glib/gmappedfile.c:193
#, c-format #, c-format
msgid "Failed to map file '%s': mmap() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s" msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s"
#: ../glib/gmarkup.c:227 #: glib/gmarkup.c:227
#, c-format #, c-format
msgid "Error on line %d char %d: %s" msgid "Error on line %d char %d: %s"
msgstr "Erro na linha %d caracter %d: %s" msgstr "Erro na linha %d caracter %d: %s"
#: ../glib/gmarkup.c:325 #: glib/gmarkup.c:325
#, c-format #, c-format
msgid "Error on line %d: %s" msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s" msgstr "Erro na linha %d: %s"
#: ../glib/gmarkup.c:429 #: glib/gmarkup.c:429
msgid "" msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;" "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "" msgstr ""
"Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; " "Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;" "&apos;"
#: ../glib/gmarkup.c:439 #: glib/gmarkup.c:439
#, c-format #, c-format
msgid "" msgid ""
"Character '%s' is not valid at the start of an entity name; the & character " "Character '%s' is not valid at the start of an entity name; the & character "
@ -293,17 +303,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, " "inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;" "mascare-o como &amp;"
#: ../glib/gmarkup.c:473 #: glib/gmarkup.c:473
#, c-format #, c-format
msgid "Character '%s' is not valid inside an entity name" msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro do nome de uma entidade" msgstr "Caracter '%s' não é válido dentro do nome de uma entidade"
#: ../glib/gmarkup.c:510 #: glib/gmarkup.c:510
#, c-format #, c-format
msgid "Entity name '%s' is not known" msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' desconhecido" msgstr "Nome de entidade '%s' desconhecido"
#: ../glib/gmarkup.c:521 #: glib/gmarkup.c:521
msgid "" msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand " "Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;" "character without intending to start an entity - escape ampersand as &amp;"
@ -312,7 +322,7 @@ msgstr ""
"caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como " "caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
"&amp;" "&amp;"
#: ../glib/gmarkup.c:574 #: glib/gmarkup.c:574
#, c-format #, c-format
msgid "" msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character " "Failed to parse '%-.*s', which should have been a digit inside a character "
@ -321,16 +331,16 @@ msgstr ""
"Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência " "Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência "
"de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande" "de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande"
#: ../glib/gmarkup.c:599 #: glib/gmarkup.c:599
#, c-format #, c-format
msgid "Character reference '%-.*s' does not encode a permitted character" msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido" msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido"
#: ../glib/gmarkup.c:614 #: glib/gmarkup.c:614
msgid "Empty character reference; should include a digit such as &#454;" msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;" msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;"
#: ../glib/gmarkup.c:624 #: glib/gmarkup.c:624
msgid "" msgid ""
"Character reference did not end with a semicolon; most likely you used an " "Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand " "ampersand character without intending to start an entity - escape ampersand "
@ -340,23 +350,23 @@ msgstr ""
"utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - " "utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
"mascare-o como &amp;" "mascare-o como &amp;"
#: ../glib/gmarkup.c:710 #: glib/gmarkup.c:710
msgid "Unfinished entity reference" msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar" msgstr "Referência de entidade por terminar"
#: ../glib/gmarkup.c:716 #: glib/gmarkup.c:716
msgid "Unfinished character reference" msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar" msgstr "Referência de caracter por terminar"
#: ../glib/gmarkup.c:959 ../glib/gmarkup.c:987 ../glib/gmarkup.c:1018 #: glib/gmarkup.c:959 glib/gmarkup.c:987 glib/gmarkup.c:1018
msgid "Invalid UTF-8 encoded text" msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado UTF-8 inválido" msgstr "Texto codificado UTF-8 inválido"
#: ../glib/gmarkup.c:1054 #: glib/gmarkup.c:1054
msgid "Document must begin with an element (e.g. <book>)" msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)" msgstr "Documento tem de começar com um elemento (ex. <book>)"
#: ../glib/gmarkup.c:1094 #: glib/gmarkup.c:1094
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an " "'%s' is not a valid character following a '<' character; it may not begin an "
@ -365,7 +375,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome " "'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
"de elemento" "de elemento"
#: ../glib/gmarkup.c:1158 #: glib/gmarkup.c:1158
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element " "Odd character '%s', expected a '>' character to end the start tag of element "
@ -374,7 +384,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um caracter '>' para terminar a " "Caracter estranho '%s', era esperado um caracter '>' para terminar a "
"etiqueta inicial do elemento '%s'" "etiqueta inicial do elemento '%s'"
#: ../glib/gmarkup.c:1247 #: glib/gmarkup.c:1247
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@ -382,7 +392,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do " "Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
"elemento '%s'" "elemento '%s'"
#: ../glib/gmarkup.c:1289 #: glib/gmarkup.c:1289
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of " "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@ -393,7 +403,7 @@ msgstr ""
"etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez " "etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
"tenha sido utilizado um caracter inválido no nome de um atributo" "tenha sido utilizado um caracter inválido no nome de um atributo"
#: ../glib/gmarkup.c:1378 #: glib/gmarkup.c:1378
#, c-format #, c-format
msgid "" msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when " "Odd character '%s', expected an open quote mark after the equals sign when "
@ -402,7 +412,7 @@ msgstr ""
"Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de " "Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de "
"igual ao atribuir valor ao atributo '%s' do elemento '%s'" "igual ao atribuir valor ao atributo '%s' do elemento '%s'"
#: ../glib/gmarkup.c:1523 #: glib/gmarkup.c:1523
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not " "'%s' is not a valid character following the characters '</'; '%s' may not "
@ -411,7 +421,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar " "'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar "
"o nome de um elemento" "o nome de um elemento"
#: ../glib/gmarkup.c:1563 #: glib/gmarkup.c:1563
#, c-format #, c-format
msgid "" msgid ""
"'%s' is not a valid character following the close element name '%s'; the " "'%s' is not a valid character following the close element name '%s'; the "
@ -420,25 +430,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o " "'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'" "caracter permitido é '>'"
#: ../glib/gmarkup.c:1574 #: glib/gmarkup.c:1574
#, c-format #, c-format
msgid "Element '%s' was closed, no element is currently open" msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto" msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
#: ../glib/gmarkup.c:1583 #: glib/gmarkup.c:1583
#, c-format #, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'" msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'" msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
#: ../glib/gmarkup.c:1749 #: glib/gmarkup.c:1749
msgid "Document was empty or contained only whitespace" msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços" msgstr "Documento estava vazio ou apenas continha espaços"
#: ../glib/gmarkup.c:1763 #: glib/gmarkup.c:1763
msgid "Document ended unexpectedly just after an open angle bracket '<'" msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'" msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
#: ../glib/gmarkup.c:1771 ../glib/gmarkup.c:1815 #: glib/gmarkup.c:1771 glib/gmarkup.c:1815
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last " "Document ended unexpectedly with elements still open - '%s' was the last "
@ -447,7 +457,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o " "Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto" "último elemento aberto"
#: ../glib/gmarkup.c:1779 #: glib/gmarkup.c:1779
#, c-format #, c-format
msgid "" msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending " "Document ended unexpectedly, expected to see a close angle bracket ending "
@ -456,21 +466,21 @@ msgstr ""
"Documento terminou inesperadamente, era esperado um maior que '>' para " "Documento terminou inesperadamente, era esperado um maior que '>' para "
"terminar a etiqueta <%s/>" "terminar a etiqueta <%s/>"
#: ../glib/gmarkup.c:1785 #: glib/gmarkup.c:1785
msgid "Document ended unexpectedly inside an element name" msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro do nome de um elemento" msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
#: ../glib/gmarkup.c:1790 #: glib/gmarkup.c:1790
msgid "Document ended unexpectedly inside an attribute name" msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro do nome de um atributo" msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
#: ../glib/gmarkup.c:1795 #: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an element-opening tag." msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de abertura de um " "Documento terminou inesperadamente dentro da etiqueta de abertura de um "
"elemento." "elemento."
#: ../glib/gmarkup.c:1801 #: glib/gmarkup.c:1801
msgid "" msgid ""
"Document ended unexpectedly after the equals sign following an attribute " "Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value" "name; no attribute value"
@ -478,102 +488,104 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual posterior a um nome " "Documento terminou inesperadamente após o sinal de igual posterior a um nome "
"de atributo; nenhum valor de atributo" "de atributo; nenhum valor de atributo"
#: ../glib/gmarkup.c:1808 #: glib/gmarkup.c:1808
msgid "Document ended unexpectedly while inside an attribute value" msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro do valor de um atributo" msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
#: ../glib/gmarkup.c:1823 #: glib/gmarkup.c:1823
#, c-format #, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'" msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%" "Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%"
"s'" "s'"
#: ../glib/gmarkup.c:1829 #: glib/gmarkup.c:1829
msgid "Document ended unexpectedly inside a comment or processing instruction" msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "" msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de " "Documento terminou inesperadamente dentro de um comentário ou instrução de "
"processamento" "processamento"
#: ../glib/gshell.c:70 #: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark" msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Texto citado não é iniciado com um caracter de aspa" msgstr "Texto citado não é iniciado com um caracter de aspa"
#: ../glib/gshell.c:160 #: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text" msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Aspa sem par na linha de comando ou outro texto de consola citado" msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
#: ../glib/gshell.c:538 #: glib/gshell.c:538
#, c-format #, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')" msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texto terminou após um caracter '\\'. (O texto era '%s')" msgstr "Texto terminou após um caracter '\\'. (O texto era '%s')"
#: ../glib/gshell.c:545 #: glib/gshell.c:545
#, c-format #, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "" msgstr ""
"Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto " "Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto "
"era '%s')" "era '%s')"
#: ../glib/gshell.c:557 #: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)" msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)" msgstr "Texto estava vazio (ou apenas continha espaços)"
#: ../glib/gspawn-win32.c:273 #: glib/gspawn-win32.c:273
#, c-format
msgid "Failed to read data from child process" msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho" msgstr "Falha ao ler dados de processo filho"
#: ../glib/gspawn-win32.c:288 ../glib/gspawn.c:1361 #: glib/gspawn-win32.c:288 glib/gspawn.c:1361
#, c-format #, c-format
msgid "Failed to create pipe for communicating with child process (%s)" msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)" msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
#: ../glib/gspawn-win32.c:326 ../glib/gspawn.c:1025 #: glib/gspawn-win32.c:326 glib/gspawn.c:1025
#, c-format #, c-format
msgid "Failed to read from child pipe (%s)" msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)" msgstr "Falha ao ler de canal filho (%s)"
#: ../glib/gspawn-win32.c:352 ../glib/gspawn.c:1230 #: glib/gspawn-win32.c:352 glib/gspawn.c:1230
#, c-format #, c-format
msgid "Failed to change to directory '%s' (%s)" msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)" msgstr "Falha ao ir para directório '%s' (%s)"
#: ../glib/gspawn-win32.c:358 ../glib/gspawn-win32.c:578 #: glib/gspawn-win32.c:358 glib/gspawn-win32.c:578
#, c-format #, c-format
msgid "Failed to execute child process (%s)" msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)" msgstr "Falha ao executar processo filho (%s)"
#: ../glib/gspawn-win32.c:468 ../glib/gspawn-win32.c:524 #: glib/gspawn-win32.c:468 glib/gspawn-win32.c:524
#, c-format #, c-format
msgid "Invalid program name: %s" msgid "Invalid program name: %s"
msgstr "Nome de aplicação inválido: %s" msgstr "Nome de aplicação inválido: %s"
#: ../glib/gspawn-win32.c:478 ../glib/gspawn-win32.c:534 #: glib/gspawn-win32.c:478 glib/gspawn-win32.c:534 glib/gspawn-win32.c:777
#: ../glib/gspawn-win32.c:777 ../glib/gspawn-win32.c:832 #: glib/gspawn-win32.c:832 glib/gspawn-win32.c:1367
#: ../glib/gspawn-win32.c:1367
#, c-format #, c-format
msgid "Invalid string in argument vector at %d: %s" msgid "Invalid string in argument vector at %d: %s"
msgstr "Expressão inválida no vector de argumentos na posição %d: %s" msgstr "Expressão inválida no vector de argumentos na posição %d: %s"
#: ../glib/gspawn-win32.c:489 ../glib/gspawn-win32.c:545 #: glib/gspawn-win32.c:489 glib/gspawn-win32.c:545 glib/gspawn-win32.c:791
#: ../glib/gspawn-win32.c:791 ../glib/gspawn-win32.c:845 #: glib/gspawn-win32.c:845 glib/gspawn-win32.c:1400
#: ../glib/gspawn-win32.c:1400
#, c-format #, c-format
msgid "Invalid string in environment: %s" msgid "Invalid string in environment: %s"
msgstr "Expressão inválida no ambiente: %s" msgstr "Expressão inválida no ambiente: %s"
#: ../glib/gspawn-win32.c:773 ../glib/gspawn-win32.c:828 #: glib/gspawn-win32.c:773 glib/gspawn-win32.c:828 glib/gspawn-win32.c:1348
#: ../glib/gspawn-win32.c:1348
#, c-format #, c-format
msgid "Invalid working directory: %s" msgid "Invalid working directory: %s"
msgstr "Directório de trabalho inválido: %s" msgstr "Directório de trabalho inválido: %s"
#: ../glib/gspawn-win32.c:887 #: glib/gspawn-win32.c:887
#, c-format #, c-format
msgid "Failed to execute helper program (%s)" msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar aplicação auxiliar (%s)" msgstr "Falha ao executar aplicação auxiliar (%s)"
#: ../glib/gspawn-win32.c:1087 #: glib/gspawn-win32.c:1087
#, c-format
msgid "" msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child " "Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process" "process"
@ -581,137 +593,143 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo " "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho" "filho"
#: ../glib/gspawn.c:165 #: glib/gspawn.c:165
#, c-format #, c-format
msgid "Failed to read data from child process (%s)" msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)" msgstr "Falha ao ler dados de processo filho (%s)"
#: ../glib/gspawn.c:297 #: glib/gspawn.c:297
#, c-format #, c-format
msgid "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
#: ../glib/gspawn.c:380 #: glib/gspawn.c:380
#, c-format #, c-format
msgid "Unexpected error in waitpid() (%s)" msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)"
#: ../glib/gspawn.c:1090 #: glib/gspawn.c:1090
#, c-format #, c-format
msgid "Failed to fork (%s)" msgid "Failed to fork (%s)"
msgstr "Falha ao efectuar fork (%s)" msgstr "Falha ao efectuar fork (%s)"
#: ../glib/gspawn.c:1240 #: glib/gspawn.c:1240
#, c-format #, c-format
msgid "Failed to execute child process \"%s\" (%s)" msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar o processo filho \"%s\" (%s)" msgstr "Falha ao executar o processo filho \"%s\" (%s)"
#: ../glib/gspawn.c:1250 #: glib/gspawn.c:1250
#, c-format #, c-format
msgid "Failed to redirect output or input of child process (%s)" msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)" msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)"
#: ../glib/gspawn.c:1259 #: glib/gspawn.c:1259
#, c-format #, c-format
msgid "Failed to fork child process (%s)" msgid "Failed to fork child process (%s)"
msgstr "Falha ao efectuar fork de processo filho (%s)" msgstr "Falha ao efectuar fork de processo filho (%s)"
#: ../glib/gspawn.c:1267 #: glib/gspawn.c:1267
#, c-format #, c-format
msgid "Unknown error executing child process \"%s\"" msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\""
#: ../glib/gspawn.c:1289 #: glib/gspawn.c:1289
#, c-format #, c-format
msgid "Failed to read enough data from child pid pipe (%s)" msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)"
#: ../glib/gutf8.c:1017 #: glib/gutf8.c:1017
#, c-format
msgid "Character out of range for UTF-8" msgid "Character out of range for UTF-8"
msgstr "Caracter fora do limite para UTF-8 " msgstr "Caracter fora do limite para UTF-8 "
#: ../glib/gutf8.c:1111 ../glib/gutf8.c:1120 ../glib/gutf8.c:1252 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
#: ../glib/gutf8.c:1261 ../glib/gutf8.c:1402 ../glib/gutf8.c:1498 #: glib/gutf8.c:1402 glib/gutf8.c:1498
#, c-format
msgid "Invalid sequence in conversion input" msgid "Invalid sequence in conversion input"
msgstr "Sequência inválida na conversão da entrada" msgstr "Sequência inválida na conversão da entrada"
#: ../glib/gutf8.c:1413 ../glib/gutf8.c:1509 #: glib/gutf8.c:1413 glib/gutf8.c:1509
#, c-format
msgid "Character out of range for UTF-16" msgid "Character out of range for UTF-16"
msgstr "Caracter fora do limite para UTF-16" msgstr "Caracter fora do limite para UTF-16"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "Usage:" msgid "Usage:"
msgstr "Utilização:" msgstr "Utilização:"
#: ../glib/goption.c:495 #: glib/goption.c:495
msgid "[OPTION...]" msgid "[OPTION...]"
msgstr "[OPÇÃO...]" msgstr "[OPÇÃO...]"
#: ../glib/goption.c:586 #: glib/goption.c:586
msgid "Help Options:" msgid "Help Options:"
msgstr "Opções de Ajuda:" msgstr "Opções de Ajuda:"
#: ../glib/goption.c:587 #: glib/goption.c:587
msgid "Show help options" msgid "Show help options"
msgstr "Apresentar as opções de ajuda" msgstr "Apresentar as opções de ajuda"
#: ../glib/goption.c:592 #: glib/goption.c:592
msgid "Show all help options" msgid "Show all help options"
msgstr "Apresentar todas as opções de ajuda" msgstr "Apresentar todas as opções de ajuda"
#: ../glib/goption.c:642 #: glib/goption.c:642
msgid "Application Options:" msgid "Application Options:"
msgstr "Opções da Aplicação:" msgstr "Opções da Aplicação:"
#: ../glib/goption.c:686 ../glib/goption.c:756 #: glib/goption.c:686 glib/goption.c:756
#, c-format #, c-format
msgid "Cannot parse integer value '%s' for %s" msgid "Cannot parse integer value '%s' for %s"
msgstr "Incapaz de parsear o valor inteiro '%s' para %s" msgstr "Incapaz de parsear o valor inteiro '%s' para %s"
#: ../glib/goption.c:696 ../glib/goption.c:764 #: glib/goption.c:696 glib/goption.c:764
#, c-format #, c-format
msgid "Integer value '%s' for %s out of range" msgid "Integer value '%s' for %s out of range"
msgstr "Valor inteiro '%s' para %s para lá do limite permitido" msgstr "Valor inteiro '%s' para %s para lá do limite permitido"
#: ../glib/goption.c:721 #: glib/goption.c:721
#, c-format #, c-format
msgid "Cannot parse double value '%s' for %s" msgid "Cannot parse double value '%s' for %s"
msgstr "Incapaz de parsear o valor double '%s' para %s" msgstr "Incapaz de parsear o valor double '%s' para %s"
#: ../glib/goption.c:729 #: glib/goption.c:729
#, c-format #, c-format
msgid "Double value '%s' for %s out of range" msgid "Double value '%s' for %s out of range"
msgstr "Valor double '%s' para %s para lá do limite permitido" msgstr "Valor double '%s' para %s para lá do limite permitido"
#: ../glib/goption.c:1066 #: glib/goption.c:1066
#, c-format #, c-format
msgid "Error parsing option %s" msgid "Error parsing option %s"
msgstr "Erro ao parsear a opção %s" msgstr "Erro ao parsear a opção %s"
#: ../glib/goption.c:1097 ../glib/goption.c:1208 #: glib/goption.c:1097 glib/goption.c:1208
#, c-format #, c-format
msgid "Missing argument for %s" msgid "Missing argument for %s"
msgstr "Argumento em falta para %s" msgstr "Argumento em falta para %s"
#: ../glib/goption.c:1597 #: glib/goption.c:1597
#, c-format #, c-format
msgid "Unknown option %s" msgid "Unknown option %s"
msgstr "Opção %s desconhecida" msgstr "Opção %s desconhecida"
#: ../glib/gkeyfile.c:337 #: glib/gkeyfile.c:337
#, c-format
msgid "Valid key file could not be found in data dirs" msgid "Valid key file could not be found in data dirs"
msgstr "" msgstr ""
"Incapaz de encontrar um ficheiro de chave válido nos directórios de dados" "Incapaz de encontrar um ficheiro de chave válido nos directórios de dados"
#: ../glib/gkeyfile.c:372 #: glib/gkeyfile.c:372
#, c-format
msgid "Not a regular file" msgid "Not a regular file"
msgstr "Não é um ficheiro comum" msgstr "Não é um ficheiro comum"
#: ../glib/gkeyfile.c:380 #: glib/gkeyfile.c:380
#, c-format
msgid "File is empty" msgid "File is empty"
msgstr "Ficheiro está vazio" msgstr "Ficheiro está vazio"
#: ../glib/gkeyfile.c:695 #: glib/gkeyfile.c:695
#, c-format #, c-format
msgid "" msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment" "Key file contains line '%s' which is not a key-value pair, group, or comment"
@ -719,38 +737,39 @@ msgstr ""
"O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo " "O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo "
"ou comentário" "ou comentário"
#: ../glib/gkeyfile.c:763 #: glib/gkeyfile.c:763
#, c-format
msgid "Key file does not start with a group" msgid "Key file does not start with a group"
msgstr "Ficheiro de chave não começa com um grupo" msgstr "Ficheiro de chave não começa com um grupo"
#: ../glib/gkeyfile.c:806 #: glib/gkeyfile.c:806
#, c-format #, c-format
msgid "Key file contains unsupported encoding '%s'" msgid "Key file contains unsupported encoding '%s'"
msgstr "Ficheiro de chave contém uma codificação não suportada '%s'" msgstr "Ficheiro de chave contém uma codificação não suportada '%s'"
#: ../glib/gkeyfile.c:1014 ../glib/gkeyfile.c:1173 ../glib/gkeyfile.c:2386 #: glib/gkeyfile.c:1014 glib/gkeyfile.c:1173 glib/gkeyfile.c:2386
#: ../glib/gkeyfile.c:2451 ../glib/gkeyfile.c:2570 ../glib/gkeyfile.c:2705 #: glib/gkeyfile.c:2451 glib/gkeyfile.c:2570 glib/gkeyfile.c:2705
#: ../glib/gkeyfile.c:2858 ../glib/gkeyfile.c:3034 ../glib/gkeyfile.c:3091 #: glib/gkeyfile.c:2858 glib/gkeyfile.c:3034 glib/gkeyfile.c:3091
#, c-format #, c-format
msgid "Key file does not have group '%s'" msgid "Key file does not have group '%s'"
msgstr "Ficheiro de chave não possui um grupo '%s'" msgstr "Ficheiro de chave não possui um grupo '%s'"
#: ../glib/gkeyfile.c:1185 #: glib/gkeyfile.c:1185
#, c-format #, c-format
msgid "Key file does not have key '%s'" msgid "Key file does not have key '%s'"
msgstr "Ficheiro de chave não contém a chave '%s'" msgstr "Ficheiro de chave não contém a chave '%s'"
#: ../glib/gkeyfile.c:1286 ../glib/gkeyfile.c:1395 #: glib/gkeyfile.c:1286 glib/gkeyfile.c:1395
#, c-format #, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8" msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8"
#: ../glib/gkeyfile.c:1304 ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1785 #: glib/gkeyfile.c:1304 glib/gkeyfile.c:1413 glib/gkeyfile.c:1785
#, c-format #, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted." msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável." msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável."
#: ../glib/gkeyfile.c:2001 ../glib/gkeyfile.c:2214 #: glib/gkeyfile.c:2001 glib/gkeyfile.c:2214
#, c-format #, c-format
msgid "" msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be " "Key file contains key '%s' in group '%s' which has value that cannot be "
@ -759,37 +778,39 @@ msgstr ""
"Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é " "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é "
"interpretável." "interpretável."
#: ../glib/gkeyfile.c:2401 ../glib/gkeyfile.c:2585 ../glib/gkeyfile.c:3102 #: glib/gkeyfile.c:2401 glib/gkeyfile.c:2585 glib/gkeyfile.c:3102
#, c-format #, c-format
msgid "Key file does not have key '%s' in group '%s'" msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'"
#: ../glib/gkeyfile.c:3275 #: glib/gkeyfile.c:3275
#, c-format
msgid "Key file contains escape character at end of line" msgid "Key file contains escape character at end of line"
msgstr "Ficheiro de chave contém caracteres escapados no final da linha" msgstr "Ficheiro de chave contém caracteres escapados no final da linha"
#: ../glib/gkeyfile.c:3297 #: glib/gkeyfile.c:3297
#, c-format #, c-format
msgid "Key file contains invalid escape sequence '%s'" msgid "Key file contains invalid escape sequence '%s'"
msgstr "" msgstr ""
"Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'"
#: ../glib/gkeyfile.c:3438 #: glib/gkeyfile.c:3438
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a number." msgid "Value '%s' cannot be interpreted as a number."
msgstr "Incapaz de interpretar o valor '%s' como um numérico." msgstr "Incapaz de interpretar o valor '%s' como um numérico."
#: ../glib/gkeyfile.c:3448 #: glib/gkeyfile.c:3448
#, c-format #, c-format
msgid "Integer value '%s' out of range" msgid "Integer value '%s' out of range"
msgstr "Valor inteiro '%s' para além do limite permitido" msgstr "Valor inteiro '%s' para além do limite permitido"
#: ../glib/gkeyfile.c:3476 #: glib/gkeyfile.c:3476
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Incapaz de interpretar o valor '%s' como um número de vírgula flutuante." msgstr ""
"Incapaz de interpretar o valor '%s' como um número de vírgula flutuante."
#: ../glib/gkeyfile.c:3496 #: glib/gkeyfile.c:3496
#, c-format #, c-format
msgid "Value '%s' cannot be interpreted as a boolean." msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Incapaz de interpretar o valor '%s' como uma boleana." msgstr "Incapaz de interpretar o valor '%s' como uma boleana."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-03-10 20:38-0300\n" "PO-Revision-Date: 2006-03-10 20:38-0300\n"
"Last-Translator: Leandro A. F. Pereira <leandro@linuxmag.com.br>\n" "Last-Translator: Leandro A. F. Pereira <leandro@linuxmag.com.br>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n" "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-03-12 22:19+0200\n" "PO-Revision-Date: 2006-03-12 22:19+0200\n"
"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n" "Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n" "Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD\n" "Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-01 18:37+0200\n" "PO-Revision-Date: 2006-02-01 18:37+0200\n"
"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n" "Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n" "Language-Team: Russian <gnome-cyr@gnome.org>\n"

View File

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.12\n" "Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n" "Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-10-16 19:30+0200\n" "PO-Revision-Date: 2005-10-16 19:30+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n" "Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2001-02-16 12:30+0200\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n" "Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n" "Language-Team: Slovenian <sl@li.org>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib HEAD\n" "Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-30 10:58+0100\n" "PO-Revision-Date: 2006-01-30 10:58+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n" "Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.8\n" "Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-31 23:39+0100\n" "PO-Revision-Date: 2006-01-31 23:39+0100\n"
"Last-Translator: Слободан Д. Средојевић <slobo@akrep.be>\n" "Last-Translator: Слободан Д. Средојевић <slobo@akrep.be>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n" "Language-Team: Serbian (sr) <gnom@prevod.org>\n"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.8\n" "Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-31 23:39+0100\n" "PO-Revision-Date: 2006-01-31 23:39+0100\n"
"Last-Translator: Slobodan D. Sredojević <slobo@akrep.be>\n" "Last-Translator: Slobodan D. Sredojević <slobo@akrep.be>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n" "Language-Team: Serbian (sr) <gnom@prevod.org>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2.4\n" "Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-04-29 01:11+0200\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n" "Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n" "Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-03-07 13:17+0100\n" "PO-Revision-Date: 2006-03-07 13:17+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib.HEAD.ta\n" "Project-Id-Version: glib.HEAD.ta\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-07 18:04+0530\n" "PO-Revision-Date: 2006-06-07 18:04+0530\n"
"Last-Translator: Felix <ifelix@redhat.com>\n" "Last-Translator: Felix <ifelix@redhat.com>\n"
"Language-Team: Tamil <ta@li.org>\n" "Language-Team: Tamil <ta@li.org>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GLIB\n" "Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-12-13 20:16+0100\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n"
"Last-Translator: రమణ సాయి <rmn_sai@yahoo.com>\n" "Last-Translator: రమణ సాయి <rmn_sai@yahoo.com>\n"
"Language-Team: Free Software Foundation, Andhra Pradesh <fsfap@gnu.org.in>\n" "Language-Team: Free Software Foundation, Andhra Pradesh <fsfap@gnu.org.in>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.7.1\n" "Project-Id-Version: glib 2.7.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-06-17 10:58+0700\n" "PO-Revision-Date: 2006-06-17 10:58+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n" "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <l10n@opentle.org>\n" "Language-Team: Thai <l10n@opentle.org>\n"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-12-01 17:31+0800\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-07-24 23:57+0300\n" "PO-Revision-Date: 2005-07-24 23:57+0300\n"
"Last-Translator: Onur Can CAKMAK <onur@uzem.itu.edu.tr>\n" "Last-Translator: Onur Can CAKMAK <onur@uzem.itu.edu.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n" "Language-Team: Turkish <gnome-turk@gnome.org>\n"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: libgnome\n" "Project-Id-Version: libgnome\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-11-09 13:19+0300\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n"
"Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n" "Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n"
"Language-Team: Tatarish <tatarish.l10n@gmail.com>\n" "Language-Team: Tatarish <tatarish.l10n@gmail.com>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-02-16 11:56--500\n" "PO-Revision-Date: 2006-02-16 11:56--500\n"
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.ua>\n" "Last-Translator: Maxim Dziumanenko <mvd@mylinux.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n" "Language-Team: Ukrainian <uk@li.org>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.9.2 Gnome HEAD\n" "Project-Id-Version: glib 2.9.2 Gnome HEAD\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-05-25 21:52+0930\n" "PO-Revision-Date: 2006-05-25 21:52+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n" "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2004-05-03 14:40+0200\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n" "Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n" "Language-Team: Walloon <linux-wa@walon.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2005-02-08 12:31+0200\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n" "Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n" "Language-Team: Xhosa <xh-translate@ubuntu.com>\n"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.0\n" "Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2003-03-19\n" "PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n" "Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n" "Language-Team: Yiddish <raphael@cs.uky.edu>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib\n" "Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-05-02 13:02+0800\n" "PO-Revision-Date: 2006-05-02 13:02+0800\n"
"Last-Translator: He Qiangqiang <carton@263.net>\n" "Last-Translator: He Qiangqiang <carton@263.net>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.9.2\n" "Project-Id-Version: glib 2.9.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-04 10:22+0800\n" "PO-Revision-Date: 2006-01-04 10:22+0800\n"
"Last-Translator: Abel Cheung <abel@oaka.org>\n" "Last-Translator: Abel Cheung <abel@oaka.org>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n" "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: glib 2.9.2\n" "Project-Id-Version: glib 2.9.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-02 15:19-0400\n" "POT-Creation-Date: 2006-07-22 14:04-0400\n"
"PO-Revision-Date: 2006-01-04 10:19+0800\n" "PO-Revision-Date: 2006-01-04 10:19+0800\n"
"Last-Translator: Abel Cheung <abel@oaka.org>\n" "Last-Translator: Abel Cheung <abel@oaka.org>\n"
"Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n" "Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"