diff options
author | fupduck <fupduck@riseup.net> | 2018-02-27 10:53:15 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-27 10:53:15 -0800 |
commit | 047cbbab96a7eccba08a349b7abb7c8c11538d7c (patch) | |
tree | 4649e1ba0b709790be58a76cc876095ca902a8f2 /app/src/main/res/values/strings.xml | |
parent | 25f20f0a5b028e60e5a4658fb30b929709939408 (diff) | |
parent | ebfd6b38aaf5a375aaa4d27d696e22dd432e642a (diff) |
Merge branch '#8873_update_translations' into '0.9.8'
#8873 add new translations
See merge request leap/bitmask_android!61
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
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> |