]> 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 5747a0341e4431d53ac6ea0d8f4112fc9af46805..1028db80c1ea1b6dee610eaef73d3e16f01fd897 100644 (file)
@@ -1,7 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  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="nr_nsa_detail">New Radio Non-Standalone</string>
     <string name="nr_nsa_mmwave">NR NSA mmWave – 4G/5G</string>
     <string name="nr_nsa_mmwave_detail">New Radio Non-Standalone millimeter Wave</string>
+    <string name="nr_advanced">NR Avanzado – 5G</string>
+    <string name="nr_advanced_detail">Nueva Radio Avanzada</string>
 
     <!-- Phone permission dialog. -->
     <string name="phone_permission">Permiso telefónico</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">Copiar</string>
+    <string name="copy_string">Copiar</string>
     <string name="save">Guardar</string>
     <string name="clear">Limpiar</string>
     <string name="logcat_copied">Logcat copiado.</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>