tor-browser

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

strings.xml (1225B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <!--
      4  This Source Code Form is subject to the terms of the Mozilla Public
      5  License, v. 2.0. If a copy of the MPL was not distributed with this
      6  file, You can obtain one at http://mozilla.org/MPL/2.0/.
      7 -->
      8 
      9 <resources>
     10  <!-- Default shortcut label used if website has no title -->
     11  <string name="mozac_feature_pwa_default_shortcut_label">وېب پاڼه</string>
     12  <!-- Name of the "notification channel" used for displaying site controls notification. See https://developer.android.com/training/notify-user/channels -->
     13  <string name="mozac_feature_pwa_site_controls_notification_channel">د بشپړ سکرين د وېب‌پاڼې کنټرولونه</string>
     14  <!-- Text shown on the second row of the site controls notification. -->
     15  <string name="mozac_feature_pwa_site_controls_notification_text">د دې اپليکېشن د URL د کاپي کولو لپاره ټېپ وکړئ</string>
     16  <!-- Refresh button in site controls notification. -->
     17  <string name="mozac_feature_pwa_site_controls_refresh">تازه کول</string>
     18  <!-- Toast displayed when the website URL is copied. -->
     19  <string name="mozac_feature_pwa_copy_success">URL کاپي شو.</string>
     20 </resources>