[glib-networking] Update British English translation



commit 43ec02908937164a312112b5da6a05196386a558
Author: Zander Brown <zbrown gnome org>
Date:   Mon Aug 26 21:17:24 2019 +0000

    Update British English translation

 po/en_GB.po | 298 ++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 219 insertions(+), 79 deletions(-)
---
diff --git a/po/en_GB.po b/po/en_GB.po
index ccd2580..41350cb 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,153 +2,293 @@
 # Copyright (C) 2011 glib-networking'S COPYRIGHT HOLDER
 # This file is distributed under the same licence as the glib-networking package.
 # Bruce Cowan <bruce bcowan me uk>, 2011, 2012.
+# Zander Brown <zbrown gnome org>, 2019.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: glib-networking\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=glib&keywords=I18N+L10N&component=network\n"
-"POT-Creation-Date: 2016-08-15 21:53+0000\n"
-"PO-Revision-Date: 2016-09-18 12:18+0200\n"
-"Last-Translator: David King <amigadave amigadave com>\n"
-"Language-Team: British English <en li org>\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/glib-networking/issues\n";
+"POT-Creation-Date: 2019-07-04 09:53+0000\n"
+"PO-Revision-Date: 2019-08-24 20:05+0100\n"
+"Last-Translator: Zander Brown <zbrown gnome org>\n"
+"Language-Team: English - United Kingdom <en_GB li org>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Gtranslator 3.32.1\n"
 
-#: proxy/libproxy/glibproxyresolver.c:157
+#: proxy/libproxy/glibproxyresolver.c:159
 msgid "Proxy resolver internal error."
 msgstr "Proxy resolver internal error."
 
-#: tls/gnutls/gtlscertificate-gnutls.c:176
+#: tls/base/gtlsconnection-base.c:479 tls/base/gtlsinputstream.c:78
+#: tls/base/gtlsinputstream.c:141 tls/base/gtlsoutputstream.c:78
+#: tls/base/gtlsoutputstream.c:143
+msgid "Connection is closed"
+msgstr "Connection is closed"
+
+#. Cannot perform a blocking operation during a handshake on the
+#. * same thread that triggered the handshake. The only way this can
+#. * occur is if the application is doing something weird in its
+#. * accept-certificate callback. Allowing a blocking op would stall
+#. * the handshake (forever, if there's no timeout). Even a close
+#. * op would deadlock here.
+#.
+#: tls/base/gtlsconnection-base.c:549
+msgid "Cannot perform blocking operation during TLS handshake"
+msgstr "Cannot perform blocking operation during TLS handshake"
+
+#: tls/base/gtlsconnection-base.c:612 tls/base/gtlsconnection-base.c:1118
+msgid "Socket I/O timed out"
+msgstr "Socket I/O timed out"
+
+#: tls/base/gtlsconnection-base.c:1339
+msgid "Peer does not support safe renegotiation"
+msgstr "Peer does not support safe renegotiation"
+
+#: tls/base/gtlsconnection-base.c:1382
+msgid "Server required TLS certificate"
+msgstr "Server required TLS certificate"
+
+#: tls/base/gtlsconnection-base.c:1477 tls/gnutls/gtlsconnection-gnutls.c:419
+#: tls/openssl/gtlsconnection-openssl.c:172
+#, c-format
+msgid "Unacceptable TLS certificate"
+msgstr "Unacceptable TLS certificate"
+
+#: tls/base/gtlsconnection-base.c:1884
+#, c-format
+msgid "Receive flags are not supported"
+msgstr "Receive flags are not supported"
+
+#: tls/base/gtlsconnection-base.c:2019
+#, c-format
+msgid "Send flags are not supported"
+msgstr "Send flags are not supported"
+
+#: tls/gnutls/gtlscertificate-gnutls.c:178
+#: tls/openssl/gtlscertificate-openssl.c:170
 #, c-format
 msgid "Could not parse DER certificate: %s"
 msgstr "Could not parse DER certificate: %s"
 
