]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-es/strings.xml
Add options to copy, share, and save View Headers. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-es / strings.xml
index 4fec6f3834bbac707f1a6e410bed69a683a8df0c..87feb9119e4e960cc1bfc6b8342d6b347239943d 100644 (file)
     <string name="error_saving_file">Error al guardar %1$s:\u0020 %2$s</string>
     <string name="unknown_error">Error desconocido</string>
 
-    <!-- View Headers. -->
+    <!-- View Headers. 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.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
+    <string name="colon">: \u0020</string>
+    <string name="ssl_information">Información sobre SSL</string>
+    <string name="applied_cipher">Cifrado aplicado</string>
+    <string name="peer_principal">Pares principales</string>
+    <string name="certificate_type">Tipo de certificado</string>
+    <string name="certificate_hash_code">Código hash del certificado</string>
+    <string name="ciphers">Cifrados</string>
+    <string name="available_ciphers">Cifrados disponibles</string>
+    <string name="certificate">Certificado</string>
     <string name="request_headers">Cabeceras de solicitud</string>
     <string name="response_message">Mensaje de respuesta</string>
     <string name="response_headers">Cabeceras de respuesta</string>