diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-08-27 14:32:54 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-08-27 14:32:54 +0000 |
commit | 1ccc8a5f2875f1e49d7d7d3945f11b92cffe8df6 (patch) | |
tree | 27f0d45cb5df2f09c990d9f01c5f3d98d682395d /resources | |
parent | b741c059fbf244619d229e068f91d4c2e4ef691f (diff) | |
download | jitsi-1ccc8a5f2875f1e49d7d7d3945f11b92cffe8df6.zip jitsi-1ccc8a5f2875f1e49d7d7d3945f11b92cffe8df6.tar.gz jitsi-1ccc8a5f2875f1e49d7d7d3945f11b92cffe8df6.tar.bz2 |
New configurations prepared for the arrive of ice and stun support.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index e34e081..bb881db 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -655,6 +655,15 @@ plugin.jabberaccregwizz.UNKNOWN_XMPP_ERROR=Unknown XMPP error. Verify that the s plugin.jabberaccregwizz.NOT_SAME_PASSWORD=The two entered password aren't the same.
plugin.jabberaccregwizz.OVERRIDE_SERVER_DEFAULT_OPTIONS=Override server default options
plugin.jabberaccregwizz.ADVANCED_OPTIONS=Advanced options
+plugin.jabberaccregwizz.USE_ICE=Use ICE
+plugin.jabberaccregwizz.AUTO_DISCOVER_STUN=Auto discover STUN/TURN servers
+plugin.jabberaccregwizz.SUPPORT_TURN=Support TURN
+plugin.jabberaccregwizz.IP_ADDRESS=IP Address
+plugin.jabberaccregwizz.ADD_STUN_SERVER=Add STUN server
+plugin.jabberaccregwizz.ADDITIONAL_STUN_SERVERS=Additional STUN servers
+plugin.jabberaccregwizz.NO_STUN_ADDRESS=Please fill a valid STUN server address in order to continue.
+plugin.jabberaccregwizz.NO_STUN_USERNAME=Please fill a valid STUN server username in order to continue.
+plugin.jabberaccregwizz.STUN_ALREADY_EXIST=The STUN server you specified already exist.
# mailbox
plugin.mailbox.OUTGOING=Outgoing Message:
|