diff options
author | Parménides GV <parmegv@sdf.org> | 2013-07-20 00:39:10 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-07-20 00:39:10 +0200 |
commit | 3d652a20b5c28b0a424d516161034b23b2523d95 (patch) | |
tree | 0368ca6f91ebbd55f2aaaf56eee0d70beaccb861 /res/values | |
parent | c7f73c9ef8f64351d4e462106a2ab5d216810684 (diff) | |
parent | f0c42391501aa646c5d65df5e19dbbd36b19b970 (diff) |
Merge branch 'feature/eip-control-ux' into develop
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3a178037..cef7de1e 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -314,5 +314,10 @@ <string name="log_out_failed_message">Didn\'t logged out.</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> + <string name="eip_cancel_connect_cancel">Yes</string> + <string name="eip_cancel_connect_false">No</string> </resources> |