Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #24855: Add new strings for addresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed May 3, 2022
1 parent 01a09c8 commit 4ccda2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,8 @@
<string name="credit_cards_biometric_prompt_unlock_message">Unlock to use stored credit card information</string>
<!-- Title of the "Add address" screen -->
<string name="addresses_add_address">Add address</string>
<!-- Title of the "Edit address" screen -->
<string name="addresses_edit_address">Edit address</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Manage addresses</string>
<!-- The header for the full name of an address -->
Expand All @@ -1588,6 +1590,12 @@
<string name="addresses_cancel_button">Cancel</string>
<!-- The text for the "Delete address" button for deleting an address -->
<string name="addressess_delete_address_button">Delete address</string>
<!-- The title for the "Delete address" confirmation dialog message-->
<string name="addressess_confirm_dialog_message">Are you sure you want to delete this address?</string>
<!-- The text for the "Delete address" button in confirmation dialog when deleting an address -->
<string name="addressess_confirm_dialog_ok_button">Delete</string>
<!-- The text for the "Cancel delete" button in confirmation dialog when deleting an address -->
<string name="addressess_confirm_dialog_cancel_button">Cancel</string>

<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Add search engine</string>
Expand Down

0 comments on commit 4ccda2e

Please sign in to comment.