[libsoup] Update British English translation



commit 26336c3b7b678cd5a72d16d38774430bb96378a2
Author: David King <amigadave amigadave com>
Date:   Sun Sep 18 12:17:02 2016 +0200

    Update British English translation

 po/en_GB.po |  132 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 112 insertions(+), 20 deletions(-)
---
diff --git a/po/en_GB.po b/po/en_GB.po
index 1331d1e..ac6df72 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -8,9 +8,9 @@ msgstr ""
 "Project-Id-Version: libsoup master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=libsoup&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-09-10 19:10+0000\n"
-"PO-Revision-Date: 2012-09-10 21:39-0400\n"
-"Last-Translator: Chris Leonard <cjl laptop org>\n"
+"POT-Creation-Date: 2016-04-25 20:57+0000\n"
+"PO-Revision-Date: 2016-09-18 12:16+0200\n"
+"Last-Translator: David King <amigadave amigadave com>\n"
 "Language-Team: Sugar Labs\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
@@ -20,65 +20,157 @@ msgstr ""
 "X-Generator: Virtaal 0.7.0\n"
 "X-Project-Style: gnome\n"
 
-#: ../libsoup/soup-body-input-stream.c:141
-#: ../libsoup/soup-body-input-stream.c:172
-#: ../libsoup/soup-body-input-stream.c:205 ../libsoup/soup-message-io.c:191
+#: ../libsoup/soup-body-input-stream.c:140
+#: ../libsoup/soup-body-input-stream.c:171
+#: ../libsoup/soup-body-input-stream.c:204 ../libsoup/soup-message-io.c:235
 msgid "Connection terminated unexpectedly"
 msgstr "Connection terminated unexpectedly"
 
-#: ../libsoup/soup-body-input-stream.c:461
+#: ../libsoup/soup-body-input-stream.c:462
 msgid "Invalid seek request"
 msgstr "Invalid seek request"
 
-#: ../libsoup/soup-body-input-stream.c:489
+#: ../libsoup/soup-body-input-stream.c:490
 msgid "Cannot truncate SoupBodyInputStream"
 msgstr "Cannot truncate SoupBodyInputStream"
 
+#: ../libsoup/soup-cache-input-stream.c:74
+msgid "Network stream unexpectedly closed"
+msgstr "Network stream unexpectedly closed"
+
+#: ../libsoup/soup-cache-input-stream.c:291
+msgid "Failed to completely cache the resource"
+msgstr "Failed to completely cache the resource"
+
 #: ../libsoup/soup-converter-wrapper.c:192
 #, c-format
 msgid "Output buffer is too small"
 msgstr "Output buffer is too small"
 
-#: ../libsoup/soup-message-io.c:818 ../libsoup/soup-message-io.c:854
-msgid "Operation was cancelled"
-msgstr "Operation was cancelled"
+#: ../libsoup/soup-message-client-io.c:41
+msgid "Could not parse HTTP response"
+msgstr "Could not parse HTTP response"
 
-#: ../libsoup/soup-message-io.c:865
+#: ../libsoup/soup-message-client-io.c:66
+msgid "Unrecognized HTTP response encoding"
+msgstr "Unrecognised HTTP response encoding"
+
+#: ../libsoup/soup-message-io.c:392 ../libsoup/soup-message-io.c:1020
 msgid "Operation would block"
 msgstr "Operation would block"
 
-#: ../libsoup/soup-request.c:142
+#: ../libsoup/soup-message-io.c:972 ../libsoup/soup-message-io.c:1005
+msgid "Operation was cancelled"
+msgstr "Operation was cancelled"
+
+#: ../libsoup/soup-message-server-io.c:64
+msgid "Could not parse HTTP request"
+msgstr "Could not parse HTTP request"
+
+#: ../libsoup/soup-request.c:140
 #, c-format
 msgid "No URI provided"
 msgstr "No URI provided"
 
-#: ../libsoup/soup-request.c:152
+#: ../libsoup/soup-request.c:150
 #, c-format
 msgid "Invalid '%s' URI: %s"
 msgstr "Invalid '%s' URI: %s"
 
