Strings - app/src/main/res/values-es-rCL/strings.xml

This commit is contained in:
runner 2022-05-08 02:40:08 +00:00 committed by Gabriel Luong
parent 6db95a4f5c
commit 1e6013626b
1 changed files with 7 additions and 1 deletions

View File

@ -1600,7 +1600,13 @@
<!-- Title of the "Manage addresses" screen -->
<string name="addresses_manage_addresses">Administrar direcciones</string>
<!-- The header for the full name of an address -->
<string name="addresses_full_name">Nombre completo</string>
<string moz:removedIn="102" name="addresses_full_name" tools:ignore="UnusedResources">Nombre completo</string>
<!-- The header for the first name of an address -->
<string name="addresses_first_name">Primer nombre</string>
<!-- The header for the middle name of an address -->
<string name="addresses_middle_name">Segundo nombre</string>
<!-- The header for the last name of an address -->
<string name="addresses_last_name">Apellidos</string>
<!-- The header for the street address of an address -->
<string name="addresses_street_address">Dirección</string>
<!-- The header for the city of an address -->