]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-fr/strings.xml
Release 1.5.
[PrivacyCell.git] / app / src / main / res / values-fr / strings.xml
index ebf3c6b1de877357c19952057f4bf2c8fa6e24d1..029e29a6640303f6c0cffe6b203cf3c2e6b20fd6 100644 (file)
@@ -38,6 +38,7 @@
 
     <!-- Navigation menu. -->
     <string name="settings">Réglages</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="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="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">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>