diff options
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index a66cda61ff5..7d32d822645 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -107,13 +107,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "La cabecera HTTP \"{header}\" no está configurada como {val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de referencia. Ver la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recomendación del W3C ↗</a>.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{seconds}\" segundos. Para mejorar la seguridad, se recomienda activar HSTS como se describe en los <a href=\"{docUrl}\" rel=\"noreferrer noopener\">trucos de seguridad ↗</a>.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Se está accediento al sitio de manera insegura vía HTTP. Se recomienda encarecidamente configurar el servidor para que requiera HTTPS, como se describe en los <a href=\"{docUrl}\">consejos de seguridad ↗</a>.", - "Non-existing tag #{tag}" : "Categoría #{tag} no existente", - "restricted" : "Restringido", - "invisible" : "invisible", - "Delete" : "Eliminar", - "Rename" : "Renombrar", - "Collaborative tags" : "Etiquetas colaborativas", - "No tags found" : "No se encontraron etiquetas", "unknown text" : "texto desconocido", "Hello world!" : "¡Hola, mundo!", "sunny" : "soleado", @@ -242,6 +235,13 @@ OC.L10N.register( "Strong password" : "Contraseña muy buena", "No action available" : "No hay acciones disponibles", "Error fetching contact actions" : "Error recuperando las acciones de los contactos", + "Non-existing tag #{tag}" : "Categoría #{tag} no existente", + "restricted" : "Restringido", + "invisible" : "invisible", + "Delete" : "Eliminar", + "Rename" : "Renombrar", + "Collaborative tags" : "Etiquetas colaborativas", + "No tags found" : "No se encontraron etiquetas", "Personal" : "Personal", "Users" : "Usuarios", "Apps" : "Aplicaciones", |