]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-fr/strings.xml
Convert five AsyncTasks to Kotlin. https://redmine.stoutner.com/issues/931
[PrivacyBrowserAndroid.git] / app / src / main / res / values-fr / strings.xml
index de4de5c239ea678f97576e3d5c6c15a77e065e5e..476012b14aaa2cf7182d06f0301c1f183fa83a08 100644 (file)
     <string name="unknown_size">taille inconnue</string>
     <string name="invalid_url">URL invalide</string>
     <string name="saving_file">Enregistrement du fichier :</string>
-    <string name="processing_image">Traitement de l\'image… :</string>
+    <string name="processing_image">Traitement de l\'image: \u0020 %1$s</string>
     <string name="error_saving_file">Erreur lors de l\'enregistrement de %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Erreur inconnue</string>
 
         <string name="saved_ip_addresses">Adresse(s) IP sauvegardée(s)</string>
         <string name="current_ip_addresses">Adresse(s) IP courante(s)</string>
 
-    <!-- Import/Export. -->
+    <!-- Import/Export.  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.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="encryption">Chiffrement</string>
     <string-array name="encryption_type">
         <item>Aucun</item>
     <string name="import_button">Importer</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Déchiffrer</string>
     <string name="export_successful">Export effectué.</string>
-    <string name="export_failed">L\'export a échoué :</string>
-    <string name="import_failed">L\'import a échoué :</string>
+    <string name="export_failed">L\'export a échoué : %1$s</string>
+    <string name="import_failed">L\'import a échoué : %1$s</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.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->