]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-es/strings.xml
Add a higher level warning for antiquated protocols. https://redmine.stoutner.com...
[PrivacyCell.git] / app / src / main / res / values-es / strings.xml
index 4651b8ea33b213e66110405f44463696649d2b70..1028db80c1ea1b6dee610eaef73d3e16f01fd897 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2021 Jose A. León.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2021-2022 Jose A. León.  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">Su dispositivo está conectado a una red 5G independiente.\n\n Está protegido de los ataques \"stingray IMSI man-in-the-middle\".</string>
-    <string name="not_secure_from_stingray">Su dispositivo no está conectado a una red 5G independiente.\n\n No está protegido de los ataques \"stingray IMSI man-in-the-middle\".</string>
     <string name="voice_network">Red de voz: \u0020 %1$s</string>
     <string name="data_network">Red de datos: \u0020 %1$s</string>
     <string name="additional_network_info">Información adicional sobre la red: \u0020 %1$s</string>
 
     <!-- Navigation menu. -->
     <string name="settings">Ajustes</string>
+    <string name="protocols">Protocolos</string>
     <string name="logcat">Logcat</string>
     <string name="permissions">Permisos</string>
     <string name="privacy_policy">Política de privacidad</string>
     <string name="forum">Foro</string>
     <string name="donations">Donaciones</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">Otro</string>
+
     <!-- Network types. -->
     <string name="unknown">Desconocido</string>
     <string name="gprs">GPRS – 2.5G/3G</string>
     <string name="secure">Seguro</string>
     <string name="insecure">Inseguro</string>
     <string name="secure_network">Estás conectado a una red segura.</string>
-    <string name="insecure_network">No estás conectado a una red segura.</string>
     <string name="unknown_network">La seguridad de la red es desconocida.</string>
     <string name="secure_network_channel">Red segura</string>
     <string name="insecure_network_channel">Red insegura</string>