diff options
author | Parménides GV <parmegv@sdf.org> | 2015-03-19 16:56:32 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-03-19 16:56:32 +0100 |
commit | d18be7ed1dfc645bd378c2eb0c152f7e0eda42e9 (patch) | |
tree | 5887a0e8d3b091ae27293870a70b7ccc67128c61 /app/src/main/res/values | |
parent | 2c44ba2678c6b3367a119d1e857dd5d5723f7681 (diff) |
Show gus message just for riseup login.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 632bc1f8..d1e33928 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -59,11 +59,10 @@ <string name="logout_message">Logging out from this session.</string> <string name="logged_out_message">Logged out.</string> <string name="log_out_failed_message">Didn\'t log out. Try later, it may be a problem in the network or in the provider. If the problem persists, then wipe Bitmask data from the Android settings</string> + <string name="login.riseup.warning">"Riseup users: You need to create a separate account to use the VPN service"</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> <string name="registration_failed_message">Registration failed.</string> - <string name="successful_authed_cert_downloaded_message">Your own cert has been correctly downloaded.</string> - <string name="authed_cert_download_failed_message">Your own cert has incorrectly been downloaded.</string> <string name="eip_status_start_pending">Initiating connection</string> <string name="eip_cancel_connect_title">Cancel connection?</string> <string name="eip_cancel_connect_text">There is a connection attempt in progress. Do you wish to cancel it?</string> |