]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-it/strings.xml
Migrate five classes to Kotlin. https://redmine.stoutner.com/issues/950
[PrivacyBrowserAndroid.git] / app / src / main / res / values-it / strings.xml
index 7c7d3d16a9e390f424d72ccb346cdde2673f896d..3fde1f5c89fbd8239489d8aa5868fb82bfadb480 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2017-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017-2023 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017-2022 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2023 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
     <string name="file_is_mht">Questo file รจ un archivio web MHT.</string>
     <string name="mht_checkbox_explanation">Talvolta gli archivi web del tipo MIME Encapsulated HTML (MHT) devono essere specificati manualmente per essere aperti correttamente.</string>
 
-    <!-- Save Dialog.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+    <!-- Save Dialog.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.  `%%` writes a literal `%`.
         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">Salva URL</string>
     <string name="save_archive">Salva Archivio</string>
     <string name="bytes">byte</string>
     <string name="unknown_size">Dimensione sconosciuta</string>
     <string name="invalid_url">URL non valida</string>
-    <string name="saving_file">Salvataggio file:</string>
+    <string name="saving_file">Salvataggio file: \u0020 %1$d%% - %2$s</string>
+    <string name="saving_file_progress">Salvataggio file: \u0020 %1$s byte - %2$s</string>
+    <string name="saving_file_percentage_progress">Salvataggio file: \u0020 %1$d%% - %2$s byte / %3$s byte - %4$s</string>
     <string name="processing_image">Creazione immagine: \u0020 %1$s</string>
     <string name="error_saving_file">Error di salvataggio di %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Errore sconosciuto</string>
         <string name="default_label">Default</string>
         <string name="default_allowed">Default - Permessa</string>
         <string name="allowed">Permessa</string>
+        <string name="request_allowed">%1$d. Permessa</string>
         <string name="allowed_plural">Permesse</string>
         <string name="third_party_plural">Terze parti</string>
         <string name="third_party_blocked">Terze parti - Bloccate</string>
         <string name="blocked">Bloccata</string>
+        <string name="request_blocked">%1$d. Bloccata</string>
         <string name="blocked_plural">Bloccate</string>
     <string name="blocklist">Blocklist</string>
     <string name="sublist">Sublist</string>
     <string name="export">Esporta</string>
     <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="privacy_browser_settings_pbs">Privacy Browser Settings %1$s.pbs</string>
+    <string name="privacy_browser_settings_pbs_aes">Privacy Browser Settings %1$s.pbs.aes</string>
     <string name="export_successful">Esportazione riuscita</string>
     <string name="export_failed">Esportazione fallita: \u0020 %1$s</string>
     <string name="import_failed">Importazione fallita: \u0020 %1$s</string>