-#: tls/gnutls/gtlscertificate-gnutls.c:197
+#: tls/gnutls/gtlscertificate-gnutls.c:199
+#: tls/openssl/gtlscertificate-openssl.c:190
 #, c-format
 msgid "Could not parse PEM certificate: %s"
 msgstr "Could not parse PEM certificate: %s"
 
-#: tls/gnutls/gtlscertificate-gnutls.c:228
+#: tls/gnutls/gtlscertificate-gnutls.c:230
+#: tls/openssl/gtlscertificate-openssl.c:209
 #, c-format
 msgid "Could not parse DER private key: %s"
 msgstr "Could not parse DER private key: %s"
 
-#: tls/gnutls/gtlscertificate-gnutls.c:259
+#: tls/gnutls/gtlscertificate-gnutls.c:261
+#: tls/openssl/gtlscertificate-openssl.c:228
 #, c-format
 msgid "Could not parse PEM private key: %s"
 msgstr "Could not parse PEM private key: %s"
 
-#: tls/gnutls/gtlscertificate-gnutls.c:299
+#: tls/gnutls/gtlscertificate-gnutls.c:297
+#: tls/openssl/gtlscertificate-openssl.c:263
 msgid "No certificate data provided"
 msgstr "No certificate data provided"
 
-#: tls/gnutls/gtlsclientconnection-gnutls.c:375
-msgid "Server required TLS certificate"
-msgstr "Server required TLS certificate"
-
-#: tls/gnutls/gtlsconnection-gnutls.c:323
+#: tls/gnutls/gtlsconnection-gnutls.c:224
+#: tls/openssl/gtlsclientconnection-openssl.c:522
+#: tls/openssl/gtlsserverconnection-openssl.c:399
 #, c-format
 msgid "Could not create TLS connection: %s"
 msgstr "Could not create TLS connection: %s"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:585
-msgid "Connection is closed"
-msgstr "Connection is closed"
-
-#: tls/gnutls/gtlsconnection-gnutls.c:658
-#: tls/gnutls/gtlsconnection-gnutls.c:1537
-msgid "Operation would block"
-msgstr "Operation would block"
-
-#: tls/gnutls/gtlsconnection-gnutls.c:808
-#: tls/gnutls/gtlsconnection-gnutls.c:847
-msgid "Peer failed to perform TLS handshake"
-msgstr "Peer failed to perform TLS handshake"
+#: tls/gnutls/gtlsconnection-gnutls.c:353
+#: tls/gnutls/gtlsconnection-gnutls.c:364
+#: tls/gnutls/gtlsconnection-gnutls.c:388
+#: tls/openssl/gtlsconnection-openssl.c:139
+#, c-format
+#| msgid "Peer failed to perform TLS handshake"
+msgid "Peer failed to perform TLS handshake: %s"
+msgstr "Peer failed to perform TLS handshake: %s"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:826
+#: tls/gnutls/gtlsconnection-gnutls.c:375
+#: tls/openssl/gtlsconnection-openssl.c:248
 msgid "Peer requested illegal TLS rehandshake"
 msgstr "Peer requested illegal TLS rehandshake"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:853
+#: tls/gnutls/gtlsconnection-gnutls.c:396
 msgid "TLS connection closed unexpectedly"
 msgstr "TLS connection closed unexpectedly"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:863
+#: tls/gnutls/gtlsconnection-gnutls.c:411
+#: tls/openssl/gtlsconnection-openssl.c:164
 msgid "TLS connection peer did not send a certificate"
 msgstr "TLS connection peer did not send a certificate"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1250
-#: tls/gnutls/gtlsconnection-gnutls.c:1283
+#: tls/gnutls/gtlsconnection-gnutls.c:427
+#, c-format
+msgid "Peer sent fatal TLS alert: %s"
+msgstr "Peer sent fatal TLS alert: %s"
+
+#: tls/gnutls/gtlsconnection-gnutls.c:437
+msgid "Protocol version downgrade attack detected"
+msgstr "Protocol version downgrade attack detected"
+
+#: tls/gnutls/gtlsconnection-gnutls.c:446
+#, c-format
+msgid "Message is too large for DTLS connection; maximum is %u byte"
+msgid_plural "Message is too large for DTLS connection; maximum is %u bytes"
+msgstr[0] "Message is too large for DTLS connection; maximum is %u byte"
+msgstr[1] "Message is too large for DTLS connection; maximum is %u bytes"
+
+#: tls/gnutls/gtlsconnection-gnutls.c:455
+msgid "The operation timed out"
+msgstr "The operation timed out"
+
+#: tls/gnutls/gtlsconnection-gnutls.c:780
 #, c-format
 msgid "Error performing TLS handshake: %s"
 msgstr "Error performing TLS handshake: %s"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1293
