summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/findinpage/src/main/res/values-azb/strings.xml
blob: 265789981458a9fe430c9e6000d4fd926d245973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">

    <!-- Watermark/Hint for the find in page input field. -->
    <string name="mozac_feature_findindpage_input">صفحه‌ده تاپین</string>

    <!-- String to show the number of results found in the page and the
    position the user is at. The first argument is the position, the second argument is the total. -->
    <string name="mozac_feature_findindpage_result">%1$d/%2$d</string>

    <!-- String to be read by the accessibility service presenting the number of results found in the page
    and the position the user is at. The first argument is the position, the second argument is the total. -->
    <string name="mozac_feature_findindpage_accessibility_result" tools:ignore="PluralsCandidate">%2$d سونوچدان %1$d سونوچ</string>

    <!-- String to be read by the accessibility service when focusing the next result button. -->
    <string name="mozac_feature_findindpage_next_result">سونراکی سونوچو تاپ</string>

    <!-- String to be read by the accessibility service when focusing the previous result button. -->
    <string name="mozac_feature_findindpage_previous_result">اؤنجه‌کی سونوچو تاپ</string>

    <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI. -->
    <string name="mozac_feature_findindpage_dismiss">صفحه‌ده  تاپماغی باغلا</string>

</resources>