diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-02-24 16:53:19 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-02-24 16:53:19 +0100 |
commit | bbede8bbeb8728aac35856cc41eabea899056d74 (patch) | |
tree | 88726ade33d53b8a862ebde61202f47031dd192c /src/main/res | |
parent | d1a456f3e3e3f82e8e7b7f36d12b62ebb2a0fac2 (diff) |
optionally lock conference domains as well and hide known domains in ui
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 8e3629ca..a25c1a84 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -522,6 +522,8 @@ <string name="username">Username</string> <string name="username_hint">Username</string> <string name="invalid_username">This is not a valid username</string> + <string name="conference_name">Conference name</string> + <string name="invalid_conference_name">This is not a valid conference name</string> <string name="download_failed_server_not_found">Download failed: Server not found</string> <string name="download_failed_file_not_found">Download failed: File not found</string> <string name="download_failed_could_not_connect">Download failed: Could not connect to host</string> |