summaryrefslogtreecommitdiffstats
path: root/packages/CaptivePortalLogin/res/values/strings.xml
blob: b1a3852a7a8d7342987eec56e41b91b687ae438c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">CaptivePortalLogin</string>
    <string name="action_use_network">Use this network as is</string>
    <string name="action_do_not_use_network">Do not use this network</string>
    <string name="action_bar_label">Sign in to network</string>
    <string name="ssl_error_warning">The network you&#8217;re trying to join has security issues.</string>
    <string name="ssl_error_example">For example, the login page may not belong to the organization shown.</string>
    <string name="ssl_error_continue">Continue anyway via browser</string>

</resources>