aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorMarvin Borner2018-07-24 12:37:27 +0200
committerMarvin Borner2018-07-24 12:37:27 +0200
commitabe2bc76f7853a5a4b9a0b8df6efb9ebb6b279c6 (patch)
tree3f71b8dd820fe20ecc8e20c1e5791cde4afd7295 /app/src/main/res/values/strings.xml
parent84e912e94d6a559748c0b737fdb2e664e1291d2f (diff)
Using kotlin now
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..bfbb221
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,16 @@
+<resources>
+ <string name="app_name">BEAM-Messenger</string>
+
+ <!-- Strings related to login -->
+ <string name="prompt_email">Email</string>
+ <string name="prompt_password">Password (optional)</string>
+ <string name="action_sign_in">Sign in or register</string>
+ <string name="action_sign_in_short">Sign in</string>
+ <string name="error_invalid_email">This email address is invalid</string>
+ <string name="error_invalid_password">This password is too short</string>
+ <string name="error_incorrect_password">This password is incorrect</string>
+ <string name="error_field_required">This field is required</string>
+ <string name="permission_rationale">"Contacts permissions are needed for providing email
+ completions."
+ </string>
+</resources>