Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="utf-8"?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
-->
<!-- 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. %1$d is the position, %2$d is the total number of results.
-->
<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. %1$d is the position, %2$d is the total number of results.
-->
<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>