• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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>
7    <string name="action_bar_label">Sign in to network</string>
8    <string name="action_bar_title">Sign in to %1$s</string>
9    <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="no_bypass_error_vpnwarning">Additionally, it is not possible to bypass this error because the device is currently running a VPN.</string>
12    <string name="error_continue_via_browser">Continue anyway via browser</string>
13    <string name="ssl_error_untrusted">This certificate isn\'t from a trusted authority.</string>
14    <string name="ssl_error_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
15    <string name="ssl_error_expired">This certificate has expired.</string>
16    <string name="ssl_error_not_yet_valid">This certificate isn\'t valid yet.</string>
17    <string name="ssl_error_date_invalid">This certificate has an invalid date.</string>
18    <string name="ssl_error_invalid">This certificate is invalid.</string>
19    <string name="ssl_error_unknown">Unknown certificate error.</string>
20    <string name="ssl_security_warning_title">Security warning</string>
21    <string name="ssl_error_view_certificate">View certificate</string>
22    <string name="custom_scheme_warning">The network you are trying to join is requesting to open another application.</string>
23    <string name="custom_scheme_example">For example, the login page may require a specific application for authentication</string>
24    <string name="ok">OK</string>
25    <string name="page_info_address">Address:</string>
26    <string name="page_info">Page info</string>
27    <!-- Text shown in notification to indicate that a file (filename as parameter) is being downloaded -->
28    <string name="downloading_paramfile">Downloading %1$s</string>
29    <!-- Text shown in notification to indicate that a download has completed successfully -->
30    <string name="download_completed">Download completed</string>
31    <!-- Text shown in notification to indicate that the download of a file (filename as parameter) has stopped with an error -->
32    <string name="error_downloading_paramfile">Could not download %1$s</string>
33    <!-- Notification channel name (shown in settings) for download notifications (downloaded completed or error).  [CHAR LIMIT=40] -->
34    <string name="channel_name_downloads">Downloads</string>
35    <!-- Notification channel description (shown in settings) for download notifications (downloaded completed or error). -->
36    <string name="channel_description_downloads">Notifications showing completed or cancelled downloads</string>
37    <!-- Notification channel name (shown in settings) for notifications showing progress of current downloads. [CHAR LIMIT=40] -->
38    <string name="channel_name_download_progress">Download progress</string>
39    <!-- Notification channel description (shown in settings) for notifications showing progress of current downloads. -->
40    <string name="channel_description_download_progress">Notifications showing the progress of file downloads</string>
41
42</resources>
43