diff options
author | Parménides GV <parmegv@sdf.org> | 2014-10-14 22:14:08 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-10-14 22:14:08 +0200 |
commit | 6bc3d7da8fdf32cdbd934831f2385f5098c7f979 (patch) | |
tree | 286bd9d2088eb414e7c8fb0dfd4e3c32f7145791 /app/src/main/res | |
parent | 11528c3f7124090ef44675cf613a949ed07ad9bb (diff) |
Big refactor, ProviderAPI looks better.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8c815786..3666b39c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -63,6 +63,7 @@ <string name="log_out_failed_message">Didn\'t logged out.</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> |