]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-fr/strings.xml
Don't replace a high resolution favorite icon with a lower resolution one. https...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-fr / strings.xml
index 19bab3ffa5c599a2a1233c73858a7a8586cbcd9d..b7aba5399f99ff726ac5044becbb507ed39e8f7d 100644 (file)
@@ -43,7 +43,8 @@
     <string name="form_data_deleted">Données de formulaires supprimées</string>
     <string name="open_navigation_drawer">Ouvrir le panneau de navigation</string>
     <string name="close_navigation_drawer">Fermer le panneau de navigation</string>
-    <string name="unrecognized_url">URL inconnue:</string>
+    <string name="pin_drawer">Épingler le panneau</string>
+    <string name="unrecognized_url">URL inconnue :</string>
     <string name="add_tab">Ajouter un onglet</string>
     <string name="close_tab">Fermer l\'onglet</string>
     <string name="new_tab">Nouvel onglet</string>
     <string name="close">Fermer</string>
     <string name="domain">Domaine</string>
     <string name="domain_label">Domaine :</string>
-    <string name="ip_addresses">Addresse(s) IP:</string>
+    <string name="ip_addresses">Addresse(s) IP :</string>
     <string name="issued_to">Delivré à</string>
     <string name="issued_by">Délivré par</string>
-    <string name="common_name">Nom courant (CN):</string>
-    <string name="organization">Organisation (O):</string>
-    <string name="organizational_unit">Unité Organisationelle (OU):</string>
+    <string name="common_name">Nom courant (CN) :</string>
+    <string name="organization">Organisation (O) :</string>
+    <string name="organizational_unit">Unité Organisationelle (OU) :</string>
     <string name="valid_dates">Dates de validités</string>
-    <string name="start_date">Début:</string>
-    <string name="end_date">Fin:</string>
+    <string name="start_date">Début :</string>
+    <string name="end_date">Fin :</string>
 
     <!-- SSL Certificate Error. -->
     <string name="ssl_certificate_error">Erreur de certificat SSL</string>
     <string name="settings">Paramètres</string>
     <string name="import_export">Importer/Exporter</string>
     <string name="logcat">Journal système</string>
+    <string name="webview_devtools">WebView DevTools</string>
     <string name="guide">Guide</string>
     <string name="about">À propos</string>
 
     <string name="file_is_mht">Le fichier est une archive web MHT.</string>
     <string name="mht_checkbox_explanation">Parfois, les archives web MHT (MIME Encapsulated HTML) doivent être spécifiées manuellement pour être ouvertes correctement.</string>
 
-    <!-- Save Dialog. -->
+    <!-- Save Dialog.  The `%*$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="save_url">Enregistrer l\'URL</string>
     <string name="save_archive">Enregistrer l\'archive</string>
     <string name="save_text">Sauvegarder le texte</string>
     <string name="unknown_size">taille inconnue</string>
     <string name="invalid_url">URL invalide</string>
     <string name="saving_file">Enregistrement du fichier :</string>
-    <string name="file_saved">Fichier enregistré :</string>
-    <string name="processing_image">Traitement de l\'image… :</string>
-    <string name="image_saved">Image sauvegardée :</string>
-    <string name="error_saving_file">Erreur lors de l\'enregistrement du fichier :</string>
+    <string name="processing_image">Traitement de l\'image : %1$s</string>
+    <string name="error_saving_file">Erreur lors de l\'enregistrement de %1$s : %2$s</string>
+    <string name="unknown_error">Erreur inconnue</string>
 
     <!-- View Source. -->
     <string name="request_headers">En-tête de la requête</string>
     <!-- Bookmarks. -->
     <string name="bookmarks">Favoris</string>
     <string name="database_view">Voir base de données</string>
-    <string name="bookmark_opened_in_background">Le favori a été ouvert dans un onglet en arrière-plan.</string>
     <string name="create_bookmark">Créer un favori</string>
     <string name="create_folder">Créer un dossier</string>
     <string name="current_bookmark_icon">Icône actuelle</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.  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.-->
+    <!-- Logcat.  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="copy_string">Copie</string>
     <string name="clear">Vider</string>
     <string name="logcat_copied">Journal système copié.</string>
     <string name="privacy_browser_logcat_txt">Privacy Browser %1$s Logcat.txt</string>
     <string name="saved">%1$s sauvegardé.</string>
-    <string name="error_saving_logcat">Erreur de sauvegarde du logcat: \u0020 %1$s</string>
+    <string name="error_saving_logcat">Erreur de sauvegarde du logcat : %1$s</string>
 
     <!-- Guide. -->
     <string name="overview">Présentation</string>
     <string name="ssl_certificates">Certificats SSL</string>
     <string name="proxies">Proxies</string>
     <string name="tracking_ids">ID de suivi</string>
+    <string name="gui">Interface</string>
 
     <!-- Proxy. -->
     <string name="orbot_not_installed_title">Orbot non installé</string>
     <string name="waiting_for_orbot">En attente de la connexion d\'Orbot.</string>
     <string name="custom_proxy_invalid">L\'URL du proxy personnalisé n\'est pas valide.</string>
 
-    <!-- About Activity.  The `%1$s` code inserts variables into the displayed text and should be preserved in translation. -->
+    <!-- About Activity.  The `%*$*` code inserts variables into the displayed text and should be preserved in translation. <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="about_privacy_browser">À propos</string>
     <string name="version">Version</string>
-        <string name="version_code">Code de la version</string>
+        <string name="version_code">Version %1$s (Code de la version %2$d)</string>
         <string name="hardware">Matériel</string>
             <string name="brand">Marque :</string>
             <string name="manufacturer">Constructeur :</string>
             <string name="radio">Radio :</string>
         <string name="software">Logiciel</string>
             <string name="android">Android :</string>
-            <string name="api">API</string>
+            <string name="api">%1$s (API %2$d)</string>
             <string name="security_patch">MAJ de sécurité :</string>
             <string name="build">Version :</string>
             <string name="kernel">Noyau:</string>
             <string name="webview_version">Version WebView :</string>
             <string name="orbot">Orbot :</string>
             <string name="i2p">I2P :</string>
+                <string name="fdroid_flavor">%1$s (Version F-Droid)</string>
+                <string name="google_play_flavor">%1$s (Version Google Play)</string>
             <string name="openkeychain">OpenKeychain :</string>
         <string name="memory_usage">Utilisation de la mémoire</string>
             <string name="app_consumed_memory">Mémoire consommée par l\'application :</string>
         <string name="swipe_to_refresh">Glisser pour rafraîchir</string>
         <string name="swipe_to_refresh_summary">Certains sites Web ne fonctionnent pas bien lorsque "Glisser pour rafraîchir" est activé.</string>
         <string name="download_with_external_app">Téléchargement avec une app externe</string>
-        <string name="download_with_external_app_summary">Utiliser une application externe pour télécharger des fichiers.</string>
+        <string name="download_with_external_app_summary">Les applications externes ne tiendront pas compte des paramètres proxy de Privacy Browseret n\'auront pas accès aux cookies
+            (ce qui signifie qu\'il est peu probable que les fichiers téléchargés à partir de sites nécessitant une identification fonctionnent).</string>
         <string name="bottom_app_bar">Barre d\'application en bas</string>
         <string name="bottom_app_bar_summary">Déplacer la barre d\'application vers le bas de l\'écran. La modification de ce paramètre entraîne le redémarrage de Privacy Browser.</string>
         <string name="scroll_app_bar">Défilement barre d\'applications</string>