diff options
author | Parménides GV <parmegv@sdf.org> | 2014-05-09 09:17:56 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-05-09 09:17:56 +0200 |
commit | 912dd84dddc48790063d76beee76d8d73c1eaf4e (patch) | |
tree | afd1d263489d952a2ac0bf9e2690779010ca558e /app/src/main/res/values/strings.xml | |
parent | d4caf8f35fc9dd43d370439e8f6b6727909b15b9 (diff) | |
parent | de649fdd31f2d673de8eca9684ff5c66fbd53ef3 (diff) |
Merge branch 'feature/signup-support-#5586' into develop
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 492c48c7..ac692a69 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -116,6 +116,7 @@ <string name="error_no_such_algorithm_exception_user_message">Update the app</string> <string name="login_button">Log In</string> <string name="logout_button">Log Out</string> + <string name="signup_button">Sign Up</string> <string name="setup_error_title">Configuration Error</string> <string name="setup_error_configure_button">Configure</string> <string name="setup_error_close_button">Exit</string> @@ -126,6 +127,7 @@ <string name="configuring_provider">Configuring provider</string> <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string> <string name="authenticating_message">Logging in</string> + <string name="signingup_message">Signing up</string> <string name="logout_message">Logging out from this session.</string> <string name="log_out_failed_message">Didn\'t logged out.</string> <string name="succesful_authentication_message">Authentication succeeded.</string> |