]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-fr/strings.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / values-fr / strings.xml
index ffea456986bfd8052754503d7584e768871f3017..0dfa7c2ab96904189787c17b9fb148df8030dc54 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
 <!--
   Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2021 Kévin L. <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2021-2022 Kévin L. <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
     <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
         Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
     <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
         Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
-    <string name="secure_from_stingray">Votre appareil est connecté à un réseau 5G standalone.\n\nIl est protégé contre les attaques du type man-in-the-middle par des IMSI catcher.</string>
-    <string name="not_secure_from_stingray">Votre appareil n\'est pas connecté à un réseau 5G standalone.\n\nIl n\'est pas protégé contre les attaques du type man-in-the-middle par des IMSI catcher.</string>
     <string name="voice_network">Réseau voix : \u0020 %1$s</string>
     <string name="data_network">Réseau de données : \u0020 %1$s</string>
     <string name="additional_network_info">Informations réseau additionnelles : \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
     <string name="settings">Réglages</string>
     <string name="voice_network">Réseau voix : \u0020 %1$s</string>
     <string name="data_network">Réseau de données : \u0020 %1$s</string>
     <string name="additional_network_info">Informations réseau additionnelles : \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
     <string name="settings">Réglages</string>
+    <string name="protocols">Protocoles</string>
     <string name="logcat">Logcat</string>
     <string name="permissions">Autorisations</string>
     <string name="privacy_policy">Politique de confidentialité</string>
     <string name="logcat">Logcat</string>
     <string name="permissions">Autorisations</string>
     <string name="privacy_policy">Politique de confidentialité</string>
     <string name="forum">Forum</string>
     <string name="donations">Dons</string>
 
     <string name="forum">Forum</string>
     <string name="donations">Dons</string>
 
+    <!-- Protocol families. -->
+    <string name="protocol_2g">2G</string>
+    <string name="protocol_3g">3G</string>
+    <string name="protocol_4g">4G</string>
+    <string name="protocol_5g">5G</string>
+    <string name="protocol_other">Autres</string>
+
     <!-- Network types. -->
     <string name="unknown">Inconnu</string>
     <string name="gprs">GPRS – 2.5G/3G</string>
     <!-- Network types. -->
     <string name="unknown">Inconnu</string>
     <string name="gprs">GPRS – 2.5G/3G</string>
     <string name="secure">Sécurisé</string>
     <string name="insecure">Non-sécurisé</string>
     <string name="secure_network">Vous êtes connecté à un réseau sécurisé.</string>
     <string name="secure">Sécurisé</string>
     <string name="insecure">Non-sécurisé</string>
     <string name="secure_network">Vous êtes connecté à un réseau sécurisé.</string>
-    <string name="insecure_network">You are not connected to a secure network.</string>
     <string name="unknown_network">La sécurité du réseau est inconnue.</string>
     <string name="secure_network_channel">Réseau sécurisé</string>
     <string name="insecure_network_channel">Réseau non-sécurisé</string>
     <string name="unknown_network">La sécurité du réseau est inconnue.</string>
     <string name="secure_network_channel">Réseau sécurisé</string>
     <string name="insecure_network_channel">Réseau non-sécurisé</string>