|
85 | 85 | <string name="tabSwitcherFabCloseTabs">Close Tabs</string> |
86 | 86 | <string name="selectTabsMenuItem">Select Tabs</string> |
87 | 87 | <string name="selectAllTabsMenuItem">Select All</string> |
88 | | - <plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity"> |
| 88 | + <plurals name="shareLinksMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction"> |
89 | 89 | <item quantity="zero">Share Link</item> |
90 | 90 | <item quantity="one">Share Link</item> |
91 | | - <item quantity="other">Share %d Links</item> |
| 91 | + <item quantity="other">Share %1$d Links</item> |
92 | 92 | </plurals> |
93 | | - <plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity"> |
| 93 | + <plurals name="bookmarkTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction"> |
94 | 94 | <item quantity="zero">Bookmark This Page</item> |
95 | 95 | <item quantity="one">Bookmark This Page</item> |
96 | | - <item quantity="other">Bookmark %d Tabs</item> |
| 96 | + <item quantity="other">Bookmark %1$d Tabs</item> |
97 | 97 | </plurals> |
98 | 98 | <string name="bookmarkAllTabsMenuItem">Bookmark All Tabs…</string> |
99 | | - <plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity"> |
| 99 | + <plurals name="closeTabsMenuItem" tools:ignore="ImpliedQuantity,MissingInstruction"> |
100 | 100 | <item quantity="zero">Close Tab</item> |
101 | 101 | <item quantity="one">Close Tab</item> |
102 | | - <item quantity="other">Close %d Tabs</item> |
| 102 | + <item quantity="other">Close %1$d Tabs</item> |
103 | 103 | </plurals> |
104 | 104 | <string name="closeOtherTabsMenuItem">Close Other Tabs</string> |
105 | 105 |
|
|
0 commit comments