diff options
author | Claas Beyersdorf <claas.beyersdorf@iant.de> | 2015-09-23 11:37:52 +0200 |
---|---|---|
committer | Claas Beyersdorf <claas.beyersdorf@iant.de> | 2015-09-23 11:37:52 +0200 |
commit | 1bac6d5ce587c382eab6eef3e572b7c15d5bd2d6 (patch) | |
tree | afc7810d8ee5799a38d05db4f96e4e57243e1672 /resources/languages/resources.properties | |
parent | 93c8b7982487d9dbc357590ed8ffbfd2c3d5c7fb (diff) | |
download | jitsi-1bac6d5ce587c382eab6eef3e572b7c15d5bd2d6.zip jitsi-1bac6d5ce587c382eab6eef3e572b7c15d5bd2d6.tar.gz jitsi-1bac6d5ce587c382eab6eef3e572b7c15d5bd2d6.tar.bz2 |
Added abbility to set option FORCE_PROXY_BYPASS via SipAccount
settingspage.
Diffstat (limited to 'resources/languages/resources.properties')
-rw-r--r-- | resources/languages/resources.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index df98291..9f1fc2c 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -1232,6 +1232,7 @@ plugin.sipaccregwizz.PREFERRED_TRANSPORT=Preferred transport plugin.sipaccregwizz.ADVANCED_OPTIONS=Advanced options plugin.sipaccregwizz.PROXY_OPTIONS=Proxy options plugin.sipaccregwizz.PROXY_AUTO=Configure proxy automatically +plugin.sipaccregwizz.PROXY_FORCE_BYPASS=Configure force proxy bypass (for HA scenarios) plugin.sipaccregwizz.ENABLE_PRESENCE=Enable presence (SIMPLE) plugin.sipaccregwizz.FORCE_P2P_PRESENCE=Force peer-to-peer presence mode plugin.sipaccregwizz.OFFLINE_CONTACT_POLLING_PERIOD=Offline contacts polling period (in s.) |