<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- When the user connects to a network that has a captive portal (for example the login page
    of some coffee shop wifi), the system uses an integrated app to show the user the login page.
    This is the name of this app. It should be translated in each language (not used as-is). -->
    <string name="app_name">Captive Portal Login</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="action_bar_title">Sign in to %1$s</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="no_bypass_error_vpnwarning">Additionally, it is not possible to bypass this error because the device is currently running a VPN.</string>
    <string name="error_continue_via_browser">Continue anyway via browser</string>
    <string name="ssl_error_untrusted">This certificate isn\'t from a trusted authority.</string>
    <string name="ssl_error_mismatch">The name of the site doesn\'t match the name on the certificate.</string>
    <string name="ssl_error_expired">This certificate has expired.</string>
    <string name="ssl_error_not_yet_valid">This certificate isn\'t valid yet.</string>
    <string name="ssl_error_date_invalid">This certificate has an invalid date.</string>
    <string name="ssl_error_invalid">This certificate is invalid.</string>
    <string name="ssl_error_unknown">Unknown certificate error.</string>
    <string name="ssl_security_warning_title">Security warning</string>
    <string name="ssl_error_view_certificate">View certificate</string>
    <string name="custom_scheme_warning">The network you are trying to join is requesting to open another application.</string>
    <string name="custom_scheme_example">For example, the login page may require a specific application for authentication</string>
    <string name="ok">OK</string>
    <string name="page_info_address">Address:</string>
    <string name="page_info">Page info</string>
    <!-- Text shown in notification to indicate that a file (filename as parameter) is being downloaded -->
    <string name="downloading_paramfile">Downloading %1$s</string>
    <!-- Text shown in notification to indicate that a download has completed successfully -->
    <string name="download_completed">Download completed</string>
    <!-- Text shown in notification to indicate that the download of a file (filename as parameter) has stopped with an error -->
    <string name="error_downloading_paramfile">Could not download %1$s</string>
    <!-- Notification channel name (shown in settings) for download notifications (downloaded completed or error).  [CHAR LIMIT=40] -->
    <string name="channel_name_downloads">Downloads</string>
    <!-- Notification channel description (shown in settings) for download notifications (downloaded completed or error). -->
    <string name="channel_description_downloads">Notifications showing completed or cancelled downloads</string>
    <!-- Notification channel name (shown in settings) for notifications showing progress of current downloads. [CHAR LIMIT=40] -->
    <string name="channel_name_download_progress">Download progress</string>
    <!-- Notification channel description (shown in settings) for notifications showing progress of current downloads. -->
    <string name="channel_description_download_progress">Notifications showing the progress of file downloads</string>
    <!-- A toast is shown when the user dismisses the app before downloads can complete. This is the text of this toast. -->
    <string name="cancel_pending_downloads">Download cancelled</string>
    <!-- A toast is shown when a download is cancelled because the filesize was too large. This is the text of this toast. -->
    <string name="file_too_large_cancel_download">File too large, download cancelled.</string>
</resources>
