Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#1079: Adding fi…
Browse files Browse the repository at this point in the history
…nd in page feature component.

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@89419f2
  • Loading branch information
Amejia481 authored and csadilek committed Jan 29, 2019
1 parent dc8428a commit 413c44a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "ccc4eb5ff4bc449ed1dad026ce820df575bb0dd6"
"ac-prep": "89419f2202839bb0f19ee754746045e5050df0ff"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,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">Find in page</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">%1$d out of %2$d</string>

<!-- String to be read by the accessibility service when focusing the next result button. -->
<string name="mozac_feature_findindpage_next_result">Find next result</string>

<!-- String to be read by the accessibility service when focusing the previous result button. -->
<string name="mozac_feature_findindpage_previous_result">Find 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">Dismiss find in page</string>

</resources>

0 comments on commit 413c44a

Please sign in to comment.