tor-browser

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

strings.xml (1141B)


      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    <!-- Default shortcut label used if website has no title -->
      7    <string name="mozac_feature_pwa_default_shortcut_label">Website</string>
      8 
      9    <!-- Name of the "notification channel" used for displaying site controls notification. See https://developer.android.com/training/notify-user/channels -->
     10    <string name="mozac_feature_pwa_site_controls_notification_channel">Full screen site controls</string>
     11    <!-- Text shown on the second row of the site controls notification. -->
     12    <string name="mozac_feature_pwa_site_controls_notification_text">Tap to copy the URL for this app</string>
     13    <!-- Refresh button in site controls notification. -->
     14    <string name="mozac_feature_pwa_site_controls_refresh">Refresh</string>
     15    <!-- Toast displayed when the website URL is copied. -->
     16    <string name="mozac_feature_pwa_copy_success">URL copied.</string>
     17 </resources>