<body>
<h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Erstanbieter-Cookies</h3>
- <p>Cookies können in zwei Typen unterteilt werden: Erstanbieter-Cookies sind Cookies, die von der aktuell besuchten Website gesetzt werden.</p>
+ <p>Cookies können in zwei Typen unterteilt werden: Erstanbieter-Cookies sind dabei Cookies, die von der aktuell besuchten Website gesetzt werden.</p>
<p>Mit solchen Erstanbieter-Cookies können Websites z.B. Informationen auf einem Computer speichern, um diese bei späteren Aufrufen derselben Seite wieder zu verwenden.
Zum Beispiel kann eine Internet-Seite, die das Wetter anzeigt, den Benutzer nach seiner Postleitzahl fragen und diese in einem Cookie speichern.
Beim nächsten Besuch der Website wird dem Benutzer dann automatisch das Wetter für diese Postleitzahl/Region angezeigt, ohne dass der Benutzer diese erneut eingeben muss.</p>
- <p>Wie viele anderen Dingen im Internet werden solche Cookies jedoch mittlerweile auch für Zwecke missbraucht, die Website-Besucher normalerweise nicht gestatten würden, wenn sie davon wüssten.
+ <p>Wie viele andere Dinge im Internet werden solche Cookies jedoch mittlerweile auch für Zwecke missbraucht, die Website-Besucher normalerweise nicht gestatten würden, wenn sie davon wüssten.
Zum Beispiel können Websites eindeutige Kennzeichen oder Seriennummern in Cookies speichern.
Jedes Mal wenn der Benutzer dann mit seinem Gerät diese Website aufruft, können dessen Bewegungen mit dem Profil dieser Seriennummer verknüpft werden,
auch wenn dem Gerät inzwischen eine andere IP-Adresse zugewiesen wurde. So entstehen umfangreiche Profile über die Vorlieben von Website-Besuchern.</p>
- <p>Almost all websites with logins require cookies to be enabled for a user to log in.
- That is how they make sure it is still you as you move from page to page on the site, and is, in my opinion, the only legitimate use for cookies.</p>
+ <p>Für nahezu alle Internet-Seiten, bei denen man sich anmelden muss, müssen Cookies aktiviert sein.
+ Durch die Nutzung von Cookies stellen diese Internet-Seiten sicher, daß es sich um denselben angemeldeten Benutzer handelt, der von Seite zu Seite innerhalb einer Website navigiert.
+ Dies ist vermutlich die einzige legitime Nutzung von Cookies.</p>
- <p>If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.svg"> as a warning.</p>
+ <p>Wenn Cookies aktiviert sind, aber JavaScript deaktiviert ist, wird das Privatsphären-Icon <img class="inline" src="../shared_images/warning.svg"> zur Warnung in gelb dargestellt.</p>
<h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Drittanbieter-Cookies</h3>
- <p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
- There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
- <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
- between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
+ <p>Drittanbieter-Cookies werden von Teilen von Websites gesetzt, die von anderen Servern geladen werden als von dem, dessen Adresse (URL) in der Adresszeile des Browsers angezeigt wird.
+ Es gibt eigentlich keinen guten Grund, solche Cookies überhaupt zuzulassen. Ab Privacy Browser Version 3.8 wurde die Option daher entfernt und selbst Google plant,
+ <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">Drittanbieter-Cookies in Zukunft zu deaktivieren</a>.
+ Auf Geräten mit Android KitKat (Version 4.4, API 19), unterscheidet WebView nicht
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">zwischen Erstanbieter- und Drittanbieter-Cookies</a>.
+ Daher werden bei solchen Geräten immer auch Drittanbieter-Cookies zugelassen, sobald Cookies aktiviert sind.</p>
<h3><svg class="header"><use href="../shared_images/web.svg#icon"/></svg> DOM-Speicher</h3>
- <p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes,
- DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes per site</a>. Unlike cookies, DOM storage does not send all the data in the headers with every request.
- Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.</p>
+ <p>Der Document-Object-Model-Speicher - auch als Web-Speicher bekannt - funktioniert wie "gedopte" Cookies.
+ Während alle Cookies einer einzelnen Internet-Adresse (URL) gemeinsam nur 4 Kilobytes an Daten speichern können,
+ können im DOM-Speicher <a href="https://en.wikipedia.org/wiki/Web_storage#Features">mehrere Megabytes pro Internet-Seite</a> gespeichert werden.
+ Die gespeicherten Daten werden dabei - im Gegensatz zu Cookies - nicht bei jeder Anfrage zur Gänze im Header mitgeschickt,
+ sondern mittels JavaScript gelesen und geschrieben, sodass diese Form der Datenspeicherung nicht funktioniert, wenn JavaScript deaktiviert ist.</p>
<h3><svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Formulardaten</h3>
- <p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
- Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26),
- WebView’s form data was replaced by the <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Autofill service</a>.
- As such, controls for form data no longer appear on newer Android devices.</p>
+ <p>Formulardaten enthalten Informationen, die in Web-Formulare eingegeben wurden (wie z.B. Benutzernamen, Adressen, Telefonnummern, usw.) und werden bei späteren Besuchen in Auswahl-Dialogen angezeigt.
+ Im Gegensatz zu in Cookies und im DOM-Speicher gespeicherten Daten werden diese Informationen nur nach Benutzer-Interaktion an den Webserver gesandt. Ab Android Oreo (Version 8.0, API 26) wurden
+ WebViews Formulardaten durch <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Googles Autofill-Service</a> ersetzt.
+ Daher erscheinen Formulardaten auf neueren Android-Geräten nicht mehr.</p>
</body>
</html>
\ No newline at end of file
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
<a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
+ On devices with Android KitKat (version 4.4, API 19), WebView does not
<a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
Luego, cada vez que un usuario visite la página web con ese dispositivo, puede vincularse a un perfil único que el servidor mantiene para ese número de serie,
incluso si el dispositivo se conecta desde diferentes direcciones IP.</p>
- <p>Almost all websites with logins require cookies to be enabled for a user to log in.
- That is how they make sure it is still you as you move from page to page on the site, and is, in my opinion, the only legitimate use for cookies.</p>
+ <p>Casi todas las páginas web con logins requieren que las cookies estén habilitadas para que el usuario pueda iniciar sesión.
+ Así es como se aseguran de que sigues siendo tú al pasar de una página a otra de la web, y es, en mi opinión, el único uso legítimo de las cookies.</p>
- <p>If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.svg"> as a warning.</p>
+ <p>Si las cookies están activadas pero JavaScript está desactivado, el icono de privacidad será amarillo <img class="inline" src="../shared_images/warning.svg"> como advertencia.</p>
- <h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Cookies de terceras partes</h3>
+ <h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Cookies de terceros</h3>
- <p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
- There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
- <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
- between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
+ <p>Las cookies de terceros son instaladas por partes de un sitio web que se cargan desde servidores diferentes a la URL que aparece en la parte superior de la página.
+ No hay ninguna buena razón para activar las cookies de terceros. La versión 3.8 de Privacy Browser eliminó la opción, e incluso Google planea
+ <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">desactivarlas en un futuro.</a>.
+ En dispositivos con Android KitKat (versión 4.4, API 19), WebView no
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">distingue entre cookies de origen y de terceros</a>.
+ Por lo tanto, si se habilitan las cookies, también se habilitarán las de terceros.</p>
<h3><svg class="header"><use href="../shared_images/web.svg#icon"/></svg> Almacenamiento DOM</h3>
- <p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes,
- DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes per site</a>. Unlike cookies, DOM storage does not send all the data in the headers with every request.
- Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.</p>
+ <p>El almacenamiento del Modelo de Objetos del Documento, también conocido como almacenamiento web, es como cookies con esteroides.
+ Mientras que el tamaño máximo de almacenamiento combinado para todas las cookies de una sola URL es de 4 kilobytes, el almacenamiento DOM puede soportar
+ <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes por sitio</a>. A diferencia de las cookies, el almacenamiento DOM no envía todos los datos de las cabeceras con cada solicitud.
+ Más bien, utiliza JavaScript para leer y escribir datos, lo que significa que no funciona cuando JavaScript está desactivado.</p>
<h3><svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Datos de formulario</h3>
- <p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
- Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26),
- WebView’s form data was replaced by the <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Autofill service</a>.
- As such, controls for form data no longer appear on newer Android devices.</p>
+ <p>Los datos de formulario contienen la información introducida en los formularios web, como los nombres de los usuarios, las direcciones, los números de teléfono, etc.,
+ y los listan en un cuadro desplegable en futuras visitas.
+ A diferencia de las otras formas de almacenamiento local, los datos de los formularios no se envían al servidor web sin una interacción específica del usuario.
+ A partir de Android Oreo (versión 8.0, API 26), los datos de formulario de WebView fueron sustituidos por el
+ <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">servicio Autofill o Autorelleno</a>.
+ Por ello, los controles para los datos de los formularios ya no aparecen en los dispositivos Android más nuevos.</p>
</body>
</html>
\ No newline at end of file
Ensuite, chaque fois qu'un utilisateur visite le site Web sur cet appareil, il peut être lié à un profil unique que le serveur conserve pour ce numéro de série.
même si le périphérique se connecte à partir d'adresses IP différentes.</p>
- <p>Almost all websites with logins require cookies to be enabled for a user to log in.
- That is how they make sure it is still you as you move from page to page on the site, and is, in my opinion, the only legitimate use for cookies.</p>
+ <p>La quasi-totalité des sites web avec des identifiants nécessitent que les cookies soient activés pour qu'un utilisateur puisse se connecter.
+ C'est ainsi qu'ils s'assurent qu'il s'agit toujours de vous lorsque vous passez d'une page à l'autre du site, et c'est, à mon avis, la seule utilisation légitime des cookies.</p>
- <p>If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.svg"> as a warning.</p>
+ <p>Si les cookies sont activés mais que JavaScript est désactivé, l'icône de confidentialité sera jaune <img class="inline" src="../shared_images/warning.svg"> en guise d'avertissement.</p>
- <h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Cookies de tiers</h3>
+ <h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Cookies tiers</h3>
- <p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
- There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
- <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
- between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
+ <p>Les cookies tiers sont définis par les parties d'un site web qui sont chargées à partir de serveurs différents de l'URL en haut de la page.
+ Il n'y a aucune bonne raison d'activer les cookies tiers. Privacy Browser 3.8 a supprimé cette option, et même Google prévoit de
+ <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">les désactiver à l'avenir</a>.
+ Sur les appareils équipés d'Android KitKat (version 4.4, API 19), WebView n'est pas
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">différencié
+ entre les cookies internes et les cookies tiers</a>. Par conséquent, l'activation des cookies activera également les cookies tiers.</p>
<h3> <svg class="header"><use href="../shared_images/web.svg#icon"/></svg> Stockage du DOM</h3>
- <p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes,
- DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes per site</a>. Unlike cookies, DOM storage does not send all the data in the headers with every request.
- Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.</p>
+ <p>Le stockage du Document Object Model, également connu sous le nom de stockage web, est comme des cookies sous stéroïdes.
+ Alors que la taille maximale de stockage combinée pour tous les cookies d'une même URL est de 4 kilo-octets, le stockage DOM peut contenir
+ <a href="https://en.wikipedia.org/wiki/Web_storage#Features">des mégaoctets par site</a>.
+ Contrairement aux cookies, le stockage DOM n'envoie pas toutes les données dans les en-têtes avec chaque requête.
+ Il utilise plutôt JavaScript pour lire et écrire les données, ce qui signifie qu'il ne fonctionne pas lorsque JavaScript est désactivé.</p>
<h3> <svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Données de formulaire</h3>
- <p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
- Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26),
- WebView’s form data was replaced by the <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Autofill service</a>.
- As such, controls for form data no longer appear on newer Android devices.</p>
+ <p>Les données de formulaire contiennent les informations saisies dans les formulaires web, comme les noms d'utilisateur, les adresses, les numéros de téléphone,
+ etc. et les répertorient dans une boîte déroulante lors de visites ultérieures.
+ Contrairement aux autres formes de stockage local, les données de formulaire ne sont pas envoyées au serveur web sans interaction spécifique de l'utilisateur.
+ À partir d'Android Oreo (version 8.0, API 26), les données de formulaire de WebView ont été remplacées par le
+ <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">service Autofill</a>.
+ Ainsi, les contrôles des données de formulaire n'apparaissent plus sur les appareils Android plus récents.</p>
</body>
</html>
\ No newline at end of file
In questo modo, ogni volta che l'utente visiterà il sito da quel dispositivo, sarà collegato ad un profilo unico mantenuto sul server per quel particolare numero seriale,
anche se il dispositivo si connette con indirizzo IP diverso.</p>
- <p>Almost all websites with logins require cookies to be enabled for a user to log in.
- That is how they make sure it is still you as you move from page to page on the site, and is, in my opinion, the only legitimate use for cookies.</p>
+ <p>Quasi tutti i siti web con login richiedono che i cookies siano abilitati perché l'utente possa accedere.
+ E' questo il metodo che utilizzano per essere sicuri che sia sempre lo stesso utente che si sposta da una pagina all'altra del sito ed è, a nostro parere, l'unico utilizzo legittimo dei cookies.</p>
- <p>If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.svg"> as a warning.</p>
+ <p>Se i cookies sono abilitati ma JavaScript è disabilitato, l'icona della privacy sarà gialla <img class="inline" src="../shared_images/warning.svg"> come avvertimento.</p>
<h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Cookies di terze parti</h3>
- <p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
- There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
- <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
- between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
+ <p>I cookies di terze parti sono impostati da porzioni di un sito web che sono caricate da server diversi dalla URL in cima alla pagina web.
+ Non esiste mai alcuna ragione valida per abilitare i cookies di terze parti. Privacy Browser 3.8 ha rimosso questa opzione, e anche Google sta pianificando di
+ <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disabilitarli in futuro</a>.
+ Sui dispositivi con Android KitKat (versione 4.4, API 19), WebView non
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">fa distinzione
+ tra i cookies proprietari e i cookies di terze parti</a>. In questo modo abilitare i cookies significa abilitare anche quelli di terze parti.</p>
<h3><svg class="header"><use href="../shared_images/web.svg#icon"/></svg> DOM Storage</h3>
- <p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes,
- DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes per site</a>. Unlike cookies, DOM storage does not send all the data in the headers with every request.
- Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.</p>
+ <p>Il Document Object Model storage, conosciuto anche come web storage, è come se fossero i cookies con gli steroidi.
+ Laddove la massima dimensione di memeoria utilizzata da tutti i cookies di una singola URL è di 4 kilobyte, il DOM storage può memorizzare anche
+ <a href="https://en.wikipedia.org/wiki/Web_storage#Features">alcuni megabyte per ogni sito</a>.
+ A differenza dei cookies, il DOM storage non invia tutti i dati nelle intestazioni con ogni richiesta.
+ Al contrario utilizza JavaScript per leggere e scrivere i dati, il che significa che non può funzionare se JavaScript è disabilitato.</p>
<h3><svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Dati dei moduli</h3>
- <p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
- Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26),
- WebView’s form data was replaced by the <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Autofill service</a>.
- As such, controls for form data no longer appear on newer Android devices.</p>
+ <p>I dati dei moduli contengono informazioni che sono digitate nei web forms, come il nome dell'utente, gli indirizzi, numeri di telefono, ecc.,
+ e li elenca in un menù a tendina in caso di accessi futuri.
+ A differenza delle altre modalità di memorizzazione locale, i dati dei moduli non vengono inviati ai web server senza che ci sia una interazione con l'utente.
+ A partire da Android Oreo (versione 8.0, API 26), i dati dei moduli di WebView sono stati sostituiti dal
+ <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">servizio Autofill</a>.
+ Per questo motivo i controlli dei dati dei moduli non sono presenti nei dispositivi Android più recenti.</p>
</body>
</html>
\ No newline at end of file
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
<a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
+ On devices with Android KitKat (version 4.4, API 19), WebView does not
<a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
<body>
<h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Первичные файлы cookie</h3>
- <p>Первичные файлы cookie устанавливаются тем веб-сайтом, который указан в строке URL.</p>
+ <p>Первичные файлы cookie устанавливаются веб-сайтом, указанным в адресной строке.</p>
- <p>С пеÑ\80вÑ\8bÑ\85 дней интернета стало очевидным, что веб-сайтам было бы выгодно иметь возможность хранить информацию на компьютере для последующего доступа к ней.
+ <p>Ð\95Ñ\89е на заÑ\80е Ñ\8dпоÑ\85и интернета стало очевидным, что веб-сайтам было бы выгодно иметь возможность хранить информацию на компьютере для последующего доступа к ней.
Например, веб-сайт, предоставляющий информацию о погоде, может запросить у пользователя название города, а затем сохранить его в файле cookie.
При следующем посещении веб-сайта информация о погоде будет автоматически загружена для этого города, без необходимости вводить его снова.</p>
- <p>Ð\9aак и Ñ\81о вÑ\81ем оÑ\81Ñ\82алÑ\8cнÑ\8bм в инÑ\82еÑ\80неÑ\82е, Ñ\83мнÑ\8bе лÑ\8eди вÑ\8bÑ\8fÑ\81нили вÑ\81е Ñ\81поÑ\81обÑ\8b злоÑ\83поÑ\82Ñ\80еблениÑ\8f cookie, Ñ\87Ñ\82обÑ\8b делать то, что пользователи не одобрят, если узнают что именно происходит.
+ <p>Ð\9aак и Ñ\81о вÑ\81ем оÑ\81Ñ\82алÑ\8cнÑ\8bм в инÑ\82еÑ\80неÑ\82е, Ñ\83мнÑ\8bе лÑ\8eди наÑ\88ли вÑ\81евозможнÑ\8bе Ñ\81поÑ\81обÑ\8b злоÑ\83поÑ\82Ñ\80еблениÑ\8f cookie, в Ñ\82ом Ñ\87иÑ\81ле делать то, что пользователи не одобрят, если узнают что именно происходит.
Например, веб-сайт может установить файл cookie на устройстве с уникальным номером.
- Ð\97аÑ\82ем каждÑ\8bй Ñ\80аз, когда полÑ\8cзоваÑ\82елÑ\8c поÑ\81еÑ\89аеÑ\82 веб-Ñ\81айÑ\82 с этого устройства, он может быть связан с уникальным профилем, который сервер хранит для этого номера,
+ Ð\97аÑ\82ем пÑ\80и каждом поÑ\81еÑ\89ении веб-Ñ\81айÑ\82а с этого устройства, он может быть связан с уникальным профилем, который сервер хранит для этого номера,
даже если устройство подключается с разных IP-адресов.</p>
- <p>Almost all websites with logins require cookies to be enabled for a user to log in.
- That is how they make sure it is still you as you move from page to page on the site, and is, in my opinion, the only legitimate use for cookies.</p>
+ <p>Почти все сайты с логинами требуют, чтобы для авторизации пользователя были включены cookie.
+ Именно так они удостоверяются, что это все еще вы, когда переходите со страницы на страницу на сайте, и, на мой взгляд, это единственное законное использование файлов cookie.</p>
- <p>If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.svg"> as a warning.</p>
+ <p>Если cookie включены и при этом JavaScript отключен, то значок конфиденциальности будет желтого цвета <img class="inline" src="../shared_images/warning.svg"> в качестве предупреждения.</p>
<h3><svg class="header"><use href="../shared_images/cookie.svg#icon"/></svg> Сторонние файлы cookie</h3>
- <p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
- There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
- <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
- <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
- between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
+ <p>Сторонние файлы cookie устанавливаются фрагментами сайта, которые загружаются с серверов, отличных от указанного в адресной строке.
+ Не существует никаких веских причин для включения сторонних файлов cookie. В Privacy Browser 3.8 эта опция была удалена, и даже Google
+ <a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">планирует отключить ее в будущем</a>.
+ На устройствах под управлением Android KitKat (версия 4.4, API 19) WebView
+ <a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">не различает
+ первичные и сторонние файлы cookie</a>. Таким образом, включение файлов cookie приводит и ко включению сторонних cookie.</p>
<h3><svg class="header"><use href="../shared_images/web.svg#icon"/></svg> DOM-хранилище</h3>
- <p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes,
- DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Features">megabytes per site</a>. Unlike cookies, DOM storage does not send all the data in the headers with every request.
- Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.</p>
+ <p>Хранилище Document Object Model (объектной модели документа), также известное как интернет-хранилище, напоминает файлы cookie на стероидах.
+ Если максимальный совокупный размер для хранения всех файлов cookie с одного URL составляет 4 килобайта,
+ то DOM-хранилище может вмещать <a href="https://en.wikipedia.org/wiki/Web_storage#Features">мегабайты на сайт</a>.
+ В отличие от cookie, DOM-хранилище не передает все данные в заголовках с каждым запросом.
+ Вместо этого оно использует JavaScript для чтения и записи данных, а это означает, что оно не работает, когда JavaScript отключен.</p>
- <h3><svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Данные формы</h3>
+ <h3><svg class="header"><use href="../shared_images/subtitles.svg#icon"/></svg> Данные форм</h3>
- <p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
- Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26),
- WebView’s form data was replaced by the <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Autofill service</a>.
- As such, controls for form data no longer appear on newer Android devices.</p>
+ <p>Данные форм содержат информацию, введенную в веб-формы, такую как имена пользователей, адреса, номера телефонов и т.д., и отображаются в выпадающем списке при последующих посещениях.
+ В отличие от других форм локального хранилища, данные форм не передаются на веб-сервер без определенного взаимодействия с пользователем. Начиная с Android Oreo (версия 8.0, API 26),
+ данные форм WebView были заменены <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">сервисом автозаполнения</a>.
+ Таким образом, элементы управления данными формы больше не отображаются на новых Android-устройствах.</p>
</body>
</html>
\ No newline at end of file
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
There is no good reason to ever enable third-party cookies. Privacy Browser 3.8 removed the option, and even Google is planning to
<a href="https://www.theverge.com/2020/1/14/21064698/google-third-party-cookies-chrome-two-years-privacy-safari-firefox">disable them in the future</a>.
- On devices with Android KitKat (version 4.4.4, API 20), WebView does not
+ On devices with Android KitKat (version 4.4, API 19), WebView does not
<a href="https://developer.android.com/reference/android/webkit/CookieManager.html#setAcceptThirdPartyCookies(android.webkit.WebView, boolean)">differentiate
between first-party and third-party cookies</a>. Thus, enabling cookies will also enable third-party cookies.</p>
// Only process the URI if it contains data or it is a web search. If the user pressed the desktop icon after the app was already running the URI will be null.
if (intentUriData != null || intentStringExtra != null || isWebSearch) {
+ // Exit the full screen video if it is displayed.
+ if (displayingFullScreenVideo) {
+ // Exit full screen video mode.
+ exitFullScreenVideo();
+
+ // Reload the current WebView. Otherwise, it can display entirely black.
+ currentWebView.reload();
+ }
+
// Get the shared preferences.
SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);
// close the bookmarks drawer.
drawerLayout.closeDrawer(GravityCompat.END);
} else if (displayingFullScreenVideo) { // A full screen video is shown.
- // Re-enable the screen timeout.
- fullScreenVideoFrameLayout.setKeepScreenOn(false);
-
- // Unset the full screen video flag.
- displayingFullScreenVideo = false;
-
- // Remove all the views from the full screen video frame layout.
- fullScreenVideoFrameLayout.removeAllViews();
-
- // Hide the full screen video frame layout.
- fullScreenVideoFrameLayout.setVisibility(View.GONE);
-
- // Enable the sliding drawers.
- drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED);
-
- // Show the main content relative layout.
- mainContentRelativeLayout.setVisibility(View.VISIBLE);
-
- // Apply the appropriate full screen mode flags.
- if (fullScreenBrowsingModeEnabled && inFullScreenBrowsingMode) { // Privacy Browser is currently in full screen browsing mode.
- // Hide the banner ad in the free flavor.
- if (BuildConfig.FLAVOR.contentEquals("free")) {
- // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
- View adView = findViewById(R.id.adview);
-
- // Hide the banner ad.
- AdHelper.hideAd(adView);
- }
-
- /* Hide the system bars.
- * SYSTEM_UI_FLAG_FULLSCREEN hides the status bar at the top of the screen.
- * SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN makes the root frame layout fill the area that is normally reserved for the status bar.
- * SYSTEM_UI_FLAG_HIDE_NAVIGATION hides the navigation bar on the bottom or right of the screen.
- * SYSTEM_UI_FLAG_IMMERSIVE_STICKY makes the status and navigation bars translucent and automatically re-hides them after they are shown.
- */
- rootFrameLayout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |
- View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY);
-
- // Reload the website if the app bar is hidden. Otherwise, there is some bug in Android that causes the WebView to be entirely black.
- if (hideAppBar) {
- // Reload the WebView.
- currentWebView.reload();
- }
- } else { // Switch to normal viewing mode.
- // Remove the `SYSTEM_UI` flags from the root frame layout.
- rootFrameLayout.setSystemUiVisibility(0);
- }
-
- // Reload the ad for the free flavor if not in full screen mode.
- if (BuildConfig.FLAVOR.contentEquals("free") && !inFullScreenBrowsingMode) {
- // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
- View adView = findViewById(R.id.adview);
-
- // Reload the ad. `getContext()` can be used instead of `getActivity.getApplicationContext()` once the minimum API >= 23.
- AdHelper.loadAd(adView, getApplicationContext(), this, getString(R.string.ad_unit_id));
- }
+ // Exit the full screen video.
+ exitFullScreenVideo();
} else if (currentWebView.canGoBack()) { // There is at least one item in the current WebView history.
// Get the current web back forward list.
WebBackForwardList webBackForwardList = currentWebView.copyBackForwardList();
}
}
+ private void exitFullScreenVideo() {
+ // Re-enable the screen timeout.
+ fullScreenVideoFrameLayout.setKeepScreenOn(false);
+
+ // Unset the full screen video flag.
+ displayingFullScreenVideo = false;
+
+ // Remove all the views from the full screen video frame layout.
+ fullScreenVideoFrameLayout.removeAllViews();
+
+ // Hide the full screen video frame layout.
+ fullScreenVideoFrameLayout.setVisibility(View.GONE);
+
+ // Enable the sliding drawers.
+ drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED);
+
+ // Show the main content relative layout.
+ mainContentRelativeLayout.setVisibility(View.VISIBLE);
+
+ // Apply the appropriate full screen mode flags.
+ if (fullScreenBrowsingModeEnabled && inFullScreenBrowsingMode) { // Privacy Browser is currently in full screen browsing mode.
+ // Hide the app bar if specified.
+ if (hideAppBar) {
+ // Hide the tab linear layout.
+ tabsLinearLayout.setVisibility(View.GONE);
+
+ // Hide the action bar.
+ actionBar.hide();
+ }
+
+ // Hide the banner ad in the free flavor.
+ if (BuildConfig.FLAVOR.contentEquals("free")) {
+ // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
+ View adView = findViewById(R.id.adview);
+
+ // Hide the banner ad.
+ AdHelper.hideAd(adView);
+ }
+
+ /* Hide the system bars.
+ * SYSTEM_UI_FLAG_FULLSCREEN hides the status bar at the top of the screen.
+ * SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN makes the root frame layout fill the area that is normally reserved for the status bar.
+ * SYSTEM_UI_FLAG_HIDE_NAVIGATION hides the navigation bar on the bottom or right of the screen.
+ * SYSTEM_UI_FLAG_IMMERSIVE_STICKY makes the status and navigation bars translucent and automatically re-hides them after they are shown.
+ */
+ rootFrameLayout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |
+ View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY);
+ } else { // Switch to normal viewing mode.
+ // Remove the `SYSTEM_UI` flags from the root frame layout.
+ rootFrameLayout.setSystemUiVisibility(0);
+ }
+
+ // Reload the ad for the free flavor if not in full screen mode.
+ if (BuildConfig.FLAVOR.contentEquals("free") && !inFullScreenBrowsingMode) {
+ // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
+ View adView = findViewById(R.id.adview);
+
+ // Reload the ad.
+ AdHelper.loadAd(adView, this, this, getString(R.string.ad_unit_id));
+ }
+ }
+
private void clearAndExit() {
// Get a handle for the shared preferences.
SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);
// Exit full screen video.
@Override
public void onHideCustomView() {
- // Re-enable the screen timeout.
- fullScreenVideoFrameLayout.setKeepScreenOn(false);
-
- // Unset the full screen video flag.
- displayingFullScreenVideo = false;
-
- // Remove all the views from the full screen video frame layout.
- fullScreenVideoFrameLayout.removeAllViews();
-
- // Hide the full screen video frame layout.
- fullScreenVideoFrameLayout.setVisibility(View.GONE);
-
- // Enable the sliding drawers.
- drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED);
-
- // Show the main content relative layout.
- mainContentRelativeLayout.setVisibility(View.VISIBLE);
-
- // Apply the appropriate full screen mode flags.
- if (fullScreenBrowsingModeEnabled && inFullScreenBrowsingMode) { // Privacy Browser is currently in full screen browsing mode.
- // Hide the app bar if specified.
- if (hideAppBar) {
- // Hide the tab linear layout.
- tabsLinearLayout.setVisibility(View.GONE);
-
- // Hide the action bar.
- actionBar.hide();
- }
-
- // Hide the banner ad in the free flavor.
- if (BuildConfig.FLAVOR.contentEquals("free")) {
- // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
- View adView = findViewById(R.id.adview);
-
- // Hide the banner ad.
- AdHelper.hideAd(adView);
- }
-
- /* Hide the system bars.
- * SYSTEM_UI_FLAG_FULLSCREEN hides the status bar at the top of the screen.
- * SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN makes the root frame layout fill the area that is normally reserved for the status bar.
- * SYSTEM_UI_FLAG_HIDE_NAVIGATION hides the navigation bar on the bottom or right of the screen.
- * SYSTEM_UI_FLAG_IMMERSIVE_STICKY makes the status and navigation bars translucent and automatically re-hides them after they are shown.
- */
- rootFrameLayout.setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |
- View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY);
- } else { // Switch to normal viewing mode.
- // Remove the `SYSTEM_UI` flags from the root frame layout.
- rootFrameLayout.setSystemUiVisibility(0);
- }
-
- // Reload the ad for the free flavor if not in full screen mode.
- if (BuildConfig.FLAVOR.contentEquals("free") && !inFullScreenBrowsingMode) {
- // Get a handle for the ad view. This cannot be a class variable because it changes with each ad load.
- View adView = findViewById(R.id.adview);
-
- // Reload the ad. `getContext()` can be used instead of `getActivity.getApplicationContext()` once the minimum API >= 23.
- AdHelper.loadAd(adView, getApplicationContext(), activity, getString(R.string.ad_unit_id));
- }
+ // Exit the full screen video.
+ exitFullScreenVideo();
}
// Upload files.
<string name="privacy_mode">Privater Modus</string>
<string name="javascript_enabled">JavaScript aktiviert</string>
<string name="javascript_disabled">JavaScript deaktiviert</string>
+ <string name="cookies_enabled">Cookies aktiviert</string>
+ <string name="cookies_disabled">Cookies deaktiviert</string>
<string name="dom_storage_enabled">DOM-Speicher aktiviert</string>
<string name="dom_storage_disabled">DOM-Speicher deaktiviert</string>
<string name="form_data_enabled">Formulardaten aktiviert</string>
<string name="javascript">JavaScript</string>
<string name="refresh">Aktualisieren</string>
<string name="stop">Stop</string>
+ <string name="cookies">Cookies</string>
<string name="dom_storage">DOM-Speicher</string>
<string name="form_data">Formulardaten</string>
<string name="clear_data">Daten löschen</string>
<!-- Preferences. -->
<string name="privacy">Privatsphäre</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript ermöglicht es Websites, Programme (Scripts) auf Ihrem Gerät auszuführen.</string>
+ <string name="cookies_preference_summary">Cookie-Einstellungen gelten auf Anwendungs-Ebene.
+ Sind Cookies im aktiven Tab aktiviert, sind diese auch für alle Netzwerk-Anfragen anderer Tabs im Hintergrund aktiviert.</string>
<string name="dom_storage_preference">DOM-Speicher</string>
+ <string name="dom_storage_preference_summary">JavaScript muss aktiviert sein, damit der DOM-(Document Object Model)-Speicher funktioniert.</string>
<string name="save_form_data_preference">Formulardaten</string>
<string name="save_form_data_preference_summary">Mit gespeicherten Formulardaten können Formularfelder auf Websites automatisch ausgefüllt werden.</string>
<string name="user_agent">User Agent</string>
<!-- The form data part of this string can be removed once the minimum API >= 26. -->
<string name="clear_everything_summary">Löscht Cookies, DOM-Storage, Formular-Daten, das Logcat Systemlogbuch und den WebView-Cache, sowie die gesamten “app_webview”- und “cache”-Ordner.</string>
<string name="clear_cookies_preference">Cookies löschen</string>
+ <string name="clear_cookies_summary">Löscht Cookies.</string>
<string name="clear_dom_storage_preference">DOM Storage löschen</string>
<string name="clear_dom_storage_summary">Löscht DOM storage (aka Web Storage oder Supercookies).</string>
<string name="clear_form_data_preference">Formulardaten löschen</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="privacy_mode">Modo Privado</string>
<string name="javascript_enabled">Javascript habilitado</string>
<string name="javascript_disabled">Javascript deshabilitado</string>
+ <string name="cookies_enabled">Cookies habilitadas</string>
+ <string name="cookies_disabled">Cookies deshabilitadas</string>
<string name="dom_storage_enabled">Almacenamiento DOM habilitado</string>
<string name="dom_storage_disabled">Almacenamiento DOM deshabilitado</string>
<string name="form_data_enabled">Datos de formulario habilitados</string>
<string name="javascript">Javascript</string>
<string name="refresh">Actualizar</string>
<string name="stop">Parar</string>
+ <string name="cookies">Cookies</string>
<string name="dom_storage">Almacenamiento DOM</string>
<string name="form_data">Datos de formulario</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="clear_data">Borrar datos</string>
<!-- Preferences. -->
<string name="privacy">Privacidad</string>
- <string name="javascript_preference">Javascript</string>
<string name="javascript_preference_summary">Javascript permite a las webs ejecutar programas (scripts) en el dispositivo.</string>
+ <string name="cookies_preference_summary">Las cookies son un ajuste a nivel de aplicación.
+ Cuando la pestaña activa tiene las cookies habilitadas, cualquier solicitud de red realizada en segundo plano por otra pestaña también tiene las cookies habilitadas.</string>
<string name="dom_storage_preference">Almacenamiento DOM</string>
+ <string name="dom_storage_preference_summary">JavaScript debe estar activado para que el almacenamiento del Modelo de Objetos del Documento funcione.</string>
<string name="save_form_data_preference">Datos de formulario</string>
<string name="save_form_data_preference_summary">Los datos de formularios guardados pueden rellenar automáticamente las casillas o campos de las webs.</string>
<string name="user_agent">Agente de usuario</string>
<string name="clear_everything_summary">Borra cookies, almacenamiento DOM, datos de formulario, el logcat y la caché de WebView.
A continuación borra manualmente los directorios “app_webview” y “cache”.</string>
<string name="clear_cookies_preference">Borrar cookies</string>
+ <string name="clear_cookies_summary">Borra las cookies.</string>
<string name="clear_dom_storage_preference">Borrar almacenamiento DOM</string>
<string name="clear_dom_storage_summary">Borra el almacenamiento DOM.</string>
<string name="clear_form_data_preference">Borrar datos de formulario</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="privacy_mode">Mode privé</string>
<string name="javascript_enabled">JavaScript activé</string>
<string name="javascript_disabled">JavaScript désactivé</string>
+ <string name="cookies_enabled">Cookies activés</string>
+ <string name="cookies_disabled">Cookies désactivés</string>
<string name="dom_storage_enabled">Stockage du DOM activé</string>
<string name="dom_storage_disabled">Stockage du DOM désactivé</string>
<string name="form_data_enabled">Données de formulaires activé</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="clear_history">Vider l\'historique</string>
<string name="open">Ouvrir</string>
<string name="downloads">Téléchargements</string>
+ <string name="no_file_manager_detected">Le système ne peut pas détecter un gestionnaire de fichiers compatible.</string>
<string name="settings">Paramètres</string>
<string name="import_export">Importer/Exporter</string>
<string name="logcat">Journal système</string>
<string name="javascript">JavaScript</string>
<string name="refresh">Rafraîchir</string>
<string name="stop">Stop</string>
+ <string name="cookies">Cookies</string>
<string name="dom_storage">Stockage DOM</string>
<string name="form_data">Formulaire de données</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="clear_data">Effacer les données</string>
<string name="previous">Précédent</string>
<string name="next">Suivant</string>
+ <!-- Open Dialog. -->
+ <string name="file_is_mht">Le fichier est une archive web MHT.</string>
+ <string name="mht_checkbox_explanation">Parfois, les archives web MHT (MIME Encapsulated HTML) doivent être spécifiées manuellement pour être ouvertes correctement.</string>
+
<!-- Save Dialogs. -->
<string name="save_url">Enregistrer l\'URL</string>
<string name="save_archive">Enregistrer l\'archive</string>
<!-- Preferences. -->
<string name="privacy">Vie privée</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript permet aux sites web de lancer des programmes (scripts) sur le terminal.</string>
+ <string name="cookies_preference_summary">Les cookies sont un paramètre au niveau de l\'application. Lorsque l\'onglet actif a les cookies activés,
+ toute requête réseau effectuée en arrière-plan par un autre onglet a également les cookies activés.</string>
<string name="dom_storage_preference">Stockage du DOM</string>
+ <string name="dom_storage_preference_summary">JavaScript doit être activé pour que le stockage du Document Object Model fonctionne.</string>
<string name="save_form_data_preference">Formulaire de données</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="save_form_data_preference_summary">Les formulaires de données sauvegardés peuvent remplir automatiquement des champs sur les sites web.</string>
<string name="user_agent">User agent</string>
<string name="clear_everything_summary">Efface les cookies, le stockage DOM, les données de formulaire, le logcat et le cache de WebView.
Supprime ensuite manuellement les répertoires entiers «app_webview» et «cache».</string>
<string name="clear_cookies_preference">Effacer les cookies</string>
+ <string name="clear_cookies_summary">Efface les cookies.</string>
<string name="clear_dom_storage_preference">Effacer le stockage DOM</string>
<string name="clear_dom_storage_summary">Efface le stockage du DOM.</string>
<string name="clear_form_data_preference">Effacer les données de formulaire</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="privacy_mode">Modalità privata</string>
<string name="javascript_enabled">JavaScript abilitato</string>
<string name="javascript_disabled">JavaScript disabilitato</string>
+ <string name="cookies_enabled">Cookies abilitati</string>
+ <string name="cookies_disabled">Cookies disabilitati</string>
<string name="dom_storage_enabled">DOM Storage abilitato</string>
<string name="dom_storage_disabled">DOM Storage disabilitato</string>
<string name="form_data_enabled">Dati dei Moduli abilitati</string>
<string name="javascript">JavaScript</string>
<string name="refresh">Aggiorna</string>
<string name="stop">Stop</string>
+ <string name="cookies">Cookies</string>
<string name="dom_storage">DOM storage</string>
<string name="form_data">Dati dei moduli</string>
<string name="clear_data">Elimina dati</string>
<!-- Preferences. -->
<string name="privacy">Privacy</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">Permetti a JavaScript di eseguire programmi (script) sul dispositivo.</string>
+ <string name="cookies_preference_summary">I Cookies sono un\'impostazione a livello di app.
+ Quando la scheda attiva ha i cookies abilitati, anche ogni altra richiesta di rete effettuata in background da altre schede ha i cookies abilitati.</string>
<string name="dom_storage_preference">DOM Storage</string>
+ <string name="dom_storage_preference_summary">JavaScript deve essere abilitato per permettere il funzionamento del Document Object Model storage.</string>
<string name="save_form_data_preference">Dati dei moduli</string>
<string name="save_form_data_preference_summary">I dati dei moduli salvati permettono di auto-compilare i campi dei moduli nei siti web.</string>
<string name="user_agent">User agent</string>
<!-- The form data part of this string can be removed once the minimum API >= 26. -->
<string name="clear_everything_summary">Cancella i cookies, il DOM storage, i dati dei moduli, il logcat e la cache di WebView. Cancella completamente le cartelle “app_webview” e “cache”.</string>
<string name="clear_cookies_preference">Elimina i cookie</string>
+ <string name="clear_cookies_summary">Cancella i cookies.</string>
<string name="clear_dom_storage_preference">Elimina il DOM storage</string>
<string name="clear_dom_storage_summary">Cancella solo il DOM storage.</string>
<string name="clear_form_data_preference">Elimina i dati dei moduli</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="clear_form_data_summary">Cancella solo i dati dei moduli.</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
- <string name="clear_logcat_preference">Cancella logcat</string>
+ <string name="clear_logcat_preference">Elimina il logcat</string>
<string name="clear_logcat_summary">Cancella il logcat.</string>
<string name="clear_cache">Elimina la cache</string>
<string name="clear_cache_summary">Cancella solo la cache di WebView.</string>
<!-- Preferences. -->
<string name="privacy">Privacidade</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript permite que sites executem programas (scripts) no dispositivo.</string>
<string name="dom_storage_preference">Armazenamento DOM</string>
<string name="save_form_data_preference">Dados do formulário</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<string name="privacy_mode">Режим приватности</string>
<string name="javascript_enabled">JavaScript включен</string>
<string name="javascript_disabled">JavaScript отключен</string>
+ <string name="cookies_enabled">Cookie включены</string>
+ <string name="cookies_disabled">Cookie отключены</string>
<string name="dom_storage_enabled">DOM-хранилище включено</string>
<string name="dom_storage_disabled">DOM-хранилище отключено</string>
<string name="form_data_enabled">Данные формы включены</string>
<string name="javascript">JavaScript</string>
<string name="refresh">Обновить</string>
<string name="stop">Остановить</string>
+ <string name="cookies">Cookie</string>
<string name="dom_storage">DOM-хранилище</string>
<string name="form_data">Данные формы</string>
<string name="clear_data">Очистить данные</string>
<!-- Preferences. -->
<string name="privacy">Конфиденциальность</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript позволяет веб-сайтам запускать программы (скрипты) на устройстве.</string>
+ <string name="cookies_preference_summary">Файлы cookie - это настройка уровня приложения.
+ Включение cookie на активной вкладке также приведет к их включению и на фоновых вкладках для выполняемых сетевых запросов.</string>
<string name="dom_storage_preference">DOM-хранилище</string>
+ <string name="dom_storage_preference_summary">Для работы DOM-хранилища необходимо включить JavaScript.</string>
<string name="save_form_data_preference">Сохранение данных формы</string>
<string name="save_form_data_preference_summary">Сохраненные данные формы могут автоматически заполнять поля на веб-сайтах.</string>
<string name="user_agent">User agent</string>
<string name="hide_app_bar_summary">Скрывает панель приложения, которая содержит URL.</string>
<string name="clear_everything">Очистить все</string>
<!-- The form data part of this string can be removed once the minimum API >= 26. -->
- <string name="clear_everything_summary">Очищает файлы cookie, DOM-хранилище, данные форм, logcat и кэш WebView. После этого вручную удаляет каталоги "app_webview" и "cache".</string>
- <string name="clear_cookies_preference">Очистить файлы cookie</string>
+ <string name="clear_everything_summary">Очищает cookie, DOM-хранилище, данные форм, logcat и кэш WebView. После этого вручную удаляет каталоги "app_webview" и "cache".</string>
+ <string name="clear_cookies_preference">Очистить cookie</string>
+ <string name="clear_cookies_summary">Очищает cookie.</string>
<string name="clear_dom_storage_preference">Очистить DOM-хранилище</string>
<string name="clear_dom_storage_summary">Очищает DOM-хранилище.</string>
<string name="clear_form_data_preference">Очистка данных формы</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<!-- Preferences. -->
<string name="privacy">Gizlilik</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript, web sitelerin cihazdaki programları (scriptler) çalıştırmasına izin verir.</string>
<string name="dom_storage_preference">DOM depolama</string>
<string name="save_form_data_preference">Form verisi</string> <!-- The form data strings can be removed once the minimum API >= 26. -->
<!-- Preferences. -->
<string name="privacy">Privacy</string>
- <string name="javascript_preference">JavaScript</string>
<string name="javascript_preference_summary">JavaScript allows websites to run programs (scripts) on the device.</string>
- <string name="cookies_preference">Cookies</string>
<string name="cookies_preference_summary">Cookies are an app level setting. When the active tab has cookies enabled,
any network request made in the background by another tab also has cookies enabled.</string>
<string name="dom_storage_preference">DOM storage</string>
<SwitchPreference
android:key="javascript"
- android:title="@string/javascript_preference"
+ android:title="@string/javascript"
android:summary="@string/javascript_preference_summary"
android:defaultValue="false" />
<SwitchPreference
android:key="cookies"
- android:title="@string/cookies_preference"
+ android:title="@string/cookies"
android:summary="@string/cookies_preference_summary"
android:defaultValue="false" />