tor-browser

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

strings.xml (1667B)


      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 xmlns:tools="http://schemas.android.com/tools">
     10  <!-- Watermark/Hint for the find in page input field. -->
     11  <string name="mozac_feature_findindpage_input">په پاڼه کې ومومئ</string>
     12  <!--
     13    String to show the number of results found in the page and the position
     14    the user is at. %1$d is the position, %2$d is the total number of results.
     15  -->
     16  <string name="mozac_feature_findindpage_result">%1$d/%2$d</string>
     17  <!--
     18    String to be read by the accessibility service presenting the number of results found in the page
     19    and the position the user is at. %1$d is the position, %2$d is the total number of results.
     20  -->
     21  <string name="mozac_feature_findindpage_accessibility_result" tools:ignore="PluralsCandidate">له %2$d څخه %1$d</string>
     22  <!-- String to be read by the accessibility service when focusing the next result button. -->
     23  <string name="mozac_feature_findindpage_next_result">راتلونکې پایله ومومئ</string>
     24  <!-- String to be read by the accessibility service when focusing the previous result button. -->
     25  <string name="mozac_feature_findindpage_previous_result">پخوانۍ پایله ومومئ</string>
     26  <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI. -->
     27  <string name="mozac_feature_findindpage_dismiss">په پاڼه کې موندنه رد کړئ</string>
     28 </resources>