]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-it/strings.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / values-it / strings.xml
index 235dabd345c88e76030a21c2beaa75ff092a1aba..ee7e1ebaef04ea4ca55d77abeab6e47d6a5e0253 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2021 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2021-2022 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
     <!-- Text views.  The `\n\n` code inserts a line break and should be preserved in translations.
         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="secure_from_stingray">Il tuo dispositivo è connesso a una rete 5G autonoma.\n\nLa rete è sicura da attacchi del tipo stingray IMSI man-in-the-middle.</string>
-    <string name="not_secure_from_stingray">Il tuo dispositivo non è connesso a una rete 5G autonoma.\n\nLa rete non è sicura da attacchi del tipo stingray IMSI man-in-the-middle.</string>
     <string name="voice_network">Rete voce: \u0020 %1$s</string>
     <string name="data_network">Rete dati: \u0020 %1$s</string>
     <string name="additional_network_info">Informazioni aggiuntive sulla rete: \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
     <string name="settings">Impostazioni</string>
+    <string name="protocols">Protocolli</string>
     <string name="logcat">Logcat</string>
     <string name="permissions">Autorizzazioni</string>
     <string name="privacy_policy">Privacy Policy</string>
     <string name="forum">Forum</string>
     <string name="donations">Donazioni</string>
 
+    <!-- Protocol families. -->
+    <string name="protocol_2g">2G</string>
+    <string name="protocol_3g">3G</string>
+    <string name="protocol_4g">4G</string>
+    <string name="protocol_5g">5G</string>
+    <string name="protocol_other">Altri</string>
+
     <!-- Network types. -->
     <string name="unknown">Sconosciuta</string>
     <string name="gprs">GPRS – 2.5G/3G</string>
     <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>