blob: e9698dbbd784f80b37d60e8a46078a7e52364a67 [file] [log] [blame]
Paul Jensen869868be2014-05-15 10:33:05 -04001<?xml version="1.0" encoding="utf-8"?>
2<resources>
3
4 <string name="app_name">CaptivePortalLogin</string>
5 <string name="action_use_network">Use this network as is</string>
6 <string name="action_do_not_use_network">Do not use this network</string>
Paul Jensen44f72392015-02-27 11:07:19 -05007 <string name="action_bar_label">Sign in to network</string>
Hugo Benichi3a222972017-06-01 12:58:49 +09008 <string name="action_bar_title">Sign in to %1$s</string>
Paul Jensen65636fb2015-05-06 14:40:59 -04009 <string name="ssl_error_warning">The network you&#8217;re trying to join has security issues.</string>
10 <string name="ssl_error_example">For example, the login page may not belong to the organization shown.</string>
11 <string name="ssl_error_continue">Continue anyway via browser</string>
Takayuki, Oguracc387812018-09-13 12:40:28 +090012 <string name="ssl_error_untrusted">This certificate isn\'t from a trusted authority.</string>
13 <string name="ssl_error_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
14 <string name="ssl_error_expired">This certificate has expired.</string>
15 <string name="ssl_error_not_yet_valid">This certificate isn\'t valid yet.</string>
16 <string name="ssl_error_date_invalid">This certificate has an invalid date.</string>
17 <string name="ssl_error_invalid">This certificate is invalid.</string>
18 <string name="ssl_error_unknown">Unknown certificate error.</string>
19 <string name="ssl_security_warning_title">Security warning</string>
20 <string name="ssl_error_view_certificate">View certificate</string>
21 <string name="ok">OK</string>
22 <string name="page_info_address">Address:</string>
23 <string name="page_info">Page info</string>
Paul Jensen869868be2014-05-15 10:33:05 -040024
25</resources>