diff options
author | Marvin Borner | 2018-08-16 16:07:33 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-16 16:07:33 +0200 |
commit | e398bc3007a7d02f432d2f368369e9bf05cd7d7b (patch) | |
tree | cefb225e45deeabac87daa846fce678f7743dedd /app/src/main/res/values/strings.xml | |
parent | 730c3d3aa97d50b4962f581559b62e9b0e03aacf (diff) |
Synced file types
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 18 |
1 files changed, 18 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..e25ea27 --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,18 @@ +<resources> + <string name="app_name">no_name</string> + <string name="action_settings">Settings</string> + <string name="title_activity_login">Sign in</string> + + <!-- Strings related to login --> + <string name="prompt_email">Email</string> + <string name="prompt_password">Password</string> + <string name="action_sign_in">Sign in</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> |