-msgid "Server did not return a valid TLS certificate"
-msgstr "Server did not return a valid TLS certificate"
+#: tls/gnutls/gtlsconnection-gnutls.c:883
+#: tls/openssl/gtlsconnection-openssl.c:257
+#: tls/openssl/gtlsconnection-openssl.c:307
+#| msgid "Error performing TLS handshake: %s"
+msgid "Error performing TLS handshake"
+msgstr "Error performing TLS handshake"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1363
-msgid "Unacceptable TLS certificate"
-msgstr "Unacceptable TLS certificate"
+#: tls/gnutls/gtlsconnection-gnutls.c:929
+#: tls/gnutls/gtlsconnection-gnutls.c:989
+#: tls/openssl/gtlsconnection-openssl.c:414
+#| msgid "Error reading data from TLS socket: %s"
+msgid "Error reading data from TLS socket"
+msgstr "Error reading data from TLS socket"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1571
+#. flags
+#: tls/gnutls/gtlsconnection-gnutls.c:1011
+#: tls/gnutls/gtlsconnection-gnutls.c:1075
+#: tls/openssl/gtlsconnection-openssl.c:458
+#| msgid "Error writing data to TLS socket: %s"
+msgid "Error writing data to TLS socket"
+msgstr "Error writing data to TLS socket"
+
+#: tls/gnutls/gtlsconnection-gnutls.c:1045
 #, c-format
-msgid "Error reading data from TLS socket: %s"
-msgstr "Error reading data from TLS socket: %s"
+msgid "Message of size %lu byte is too large for DTLS connection"
+msgid_plural "Message of size %lu bytes is too large for DTLS connection"
+msgstr[0] "Message of size %lu byte is too large for DTLS connection"
+msgstr[1] "Message of size %lu bytes is too large for DTLS connection"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1600
+#: tls/gnutls/gtlsconnection-gnutls.c:1047
 #, c-format
-msgid "Error writing data to TLS socket: %s"
-msgstr "Error writing data to TLS socket: %s"
+msgid "(maximum is %u byte)"
+msgid_plural "(maximum is %u bytes)"
+msgstr[0] "(maximum is %u byte)"
+msgstr[1] "(maximum is %u bytes)"
 
-#: tls/gnutls/gtlsconnection-gnutls.c:1664
+#: tls/gnutls/gtlsconnection-gnutls.c:1094
 #, c-format
 msgid "Error performing TLS close: %s"
 msgstr "Error performing TLS close: %s"
 
-#: tls/gnutls/gtlsserverconnection-gnutls.c:107
+#: tls/gnutls/gtlsdatabase-gnutls.c:553
+msgid ""
+"Failed to load system trust store: GnuTLS was not configured with a system "
+"trust"
+msgstr ""
+"Failed to load system trust store: GnuTLS was not configured with a system "
+"trust"
+
+#: tls/gnutls/gtlsdatabase-gnutls.c:558 tls/openssl/gtlsdatabase-openssl.c:187
+#, c-format
+msgid "Failed to load system trust store: %s"
+msgstr "Failed to load system trust store: %s"
+
+#: tls/gnutls/gtlsserverconnection-gnutls.c:137
+#: tls/openssl/gtlsserverconnection-openssl.c:90
 msgid "Certificate has no private key"
 msgstr "Certificate has no private key"
 
