]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-it/strings.xml
Fix problems with the realtime notifications. https://redmine.stoutner.com/issues/764
[PrivacyCell.git] / app / src / main / res / values-it / strings.xml
index dced7a2c54a51db00b0a82975f11cfe06438768c..dd2198359b6541390923dff4b2fabd87a8e38db5 100644 (file)
@@ -37,6 +37,8 @@
     <string name="additional_network_info">Informazioni aggiuntive sulla rete: \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
+    <string name="settings">Impostazioni</string>
+    <string name="logcat">Logcat</string>
     <string name="permissions">Autorizzazioni</string>
     <string name="privacy_policy">Privacy Policy</string>
     <string name="changelog">Changelog</string>
     <!-- Dialogs. -->
     <string name="stingrays">Stingray</string>
     <string name="close">Chiudi</string>
+
+    <!-- Settings. -->
+    <string name="monitoring">Monitoraggio</string>
+    <string name="realtime_monitoring">Monitoraggio in tempo reale</string>
+    <string name="realtime_monitoring_summary">Aggiunge un\'icona nella barra di stato che monitora la rete cellulare.</string>
+    <string name="secure_network_notification">Notifica di rete sicura</string>
+    <string name="insecure_network_notification">Notifica di rete insicura</string>
+    <string name="interface_title">Interfaccia</string>
+    <string name="bottom_app_bar">Barra dell\'app in basso</string>
+    <string name="bottom_app_bar_summary">Sposta la barra dell\'app nella parte inferiore dello schermo.  La modifica di questa impostazione provoca il riavvio di 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">Copia</string>
+    <string name="save">Salva</string>
+    <string name="clear">Cancella</string>
+    <string name="logcat_copied">Logcat copiato.</string>
+    <string name="privacy_cell_logcat_txt">Privacy Cell Logcat.txt</string>
+    <string name="logcat_saved">%1$s salvato.</string>
+    <string name="error_saving_logcat">Errore salvataggio logcat: \u0020 %1$s</string>
+
+    <!-- Notifications. -->
+    <string name="secure">Sicura</string>
+    <string name="insecure">Insicura</string>
+    <string name="secure_network">Sei connesso ad una rete sicura.</string>
+    <string name="insecure_network">Non sei connesso ad una rete sicura.</string>
+    <string name="unknown_network">Il livello di sicurezza della rete รจ sconosciuto.</string>
+    <string name="secure_network_channel">Rete sicura</string>
+    <string name="insecure_network_channel">Rete insicura</string>
+    <string name="unknown_network_channel">Rete sconosciuta</string>
 </resources>
\ No newline at end of file