mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Updated British English translation
This commit is contained in:
parent
93fc6a6c1f
commit
ee8a538538
@ -1,3 +1,7 @@
|
||||
2005-04-07 Gareth Owen <gowen72@yahoo.com>
|
||||
|
||||
* en_GB.po: Updated British English translation
|
||||
|
||||
2005-03-31 Miloslav Trmac <mitr@volny.cz>
|
||||
|
||||
* cs.po: Updated Czech translation.
|
||||
|
243
po/en_GB.po
243
po/en_GB.po
@ -7,182 +7,207 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GLIB\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-01-07 11:51-0500\n"
|
||||
"PO-Revision-Date: 2004-12-13 20:16+0100\n"
|
||||
"POT-Creation-Date: 2005-04-07 20:58-0400\n"
|
||||
"PO-Revision-Date: 2005-04-07 20:59-0400\n"
|
||||
"Last-Translator: David Lodge <dave@cirt.net>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: glib/gconvert.c:403
|
||||
#: glib/gconvert.c:404
|
||||
#, c-format
|
||||
msgid "Conversion from character set '%s' to '%s' is not supported"
|
||||
msgstr "Conversion from character set '%s' to '%s' is not supported"
|
||||
|
||||
#: glib/gconvert.c:407
|
||||
#: glib/gconvert.c:408
|
||||
#, c-format
|
||||
msgid "Could not open converter from '%s' to '%s'"
|
||||
msgstr "Could not open converter from '%s' to '%s'"
|
||||
|
||||
#: glib/gconvert.c:605 glib/gconvert.c:892 glib/giochannel.c:1318
|
||||
#: glib/giochannel.c:1360 glib/giochannel.c:2202 glib/gutf8.c:911
|
||||
#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319
|
||||
#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911
|
||||
#: glib/gutf8.c:1361
|
||||
msgid "Invalid byte sequence in conversion input"
|
||||
msgstr "Invalid byte sequence in conversion input"
|
||||
|
||||
#: glib/gconvert.c:610 glib/gconvert.c:825 glib/giochannel.c:1325
|
||||
#: glib/giochannel.c:2214
|
||||
#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326
|
||||
#: glib/giochannel.c:2215
|
||||
#, c-format
|
||||
msgid "Error during conversion: %s"
|
||||
msgstr "Error during conversion: %s"
|
||||
|
||||
#: glib/gconvert.c:628 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
|
||||
#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
|
||||
#: glib/gutf8.c:1357
|
||||
msgid "Partial character sequence at end of input"
|
||||
msgstr "Partial character sequence at end of input"
|
||||
|
||||
#: glib/gconvert.c:801
|
||||
#: glib/gconvert.c:811
|
||||
#, c-format
|
||||
msgid "Cannot convert fallback '%s' to codeset '%s'"
|
||||
msgstr "Cannot convert fallback '%s' to codeset '%s'"
|
||||
|
||||
#: glib/gconvert.c:1601
|
||||
#: glib/gconvert.c:1611
|
||||
#, c-format
|
||||
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"
|
||||
|
||||
#: glib/gconvert.c:1611
|
||||
#: glib/gconvert.c:1621
|
||||
#, c-format
|
||||
msgid "The local file URI '%s' may not include a '#'"
|
||||
msgstr "The local file URI '%s' may not include a '#'"
|
||||
|
||||
#: glib/gconvert.c:1628
|
||||
#: glib/gconvert.c:1638
|
||||
#, c-format
|
||||
msgid "The URI '%s' is invalid"
|
||||
msgstr "The URI '%s' is invalid"
|
||||
|
||||
#: glib/gconvert.c:1640
|
||||
#: glib/gconvert.c:1650
|
||||
#, c-format
|
||||
msgid "The hostname of the URI '%s' is invalid"
|
||||
msgstr "The hostname of the URI '%s' is invalid"
|
||||
|
||||
#: glib/gconvert.c:1656
|
||||
#: glib/gconvert.c:1666
|
||||
#, c-format
|
||||
msgid "The URI '%s' contains invalidly escaped characters"
|
||||
msgstr "The URI '%s' contains invalidly escaped characters"
|
||||
|
||||
#: glib/gconvert.c:1750
|
||||
#: glib/gconvert.c:1760
|
||||
#, c-format
|
||||
msgid "The pathname '%s' is not an absolute path"
|
||||
msgstr "The pathname '%s' is not an absolute path"
|
||||
|
||||
#: glib/gconvert.c:1760
|
||||
#: glib/gconvert.c:1770
|
||||
msgid "Invalid hostname"
|
||||
msgstr "Invalid hostname"
|
||||
|
||||
#: glib/gdir.c:120 glib/gdir.c:140
|
||||
#: glib/gdir.c:121 glib/gdir.c:141
|
||||
#, c-format
|
||||
msgid "Error opening directory '%s': %s"
|
||||
msgstr "Error opening directory '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:490 glib/gfileutils.c:558
|
||||
#: glib/gfileutils.c:501 glib/gfileutils.c:574
|
||||
#, c-format
|
||||
msgid "Could not allocate %lu bytes to read file \"%s\""
|
||||
msgstr "Could not allocate %lu bytes to read file \"%s\""
|
||||
|
||||
#: glib/gfileutils.c:503
|
||||
#: glib/gfileutils.c:516
|
||||
#, c-format
|
||||
msgid "Error reading file '%s': %s"
|
||||
msgstr "Error reading file '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:580
|
||||
#: glib/gfileutils.c:598
|
||||
#, c-format
|
||||
msgid "Failed to read from file '%s': %s"
|
||||
msgstr "Failed to read from file '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:629 glib/gfileutils.c:712
|
||||
#: glib/gfileutils.c:649 glib/gfileutils.c:736
|
||||
#, c-format
|
||||
msgid "Failed to open file '%s': %s"
|
||||
msgstr "Failed to open file '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:644
|
||||
#: glib/gfileutils.c:666
|
||||
#, c-format
|
||||
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
|
||||
msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
|
||||
|
||||
#: glib/gfileutils.c:676
|
||||
#: glib/gfileutils.c:700
|
||||
#, c-format
|
||||
msgid "Failed to open file '%s': fdopen() failed: %s"
|
||||
msgstr "Failed to open file '%s': fdopen() failed: %s"
|
||||
|
||||
#: glib/gfileutils.c:1003
|
||||
#: glib/gfileutils.c:835
|
||||
#, c-format
|
||||
msgid "Template '%s' invalid, should not contain a '%s'"
|
||||
msgstr "Template '%s' invalid, should not contain a '%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"
|
||||
|
||||
#: glib/gfileutils.c:1017
|
||||
#, c-format
|
||||
msgid "Template '%s' doesn't end with XXXXXX"
|
||||
msgstr "Template '%s' doesn't end with XXXXXX"
|
||||
|
||||
#: glib/gfileutils.c:1040
|
||||
#: glib/gfileutils.c:876 glib/gfileutils.c:1327
|
||||
#, c-format
|
||||
msgid "Failed to create file '%s': %s"
|
||||
msgstr "Failed to create file '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:1416
|
||||
#: glib/gfileutils.c:889
|
||||
#, c-format
|
||||
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
|
||||
msgstr "Failed to open file '%s' for writing: fdopen() failed: %s"
|
||||
|
||||
#: glib/gfileutils.c:912
|
||||
#, c-format
|
||||
msgid "Failed to write file '%s': fwrite() failed: %s"
|
||||
msgstr "Failed to write file '%s': fwrite() failed: %s"
|
||||
|
||||
#: glib/gfileutils.c:929
|
||||
#, c-format
|
||||
msgid "Failed to close file '%s': fclose() failed: %s"
|
||||
msgstr "Failed to close file '%s': fclose() failed: %s"
|
||||
|
||||
#: glib/gfileutils.c:1045
|
||||
#, c-format
|
||||
msgid "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:1288
|
||||
#, c-format
|
||||
msgid "Template '%s' invalid, should not contain a '%s'"
|
||||
msgstr "Template '%s' invalid, should not contain a '%s'"
|
||||
|
||||
#: glib/gfileutils.c:1302
|
||||
#, c-format
|
||||
msgid "Template '%s' doesn't end with XXXXXX"
|
||||
msgstr "Template '%s' doesn't end with XXXXXX"
|
||||
|
||||
#: glib/gfileutils.c:1705
|
||||
#, c-format
|
||||
msgid "Failed to read the symbolic link '%s': %s"
|
||||
msgstr "Failed to read the symbolic link '%s': %s"
|
||||
|
||||
#: glib/gfileutils.c:1437
|
||||
#: glib/gfileutils.c:1726
|
||||
msgid "Symbolic links not supported"
|
||||
msgstr "Symbolic links not supported"
|
||||
|
||||
#: glib/giochannel.c:1146
|
||||
#: glib/giochannel.c:1147
|
||||
#, c-format
|
||||
msgid "Conversion from character set `%s' to `%s' is not supported"
|
||||
msgstr "Conversion from character set `%s' to `%s' is not supported"
|
||||
|
||||
#: glib/giochannel.c:1150
|
||||
#: glib/giochannel.c:1151
|
||||
#, c-format
|
||||
msgid "Could not open converter from `%s' to `%s': %s"
|
||||
msgstr "Could not open converter from `%s' to `%s': %s"
|
||||
|
||||
#: glib/giochannel.c:1495
|
||||
#: glib/giochannel.c:1496
|
||||
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"
|
||||
|
||||
#: glib/giochannel.c:1542 glib/giochannel.c:1799 glib/giochannel.c:1885
|
||||
#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886
|
||||
msgid "Leftover unconverted data in read buffer"
|
||||
msgstr "Left over unconverted data in read buffer"
|
||||
|
||||
#: glib/giochannel.c:1622 glib/giochannel.c:1699
|
||||
#: glib/giochannel.c:1623 glib/giochannel.c:1700
|
||||
msgid "Channel terminates in a partial character"
|
||||
msgstr "Channel terminates in a partial character"
|
||||
|
||||
#: glib/giochannel.c:1685
|
||||
#: glib/giochannel.c:1686
|
||||
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"
|
||||
|
||||
#: glib/gmarkup.c:226
|
||||
#: glib/gmarkup.c:232
|
||||
#, c-format
|
||||
msgid "Error on line %d char %d: %s"
|
||||
msgstr "Error on line %d char %d: %s"
|
||||
|
||||
#: glib/gmarkup.c:324
|
||||
#: glib/gmarkup.c:330
|
||||
#, c-format
|
||||
msgid "Error on line %d: %s"
|
||||
msgstr "Error on line %d: %s"
|
||||
|
||||
#: glib/gmarkup.c:428
|
||||
#: glib/gmarkup.c:434
|
||||
msgid ""
|
||||
"Empty entity '&;' seen; valid entities are: & " < > '"
|
||||
msgstr ""
|
||||
"Empty entity '&;' seen; valid entities are: & " < > '"
|
||||
|
||||
#: glib/gmarkup.c:438
|
||||
#: glib/gmarkup.c:444
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Character '%s' is not valid at the start of an entity name; the & character "
|
||||
@ -198,12 +223,12 @@ msgstr ""
|
||||
msgid "Character '%s' is not valid inside an entity name"
|
||||
msgstr "Character '%s' is not valid inside an entity name"
|
||||
|
||||
#: glib/gmarkup.c:521
|
||||
#: glib/gmarkup.c:515
|
||||
#, c-format
|
||||
msgid "Entity name '%s' is not known"
|
||||
msgstr "Entity name '%s' is not known"
|
||||
|
||||
#: glib/gmarkup.c:531
|
||||
#: glib/gmarkup.c:526
|
||||
msgid ""
|
||||
"Entity did not end with a semicolon; most likely you used an ampersand "
|
||||
"character without intending to start an entity - escape ampersand as &"
|
||||
@ -211,7 +236,7 @@ msgstr ""
|
||||
"Entity did not end with a semicolon; most likely you used an ampersand "
|
||||
"character without intending to start an entity - escape ampersand as &"
|
||||
|
||||
#: glib/gmarkup.c:584
|
||||
#: glib/gmarkup.c:579
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to parse '%-.*s', which should have been a digit inside a character "
|
||||
@ -220,16 +245,16 @@ msgstr ""
|
||||
"Failed to parse '%-.*s', which should have been a digit inside a character "
|
||||
"reference (ê for example) - perhaps the digit is too large"
|
||||
|
||||
#: glib/gmarkup.c:609
|
||||
#: glib/gmarkup.c:604
|
||||
#, c-format
|
||||
msgid "Character reference '%-.*s' does not encode a permitted character"
|
||||
msgstr "Character reference '%-.*s' does not encode a permitted character"
|
||||
|
||||
#: glib/gmarkup.c:624
|
||||
#: glib/gmarkup.c:619
|
||||
msgid "Empty character reference; should include a digit such as dž"
|
||||
msgstr "Empty character reference; should include a digit such as dž"
|
||||
|
||||
#: glib/gmarkup.c:634
|
||||
#: glib/gmarkup.c:629
|
||||
msgid ""
|
||||
"Character reference did not end with a semicolon; most likely you used an "
|
||||
"ampersand character without intending to start an entity - escape ampersand "
|
||||
@ -239,23 +264,23 @@ msgstr ""
|
||||
"ampersand character without intending to start an entity - escape ampersand "
|
||||
"as &"
|
||||
|
||||
#: glib/gmarkup.c:720
|
||||
#: glib/gmarkup.c:715
|
||||
msgid "Unfinished entity reference"
|
||||
msgstr "Unfinished entity reference"
|
||||
|
||||
#: glib/gmarkup.c:726
|
||||
#: glib/gmarkup.c:721
|
||||
msgid "Unfinished character reference"
|
||||
msgstr "Unfinished character reference"
|
||||
|
||||
#: glib/gmarkup.c:969 glib/gmarkup.c:997 glib/gmarkup.c:1028
|
||||
#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023
|
||||
msgid "Invalid UTF-8 encoded text"
|
||||
msgstr "Invalid UTF-8 encoded text"
|
||||
|
||||
#: glib/gmarkup.c:1064
|
||||
#: glib/gmarkup.c:1059
|
||||
msgid "Document must begin with an element (e.g. <book>)"
|
||||
msgstr "Document must begin with an element (e.g. <book>)"
|
||||
|
||||
#: glib/gmarkup.c:1104
|
||||
#: glib/gmarkup.c:1099
|
||||
#, c-format
|
||||
msgid ""
|
||||
"'%s' is not a valid character following a '<' character; it may not begin an "
|
||||
@ -264,7 +289,7 @@ msgstr ""
|
||||
"'%s' is not a valid character following a '<' character; it may not begin an "
|
||||
"element name"
|
||||
|
||||
#: glib/gmarkup.c:1168
|
||||
#: glib/gmarkup.c:1163
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Odd character '%s', expected a '>' character to end the start tag of element "
|
||||
@ -273,14 +298,14 @@ msgstr ""
|
||||
"Odd character '%s', expected a '>' character to end the start tag of element "
|
||||
"'%s'"
|
||||
|
||||
#: glib/gmarkup.c:1257
|
||||
#: glib/gmarkup.c:1252
|
||||
#, 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:1299
|
||||
#: glib/gmarkup.c:1294
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
|
||||
@ -291,7 +316,7 @@ msgstr ""
|
||||
"element '%s', or optionally an attribute; perhaps you used an invalid "
|
||||
"character in an attribute name"
|
||||
|
||||
#: glib/gmarkup.c:1388
|
||||
#: glib/gmarkup.c:1383
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Odd character '%s', expected an open quote mark after the equals sign when "
|
||||
@ -300,7 +325,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:1533
|
||||
#: glib/gmarkup.c:1528
|
||||
#, c-format
|
||||
msgid ""
|
||||
"'%s' is not a valid character following the characters '</'; '%s' may not "
|
||||
@ -309,7 +334,7 @@ msgstr ""
|
||||
"'%s' is not a valid character following the characters '</'; '%s' may not "
|
||||
"begin an element name"
|
||||
|
||||
#: glib/gmarkup.c:1573
|
||||
#: glib/gmarkup.c:1568
|
||||
#, c-format
|
||||
msgid ""
|
||||
"'%s' is not a valid character following the close element name '%s'; the "
|
||||
@ -318,25 +343,25 @@ msgstr ""
|
||||
"'%s' is not a valid character following the close element name '%s'; the "
|
||||
"allowed character is '>'"
|
||||
|
||||
#: glib/gmarkup.c:1584
|
||||
#: glib/gmarkup.c:1579
|
||||
#, 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:1593
|
||||
#: glib/gmarkup.c:1588
|
||||
#, 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:1740
|
||||
#: glib/gmarkup.c:1735
|
||||
msgid "Document was empty or contained only whitespace"
|
||||
msgstr "Document was empty or contained only whitespace"
|
||||
|
||||
#: glib/gmarkup.c:1754
|
||||
#: glib/gmarkup.c:1749
|
||||
msgid "Document ended unexpectedly just after an open angle bracket '<'"
|
||||
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
|
||||
|
||||
#: glib/gmarkup.c:1762 glib/gmarkup.c:1806
|
||||
#: glib/gmarkup.c:1757 glib/gmarkup.c:1801
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Document ended unexpectedly with elements still open - '%s' was the last "
|
||||
@ -345,7 +370,7 @@ msgstr ""
|
||||
"Document ended unexpectedly with elements still open - '%s' was the last "
|
||||
"element opened"
|
||||
|
||||
#: glib/gmarkup.c:1770
|
||||
#: glib/gmarkup.c:1765
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Document ended unexpectedly, expected to see a close angle bracket ending "
|
||||
@ -354,19 +379,19 @@ msgstr ""
|
||||
"Document ended unexpectedly, expected to see a close angle bracket ending "
|
||||
"the tag <%s/>"
|
||||
|
||||
#: glib/gmarkup.c:1776
|
||||
#: glib/gmarkup.c:1771
|
||||
msgid "Document ended unexpectedly inside an element name"
|
||||
msgstr "Document ended unexpectedly inside an element name"
|
||||
|
||||
#: glib/gmarkup.c:1781
|
||||
#: glib/gmarkup.c:1776
|
||||
msgid "Document ended unexpectedly inside an attribute name"
|
||||
msgstr "Document ended unexpectedly inside an attribute name"
|
||||
|
||||
#: glib/gmarkup.c:1786
|
||||
#: glib/gmarkup.c:1781
|
||||
msgid "Document ended unexpectedly inside an element-opening tag."
|
||||
msgstr "Document ended unexpectedly inside an element-opening tag."
|
||||
|
||||
#: glib/gmarkup.c:1792
|
||||
#: glib/gmarkup.c:1787
|
||||
msgid ""
|
||||
"Document ended unexpectedly after the equals sign following an attribute "
|
||||
"name; no attribute value"
|
||||
@ -374,16 +399,16 @@ msgstr ""
|
||||
"Document ended unexpectedly after the equals sign following an attribute "
|
||||
"name; no attribute value"
|
||||
|
||||
#: glib/gmarkup.c:1799
|
||||
#: glib/gmarkup.c:1794
|
||||
msgid "Document ended unexpectedly while inside an attribute value"
|
||||
msgstr "Document ended unexpectedly while inside an attribute value"
|
||||
|
||||
#: glib/gmarkup.c:1814
|
||||
#: glib/gmarkup.c:1809
|
||||
#, 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:1820
|
||||
#: glib/gmarkup.c:1815
|
||||
msgid "Document ended unexpectedly inside a comment or processing instruction"
|
||||
msgstr "Document ended unexpectedly inside a comment or processing instruction"
|
||||
|
||||
@ -433,11 +458,11 @@ msgstr "Failed to change to directory '%s' (%s)"
|
||||
msgid "Failed to execute child process (%s)"
|
||||
msgstr "Failed to execute child process (%s)"
|
||||
|
||||
#: glib/gspawn-win32.c:590
|
||||
#: glib/gspawn-win32.c:599
|
||||
msgid "Failed to execute helper program"
|
||||
msgstr "Failed to execute helper program"
|
||||
|
||||
#: glib/gspawn-win32.c:789
|
||||
#: glib/gspawn-win32.c:797
|
||||
msgid ""
|
||||
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
||||
"process"
|
||||
@ -503,96 +528,96 @@ msgstr "Invalid sequence in conversion input"
|
||||
msgid "Character out of range for UTF-16"
|
||||
msgstr "Character out of range for UTF-16"
|
||||
|
||||
#: glib/goption.c:405
|
||||
#: glib/goption.c:442
|
||||
msgid "Usage:"
|
||||
msgstr "Usage:"
|
||||
|
||||
#: glib/goption.c:405
|
||||
#: glib/goption.c:442
|
||||
msgid "[OPTION...]"
|
||||
msgstr "[OPTION...]"
|
||||
|
||||
#: glib/goption.c:494
|
||||
#: glib/goption.c:525
|
||||
msgid "Help Options:"
|
||||
msgstr "Help Options:"
|
||||
|
||||
#: glib/goption.c:494
|
||||
#: glib/goption.c:526
|
||||
msgid "Show help options"
|
||||
msgstr "Show help options"
|
||||
|
||||
#: glib/goption.c:498
|
||||
#: glib/goption.c:531
|
||||
msgid "Show all help options"
|
||||
msgstr "Show all help options"
|
||||
|
||||
#: glib/goption.c:547
|
||||
#: glib/goption.c:581
|
||||
msgid "Application Options:"
|
||||
msgstr "Application Options:"
|
||||
|
||||
#: glib/goption.c:586
|
||||
#: glib/goption.c:621
|
||||
#, c-format
|
||||
msgid "Cannot parse integer value '%s' for --%s"
|
||||
msgstr "Cannot parse integer value '%s' for --%s"
|
||||
msgid "Cannot parse integer value '%s' for %s"
|
||||
msgstr "Cannot parse integer value '%s' for %s"
|
||||
|
||||
#: glib/goption.c:596
|
||||
#: glib/goption.c:631
|
||||
#, c-format
|
||||
msgid "Integer value '%s' for %s out of range"
|
||||
msgstr "Integer value '%s' for %s out of range"
|
||||
|
||||
#: glib/goption.c:1323
|
||||
#: glib/goption.c:1361
|
||||
#, c-format
|
||||
msgid "Unknown option %s"
|
||||
msgstr "Unknown option %s"
|
||||
|
||||
#: glib/gkeyfile.c:338
|
||||
#: glib/gkeyfile.c:339
|
||||
msgid "Valid key file could not be found in data dirs"
|
||||
msgstr "Valid key file could not be found in data dirs"
|
||||
|
||||
#: glib/gkeyfile.c:371
|
||||
#: glib/gkeyfile.c:374
|
||||
msgid "Not a regular file"
|
||||
msgstr "Not a regular file"
|
||||
|
||||
#: glib/gkeyfile.c:379
|
||||
#: glib/gkeyfile.c:382
|
||||
msgid "File is empty"
|
||||
msgstr "File is empty"
|
||||
|
||||
#: glib/gkeyfile.c:685
|
||||
#: glib/gkeyfile.c:692
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Key file contains line '%s' which is not a key-value pair, group, or comment"
|
||||
msgstr ""
|
||||
"Key file contains line '%s' which is not a key-value pair, group, or comment"
|
||||
|
||||
#: glib/gkeyfile.c:753
|
||||
#: glib/gkeyfile.c:760
|
||||
msgid "Key file does not start with a group"
|
||||
msgstr "Key file does not start with a group"
|
||||
|
||||
#: glib/gkeyfile.c:796
|
||||
#: glib/gkeyfile.c:803
|
||||
#, c-format
|
||||
msgid "Key file contains unsupported encoding '%s'"
|
||||
msgstr "Key file contains unsupported encoding '%s'"
|
||||
|
||||
#: glib/gkeyfile.c:1000 glib/gkeyfile.c:1146 glib/gkeyfile.c:2151
|
||||
#: glib/gkeyfile.c:2216 glib/gkeyfile.c:2334 glib/gkeyfile.c:2402
|
||||
#: glib/gkeyfile.c:2587 glib/gkeyfile.c:2760 glib/gkeyfile.c:2815
|
||||
#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159
|
||||
#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410
|
||||
#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825
|
||||
#, c-format
|
||||
msgid "Key file does not have group '%s'"
|
||||
msgstr "Key file does not have group '%s'"
|
||||
|
||||
#: glib/gkeyfile.c:1158
|
||||
#: glib/gkeyfile.c:1170
|
||||
#, c-format
|
||||
msgid "Key file does not have key '%s'"
|
||||
msgstr "Key file does not have key '%s'"
|
||||
|
||||
#: glib/gkeyfile.c:1259 glib/gkeyfile.c:1368
|
||||
#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380
|
||||
#, c-format
|
||||
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"
|
||||
|
||||
#: glib/gkeyfile.c:1277 glib/gkeyfile.c:1386 glib/gkeyfile.c:1759
|
||||
#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770
|
||||
#, c-format
|
||||
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."
|
||||
|
||||
#: glib/gkeyfile.c:1976
|
||||
#: glib/gkeyfile.c:1986
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Key file contains key '%s' in group '%s' which has value that cannot be "
|
||||
@ -601,26 +626,26 @@ msgstr ""
|
||||
"Key file contains key '%s' in group '%s' which has value that cannot be "
|
||||
"interpreted."
|
||||
|
||||
#: glib/gkeyfile.c:2166 glib/gkeyfile.c:2349 glib/gkeyfile.c:2827
|
||||
#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836
|
||||
#, c-format
|
||||
msgid "Key file does not have key '%s' in group '%s'"
|
||||
msgstr "Key file does not have key '%s' in group '%s'"
|
||||
|
||||
#: glib/gkeyfile.c:3023
|
||||
#: glib/gkeyfile.c:3017
|
||||
msgid "Key file contains escape character at end of line"
|
||||
msgstr "Key file contains escape character at end of line"
|
||||
|
||||
#: glib/gkeyfile.c:3039
|
||||
#, c-format
|
||||
msgid "Key file contains invalid escape sequence '%s'"
|
||||
msgstr "Key file contains invalid escape sequence '%s'"
|
||||
|
||||
#: glib/gkeyfile.c:3047
|
||||
msgid "Key file contains escape character at end of line"
|
||||
msgstr "Key file contains escape character at end of line"
|
||||
|
||||
#: glib/gkeyfile.c:3163
|
||||
#: glib/gkeyfile.c:3177
|
||||
#, c-format
|
||||
msgid "Value '%s' cannot be interpreted as a number."
|
||||
msgstr "Value '%s' cannot be interpreted as a number."
|
||||
|
||||
#: glib/gkeyfile.c:3191
|
||||
#: glib/gkeyfile.c:3205
|
||||
#, c-format
|
||||
msgid "Value '%s' cannot be interpreted as a boolean."
|
||||
msgstr "Value '%s' cannot be interpreted as a boolean."
|
||||
|
Loading…
Reference in New Issue
Block a user