diff options
Diffstat (limited to 'po/en_CA.po')
-rw-r--r-- | po/en_CA.po | 289 |
1 files changed, 131 insertions, 158 deletions
diff --git a/po/en_CA.po b/po/en_CA.po index fef21b854..40ed0d5da 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-09 18:27-0400\n" +"POT-Creation-Date: 2009-05-03 17:49-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Language-Team: Canadian English <adamw@gnome.org>\n" @@ -298,52 +298,32 @@ msgstr "Failed to open file '%s': open() failed: %s" msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Failed to map file '%s': mmap() failed: %s" -#: glib/gmarkup.c:255 glib/gmarkup.c:295 +#: glib/gmarkup.c:303 glib/gmarkup.c:343 #, c-format msgid "Error on line %d char %d: " msgstr "Error on line %d char %d: " -#: glib/gmarkup.c:389 -#, c-format -msgid "Error on line %d: %s" -msgstr "Error on line %d: %s" - -#: glib/gmarkup.c:493 -msgid "" -"Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "" -"Empty entity '&;' seen; valid entities are: & " < > '" +#: glib/gmarkup.c:363 glib/gmarkup.c:441 +#, fuzzy, c-format +msgid "Invalid UTF-8 encoded text in name - not valid '%s'" +msgstr "Invalid UTF-8 encoded text - not valid '%s'" -#: glib/gmarkup.c:503 +#: glib/gmarkup.c:374 #, 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 &" +msgid "'%s' is not a valid name " msgstr "" -"Character '%s' is not valid at the start of an entity name; the & character " -"begins an entity; if this ampersand is not supposed to be an entity, escape " -"it as &" -#: glib/gmarkup.c:537 +#: glib/gmarkup.c:390 #, c-format -msgid "Character '%s' is not valid inside an entity name" -msgstr "Character '%s' is not valid inside an entity name" +msgid "'%s' is not a valid name: '%c' " +msgstr "" -#: glib/gmarkup.c:574 +#: glib/gmarkup.c:494 #, c-format -msgid "Entity name '%s' is not known" -msgstr "Entity name '%s' is not known" - -#: glib/gmarkup.c:585 -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 "" -"Entity did not end with a semicolon; most likely you used an ampersand " -"character without intending to start an entity - escape ampersand as &" +msgid "Error on line %d: %s" +msgstr "Error on line %d: %s" -#: glib/gmarkup.c:638 +#: glib/gmarkup.c:578 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -352,16 +332,7 @@ 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:660 -#, 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:675 -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:685 +#: glib/gmarkup.c:590 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -371,32 +342,35 @@ msgstr "" "ampersand character without intending to start an entity - escape ampersand " "as &" -#: glib/gmarkup.c:771 -msgid "Unfinished entity reference" -msgstr "Unfinished entity reference" - -#: glib/gmarkup.c:777 -msgid "Unfinished character reference" -msgstr "Unfinished character reference" +#: glib/gmarkup.c:616 +#, 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:1063 -msgid "Invalid UTF-8 encoded text - overlong sequence" -msgstr "Invalid UTF-8 encoded text - overlong sequence" +#: glib/gmarkup.c:654 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Empty entity '&;' seen; valid entities are: & " < > '" -#: glib/gmarkup.c:1091 -msgid "Invalid UTF-8 encoded text - not a start char" -msgstr "Invalid UTF-8 encoded text - not a start char" +#: glib/gmarkup.c:662 +#, fuzzy, c-format +msgid "Entity name '%-.*s' is not known" +msgstr "Entity name '%s' is not known" -#: glib/gmarkup.c:1130 -#, c-format -msgid "Invalid UTF-8 encoded text - not valid '%s'" -msgstr "Invalid UTF-8 encoded text - not valid '%s'" +#: glib/gmarkup.c:667 +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 "" +"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:1168 +#: glib/gmarkup.c:973 msgid "Document must begin with an element (e.g. <book>)" msgstr "Document must begin with an element (e.g. <book>)" -#: glib/gmarkup.c:1208 +#: glib/gmarkup.c:1013 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -405,7 +379,7 @@ msgstr "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -#: glib/gmarkup.c:1276 +#: glib/gmarkup.c:1081 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -414,14 +388,14 @@ msgstr "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" -#: glib/gmarkup.c:1365 +#: glib/gmarkup.c:1165 #, 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:1407 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -432,7 +406,7 @@ msgstr "" "element '%s', or optionally an attribute; perhaps you used an invalid " "character in an attribute name" -#: glib/gmarkup.c:1493 +#: glib/gmarkup.c:1283 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -441,7 +415,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:1635 +#: glib/gmarkup.c:1417 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -450,7 +424,7 @@ msgstr "" "'%s' is not a valid character following the characters '</'; '%s' may not " "begin an element name" -#: glib/gmarkup.c:1675 +#: glib/gmarkup.c:1453 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -459,25 +433,25 @@ msgstr "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" -#: glib/gmarkup.c:1686 +#: glib/gmarkup.c:1464 #, 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:1695 +#: glib/gmarkup.c:1473 #, 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:1858 +#: glib/gmarkup.c:1640 msgid "Document was empty or contained only whitespace" msgstr "Document was empty or contained only whitespace" -#: glib/gmarkup.c:1872 +#: glib/gmarkup.c:1654 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Document ended unexpectedly just after an open angle bracket '<'" -#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 +#: glib/gmarkup.c:1662 glib/gmarkup.c:1707 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -486,7 +460,7 @@ msgstr "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" -#: glib/gmarkup.c:1888 +#: glib/gmarkup.c:1670 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -495,19 +469,19 @@ msgstr "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" -#: glib/gmarkup.c:1894 +#: glib/gmarkup.c:1676 msgid "Document ended unexpectedly inside an element name" msgstr "Document ended unexpectedly inside an element name" -#: glib/gmarkup.c:1900 +#: glib/gmarkup.c:1682 msgid "Document ended unexpectedly inside an attribute name" msgstr "Document ended unexpectedly inside an attribute name" -#: glib/gmarkup.c:1905 +#: glib/gmarkup.c:1687 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Document ended unexpectedly inside an element-opening tag." -#: glib/gmarkup.c:1911 +#: glib/gmarkup.c:1693 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -515,16 +489,16 @@ msgstr "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" -#: glib/gmarkup.c:1918 +#: glib/gmarkup.c:1700 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Document ended unexpectedly while inside an attribute value" -#: glib/gmarkup.c:1934 +#: glib/gmarkup.c:1716 #, 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:1940 +#: glib/gmarkup.c:1722 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" @@ -962,61 +936,61 @@ 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:615 +#: glib/goption.c:724 msgid "Usage:" msgstr "Usage:" -#: glib/goption.c:615 +#: glib/goption.c:724 msgid "[OPTION...]" msgstr "[OPTION...]" -#: glib/goption.c:719 +#: glib/goption.c:828 msgid "Help Options:" msgstr "Help Options:" -#: glib/goption.c:720 +#: glib/goption.c:829 msgid "Show help options" msgstr "Show help options" -#: glib/goption.c:726 +#: glib/goption.c:835 msgid "Show all help options" msgstr "Show all help options" -#: glib/goption.c:788 +#: glib/goption.c:897 msgid "Application Options:" msgstr "Application Options:" -#: glib/goption.c:850 glib/goption.c:920 +#: glib/goption.c:959 glib/goption.c:1029 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Cannot parse integer value '%s' for %s" -#: glib/goption.c:860 glib/goption.c:928 +#: glib/goption.c:969 glib/goption.c:1037 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: glib/goption.c:885 +#: glib/goption.c:994 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Cannot parse double value '%s' for %s" -#: glib/goption.c:893 +#: glib/goption.c:1002 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Double value '%s' for %s out of range" -#: glib/goption.c:1156 glib/goption.c:1235 +#: glib/goption.c:1265 glib/goption.c:1344 #, c-format msgid "Error parsing option %s" msgstr "Error parsing option %s" -#: glib/goption.c:1266 glib/goption.c:1380 +#: glib/goption.c:1375 glib/goption.c:1489 #, c-format msgid "Missing argument for %s" msgstr "Missing argument for %s" -#: glib/goption.c:1773 +#: glib/goption.c:1882 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -1136,8 +1110,8 @@ msgstr "Too large count value passed to %s" msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:366 gio/glocalfile.c:2012 gio/gsimpleasyncresult.c:627 -#: gio/gsimpleasyncresult.c:654 +#: gio/gcancellable.c:377 gio/glocalfile.c:2012 gio/gsimpleasyncresult.c:638 +#: gio/gsimpleasyncresult.c:665 msgid "Operation was cancelled" msgstr "Operation was cancelled" @@ -1278,7 +1252,7 @@ msgstr "Trash not supported" msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:5011 gio/gvolume.c:370 +#: gio/gfile.c:5011 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" @@ -1299,15 +1273,6 @@ msgstr "File enumerator has outstanding operation" msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileicon.c:145 -msgid "file" -msgstr "" - -#: gio/gfileicon.c:146 -#, fuzzy -msgid "The file containing the icon" -msgstr "An array containing the icon names" - #: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" @@ -1719,56 +1684,11 @@ msgstr "Output stream doesn't implement write" msgid "Source stream is already closed" msgstr "Source stream is already closed" -#: gio/gthemedicon.c:211 -msgid "name" -msgstr "name" - -#: gio/gthemedicon.c:212 -msgid "The name of the icon" -msgstr "The name of the icon" - -#: gio/gthemedicon.c:223 -msgid "names" -msgstr "names" - -#: gio/gthemedicon.c:224 -msgid "An array containing the icon names" -msgstr "An array containing the icon names" - -#: gio/gthemedicon.c:249 -msgid "use default fallbacks" -msgstr "use default fallbacks" - -#: gio/gthemedicon.c:250 -msgid "" -"Whether to use default fallbacks found by shortening the name at '-' " -"characters. Ignores names after the first if multiple names are given." -msgstr "" -"Whether to use default fallbacks found by shortening the name at '-' " -"characters. Ignores names after the first if multiple names are given." - #: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "" -#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 -msgid "File descriptor" -msgstr "" - -#: gio/gunixinputstream.c:162 -msgid "The file descriptor to read from" -msgstr "" - -#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 -#, fuzzy -msgid "Close file descriptor" -msgstr "Error stating file descriptor: %s" - -#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 -msgid "Whether to close the file descriptor when the stream is closed" -msgstr "" - #: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 #: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format @@ -1785,16 +1705,12 @@ msgstr "Error closing UNIX: %s" msgid "Filesystem root" msgstr "Filesystem root" -#: gio/gunixoutputstream.c:148 -msgid "The file descriptor to write to" -msgstr "" - #: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to UNIX: %s" -#: gio/gvolume.c:444 +#: gio/gvolume.c:450 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" @@ -1831,6 +1747,63 @@ msgstr "use a long listing format" msgid "[FILE...]" msgstr "[FILE...]" +#~ 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 "" +#~ "Character '%s' is not valid at the start of an entity name; the & " +#~ "character begins an entity; if this ampersand is not supposed to be an " +#~ "entity, escape it as &" + +#~ msgid "Character '%s' is not valid inside an entity name" +#~ msgstr "Character '%s' is not valid inside an entity name" + +#~ msgid "Empty character reference; should include a digit such as dž" +#~ msgstr "Empty character reference; should include a digit such as dž" + +#~ msgid "Unfinished entity reference" +#~ msgstr "Unfinished entity reference" + +#~ msgid "Unfinished character reference" +#~ msgstr "Unfinished character reference" + +#~ msgid "Invalid UTF-8 encoded text - overlong sequence" +#~ msgstr "Invalid UTF-8 encoded text - overlong sequence" + +#~ msgid "Invalid UTF-8 encoded text - not a start char" +#~ msgstr "Invalid UTF-8 encoded text - not a start char" + +#, fuzzy +#~ msgid "The file containing the icon" +#~ msgstr "An array containing the icon names" + +#~ msgid "name" +#~ msgstr "name" + +#~ msgid "The name of the icon" +#~ msgstr "The name of the icon" + +#~ msgid "names" +#~ msgstr "names" + +#~ msgid "An array containing the icon names" +#~ msgstr "An array containing the icon names" + +#~ msgid "use default fallbacks" +#~ msgstr "use default fallbacks" + +#~ msgid "" +#~ "Whether to use default fallbacks found by shortening the name at '-' " +#~ "characters. Ignores names after the first if multiple names are given." +#~ msgstr "" +#~ "Whether to use default fallbacks found by shortening the name at '-' " +#~ "characters. Ignores names after the first if multiple names are given." + +#, fuzzy +#~ msgid "Close file descriptor" +#~ msgstr "Error stating file descriptor: %s" + #~ msgid "%u byte" #~ msgid_plural "%u bytes" #~ msgstr[0] "%u byte" |