[libgdata] l10n: Update British English translation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] l10n: Update British English translation
- Date: Fri, 27 Aug 2010 08:22:37 +0000 (UTC)
commit 71987dbf5b38c737d18a1e8fa0b2389bb6c8c9d2
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Aug 27 09:22:20 2010 +0100
l10n: Update British English translation
po/en_GB.po | 245 +++++++++++++++++++++++++++++++++++++----------------------
1 files changed, 153 insertions(+), 92 deletions(-)
---
diff --git a/po/en_GB.po b/po/en_GB.po
index 1c3a110..d9cdcfc 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6,30 +6,31 @@ msgid ""
msgstr ""
"Project-Id-Version: libgdata\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-15 17:45+0000\n"
+"POT-Creation-Date: 2010-08-27 09:19+0100\n"
"PO-Revision-Date: 2009-04-17 12:36+0000\n"
"Last-Translator: Philip Withnall <philip tecnocode co uk>\n"
"Language-Team: British English <en li org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../gdata/gdata-access-handler.c:176
+#: ../gdata/gdata-access-handler.c:170
msgid "The rule has already been inserted."
msgstr "The rule has already been inserted."
-#: ../gdata/gdata-access-handler.c:378
+#: ../gdata/gdata-access-handler.c:350
msgid "The owner's rule may not be deleted."
msgstr "The owner's rule may not be deleted."
#. Translators: the parameter is an error message
-#: ../gdata/gdata-parsable.c:177 ../gdata/gdata-parsable.c:188
+#: ../gdata/gdata-parsable.c:245 ../gdata/gdata-parsable.c:256
#, c-format
msgid "Error parsing XML: %s"
msgstr "Error parsing XML: %s"
#. Translators: this is a dummy error message to be substituted into "Error parsing XML: %s".
-#: ../gdata/gdata-parsable.c:190
+#: ../gdata/gdata-parsable.c:258
msgid "Empty document."
msgstr "Empty document."
@@ -37,17 +38,17 @@ msgstr "Empty document."
#. *
#. * For example:
#. * A <title> element was missing required content.
-#: ../gdata/gdata-parser.c:65
+#: ../gdata/gdata-parser.c:66
#, c-format
msgid "A %s element was missing required content."
msgstr "A %s element was missing required content."
-#. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")), and the second parameter is
-#. * the erroneous value (which was not in ISO 8601 format).
+#. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
+#. * and the second parameter is the erroneous value (which was not in ISO 8601 format).
#. *
#. * For example:
#. * The content of a <media:group/media:uploaded> element ("2009-05-06 26:30Z") was not in ISO 8601 format.
-#: ../gdata/gdata-parser.c:81
+#: ../gdata/gdata-parser.c:82
#, c-format
msgid "The content of a %s element (\"%s\") was not in ISO 8601 format."
msgstr "The content of a %s element (\"%s\") was not in ISO 8601 format."
@@ -57,7 +58,7 @@ msgstr "The content of a %s element (\"%s\") was not in ISO 8601 format."
#. *
#. * For example:
#. * The value of the @time property of a <media:group/media:thumbnail> element ("00:01:42.500") was unknown.
-#: ../gdata/gdata-parser.c:101
+#: ../gdata/gdata-parser.c:102
#, c-format
msgid "The value of the %s property of a %s element (\"%s\") was unknown."
msgstr "The value of the %s property of a %s element (\"%s\") was unknown."
@@ -67,7 +68,7 @@ msgstr "The value of the %s property of a %s element (\"%s\") was unknown."
#. *
#. * For example:
#. * The content of a <gphoto:access> element ("protected") was unknown.
-#: ../gdata/gdata-parser.c:119
+#: ../gdata/gdata-parser.c:120
#, c-format
msgid "The content of a %s element (\"%s\") was unknown."
msgstr "The content of a %s element (\"%s\") was unknown."
@@ -77,16 +78,31 @@ msgstr "The content of a %s element (\"%s\") was unknown."
#. *
#. * For example:
#. * A required property of a <entry/gAcl:role> element (@value) was not present.
-#: ../gdata/gdata-parser.c:139
+#: ../gdata/gdata-parser.c:140
#, c-format
msgid "A required property of a %s element (%s) was not present."
msgstr "A required property of a %s element (%s) was not present."
+#. Translators: the first two parameters are the names of XML properties of an XML element given in the third
+#. * parameter (including the angle brackets ("<" and ">")).
+#. *
+#. * For example:
+#. * Values were present for properties @rel and @label of a <entry/gContact:relation> element when only one of the
+#. * two is allowed.
+#: ../gdata/gdata-parser.c:163
+#, c-format
+msgid ""
+"Values were present for properties %s and %s of a %s element when only one "
+"of the two is allowed."
+msgstr ""
+"Values were present for properties %s and %s of a %s element when only one "
+"of the two is allowed."
+
#. Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
#. *
#. * For example:
#. * A required element (<entry/title>) was not present.
-#: ../gdata/gdata-parser.c:156
+#: ../gdata/gdata-parser.c:182
#, c-format
msgid "A required element (%s) was not present."
msgstr "A required element (%s) was not present."
@@ -95,237 +111,274 @@ msgstr "A required element (%s) was not present."
#. *
#. * For example:
#. * A singleton element (<feed/title>) was duplicated.
-#: ../gdata/gdata-parser.c:171
+#: ../gdata/gdata-parser.c:197
#, c-format
msgid "A singleton element (%s) was duplicated."
msgstr "A singleton element (%s) was duplicated."
-#: ../gdata/gdata-service.c:309 ../gdata/gdata-service.c:751
-#: ../gdata/services/youtube/gdata-youtube-service.c:203
+#: ../gdata/gdata-service.c:393
+#: ../gdata/services/youtube/gdata-youtube-service.c:234
msgid "The server returned a malformed response."
msgstr "The server returned a malformed response."
+#: ../gdata/gdata-service.c:434
+#, c-format
+msgid "Cannot connect to the service's server."
+msgstr "Cannot connect to the service's server."
+
+#: ../gdata/gdata-service.c:439
+#, c-format
+msgid "Cannot connect to the proxy server."
+msgstr "Cannot connect to the proxy server."
+
#. Translators: the parameter is an error message returned by the server.
-#: ../gdata/gdata-service.c:340
+#: ../gdata/gdata-service.c:445
#, c-format
msgid "Invalid request URI or header, or unsupported nonstandard parameter: %s"
msgstr ""
"Invalid request URI or header, or unsupported nonstandard parameter: %s"
#. Translators: the parameter is an error message returned by the server.
-#: ../gdata/gdata-service.c:346
+#: ../gdata/gdata-service.c:451
#, c-format
msgid "Authentication required: %s"
msgstr "Authentication required: %s"
#. Translators: the parameter is an error message returned by the server.
-#: ../gdata/gdata-service.c:351
+#: ../gdata/gdata-service.c:456
#, c-format
msgid "The requested resource was not found: %s"
msgstr "The requested resource was not found: %s"
#. Translators: the parameter is an error message returned by the server.
-#: ../gdata/gdata-service.c:356
+#: ../gdata/gdata-service.c:462
#, c-format
msgid "The entry has been modified since it was downloaded: %s"
msgstr "The entry has been modified since it was downloaded: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:369
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:476
+#, c-format
+msgid "Error code %u when authenticating: %s"
+msgstr "Error code %u when authenticating: %s"
+
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:482
#, c-format
msgid "Error code %u when querying: %s"
msgstr "Error code %u when querying: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:374
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:488
#, c-format
msgid "Error code %u when inserting an entry: %s"
msgstr "Error code %u when inserting an entry: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:379
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:494
#, c-format
msgid "Error code %u when updating an entry: %s"
msgstr "Error code %u when updating an entry: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:384
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:500
#, c-format
msgid "Error code %u when deleting an entry: %s"
msgstr "Error code %u when deleting an entry: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:389
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:506
#, c-format
msgid "Error code %u when downloading: %s"
msgstr "Error code %u when downloading: %s"
-#. Translators: the first parameter is an HTTP status, and the second is an error message returned by the server.
-#: ../gdata/gdata-service.c:394
+#. Translators: the first parameter is an HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:512
#, c-format
msgid "Error code %u when uploading: %s"
msgstr "Error code %u when uploading: %s"
-#: ../gdata/gdata-service.c:639
+#. Translators: the first parameter is a HTTP status,
+#. * and the second is an error message returned by the server.
+#: ../gdata/gdata-service.c:518
+#, c-format
+msgid "Error code %u when running a batch operation: %s"
+msgstr "Error code %u when running a batch operation: %s"
+
+#: ../gdata/gdata-service.c:643
msgid "A CAPTCHA must be filled out to log in."
msgstr "A CAPTCHA must be filled out to log in."
-#: ../gdata/gdata-service.c:663
+#: ../gdata/gdata-service.c:667
msgid "Your username or password were incorrect."
msgstr "Your username or password were incorrect."
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:682
+#: ../gdata/gdata-service.c:686
#, c-format
msgid "Your account's e-mail address has not been verified. (%s)"
msgstr "Your account's e-mail address has not been verified. (%s)"
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:687
+#: ../gdata/gdata-service.c:691
#, c-format
msgid "You have not agreed to the service's terms and conditions. (%s)"
msgstr "You have not agreed to the service's terms and conditions. (%s)"
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:692
+#: ../gdata/gdata-service.c:697
+#, c-format
+msgid ""
+"This account has been migrated. Please log in online to receive your new "
+"username and password. (%s)"
+msgstr ""
+"This account has been migrated. Please log in online to receive your new "
+"username and password. (%s)"
+
+#. Translators: the parameter is a URI for further information.
+#: ../gdata/gdata-service.c:702
#, c-format
msgid "This account has been deleted. (%s)"
msgstr "This account has been deleted. (%s)"
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:697
+#: ../gdata/gdata-service.c:707
#, c-format
msgid "This account has been disabled. (%s)"
msgstr "This account has been disabled. (%s)"
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:702
+#: ../gdata/gdata-service.c:712
#, c-format
msgid "This account's access to this service has been disabled. (%s)"
msgstr "This account's access to this service has been disabled. (%s)"
#. Translators: the parameter is a URI for further information.
-#: ../gdata/gdata-service.c:707
+#: ../gdata/gdata-service.c:717
#, c-format
msgid "This service is not available at the moment. (%s)"
msgstr "This service is not available at the moment. (%s)"
#. Translators: the parameter is the URI which is invalid.
-#: ../gdata/gdata-service.c:821
+#: ../gdata/gdata-service.c:988
#, c-format
msgid "Invalid redirect URI: %s"
msgstr "Invalid redirect URI: %s"
-#: ../gdata/gdata-service.c:1239
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:389
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:546
-#: ../gdata/services/youtube/gdata-youtube-service.c:787
+#: ../gdata/gdata-service.c:1581
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:449
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:606
+#: ../gdata/services/youtube/gdata-youtube-service.c:692
msgid "The entry has already been inserted."
msgstr "The entry has already been inserted."
-#. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">"),
-#. * and the second parameter is the erroneous value (which was not in hexadecimal RGB format).
+#. Translators: the first parameter is the name of an XML element (including the angle brackets
+#. * ("<" and ">"), and the second parameter is the erroneous value (which was not in hexadecimal
+#. * RGB format).
#. *
#. * For example:
#. * The content of a <entry/gCal:color> element ("00FG56") was not in hexadecimal RGB format.
-#: ../gdata/services/calendar/gdata-calendar-calendar.c:329
+#: ../gdata/services/calendar/gdata-calendar-calendar.c:341
#, c-format
msgid "The content of a %s element (\"%s\") was not in hexadecimal RGB format."
msgstr ""
"The content of a %s element (\"%s\") was not in hexadecimal RGB format."
-#: ../gdata/services/calendar/gdata-calendar-service.c:109
-#: ../gdata/services/calendar/gdata-calendar-service.c:149
+#: ../gdata/services/calendar/gdata-calendar-service.c:111
+#: ../gdata/services/calendar/gdata-calendar-service.c:156
msgid "You must be authenticated to query all calendars."
msgstr "You must be authenticated to query all calendars."
-#: ../gdata/services/calendar/gdata-calendar-service.c:186
-#: ../gdata/services/calendar/gdata-calendar-service.c:226
-#: ../gdata/services/calendar/gdata-calendar-service.c:262
+#: ../gdata/services/calendar/gdata-calendar-service.c:198
+#: ../gdata/services/calendar/gdata-calendar-service.c:243
+#: ../gdata/services/calendar/gdata-calendar-service.c:285
msgid "You must be authenticated to query your own calendars."
msgstr "You must be authenticated to query your own calendars."
-#: ../gdata/services/calendar/gdata-calendar-service.c:271
-msgid "The calendar did not have a content source."
-msgstr "The calendar did not have a content source."
+#: ../gdata/services/calendar/gdata-calendar-service.c:294
+msgid "The calendar did not have a content URI."
+msgstr "The calendar did not have a content URI."
-#: ../gdata/services/contacts/gdata-contacts-service.c:108
-#: ../gdata/services/contacts/gdata-contacts-service.c:149
+#: ../gdata/services/contacts/gdata-contacts-service.c:116
+#: ../gdata/services/contacts/gdata-contacts-service.c:162
msgid "You must be authenticated to query contacts."
msgstr "You must be authenticated to query contacts."
-#: ../gdata/services/documents/gdata-documents-entry.c:618
-msgid "You must be authenticated to download documents."
-msgstr "You must be authenticated to download documents."
-
-#: ../gdata/services/documents/gdata-documents-service.c:191
-#: ../gdata/services/documents/gdata-documents-service.c:303
+#: ../gdata/services/documents/gdata-documents-service.c:200
+#: ../gdata/services/documents/gdata-documents-service.c:251
msgid "You must be authenticated to query documents."
msgstr "You must be authenticated to query documents."
-#: ../gdata/services/documents/gdata-documents-service.c:397
+#: ../gdata/services/documents/gdata-documents-service.c:343
msgid "The supplied document had an invalid content type."
msgstr "The supplied document had an invalid content type."
-#: ../gdata/services/documents/gdata-documents-service.c:483
+#: ../gdata/services/documents/gdata-documents-service.c:433
msgid "You must be authenticated to upload documents."
msgstr "You must be authenticated to upload documents."
-#: ../gdata/services/documents/gdata-documents-service.c:489
+#: ../gdata/services/documents/gdata-documents-service.c:439
msgid "The document has already been uploaded."
msgstr "The document has already been uploaded."
-#: ../gdata/services/documents/gdata-documents-service.c:539
+#: ../gdata/services/documents/gdata-documents-service.c:490
msgid "You must be authenticated to update documents."
msgstr "You must be authenticated to update documents."
-#: ../gdata/services/documents/gdata-documents-service.c:587
-#: ../gdata/services/documents/gdata-documents-service.c:683
+#: ../gdata/services/documents/gdata-documents-service.c:538
+#: ../gdata/services/documents/gdata-documents-service.c:612
msgid "You must be authenticated to move documents."
msgstr "You must be authenticated to move documents."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:132
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:186
msgid "You must specify a username or be authenticated to query a user."
msgstr "You must specify a username or be authenticated to query a user."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:181
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:235
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:240
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:295
msgid "Query parameter not allowed for albums."
msgstr "Query parameter not allowed for albums."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:188
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:243
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:247
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:303
msgid "You must specify a username or be authenticated to query all albums."
msgstr "You must specify a username or be authenticated to query all albums."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:284
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:350
msgid "The album did not have a feed link."
msgstr "The album did not have a feed link."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:395
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:552
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:455
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:612
msgid "You must be authenticated to upload a file."
msgstr "You must be authenticated to upload a file."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:614
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:672
msgid "The album has already been inserted."
msgstr "The album has already been inserted."
-#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:620
+#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:678
msgid "You must be authenticated to insert an album."
msgstr "You must be authenticated to insert an album."
-#: ../gdata/services/youtube/gdata-youtube-service.c:304
+#: ../gdata/services/youtube/gdata-youtube-service.c:333
#, c-format
msgid "This service is not available at the moment."
msgstr "This service is not available at the moment."
-#: ../gdata/services/youtube/gdata-youtube-service.c:309
+#: ../gdata/services/youtube/gdata-youtube-service.c:338
#, c-format
msgid "You must be authenticated to do this."
msgstr "You must be authenticated to do this."
-#: ../gdata/services/youtube/gdata-youtube-service.c:314
+#: ../gdata/services/youtube/gdata-youtube-service.c:343
#, c-format
msgid ""
"You have made too many API calls recently. Please wait a few minutes and try "
@@ -334,33 +387,41 @@ msgstr ""
"You have made too many API calls recently. Please wait a few minutes and try "
"again."
-#: ../gdata/services/youtube/gdata-youtube-service.c:317
+#: ../gdata/services/youtube/gdata-youtube-service.c:346
#, c-format
msgid ""
"You have exceeded your entry quota. Please delete some entries and try again."
msgstr ""
"You have exceeded your entry quota. Please delete some entries and try again."
-#. Translators: the first parameter is an error code, which is a coded string. The second parameter
-#. * is an error domain, which is another coded string. The third parameter is the location of the
-#. * error, which is either a URI or an XPath.
-#: ../gdata/services/youtube/gdata-youtube-service.c:324
-#: ../gdata/services/youtube/gdata-youtube-service.c:330
+#. Translators: the first parameter is an error code, which is a coded string.
+#. * The second parameter is an error domain, which is another coded string.
+#. * The third parameter is the location of the error, which is either a URI or an XPath.
+#: ../gdata/services/youtube/gdata-youtube-service.c:353
+#: ../gdata/services/youtube/gdata-youtube-service.c:359
#, c-format
msgid ""
"Unknown error code \"%s\" in domain \"%s\" received with location \"%s\"."
msgstr ""
"Unknown error code \"%s\" in domain \"%s\" received with location \"%s\"."
-#: ../gdata/services/youtube/gdata-youtube-service.c:699
-#: ../gdata/services/youtube/gdata-youtube-service.c:740
+#: ../gdata/services/youtube/gdata-youtube-service.c:377
+#, c-format
+msgid "Unknown and unparsable error received."
+msgstr "Unknown and unparsable error received."
+
+#: ../gdata/services/youtube/gdata-youtube-service.c:599
+#: ../gdata/services/youtube/gdata-youtube-service.c:646
msgid "The video did not have a related videos <link>."
msgstr "The video did not have a related videos <link>."
-#: ../gdata/services/youtube/gdata-youtube-service.c:793
+#: ../gdata/services/youtube/gdata-youtube-service.c:698
msgid "You must be authenticated to upload a video."
msgstr "You must be authenticated to upload a video."
+#~ msgid "You must be authenticated to download documents."
+#~ msgstr "You must be authenticated to download documents."
+
#~ msgid "Unhandled <%s:%s> element as a child of <%s>."
#~ msgstr "Unhandled <%s:%s> element as a child of <%s>."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]