From 21cf33e9f66728f56ecafddac4b207bb66dc3b8c Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Thu, 11 Jul 2024 21:26:28 +0100 Subject: [PATCH] Simplify active content warning #1257 (#1269) --- i18n/en.jsonp.js | 6 +++--- i18n/es.jsonp.js | 8 ++++---- i18n/fr.jsonp.js | 8 ++++---- www/index.html | 7 +++---- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/i18n/en.jsonp.js b/i18n/en.jsonp.js index e17842db..b43e9c39 100644 --- a/i18n/en.jsonp.js +++ b/i18n/en.jsonp.js @@ -279,10 +279,10 @@ document.localeJson = { "about-other-clients": "Other Kiwix clients exist on various platforms such as desktop and mobile apps for Linux, Windows, Android and iOS. We also have an offline-first, fully featured PWA based on the code in Kiwix JS: https://pwa.kiwix.org .", "about-official-download": "See the official download site: https://www.kiwix.org/applications/ .", "about-back-contents": "↑ Back to Contents", - "alert-activecontentwarning-title": "Unable to display active content:", - "alert-activecontentwarning-part1": "This ZIM is not fully supported in Restricted mode.
Content may be available by clicking search button above (or type a letter of the alphabet), or else", + "alert-activecontentwarning-title": "Warning: ", + "alert-activecontentwarning-part1": "You must ", "alert-activecontentwarning-part2": "switch to ServiceWorker mode", - "alert-activecontentwarning-part3": "if your platform supports it.", + "alert-activecontentwarning-part3": " to view all content in this ZIM.
Some content may still be available by searching above (or tap the search icon for a list).", "alert-activecontentwarning-part4": "Permanently hide", "alert-update-version": "Version", "alert-update-available": "is ready to install. (Re-launch app to install.)", diff --git a/i18n/es.jsonp.js b/i18n/es.jsonp.js index 86d109c8..09716481 100644 --- a/i18n/es.jsonp.js +++ b/i18n/es.jsonp.js @@ -279,10 +279,10 @@ document.localeJson = { "about-other-clients": "Otros clientes de Kiwix existen en varias plataformas como aplicaciones de escritorio y móviles para Linux, Windows, Android e iOS. También tenemos una PWA con muchas funciones adicionales, y que funciona sin necesidad de conexión a Internet, basada en el código de Kiwix JS: https://pwa.kiwix.org .", "about-official-download": "Vea el sitio oficial de descargas: https://www.kiwix.org/applications/ .", "about-back-contents": "↑ Volver al Índice", - "alert-activecontentwarning-title": "No se puede mostrar contenido activo:", - "alert-activecontentwarning-part1": "Este ZIM no es totalmente compatible con el modo Restringido.
El contenido puede estar disponible haciendo clic en el botón de búsqueda arriba (o escribiendo una letra del alfabeto), o bien", - "alert-activecontentwarning-part2": "cambiando al modo ServiceWorker", - "alert-activecontentwarning-part3": "si su plataforma lo soporta.", + "alert-activecontentwarning-title": "¡Advertencia!", + "alert-activecontentwarning-part1": "Usted debe ", + "alert-activecontentwarning-part2": "cambiar al modo ServiceWorker", + "alert-activecontentwarning-part3": " para ver todo el contenido en este ZIM.
Algunos contenidos pueden estar disponibles mediante el campo de búsqueda arriba (o pulse el icono de búsqueda para ver una lista).", "alert-activecontentwarning-part4": "Ocultar permanentemente", "alert-update-version": "Versión", "alert-update-available": "está lista para instalar. (Vuelva a iniciar la aplicación para instalarla.)", diff --git a/i18n/fr.jsonp.js b/i18n/fr.jsonp.js index 0cad56bb..a3b0a3b7 100644 --- a/i18n/fr.jsonp.js +++ b/i18n/fr.jsonp.js @@ -279,10 +279,10 @@ document.localeJson = { "about-other-clients": "D'autres clients Kiwix existent sur plusieurs plateformes, comme les applications de bureau et mobiles pour Linux, Windows, Android et iOS. Nous avons également une PWA avec de nombreuses fonctionnalités supplémentaires, qui fonctionne hors ligne, basée sur le code de Kiwix JS : https://pwa.kiwix.org .", "about-official-download": "Voir le site officiel de téléchargement : https://www.kiwix.org/applications/ .", "about-back-contents": "↑ Retour à l'index", - "alert-activecontentwarning-title": "Impossible d'afficher le contenu actif :", - "alert-activecontentwarning-part1": "Ce ZIM n'est pas entièrement pris en charge en mode Restreint.
Le contenu peut être disponible en cliquant sur le bouton de recherche ci-dessus (ou en tapant une lettre de l'alphabet), ou bien", - "alert-activecontentwarning-part2": "en passant au mode ServiceWorker", - "alert-activecontentwarning-part3": "si votre plateforme le prend en charge.", + "alert-activecontentwarning-title": "Avertissement :", + "alert-activecontentwarning-part1": "Vous devez ", + "alert-activecontentwarning-part2": "passer au mode ServiceWorker", + "alert-activecontentwarning-part3": " pour voir tout le contenu de ce ZIM.
Certains contenus peuvent être disponibles en recherchant ci-dessus (ou en tapant sur l'icône de recherche pour obtenir une liste).", "alert-activecontentwarning-part4": "Masquer en permanence", "alert-update-version": "La version", "alert-update-available": "est prête à être installée. (Relancez l'application pour installer.)", diff --git a/www/index.html b/www/index.html index 46a1806a..797ff47e 100644 --- a/www/index.html +++ b/www/index.html @@ -782,11 +782,10 @@