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