diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-es-MX/toolkit/chrome/mozapps/update | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | l10n-es-MX/toolkit/chrome/mozapps/update/updates.properties | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/l10n-es-MX/toolkit/chrome/mozapps/update/updates.properties b/l10n-es-MX/toolkit/chrome/mozapps/update/updates.properties new file mode 100644 index 0000000000..843b28bb66 --- /dev/null +++ b/l10n-es-MX/toolkit/chrome/mozapps/update/updates.properties @@ -0,0 +1,45 @@ +# 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/. + +# LOCALIZATION NOTE: The 1st %S is brandShortName and 2nd %S is update version +# where update version from the update xml +# example: MyApplication 10.0.5 +updateName=%S %S + +noThanksButton=No, gracias +noThanksButton.accesskey=N +# NOTE: The restartLaterButton string is also used in +# mozapps/extensions/content/blocklist.js +restartLaterButton=Reiniciar después +restartLaterButton.accesskey=d +restartNowButton=Reiniciar %S +restartNowButton.accesskey=R + +statusFailed=Instalación incorrecta + +installSuccess=La actualización se instaló correctamente +installPending=Instalación pendiente +patchApplyFailure=No se pudo instalar la actualizacion (ocurrió un error al aplicarla) +elevationFailure=No tienes los permisos necesarios para instalar esta actualización. Por favor, contacta al administrador del sistema. + +check_error-200=Archivo XML mal actualizado (200) +check_error-403=Acceso denegado (403) +check_error-404=No se encontró la actualización del archivo XML (404) +check_error-500=Error interno del Servidor (500) +check_error-2152398849=Error (razón desconocida) +check_error-2152398861=Conexión rechazada +check_error-2152398862=Tiempo de espera agotado para la conexión +# NS_ERROR_OFFLINE +check_error-2152398864=No hay conexión de red (Conéctese) +check_error-2152398867=Puerto no permitido +check_error-2152398868=No se recibieron datos (intente nuevamente) +check_error-2152398878=No se encontró el Servidor de actualizaciones (comprueba tu conexión a Internet) +check_error-2152398890=No se encontró el Servidor Proxy (comprueba tu conexión a Internet) +# NS_ERROR_DOCUMENT_NOT_CACHED +check_error-2152398918=No hay conexión de red (Conéctese) +check_error-2152398919=La transferencia de datos se interrumpió (intente nuevamente) +check_error-2152398920=La conexión al Servidor Proxy fue rechazada +check_error-2153390069=Expiró el Certificado del Servidor (de ser necesario, ajuste correctamente la fecha y hora del Sistema) +check_error-verification_failed=No se pudo verificar la integridad de la actualización +check_error-move_failed=Error al preparar la actualización para la instalación |