From 3bab7875f1adf8ff5e3b00ccc8ed8aee462cfc8e Mon Sep 17 00:00:00 2001 From: Yuri Syrota Date: Mon, 22 Jan 2001 07:39:20 +0000 Subject: [PATCH] Add Ukrainian translation --- configure.in | 2 +- po/uk.po | 367 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 368 insertions(+), 1 deletion(-) create mode 100644 po/uk.po diff --git a/configure.in b/configure.in index 7722c2a..53d64fe 100644 --- a/configure.in +++ b/configure.in @@ -181,7 +181,7 @@ dnl dnl gettext support dnl -ALL_LINGUAS="no" +ALL_LINGUAS="no uk" AM_GLIB_GNU_GETTEXT LIBS="$LIBS $INTLLIBS" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..c92250c --- /dev/null +++ b/po/uk.po @@ -0,0 +1,367 @@ +# Ukrainian translation of GLIB library. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Yuri Syrota , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: glib 1.3.2\n" +"POT-Creation-Date: 2001-01-22 11:23+0200\n" +"PO-Revision-Date: 2001-01-22 11:23+0200\n" +"Last-Translator: Yuri Syrota \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=koi8-u\n" +"Content-Transfer-Encoding: 8bit\n" + +#: gconvert.c:95 +#, c-format +msgid "Conversion from character set `%s' to `%s' is not supported" +msgstr "" + +#: gconvert.c:99 +#, c-format +msgid "Could not open converter from `%s' to `%s': %s" +msgstr "" + +#: gconvert.c:214 gutf8.c:733 gutf8.c:1179 +msgid "Invalid byte sequence in conversion input" +msgstr "" + +#: gconvert.c:219 gconvert.c:439 +#, c-format +msgid "Error during conversion: %s" +msgstr "ðÏÍÉÌËÁ Ð¦Ä ÞÁÓ ÐÅÒÅÔ×ÏÒÅÎÎÑ: %s" + +#: gconvert.c:237 gutf8.c:729 gutf8.c:929 gutf8.c:1070 gutf8.c:1175 +msgid "Partial character sequence at end of input" +msgstr "" + +#: gconvert.c:414 +#, c-format +msgid "Cannot convert fallback '%s' to codeset '%s'" +msgstr "" + +#: gfileutils.c:293 +#, c-format +msgid "Error reading file '%s': %s" +msgstr "ðÏÍÉÌËÁ ÚÞÉÔÕ×ÁÎÎÑ ÆÁÊÌÕ \"%s\": %s" + +#: gfileutils.c:350 +#, c-format +msgid "Failed to read from file '%s': %s" +msgstr "ðÏÍÉÌËÁ ÚÞÉÔÕ×ÁÎÎÑ Ú ÆÁÊÌÕ \"%s\": %s" + +#: gfileutils.c:388 gfileutils.c:456 +#, c-format +msgid "Failed to open file '%s': %s" +msgstr "úÂ¦Ê ×¦ÄËÒÉÔÔÑ ÆÁÊÌÕ \"%s\": %s" + +#: gfileutils.c:402 +#, c-format +msgid "Failed to get attributes of file '%s': fstat() failed: %s" +msgstr "" + +#: gfileutils.c:428 +#, c-format +msgid "Failed to open file '%s': fdopen() failed: %s" +msgstr "úÂ¦Ê ×¦ÄËÒÉ×ÁÎÎÑ ÆÁÊÌÕ \"%s\": ÚÂ¦Ê fdopen(): %s" + +#: gfileutils.c:637 +#, c-format +msgid "Template '%s' illegal, should not contain a '%s'" +msgstr "" + +#: gfileutils.c:649 +#, c-format +msgid "Template '%s' doesn't end with XXXXXX" +msgstr "" + +#: gfileutils.c:670 +#, c-format +msgid "Failed to create file '%s': %s" +msgstr "úÂ¦Ê ÓÔ×ÏÒÅÎÎÑ ÆÁÊÌÕ \"%s\": %s" + +#: gmarkup.c:302 +#, c-format +msgid "Error on line %d char %d: %s" +msgstr "ðÏÍÉÌËÁ × ÒÑÄËÕ %d ÎÁ ÓÉÍ×Ï̦ %d: %s" + +#: gmarkup.c:386 +#, c-format +msgid "Error on line %d: %s" +msgstr "ðÏÍÉÌËÁ × ÒÑÄËÕ %d: %s" + +#: gmarkup.c:465 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" + +#: gmarkup.c:475 +#, c-format +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" + +#: gmarkup.c:511 +#, c-format +msgid "Character '%s' is not valid inside an entity name" +msgstr "" + +#: gmarkup.c:555 +#, c-format +msgid "Entity name '%s' is not known" +msgstr "" + +#: gmarkup.c:565 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" + +#: gmarkup.c:611 +#, c-format +msgid "" +"Failed to parse '%s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" + +#: gmarkup.c:637 +#, c-format +msgid "Character reference '%s' does not encode a permitted character" +msgstr "" + +#: gmarkup.c:654 +msgid "Empty character reference; should include a digit such as dž" +msgstr "" + +#: gmarkup.c:664 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" + +#: gmarkup.c:899 gmarkup.c:927 gmarkup.c:958 +msgid "Invalid UTF-8 encoded text" +msgstr "" + +#: gmarkup.c:994 +msgid "Document must begin with an element (e.g. )" +msgstr "" + +#: gmarkup.c:1032 +#, c-format +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" + +#: gmarkup.c:1099 +#, c-format +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" + +#: gmarkup.c:1189 +#, c-format +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" + +#: gmarkup.c:1230 +#, c-format +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" + +#: gmarkup.c:1302 +#, c-format +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" + +#: gmarkup.c:1431 +#, c-format +msgid "" +"'%s' is not a valid character following the characters ''" +msgstr "" + +#: gmarkup.c:1615 +msgid "Document was empty or contained only whitespace" +msgstr "äÏËÕÍÅÎÔ ÐÏÒÏÖÎ¦Ê ÞÉ Í¦ÓÔÉÔØ ÌÉÛÅ ÐÒÏÐÕÓËÉ" + +#: gmarkup.c:1629 +msgid "Document ended unexpectedly just after an open angle bracket '<'" +msgstr "" + +#: gmarkup.c:1637 gmarkup.c:1680 +#, c-format +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" + +#: gmarkup.c:1645 +#, c-format +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" + +#: gmarkup.c:1651 +msgid "Document ended unexpectedly inside an element name" +msgstr "" + +#: gmarkup.c:1656 +msgid "Document ended unexpectedly inside an attribute name" +msgstr "" + +#: gmarkup.c:1661 +msgid "Document ended unexpectedly inside an element-opening tag." +msgstr "" + +#: gmarkup.c:1667 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" + +#: gmarkup.c:1673 +msgid "Document ended unexpectedly while inside an attribute value" +msgstr "" + +#: gmarkup.c:1688 +#, c-format +msgid "Document ended unexpectedly inside the close tag forelement '%s'" +msgstr "" + +#: gmarkup.c:1694 +msgid "Document ended unexpectedly inside a comment or processing instruction" +msgstr "" + +#: gshell.c:69 +msgid "Quoted text doesn't begin with a quotation mark" +msgstr "" + +#: gshell.c:159 +msgid "Unmatched quotation mark in command line or other shell-quoted text" +msgstr "" + +#: gshell.c:519 +#, c-format +msgid "Text ended just after a '' character. (The text was '%s')" +msgstr "" + +#: gshell.c:526 +#, c-format +msgid "Text ended before matching quote was found for %c. (The text was '%s')" +msgstr "" + +#: gshell.c:538 +msgid "Text was empty (or contained only whitespace)" +msgstr "" + +#: gspawn-win32.c:213 +msgid "Failed to read data from child process" +msgstr "úÂ¦Ê ÚÞÉÔÕ×ÁÎÎÑ ÄÁÎÉÈ Ú ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ" + +#: gspawn-win32.c:362 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" + +#: gspawn-win32.c:838 gspawn.c:896 +#, c-format +msgid "Failed to read from child pipe (%s)" +msgstr "úÂ¦Ê ÚÞÉÔÕ×ÁÎÎÑ Ú ÓÐÁÄËϤÍÎÏÇÏ ËÁÎÁÌÕ (%s)" + +#: gspawn-win32.c:927 gspawn.c:1102 +#, c-format +msgid "Failed to change to directory '%s' (%s)" +msgstr "îÅ ×ÄÁÌÏÓÑ ÐÅÒÅÊÔÉ × ËÁÔÁÌÏÇ \"%s\" (%s)" + +#: gspawn-win32.c:936 gspawn.c:1112 +#, c-format +msgid "Failed to execute child process (%s)" +msgstr "úÂ¦Ê ×ÉËÏÎÁÎÎÑ ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ (%s)" + +#: gspawn-win32.c:977 gspawn.c:1209 +#, c-format +msgid "Failed to create pipe for communicating with child process (%s)" +msgstr "" + +#: gspawn.c:158 +#, c-format +msgid "Failed to read data from child process (%s)" +msgstr "úÀ¦Ê ÚÞÉÔÕ×ÁÎÎÑ ÄÁÎÉÈ Ú ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ (%s)" + +#: gspawn.c:288 +#, c-format +msgid "Unexpected error in select() reading data from a child process (%s)" +msgstr "" + +#: gspawn.c:371 +#, c-format +msgid "Unexpected error in waitpid() (%s)" +msgstr "îÅÏÞ¦ËÕ×ÁÎÁ ÐÏÍÉÌËÁ Õ waitpid() (%s)" + +#: gspawn.c:964 +#, c-format +msgid "Failed to fork (%s)" +msgstr "úÂ¦Ê ÒÏÚÇÁÌÕÄÖÅÎÎÑ (%s)" + +#: gspawn.c:1121 +#, c-format +msgid "Failed to redirect output or input of child process (%s)" +msgstr "" + +#: gspawn.c:1130 +#, c-format +msgid "Failed to fork child process (%s)" +msgstr "úÂ¦Ê ÚÁÐÕÓËÕ ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ (%s)" + +#: gspawn.c:1138 +msgid "Unknown error executing child process" +msgstr "îÅצÄÏÍÁ ÐÏÍÉÌËÁ ×ÉËÏÎÁÎÎÑ ÓÐÁÄËϤÍÎÏÇÏ ÐÒÏÃÅÓÕ" + +#: gspawn.c:1159 +#, c-format +msgid "Failed to read enough data from child pid pipe (%s)" +msgstr "" + +#: gutf8.c:808 +msgid "Character out of range for UTF-8" +msgstr "" + +#: gutf8.c:897 gutf8.c:906 gutf8.c:1038 gutf8.c:1047 gutf8.c:1189 gutf8.c:1285 +msgid "Invalid sequence in conversion input" +msgstr "" + +#: gutf8.c:1200 gutf8.c:1296 +msgid "Character out of range for UTF-16" +msgstr "" -- 2.7.4