diff options
author | Sebastien Vincent <seb@jitsi.org> | 2011-09-16 12:28:53 +0000 |
---|---|---|
committer | Sebastien Vincent <seb@jitsi.org> | 2011-09-16 12:28:53 +0000 |
commit | 40070e50637979b94c2a2b4e200f0dbddfc1e127 (patch) | |
tree | 068913f709e203b7bb63d78eaee45212d4a17e9f /resources/languages | |
parent | f8e06f4b7c965b915408703e3b53c2c7cda82c42 (diff) | |
download | jitsi-40070e50637979b94c2a2b4e200f0dbddfc1e127.zip jitsi-40070e50637979b94c2a2b4e200f0dbddfc1e127.tar.gz jitsi-40070e50637979b94c2a2b4e200f0dbddfc1e127.tar.bz2 |
Requires TLS for XMPP connection. If server does not support TLS, the GUI will show message telling user to tick a checkbox in the account configuration that will allow non-secure connection to XMPP server (disabled by default).
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/resources.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index dddea2c..762ce5b 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -492,6 +492,7 @@ service.gui.SECURITY_WARNING=Security warning service.gui.SECURITY_ERROR=Security error
service.gui.SPEED=Speed:
service.gui.SILENT_MEMBER=silent member
+service.gui.NON_SECURE_CONNECTION=No secure connection can be made for account {0}. If you want to connect to non-secure server, please check \"Allow non-secure connection\" in your account configuration
service.gui.UPDATE=Update
service.gui.JANUARY=Jan
@@ -840,6 +841,7 @@ plugin.jabberaccregwizz.USE_UPNP=Use UPnP plugin.jabberaccregwizz.EXISTING_ACCOUNT=Existing Jabber account
plugin.jabberaccregwizz.DOMAIN_BYPASS_CAPS=Domain that will use GTalk call
plugin.jabberaccregwizz.TELEPHONY_DOMAIN=Telephony domain
+plugin.jabberaccregwizz.ALLOW_NON_SECURE=Allow non-secure connection
# mailbox
plugin.mailbox.OUTGOING=Outgoing Message:
|