summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-02-27 19:36:02 +0100
committercyBerta <cyberta@riseup.net>2018-02-27 19:36:02 +0100
commitebfd6b38aaf5a375aaa4d27d696e22dd432e642a (patch)
tree198740fb77c8f686bd73b02ef20e35020307e31c /app/src/main/res/values
parent507380a2c97e6f5e14f9c3b06c6b50b373e85bca (diff)
#8873 add new translations
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 122800ce..a0ca00c9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -39,11 +39,12 @@
<string name="error_io_exception_user_message">Try again: I/O error</string>
<string name="error_json_exception_user_message">Try again: Bad response from the server</string>
<string name="error_no_such_algorithm_exception_user_message">Encryption algorithm not found. Please upgrade Android!</string>
+ <string name="signup_or_login_button">Sign Up/Log In</string>
<string name="login_button">Log In</string>
- <string name="login_to_profile">Log In</string>
+ <string name="login_to_profile">Log in to profile</string>
<string name="logout_button">Log Out</string>
<string name="signup_button">Sign Up</string>
- <string name="create_profile">Sign Up</string>
+ <string name="create_profile">Create profile</string>
<string name="setup_provider">Set up provider</string>
<string name="setup_error_title">Configuration Error</string>
<string name="setup_error_configure_button">Configure</string>