diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-es-CL/toolkit/chrome/passwordmgr | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-es-CL/toolkit/chrome/passwordmgr')
-rw-r--r-- | l10n-es-CL/toolkit/chrome/passwordmgr/passwordmgr.properties | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-es-CL/toolkit/chrome/passwordmgr/passwordmgr.properties b/l10n-es-CL/toolkit/chrome/passwordmgr/passwordmgr.properties new file mode 100644 index 0000000000..4e1155dbb5 --- /dev/null +++ b/l10n-es-CL/toolkit/chrome/passwordmgr/passwordmgr.properties @@ -0,0 +1,79 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +rememberPassword = Usar el administrador de contraseñas para recordar esta contraseña. +savePasswordTitle = Confirmar +# LOCALIZATION NOTE (saveLoginMsg2, saveLoginMsgNoUser2): +# %S is the login's hostname. +saveLoginMsg2 = ¿Guardar credencial para %S? +saveLoginMsgNoUser2 = ¿Guardar contraseña para %S? +saveLoginButtonAllow.label = Guardar +saveLoginButtonAllow.accesskey = S +saveLoginButtonDeny.label = No guardar +saveLoginButtonDeny.accesskey = D +saveLoginButtonNever.label = Nunca guardar +saveLoginButtonNever.accesskey = e +# LOCALIZATION NOTE (updateLoginMsg3, updateLoginMsgNoUser3): +# %S is the login's hostname. +updateLoginMsg3 = ¿Actualizar credencial para %S? +updateLoginMsgNoUser3 = ¿Actualizar contraseña para %S? +updateLoginMsgAddUsername2 = ¿Añadir nombre de usuario a la contraseña guardada? +updateLoginButtonText = Actualizar +updateLoginButtonAccessKey = U +updateLoginButtonDeny.label = No actualizar +updateLoginButtonDeny.accesskey = D +updateLoginButtonDelete.label = Remover credencial guardada +updateLoginButtonDelete.accesskey = R +# LOCALIZATION NOTE (rememberPasswordMsg): +# 1st string is the username for the login, 2nd is the login's hostname. +# Note that long usernames may be truncated. +rememberPasswordMsg = ¿Te gustaría que se recuerde la contraseña para "%1$S" en %2$S? +# LOCALIZATION NOTE (rememberPasswordMsgNoUsername): +# String is the login's hostname. +rememberPasswordMsgNoUsername = ¿Te gustaría que se recuerde la contraseña para %S? +# LOCALIZATION NOTE (noUsernamePlaceholder): +# This is displayed in place of the username when it is missing. +noUsernamePlaceholder=Sin nombre de usuario +togglePasswordLabel=Mostrar contraseña +togglePasswordAccessKey2=h +notNowButtonText = &No Ahora +neverForSiteButtonText = Nu&nca para este sitio +rememberButtonText = &Recordar +passwordChangeTitle = Confirmar cambio de la contraseña +# LOCALIZATION NOTE (updatePasswordMsg): +# String is the username for the login. +updatePasswordMsg = ¿Deseas actualizar la contraseña guardada para "%S"? +updatePasswordMsgNoUser = ¿Deseas actualizar la contraseña guardada? +userSelectText2 = Selecciona que credencial actualizar: +loginsDescriptionAll2=Las credenciales para los siguientes sitios son almacenadas en tu computador + +# LOCALIZATION NOTE (useASecurelyGeneratedPassword): +# Shown in the autocomplete popup to allow filling a generated password into a password field. +useASecurelyGeneratedPassword=Usar una contraseña segura generada +# LOCALIZATION NOTE (generatedPasswordWillBeSaved): +# %S will contain the brandShorterName. This informs the user that the generated password will be automatically saved. +generatedPasswordWillBeSaved=%S guardará esta contraseña para este sitio. +# LOCALIZATION NOTE (loginHostAge): +# This is used to show the context menu login items with their age. +# 1st string is the username for the login, 2nd is the login's age. +loginHostAge=%1$S (%2$S) +# LOCALIZATION NOTE (noUsername): +# String is used on the context menu when a login doesn't have a username. +noUsername=Sin nombre de usuario +# LOCALIZATION NOTE (displaySameOrigin): +# String is used on the autocomplete row when the login origin is a domain match with the document origin +displaySameOrigin=De este sitio + +# LOCALIZATION NOTE (insecureFieldWarningDescription2): +# %1$S will contain insecureFieldWarningLearnMore and look like a link to indicate that clicking will open a tab with support information. +insecureFieldWarningDescription2 = Esta conexión no es segura. Las credenciales ingresadas aquí pueden verse comprometidas. %1$S +insecureFieldWarningLearnMore = Aprender más + +# LOCALIZATION NOTE (viewSavedLogins.label): +# This label is used in the footer of login autocomplete menus. +viewSavedLogins.label= Ver credenciales guardadas + +# LOCALIZATION NOTE (managePasswords.label): +# This label is used in the footer of login autocomplete menus. +managePasswords.label= Gestionar contraseñas |