Strings - app/src/main/res/values-et/strings.xml

This commit is contained in:
runner 2022-05-14 02:52:02 +00:00 committed by Gabriel Luong
parent 353e865f85
commit 716e6dd509
1 changed files with 14 additions and 0 deletions

View File

@ -1612,6 +1612,8 @@ See äpp ei saa enam turvauuendusi. Hangi uus Nightly ja lõpeta selle äpi kasu
<!-- Title of the "Add address" screen -->
<string name="addresses_add_address">Aadressi lisamine</string>
<!-- Title of the "Edit address" screen -->
<string name="addresses_edit_address">Aadressi muutmine</string>
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Aadressi haldamine</string>
<!-- The header for the full name of an address -->
@ -1641,6 +1643,18 @@ See äpp ei saa enam turvauuendusi. Hangi uus Nightly ja lõpeta selle äpi kasu
<!-- The text for the "Delete address" button for deleting an address -->
<string name="addressess_delete_address_button">Kustuta aadress</string>
<!-- The title for the "Delete address" confirmation dialog -->
<string name="addressess_confirm_dialog_message">Kas oled kindel, et soovid selle aadressi kustutada?</string>
<!-- The text for the positive button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_ok_button">Kustuta</string>
<!-- The text for the negative button on "Delete address" dialog -->
<string name="addressess_confirm_dialog_cancel_button">Loobu</string>
<!-- The text for the "Save address" menu item for saving an address -->
<string name="address_menu_save_address">Salvesta aadress</string>
<!-- The text for the "Delete address" menu item for deleting an address -->
<string name="address_menu_delete_address">Kustuta aadress</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Otsingumootori lisamine</string>
<!-- Title of the Edit search engine screen -->