1
0
Fork 0

For i5047 - Adds strings for the add to homescreen dialog

master
Jeff Boek 2019-09-04 13:59:26 -07:00
parent 13f11bd9b3
commit c9a8eae031
1 changed files with 7 additions and 0 deletions

View File

@ -829,4 +829,11 @@
<string name="tab_counter_content_description_one_tab">1 tab</string>
<!-- Content description of the tab counter toolbar button when multiple tabs are open. First parameter will be replaced with the number of tabs (always more than one) -->
<string name="tab_counter_content_description_multi_tab">%d tabs</string>
<!-- Title text for the Add To Homescreen dialog -->
<string name="add_to_homescreen_title">Add to Home screen</string>
<!-- Cancel button text for the Add to Homescreen dialog -->
<string name="add_to_homescreen_cancel">Cancel</string>
<!-- Add button text for the Add to Homescreen dialog -->
<string name="add_to_homescreen_add">Add</string>
</resources>