]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-it/strings.xml
Replace all instances of `startActivityForResult()` with `registerForActivityResult...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-it / strings.xml
index be1697eb56cd6a0fc5c1002879194d3c7bbffa1f..f02a29a6191d2b2e9aaf40a7d26699c20d179dbc 100644 (file)
     <string name="settings">Impostazioni</string>
     <string name="import_export">Importa/Esporta</string>
     <string name="logcat">Logcat</string>
+    <string name="webview_devtools">WebView DevTools</string>
     <string name="guide">Guida</string>
     <string name="about">Informazioni</string>
 
     <string name="invalid_url">URL non valida</string>
     <string name="saving_file">Salvataggio file:</string>
     <string name="processing_image">Creazione immagine… :</string>
+    <string name="error_saving_file">Error di salvataggio di %1$s: \u0020 %2$s</string>
+    <string name="unknown_error">Errore sconosciuto</string>
 
     <!-- View Source. -->
     <string name="request_headers">Richiesta Intestazioni</string>
         <string name="saved_ip_addresses">Indirizzi IP salvati</string>
         <string name="current_ip_addresses">Indirizzi IP attuali</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">Cifratura</string>
     <string-array name="encryption_type">
         <item>Nessuna</item>
     <string name="import_button">Importa</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Decripta</string>
     <string name="export_successful">Esportazione riuscita</string>
-    <string name="export_failed">Esportazione fallita:</string>
-    <string name="import_failed">Importazione fallita:</string>
+    <string name="export_failed">Esportazione fallita:  %1$s</string>
+    <string name="import_failed">Importazione fallita:  %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> -->
         <string name="swipe_to_refresh">Swipe per aggiornare</string>
         <string name="swipe_to_refresh_summary">Alcuni siti non funzionano correttamente se questa opzione è abilitata.</string>
         <string name="download_with_external_app">Scarica con una applicazione esterna</string>
+        <string name="download_with_external_app_summary">Le applicazioni esterne non rispetteranno le impostazioni proxy di Privacy Browser’s proxy e non accederanno ai cookie
+            (ovvero è improbabile che un download di file da siti che richiedano il login funzioni).</string>
         <string name="scroll_app_bar">Permetti lo scrolling della barra dell\'applicazione</string>
         <string name="scroll_app_bar_summary">Permette lo scorrere della barra dell\'applicazione dalla parte alta dello schermo quando si effettua lo scrolling.</string>
         <string name="bottom_app_bar">Barra dell\'app in basso</string>