|
220 | 220 | <string name="all_set">¡Ya está!</string>
|
221 | 221 | <!-- This is the button to dismiss the final onboarding screen -->
|
222 | 222 | <string name="finish">Terminar</string>
|
| 223 | + |
223 | 224 | <!-- This description of the app functionality is shown on the final onboarding screen -->
|
224 |
| - <string name="onboarding_access_description">Acceder a los usuarios guardados en Firefox desde el teléfono</string> |
225 |
| - <!-- This description of the app security is shown on the final onboarding screen. --> |
226 |
| - <string name="onboarding_security_description">Sincroniza dispositivos con la seguridad que te ofrece Cifrado de 256 bit</string> |
| 225 | + <string name="onboarding_access_description">Acceder a los inicios de sesión guardados en Firefox desde el teléfono</string> |
| 226 | + <!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. --> |
| 227 | + <string name="onboarding_security_description">Sincroniza entre dispositivos con un cifrado seguro de 256 bits</string> |
227 | 228 | <!-- This description of the app convenience is shown on the final onboarding screen. -->
|
228 |
| - <string name="onboarding_convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string> |
| 229 | + <string name="onboarding_convenience_description">Desbloquear la app con facilidad usando tu huella digital</string> |
229 | 230 |
|
230 | 231 | <!-- This is the title of the device security dialog box. -->
|
231 | 232 | <string name="secure_your_device">Protege tu dispositivo.</string>
|
|
277 | 278 |
|
278 | 279 | <!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
|
279 | 280 | <string name="password_invalid_text">La contraseña no puede estar vacía</string>
|
280 |
| - </resources> |
| 281 | + |
| 282 | + <!-- This is the error message that is shown in edit or create view when a username matches a previously existing credential for that domain combination. --> |
| 283 | + <string name="username_duplicate_exists">Ya existe un inicio de sesión con ese nombre de usuario</string> |
| 284 | + |
| 285 | + <!-- This is the text description that is shown in the manual create view underneath the hostname field to describe a valid hostname. --> |
| 286 | + <string name="create_hostname_description">Asegúrate de que esto coincida con el dominio exacto del sitio web al que haces referencia (“https: //” y “www” incluidos).</string> |
| 287 | + |
| 288 | + <!-- This is the title of the create new login page. --> |
| 289 | + <string name="create_title">Nuevo inicio de sesión</string> |
| 290 | + |
| 291 | + <!-- This is the hint text that is shown inline on the username field of the create new login page. --> |
| 292 | + <string name="create_username_hint_text">p. ej., juanperez</string> |
| 293 | + |
| 294 | + <!-- This is the hint text that is shown inline on the hostname field of the create new login page. --> |
| 295 | + <string name="create_hostname_hint_text">https://www.example.com</string> |
| 296 | + |
| 297 | + <!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. --> |
| 298 | + <string name="hostname_invalid_text">La dirección web debe contener \“https:// \“ o \ “http:// \“</string> |
| 299 | + |
| 300 | + <!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. --> |
| 301 | + <string name="hostname_invalid_host">La dirección web debe tener un nombre de servidor válido</string> |
| 302 | + |
| 303 | + <!-- This is the error message that is shown in the create view when input text for hostname is empty. --> |
| 304 | + <string name="hostname_empty_invalid_text">El nombre del servidor no puede estar vacío</string> |
| 305 | + |
| 306 | + <!-- This is the toast message that is shown when a new entry has been successfully created. --> |
| 307 | + <string name="successful_create_toast">Inicio de sesión agregado exitosamente</string> |
| 308 | + |
| 309 | + <!-- This is the content description for the icon that appears on the toast notification. --> |
| 310 | + <string name="toast_icon_description">El icono que aparece en una notificación de información.</string> |
| 311 | + |
| 312 | + <!-- This is the toast message that appears when an entry has been successfully deleted. --> |
| 313 | + <string name="entry_deleted_toast">%1$s eliminado</string> |
| 314 | +</resources> |
0 commit comments