diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-14 17:57:54 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-14 17:57:54 +0200 |
commit | a1a00e4340ac869eb6be524fb9ae1197ab79762c (patch) | |
tree | c0d216f5d25de6395471d5ccfe9881ea8751eaf5 /app/src/main/res/values/strings.xml | |
parent | f8f636d90a1110554eda858420e5052e88a250b4 (diff) |
Signing up string.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ea2d74ae..ac6191a9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -54,10 +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="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> @@ -79,4 +75,5 @@ <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> |