strings.xml (14920B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources xmlns:tools="http://schemas.android.com/tools"> 10 <!-- Text for confirmation for a positive action in dialog --> 11 <string name="mozac_feature_prompts_ok">Aceptar</string> 12 <!-- Text for confirmation for a negative action in dialog. --> 13 <string name="mozac_feature_prompts_cancel">Cancelar</string> 14 <!-- When a page shows many dialogs, this checkbox will appear for letting the user choose to prevent showing more dialogs. --> 15 <string name="mozac_feature_prompts_no_more_dialogs">Prevenir esta página desde la creación de cuadros de diálogo adicionales</string> 16 <!-- Text for a positive button, when an user selects a date in date/time picker. --> 17 <string name="mozac_feature_prompts_set_date">Establecer</string> 18 <!-- Text for a button that clears the selected input in the date/time picker. --> 19 <string name="mozac_feature_prompts_clear">Limpiar</string> 20 <!-- Text for the title of an authentication dialog. --> 21 <string name="mozac_feature_prompt_sign_in">Iniciar sesión</string> 22 <!-- Text for username field in an authentication dialog. --> 23 <string name="mozac_feature_prompt_username_hint">Nombre de usuario</string> 24 <!-- Text for password field in an authentication dialog. --> 25 <string name="mozac_feature_prompt_password_hint">Contraseña</string> 26 <!-- Negative confirmation that we should not save the new or updated login --> 27 <string name="mozac_feature_prompt_dont_save_2">Ahora no</string> 28 <!-- Negative confirmation that we should never save a login for this site --> 29 <string name="mozac_feature_prompt_never_save">Nunca guardar</string> 30 <!-- Negative confirmation that we should not save a credit card for this site --> 31 <string name="mozac_feature_prompt_not_now">Ahora no</string> 32 <!-- Positive confirmation that we should save the new or updated login --> 33 <string name="mozac_feature_prompt_save_confirmation">Guardar</string> 34 <!-- Negative confirmation that we should not save the updated login --> 35 <string name="mozac_feature_prompt_dont_update_2">Ahora no</string> 36 <!-- Positive confirmation that we should save the updated login --> 37 <string name="mozac_feature_prompt_update_confirmation">Actualizar</string> 38 <!-- Error text displayed underneath the password field when it is in an error case --> 39 <string name="mozac_feature_prompt_error_empty_password_2">Ingresa una contraseña</string> 40 <!-- Error text displayed underneath the password field when it is in an error case --> 41 <string name="mozac_feature_prompt_error_unknown_cause_2">No se pudo guardar la contraseña</string> 42 <!-- Prompt message displayed when app detects a user has entered a new username and password and user decides if app should save the new password. --> 43 <string name="mozac_feature_prompt_login_save_headline_2">¿Guardar contraseña?</string> 44 <!-- Prompt message displayed when app detects a user has entered a new password for an existing login and user decides if app should update the password. --> 45 <string name="mozac_feature_prompt_login_update_headline_2">¿Actualizar contraseña?</string> 46 <!-- Prompt message displayed when app detects a user has entered a username for an existing login without a username and user decides if app should update the login. --> 47 <string name="mozac_feature_prompt_login_add_username_headline_2">¿Actualizar nombre de usuario?</string> 48 <!-- 49 Text for a label for the field when prompt requesting a text is shown. 50 51 For more info take a look here https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt 52 --> 53 <string name="mozac_feature_prompts_content_description_input_label">Etiqueta para ingresar un campo de entrada de texto</string> 54 <!-- Title of a color picker dialog, this text is shown above a color picker. --> 55 <string name="mozac_feature_prompts_choose_a_color">Elegir un color</string> 56 <!-- Text of a confirm button in dialog requesting to open a new window. --> 57 <string name="mozac_feature_prompts_allow">Permitir</string> 58 <!-- Text of a negative button in dialog requesting to open a new window. --> 59 <string name="mozac_feature_prompts_deny">Denegar</string> 60 <!-- Text of the title of a dialog when a page is requesting to open a new window. --> 61 <string name="mozac_feature_prompts_popup_dialog_title">¿Permitir que este sitio se abra?</string> 62 <!-- Title of the dialog shown when a user is leaving a website and there is still data not saved yet. --> 63 <string name="mozac_feature_prompt_before_unload_dialog_title">¿Estás seguro?</string> 64 <!-- Body text of the dialog shown when a user is leaving a website and there is still data not saved yet. --> 65 <string name="mozac_feature_prompt_before_unload_dialog_body">¿Deseas abandonar este sitio? Los datos que has ingresado podrían perderse</string> 66 <!-- Stay button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to stay in the website. --> 67 <string name="mozac_feature_prompts_before_unload_stay">Permanecer en el sitio</string> 68 <!-- Leave button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to leave in the website. --> 69 <string name="mozac_feature_prompts_before_unload_leave">Abandonar el sitio</string> 70 <!-- Title of the month chooser dialog. --> 71 <string name="mozac_feature_prompts_set_month">Eligir un mes</string> 72 <!-- January (short description), used on the month chooser dialog. --> 73 <string name="mozac_feature_prompts_jan">Ene</string> 74 <!-- February month of the year (short description), used on the month chooser dialog. --> 75 <string name="mozac_feature_prompts_feb">Feb</string> 76 <!-- March month of the year (short description), used on the month chooser dialog. --> 77 <string name="mozac_feature_prompts_mar">Mar</string> 78 <!-- April month of the year (short description), used on the month chooser dialog. --> 79 <string name="mozac_feature_prompts_apr">Abr</string> 80 <!-- May month of the year (short description), used on the month chooser dialog. --> 81 <string name="mozac_feature_prompts_may">May</string> 82 <!-- June month of the year (short description), used on the month chooser dialog. --> 83 <string name="mozac_feature_prompts_jun">Jun</string> 84 <!-- July month of the year (short description), used on the month chooser dialog. --> 85 <string name="mozac_feature_prompts_jul">Jul</string> 86 <!-- August month of the year (short description), used on the month chooser dialog. --> 87 <string name="mozac_feature_prompts_aug">Ago</string> 88 <!-- September month of the year (short description), used on the month chooser dialog. --> 89 <string name="mozac_feature_prompts_sep">Sep</string> 90 <!-- October month of the year (short description), used on the month chooser dialog. --> 91 <string name="mozac_feature_prompts_oct">Oct</string> 92 <!-- November month of the year (short description), used on the month chooser dialog. --> 93 <string name="mozac_feature_prompts_nov">Nov</string> 94 <!-- December month of the year (short description), used on the month chooser dialog. --> 95 <string name="mozac_feature_prompts_dec">Dic</string> 96 <!-- Title of the time picker dialog. --> 97 <string name="mozac_feature_prompts_set_time">Establecer hora</string> 98 <!-- Option in expanded select password prompt that links to password settings --> 99 <string name="mozac_feature_prompts_manage_logins_2">Administrar contraseñas</string> 100 <!-- Content description for expanding the saved passwords options in the select password prompt --> 101 <string name="mozac_feature_prompts_expand_logins_content_description_2">Expandir las contraseñas guardadas</string> 102 <!-- Content description for collapsing the saved passwords options in the select password prompt --> 103 <string name="mozac_feature_prompts_collapse_logins_content_description_2">Contraer contraseñas guardadas</string> 104 <!-- Header for the select password prompt to allow users to fill a form with a saved password --> 105 <string name="mozac_feature_prompts_saved_logins_2">Contraseñas guardadas</string> 106 <!-- Content description for the suggest strong password prompt to allow users to fill a form with a suggested strong password --> 107 <string name="mozac_feature_prompts_suggest_strong_password_content_description">Sugerir una contraseña fuerte</string> 108 <!-- Header for the suggest strong password prompt to allow users to fill a form with a suggested strong password --> 109 <string name="mozac_feature_prompts_suggest_strong_password_2">Usar una contraseña segura</string> 110 <!-- Title for using the suggest strong password confirmation dialog. %1$s will be replaced with the generated password --> 111 <string name="mozac_feature_prompts_suggest_strong_password_message">Usa una contraseña segura: %1$s</string> 112 <!-- Title for using the suggest strong password confirmation dialog --> 113 <string name="mozac_feature_prompts_suggest_strong_password_title">¿Usar contraseña segura?</string> 114 <!-- Content description for the suggest strong password confirmation dialog --> 115 <string name="mozac_feature_prompts_suggest_strong_password_description_3">Protege tu cuenta usando una contraseña segura generada de forma aleatoria. Se guardará en tu cuenta para usarla después.</string> 116 <!-- Pressing this will use the suggested strong password --> 117 <string name="mozac_feature_prompts_suggest_strong_password_use_password">Usar contraseña</string> 118 <!-- Pressing this will dismiss the suggested strong password dialog --> 119 <string name="mozac_feature_prompts_suggest_strong_password_dismiss">Ahora no</string> 120 <!-- Title for showing the suggest strong password updated confirmation snackbar --> 121 <string name="mozac_feature_prompts_suggest_strong_password_updated_snackbar_title">Contraseña actualizada</string> 122 <!-- Strings shown in a dialog that appear when users try to refresh a certain kind of webpages --> 123 <string name="mozac_feature_prompt_repost_title">¿Reenviar datos a este sitio?</string> 124 <string name="mozac_feature_prompt_repost_message">Actualizar esta página podría duplicar acciones recientes, como enviar un pago o publicar un comentario dos veces.</string> 125 <!-- Pressing this will dismiss the dialog and reload the page sending again the previous data --> 126 <string name="mozac_feature_prompt_repost_positive_button_text">Reenviar datos</string> 127 <!-- Pressing this will dismiss the dialog and not refresh the webpage --> 128 <string name="mozac_feature_prompt_repost_negative_button_text">Cancelar</string> 129 <!-- 130 Credit Card Autofill 131 132 Header for the select card prompt to allow users to fill a form with a saved card. 133 --> 134 <string name="mozac_feature_prompts_select_credit_card_2">Usar tarjeta guardada</string> 135 <!-- Content description for expanding the saved card options in the select card prompt. --> 136 <string name="mozac_feature_prompts_expand_credit_cards_content_description_2">Expandir tarjetas guardadas</string> 137 <!-- Content description for collapsing the saved card options in the select prompt. --> 138 <string name="mozac_feature_prompts_collapse_credit_cards_content_description_2">Contraer tarjetas guardadas</string> 139 <!-- Option in the expanded select card prompt that links to cards settings. --> 140 <string name="mozac_feature_prompts_manage_credit_cards_2">Administrar tarjetas</string> 141 <!-- Text for the title of a save credit card dialog. --> 142 <string name="mozac_feature_prompts_save_credit_card_prompt_title">¿Guardar esta tarjeta de forma segura?</string> 143 <!-- Text for the title of an update credit card dialog. --> 144 <string name="mozac_feature_prompts_update_credit_card_prompt_title">¿Actualizar la fecha de vencimiento de la tarjeta?</string> 145 <!-- Subtitle text displayed under the title of the saved card dialog. %s is the name of the app (for example "Firefox"). --> 146 <string name="mozac_feature_prompts_save_credit_card_prompt_body_2">%s encripta tu número de tarjeta. Tu código de seguridad no se guardará.</string> 147 <!-- 148 Address Autofill 149 150 Header for the select address prompt to allow users to fill a form with a saved address. 151 --> 152 <string name="mozac_feature_prompts_select_address_2">Seleccionar dirección</string> 153 <!-- Content description for expanding the saved addresses options in the select address prompt. --> 154 <string name="mozac_feature_prompts_expand_address_content_description_2">Expandir direcciones guardadas</string> 155 <!-- Content description for collapsing the saved address options in the select address prompt. --> 156 <string name="mozac_feature_prompts_collapse_address_content_description_2">Contraer direcciones guardadas</string> 157 <!-- Text for the manage addresses button. --> 158 <string name="mozac_feature_prompts_manage_address">Administrar direcciones</string> 159 <!-- 160 Federated Credential Management prompts 161 162 Content description for the Account picture in the Select Account FedCM prompt 163 --> 164 <string name="mozac_feature_prompts_account_picture">Imagen de la cuenta</string> 165 <!-- Title of the Identity Credential provider dialog chooser. --> 166 <string name="mozac_feature_prompts_identity_credentials_choose_provider">Elige un proveedor de inicio de sesión</string> 167 <!-- Title of an account picker dialog for identity credentials. The %1$s will be replaced with the name of the provider --> 168 <string name="mozac_feature_prompts_identity_credentials_choose_account_for_provider">Conéctate con una cuenta de %1$s</string> 169 <!-- Title of the Identity Credential privacy policy dialog title. The %1$s will be replaced with the name of the provider. --> 170 <string name="mozac_feature_prompts_identity_credentials_privacy_policy_title">Usar %1$s como proveedor de inicio de sesión</string> 171 <!-- Title of the Identity Credential privacy policy dialog description. The %1$s will be replaced with the name of the provider, %2$s will be replaced with the account, %3$s will be replaced with the privacy policy url and %4$s will be replaced with the terms of service. --> 172 <string name="mozac_feature_prompts_identity_credentials_privacy_policy_description" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[Iniciar sesión en %1$s con una cuenta de %2$s está sujeto a su <a href=\"%3$s\">Política de Privacidad</a> y <a href=\"%4$s\">Términos de Servicio.</a>]]></string> 173 <!-- Text for the positive button of the Identity Credential dialogs. --> 174 <string name="mozac_feature_prompts_identity_credentials_continue">Continuar</string> 175 <!-- Text for the cancel button of the Identity Credential dialogs. --> 176 <string name="mozac_feature_prompts_identity_credentials_cancel">Cancelar</string> 177 </resources>