-#: ../libsoup/soup-requester.c:219
+#: ../libsoup/soup-server.c:1720
+msgid "Can't create a TLS server without a TLS certificate"
+msgstr "Can't create a TLS server without a TLS certificate"
+
+#: ../libsoup/soup-server.c:1737
+#, c-format
+msgid "Could not listen on address %s, port %d: "
+msgstr "Could not listen on address %s, port %d: "
+
+#: ../libsoup/soup-session.c:4543
 #, c-format
 msgid "Could not parse URI '%s'"
 msgstr "Could not parse URI '%s'"
 
-#: ../libsoup/soup-requester.c:253
+#: ../libsoup/soup-session.c:4580
 #, c-format
 msgid "Unsupported URI scheme '%s'"
 msgstr "Unsupported URI scheme '%s'"
 
-#: ../libsoup/soup-tld.c:154
+#: ../libsoup/soup-session.c:4602
+#, c-format
+msgid "Not an HTTP URI"
+msgstr "Not an HTTP URI"
+
+#: ../libsoup/soup-session.c:4788
+msgid "The server did not accept the WebSocket handshake."
+msgstr "The server did not accept the WebSocket handshake."
+
+#: ../libsoup/soup-socket.c:148
+msgid "Can't import non-socket as SoupSocket"
+msgstr "Can't import non-socket as SoupSocket"
+
+#: ../libsoup/soup-socket.c:166
+msgid "Could not import existing socket: "
+msgstr "Could not import existing socket: "
+
+#: ../libsoup/soup-socket.c:175
+msgid "Can't import unconnected socket"
+msgstr "Can't import unconnected socket"
+
+#: ../libsoup/soup-websocket.c:338 ../libsoup/soup-websocket.c:347
+msgid "WebSocket handshake expected"
+msgstr "WebSocket handshake expected"
+
+#: ../libsoup/soup-websocket.c:355
+msgid "Unsupported WebSocket version"
+msgstr "Unsupported WebSocket version"
+
+#: ../libsoup/soup-websocket.c:364
+msgid "Invalid WebSocket key"
+msgstr "Invalid WebSocket key"
+
+#: ../libsoup/soup-websocket.c:374
+#, c-format
+msgid "Incorrect WebSocket \"%s\" header"
+msgstr "Incorrect WebSocket \"%s\" header"
+
+#: ../libsoup/soup-websocket.c:383
+msgid "Unsupported WebSocket subprotocol"
+msgstr "Unsupported WebSocket subprotocol"
+
+#: ../libsoup/soup-websocket.c:510
+msgid "Server rejected WebSocket handshake"
+msgstr "Server rejected WebSocket handshake"
+
+#: ../libsoup/soup-websocket.c:518 ../libsoup/soup-websocket.c:527
+msgid "Server ignored WebSocket handshake"
+msgstr "Server ignored WebSocket handshake"
+
+#: ../libsoup/soup-websocket.c:539
+msgid "Server requested unsupported protocol"
+msgstr "Server requested unsupported protocol"
+
+#: ../libsoup/soup-websocket.c:549
+msgid "Server requested unsupported extension"
+msgstr "Server requested unsupported extension"
+
+#: ../libsoup/soup-websocket.c:562
+#, c-format
+msgid "Server returned incorrect \"%s\" key"
+msgstr "Server returned incorrect \"%s\" key"
+
+#: ../libsoup/soup-tld.c:188
 msgid "Hostname is an IP address"
 msgstr "Hostname is an IP address"
 
-#: ../libsoup/soup-tld.c:175
+#: ../libsoup/soup-tld.c:198 ../libsoup/soup-tld.c:220
 msgid "Invalid hostname"
 msgstr "Invalid hostname"
 
-#: ../libsoup/soup-tld.c:204
+#: ../libsoup/soup-tld.c:250
 msgid "Hostname has no base domain"
 msgstr "Hostname has no base domain"
 
-#: ../libsoup/soup-tld.c:226
+#: ../libsoup/soup-tld.c:304
 msgid "Not enough domains"
 msgstr "Not enough domains"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]