-#: tls/pkcs11/gpkcs11pin.c:111
-msgid ""
-"This is the last chance to enter the PIN correctly before the token is "
-"locked."
-msgstr ""
-"This is the last chance to enter the PIN correctly before the token is "
-"locked."
+#: tls/openssl/gtlsclientconnection-openssl.c:412
+#: tls/openssl/gtlsclientconnection-openssl.c:469
+#: tls/openssl/gtlsserverconnection-openssl.c:288
+#: tls/openssl/gtlsserverconnection-openssl.c:339
+#, c-format
+#| msgid "Could not create TLS connection: %s"
+msgid "Could not create TLS context: %s"
+msgstr "Could not create TLS context: %s"
 
-#: tls/pkcs11/gpkcs11pin.c:113
-msgid ""
-"Several PIN attempts have been incorrect, and the token will be locked after "
-"further failures."
-msgstr ""
-"Several PIN attempts have been incorrect, and the token will be locked after "
-"further failures."
+#: tls/openssl/gtlsconnection-openssl.c:180
+#, c-format
+#| msgid "Unacceptable TLS certificate"
+msgid "Unacceptable TLS certificate authority"
+msgstr "Unacceptable TLS certificate authority"
+
+#: tls/openssl/gtlsconnection-openssl.c:188
+msgid "Digest too big for RSA key"
+msgstr "Digest too big for RSA key"
+
+#: tls/openssl/gtlsconnection-openssl.c:495
+#| msgid "Error performing TLS close: %s"
+msgid "Error performing TLS close"
+msgstr "Error performing TLS close"
+
+#: tls/openssl/gtlsdatabase-openssl.c:227
+#| msgid "Could not create TLS connection: %s"
+msgid "Could not create CA store"
+msgstr "Could not create CA store"
+
+#: tls/openssl/gtlsfiledatabase-openssl.c:454
+#, c-format
+msgid "Failed to load file path: %s"
+msgstr "Failed to load file path: %s"
+
+#: tls/openssl/gtlsserverconnection-openssl.c:101
+#, c-format
+msgid "There is a problem with the certificate: %s"
+msgstr "There is a problem with the certificate: %s"
+
+#: tls/openssl/gtlsserverconnection-openssl.c:109
+#, c-format
+msgid "There is a problem with the certificate private key: %s"
+msgstr "There is a problem with the certificate private key: %s"
+
+#~ msgid "Operation would block"
+#~ msgstr "Operation would block"
+
+#~ msgid "Server did not return a valid TLS certificate"
+#~ msgstr "Server did not return a valid TLS certificate"
+
+#~ msgid ""
+#~ "This is the last chance to enter the PIN correctly before the token is "
+#~ "locked."
+#~ msgstr ""
+#~ "This is the last chance to enter the PIN correctly before the token is "
+#~ "locked."
+
+#~ msgid ""
+#~ "Several PIN attempts have been incorrect, and the token will be locked "
+#~ "after further failures."
+#~ msgstr ""
+#~ "Several PIN attempts have been incorrect, and the token will be locked "
+#~ "after further failures."
 
-#: tls/pkcs11/gpkcs11pin.c:115
-msgid "The PIN entered is incorrect."
-msgstr "The PIN entered is incorrect."
+#~ msgid "The PIN entered is incorrect."
+#~ msgstr "The PIN entered is incorrect."
 
-#: tls/pkcs11/gpkcs11slot.c:449
-msgid "Module"
-msgstr "Module"
+#~ msgid "Module"
+#~ msgstr "Module"
 
-#: tls/pkcs11/gpkcs11slot.c:450
-msgid "PKCS#11 Module Pointer"
-msgstr "PKCS#11 Module Pointer"
+#~ msgid "PKCS#11 Module Pointer"
+#~ msgstr "PKCS#11 Module Pointer"
 
-#: tls/pkcs11/gpkcs11slot.c:457
-msgid "Slot ID"
-msgstr "Slot ID"
+#~ msgid "Slot ID"
+#~ msgstr "Slot ID"
 
-#: tls/pkcs11/gpkcs11slot.c:458
-msgid "PKCS#11 Slot Identifier"
-msgstr "PKCS#11 Slot Identifier"
+#~ msgid "PKCS#11 Slot Identifier"
+#~ msgstr "PKCS#11 Slot Identifier"
 
 #~ msgid "Connection is already closed"
 #~ msgstr "Connection is already closed"


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