summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-06-08 22:27:25 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-06-08 22:27:25 -0600
commit769344327d5cb16adbdc04db224ff6902b4a4771 (patch)
treedf878d7b93ee8c6ef2ad6b62990e375293c46a33 /res/values
parent626b32fba7b6b45bead3b79fb7e7aa6cddc5c535 (diff)
Better config/partial config handling in Dashboard
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0efa9414..4501ac1d 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -271,6 +271,10 @@
<string name="login_button">Log In</string>
<string name="logout_button">Log Out</string>
<string name="danger_checkbox">Trust completely</string>
+ <string name="setup_error_title">Configuration Error</string>
+ <string name="setup_error_configure_button">Configure</string>
+ <string name="setup_error_close_button">Exit</string>
+ <string name="setup_error_text">There was an error configuring LEAP with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch.</string>
<string name="config_wait_title">Configuring LEAP provider</string>
<string name="config_connecting_provider">Downloading provider configuration</string>
<string name="config_downloading_services">Downloading service definitions</string>