summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-07-20 00:39:10 +0200
committerParménides GV <parmegv@sdf.org>2013-07-20 00:39:10 +0200
commit3d652a20b5c28b0a424d516161034b23b2523d95 (patch)
tree0368ca6f91ebbd55f2aaaf56eee0d70beaccb861 /res/values
parentc7f73c9ef8f64351d4e462106a2ab5d216810684 (diff)
parentf0c42391501aa646c5d65df5e19dbbd36b19b970 (diff)
Merge branch 'feature/eip-control-ux' into develop
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml5
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>