]> 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 554396736a507fc234f88a925eb460fc0be95774..0dfa7c2ab96904189787c17b9fb148df8030dc54 100644 (file)
@@ -1,7 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
-  Copyright © 2021 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>.
 
     <!-- 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="protocols">Protocoles</string>
+    <string name="logcat">Logcat</string>
     <string name="permissions">Autorisations</string>
     <string name="privacy_policy">Politique de confidentialité</string>
     <string name="changelog">Historique des modifications</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>
     <string name="nr_nsa_detail">New Radio Non-Standalone</string>
     <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
     <string name="nr_nsa_mmwave_detail">New Radio Non-Standalone millimeter Wave</string>
+    <string name="nr_advanced">NR Advanced – 5G</string>
+    <string name="nr_advanced_detail">New Radio Advanced</string>
 
     <!-- Phone permission dialog. -->
     <string name="phone_permission">Autorisations</string>
     <string name="ok">OK</string>
 
     <!-- Dialogs. -->
-    <string name="stingrays">Stingrays</string>
+    <string name="stingrays">IMSI-catcher</string>
     <string name="close">Fermer</string>
+
+    <!-- Settings. -->
+    <string name="monitoring">Supervision</string>
+    <string name="realtime_monitoring">Supervision en temps-réel</string>
+    <string name="realtime_monitoring_summary">Placez une icône dans la barre d\'état qui surveille le réseau cellulaire.</string>
+    <string name="secure_network_notification">Notification de réseau sécurisé</string>
+    <string name="insecure_network_notification">Notification de réseau non sécurisé</string>
+    <string name="interface_title">Interface</string>
+    <string name="bottom_app_bar">Barre d\'apps inférieure</string>
+    <string name="bottom_app_bar_summary">Déplacer la barre d\'apps en bas de l\'écran. La modification de ce paramètre entraîne le redémarrage de Privacy Cell.</string>
+
+    <!-- Logcat.  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="copy_string">Copier</string>
+    <string name="save">Sauvegarder</string>
+    <string name="clear">Nettoyer</string>
+    <string name="logcat_copied">Logcat copié.</string>
+    <string name="privacy_cell_logcat_txt">Privacy Cell Logcat.txt</string>
+    <string name="logcat_saved">%1$s sauvegardé.</string>
+    <string name="error_saving_logcat">Erreur de sauvegarde du logcat: \u0020 %1$s</string>
+
+    <!-- Notifications. -->
+    <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="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_channel">Réseau inconnu</string>
 </resources>
\ No newline at end of file