diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-05-26 22:53:55 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-05-26 22:53:55 +0200 |
commit | 21ebb35e44ee2e6a6cffaffee737d537ab1b8d6b (patch) | |
tree | 4edf3e780709efdce46ccfe5c7cc92e556d8af83 /src/main/res/values | |
parent | d9ff61ea2e2a54e7ac17f13b56016a75c04fc734 (diff) |
add 'create conference' dialog
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 8a1dc1b3..da7a6098 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -644,4 +644,9 @@ <string name="device_does_not_support_battery_op">Your device does not support opting out of battery optimization</string> <string name="show_password">Show password</string> <string name="registration_please_wait">Registration failed: Try again later</string> + <string name="create_conference">Create conference</string> + <string name="join_or_create_conference">Join or create conference</string> + <string name="conference_subject">Subject</string> + <string name="choose_participants">Choose participants</string> + <string name="creating_conference">Creating conferenceā¦</string> </resources> |