source: extensions/Force_HTTPS/language/es_ES/plugin.lang.php @ 22911

Last change on this file since 22911 was 22911, checked in by TranslationTeam, 11 years ago

[force_https] Add es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['fhp_about'] = 'Acerca de';
24$lang['fhp_activate_sts_comment'] = 'Seguridad Estricta del Transporte Activo HTTP(HSTS) <br/> Esta opción debe activarse si posee un certificado TLS firmado. No tiene ningún efecto si "Fuerza HTTPS" está apagado <br/><br/> <i>HSTS es un mecanismo de seguridad web mediante el cual el servidor web declara el navegador web para interactuar con él utilizando sólo conexiones HTTPS seguras. Cuando HSTS está activo, un campo de cabecera "Strict-Transport-Security" se coloca en la cabecera http, y cualquier vínculo a sitios se sustituye automáticamente por un enlace seguro.<br/></i>';
25$lang['fhp_activate_sts_label'] = 'Utilisa STS';
26$lang['fhp_description'] = 'Este plugin viene a llenar un vacío de seguridad en Piwigo. Permite a los administradores forzar el uso de conexiones seguras SSL para navegar en Piwigo (cuando https está disponible en el servidor de hosting). <br>Es muy recomendable utilizar conexiones seguras para proteger usuario y contraseña transmisiones.';
27$lang['fhp_force_https_comment'] = 'Activa esta opción para forzar los clientes a conectarse a Piwigo a través de una conexión segura.';
28$lang['fhp_force_https_label'] = 'Forzar HTTPS';
29$lang['fhp_force_https_warning'] = '<b> Advertencia! </b> Antes de activar la conexión segura, por favor verifique si su servidor soporta https. Puede hacer clic en el siguiente enlace para probar (carga esta página en modo https).';
30$lang['fhp_options_group'] = 'Opciones';
31$lang['fhp_security_group'] = 'Ajustes de seguridad';
32$lang['fhp_sts_maxage_comment'] = 'STS max-age en segundos';
33$lang['fhp_sts_maxage_label'] = 'STS max-age';
34$lang['fhp_submit'] = 'Enviar';
35$lang['fhp_test_https_link'] = 'Pruebe esta página en https (ventana popup)';
36?>
Note: See TracBrowser for help on using the repository browser.