diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-15 10:45:55 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-15 10:45:55 +0200 |
commit | 435bf8afa374eab51cc87390db999e28386432b9 (patch) | |
tree | ef06596642e2edc698586aa7166e7e1696f862b7 /app/src/main/res/values | |
parent | fe95b7693f0f1f90d23ba2596ad3b11195efb11d (diff) | |
parent | c8994b645b607723bdaba4c2aa1ff0d19a9c0c13 (diff) |
Merge branch 'feature/translate-into-spanish-#6826' into develop
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d1e33928..ac6191a9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -16,7 +16,7 @@ <string name="provider_label">Provider:</string> <string name="provider_label_none">No provider configured</string> <string name="status_unknown">Status unknown.</string> - <string name="eip_service_label">Encrypted Internet</string> + <string name="eip_service_label">VPN Encrypted Internet Access</string> <string name="configuration_wizard_title">Select a service provider</string> <string name="new_provider_button">Add new Provider</string> <string name="introduce_new_provider">Add a new service provider</string> @@ -54,11 +54,6 @@ <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string> <string name="downloading_certificate_message">Downloading VPN certificate</string> <string name="updating_certificate_message">Updating VPN certificate</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="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> @@ -73,4 +68,12 @@ <string name="eip_state_connected">Connection Secure.</string> <string name="provider_problem">It seems there is a problem with the provider.</string> <string name="try_another_provider">Please try another provider, or contact yours.</string> + <string name="default_user">You</string> + <string name="logged_in_user_status">is logged in.</string> + <string name="logged_out_user_status">logged out.</string> + <string name="didnt_log_out_user_status">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="not_logged_in_user_status">have not logged in.</string> + <string name="logging_in_user_status">is logging in.</string> + <string name="logging_out_user_status">is logging out.</string> + <string name="signingup_message">is being registered.</string> </resources> |