diff options
author | Parménides GV <parmegv@sdf.org> | 2015-03-13 15:46:15 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-03-13 15:46:15 +0100 |
commit | f476425c42a08e92ecb0cea99908e9b8d635fa69 (patch) | |
tree | 66eda60eaed4bce6e25e3107b16907c4601b875e /app/src/main/res/values | |
parent | c5124635b8272d08538889c1a9edfafe4acaf759 (diff) | |
parent | b9120adba28b5d691375ece5a919357e54e86a7f (diff) |
Merge branch 'bug/Switching-orientation-doesn't-restore-previous-UI-#6780' into develop
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 032602cb..897223ad 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -71,4 +71,6 @@ <string name="no">No</string> <string name="eip_state_not_connected">"Not running! Connection not secure!"</string> <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> </resources> |