diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-25 21:17:53 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-25 21:17:53 +0100 |
commit | 7c0eae80591ec6b1562168be3d2a56315afc872a (patch) | |
tree | 5f944e25d4ca382e113bfa0db09787cfcd6cd547 /src/main/res/values/strings.xml | |
parent | 31fd425c9a41f1cc70ec92ab5876781464b236d9 (diff) |
expert setting to trigger extended connection options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 38368383..2034082d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -529,6 +529,9 @@ <string name="pref_away_when_screen_off_summary">Marks your resource as away when the screen is turned off</string> <string name="pref_xa_on_silent_mode">Not available in silent mode</string> <string name="pref_xa_on_silent_mode_summary">Marks your resource as not available when device is in silent mode</string> + <string name="pref_show_connection_options">Extended connection options</string> + <string name="pref_show_connection_options_summary">Show hostname and port options when setting up an account</string> + <string name="hostname_example">xmpp.example.com</string> <string name="action_add_account_with_certificate">Add account with certificate</string> <string name="unable_to_parse_certificate">Unable to parse certificate</string> <string name="authenticate_with_certificate">Leave empty to authenticate w/ certificate</string> |