diff options
Diffstat (limited to 'po/he.po')
-rw-r--r-- | po/he.po | 111 |
1 files changed, 61 insertions, 50 deletions
@@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-03 21:54-0400\n" +"POT-Creation-Date: 2007-09-16 14:50-0400\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -365,15 +365,26 @@ msgstr "Unfinished entity reference" msgid "Unfinished character reference" msgstr "Unfinished character reference" -#: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1022 -msgid "Invalid UTF-8 encoded text" +#: glib/gmarkup.c:958 +#, fuzzy +msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "Invalid UTF-8 encoded text" -#: glib/gmarkup.c:1058 +#: glib/gmarkup.c:986 +#, fuzzy +msgid "Invalid UTF-8 encoded text - not a start char" +msgstr "Invalid UTF-8 encoded text" + +#: glib/gmarkup.c:1022 +#, fuzzy, c-format +msgid "Invalid UTF-8 encoded text - not valid '%s'" +msgstr "Invalid UTF-8 encoded text" + +#: glib/gmarkup.c:1060 msgid "Document must begin with an element (e.g. <book>)" msgstr "Document must begin with an element (e.g. <book>)" -#: glib/gmarkup.c:1098 +#: glib/gmarkup.c:1100 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -382,7 +393,7 @@ msgstr "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -#: glib/gmarkup.c:1162 +#: glib/gmarkup.c:1164 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -391,14 +402,14 @@ msgstr "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -#: glib/gmarkup.c:1251 +#: glib/gmarkup.c:1253 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -#: glib/gmarkup.c:1293 +#: glib/gmarkup.c:1295 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -409,7 +420,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: glib/gmarkup.c:1382 +#: glib/gmarkup.c:1384 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -418,7 +429,7 @@ msgstr "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" -#: glib/gmarkup.c:1527 +#: glib/gmarkup.c:1529 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -427,7 +438,7 @@ msgstr "" "'%s' is not a valid character following the characters '</'; '%s' may not " "begin an element name" -#: glib/gmarkup.c:1567 +#: glib/gmarkup.c:1569 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -436,25 +447,25 @@ msgstr "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" -#: glib/gmarkup.c:1578 +#: glib/gmarkup.c:1580 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' was closed, no element is currently open" -#: glib/gmarkup.c:1587 +#: glib/gmarkup.c:1589 #, c-format msgid "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:1753 +#: glib/gmarkup.c:1755 msgid "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace" -#: glib/gmarkup.c:1767 +#: glib/gmarkup.c:1769 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'" -#: glib/gmarkup.c:1775 glib/gmarkup.c:1820 +#: glib/gmarkup.c:1777 glib/gmarkup.c:1822 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -463,7 +474,7 @@ msgstr "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" -#: glib/gmarkup.c:1783 +#: glib/gmarkup.c:1785 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -472,19 +483,19 @@ msgstr "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -#: glib/gmarkup.c:1789 +#: glib/gmarkup.c:1791 msgid "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name" -#: glib/gmarkup.c:1795 +#: glib/gmarkup.c:1797 msgid "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name" -#: glib/gmarkup.c:1800 +#: glib/gmarkup.c:1802 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag." -#: glib/gmarkup.c:1806 +#: glib/gmarkup.c:1808 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -492,123 +503,123 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: glib/gmarkup.c:1813 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value" -#: glib/gmarkup.c:1829 +#: glib/gmarkup.c:1831 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Document ended unexpectedly inside the close tag for element '%s'" -#: glib/gmarkup.c:1835 +#: glib/gmarkup.c:1837 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" -#: glib/gregex.c:126 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "corrupted object" -#: glib/gregex.c:128 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "internal error or corrupted object" -#: glib/gregex.c:130 +#: glib/gregex.c:135 msgid "out of memory" msgstr "out of memory" -#: glib/gregex.c:135 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "backtracking limit reached" -#: glib/gregex.c:147 glib/gregex.c:155 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:149 +#: glib/gregex.c:154 msgid "internal error" msgstr "internal error" -#: glib/gregex.c:157 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "back references as conditions are not supported for partial matching" -#: glib/gregex.c:166 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "recursion limit reached" -#: glib/gregex.c:168 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "workspace limit for empty substrings reached" -#: glib/gregex.c:170 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "invalid combination of newline flags" -#: glib/gregex.c:174 +#: glib/gregex.c:179 msgid "unknown error" msgstr "unknown error" -#: glib/gregex.c:319 glib/gregex.c:1354 +#: glib/gregex.c:324 glib/gregex.c:1360 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error while matching regular expression %s: %s" -#: glib/gregex.c:882 +#: glib/gregex.c:875 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE library is compiled without UTF8 support" -#: glib/gregex.c:891 +#: glib/gregex.c:884 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE library is compiled without UTF8 properties support" -#: glib/gregex.c:936 +#: glib/gregex.c:929 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error while compiling regular expression %s at char %d: %s" -#: glib/gregex.c:958 +#: glib/gregex.c:964 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error while optimizing regular expression %s: %s" -#: glib/gregex.c:1782 +#: glib/gregex.c:1788 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal digit or '}' expected" -#: glib/gregex.c:1798 +#: glib/gregex.c:1804 msgid "hexadecimal digit expected" msgstr "hexadecimal digit expected" -#: glib/gregex.c:1838 +#: glib/gregex.c:1844 msgid "missing '<' in symbolic reference" msgstr "missing '<' in symbolic reference" -#: glib/gregex.c:1847 +#: glib/gregex.c:1853 msgid "unfinished symbolic reference" msgstr "unfinished symbolic reference" -#: glib/gregex.c:1854 +#: glib/gregex.c:1860 msgid "zero-length symbolic reference" msgstr "zero-length symbolic reference" -#: glib/gregex.c:1865 +#: glib/gregex.c:1871 msgid "digit expected" msgstr "digit expected" -#: glib/gregex.c:1883 +#: glib/gregex.c:1889 msgid "illegal symbolic reference" msgstr "illegal symbolic reference" -#: glib/gregex.c:1945 +#: glib/gregex.c:1951 msgid "stray final '\\'" msgstr "stray final '\\'" -#: glib/gregex.c:1949 +#: glib/gregex.c:1955 msgid "unknown escape sequence" msgstr "unknown escape sequence" -#: glib/gregex.c:1959 +#: glib/gregex.c:1965 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error while parsing replacement text \"%s\" at char %lu: %s" |