tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

strings.xml (1191B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <resources>
      6    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
      7    <string name="mozac_browser_engine_system_alert_title">The page at %1$s says:</string>
      8    <!-- Text for the message of an auth dialog displayed by a web page.
      9    %1$s will be replaced by the hostname or a description of the protected area/site, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
     10    <string name="mozac_browser_engine_system_auth_message">%2$s is requesting your username and password. The site says: ā€œ%1$sā€</string>
     11    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
     12    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s is requesting your username and password.</string>
     13 </resources>