From 219f37496bd9ee8bb9c1348b5d4ddf4043e3046d Mon Sep 17 00:00:00 2001 From: nobody42 <5514211-nobody42@users.noreply.gitlab.com> Date: Sat, 4 Apr 2020 15:06:27 +0000 Subject: [PATCH 1/2] Updated README.md (cherry picked from commit f05a62266e425d0049671c1d5950204077609e61) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 488e3651..9c34e4ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ LocalCDN (forked from Decentraleyes) ============= -A web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://decentraleyes.org/test/) to find out if you are properly protected. For more information, please read this [basic introduction from Decentraleyes](https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction) or our [Wiki pages](https://gitlab.com/nobody42/localcdn/-/wikis/home). +A web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://localcdn.de/test/) to find out if you are properly protected. For more information, please read this [basic introduction from Decentraleyes](https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction) or our [Wiki pages](https://gitlab.com/nobody42/localcdn/-/wikis/home). ## Differences between LocalCDN and Decentraleyes @@ -25,7 +25,7 @@ The whole Internet is full of different frameworks and CDNs that negatively affe ### :warning: **Important** :warning: -In some cases, it isn't possible to use our framework because the website sets up a strong "Same Origin Policy" (SOP). Please read [Broken JavaScript or CSS on some websites](https://gitlab.com/nobody42/localcdn/-/wikis/Broken-JavaScript-or-CSS-on-some-websites) before opening an issue. +In some cases, it isn't possible to use our framework because the website sets up a strong "Same Origin Policy" (SOP). Please read [Broken JavaScript or CSS on some websites](https://gitlab.com/nobody42/localcdn/-/wikis/faq/Broken-JavaScript-or-CSS-on-some-websites) before opening an issue. On behalf of everyone: Thank you! From 304cc244f543240a9e07dae4e227a0005f001196 Mon Sep 17 00:00:00 2001 From: Booteille Date: Fri, 17 Apr 2020 06:05:43 +0000 Subject: [PATCH 2/2] Update french translation --- _locales/fr/messages.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 0cb100c5..9d57aa3a 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -76,35 +76,35 @@ "description": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix." }, "lastUpdate": { - "message": "", + "message": "Dernière mise à jour : ", "description": "Last update." }, "copyRuleSet": { - "message": "", + "message": "Copier", "description": "Text of button to copy ruleset." }, "loggingTitle": { - "message": "", + "message": "Activer la journalisation dans la console du navigateur", "description": "Enable logging in browser console." }, "loggingDescription": { - "message": "", + "message": "Ouvrez la \"Console du Navigateur\" ( CTRL + ALT + J ) pour affichier les ressources manquantes", "description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources." }, "hideReleaseNotesTitle": { - "message": "", + "message": "Désactiver les notes de changement", "description": "Disable release notes" }, "hideReleaseNotesDescription": { - "message": "", + "message": "Si activé, vous ne recevrez plus d'informations à propos des dernières fonctionnalités de LocalCDN. Cela inclu les informations au sujet des règles uBlock/uMatrix.", "description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules." }, "featureBreaksWebsitesDescription": { - "message": "", + "message": "Cette fonctionnalité casse les sites internet. Ne la laissez pas activée, à moins que vous ne soyez prêt à mettre manuellement sur liste blanche tout domaine affecté.", "description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains." }, "featureBreaksWebsitesButton": { - "message": "", + "message": "Désactiver", "description": "Disable" } }