Sergio Cambra
2014-06-27 9df44a90fd7fd57693899ccbe2231955a48fe64b
interface/web/login/lib/lang/es_login_as.lng
@@ -1,11 +1,8 @@
<?php
$wb['login_1_txt'] = 'Do you want to login as user';
$wb['login_2_txt'] = 'If you do so, you can \\"go back\\" by clicking at logout.';
$wb['btn_yes_txt'] = 'Yes, login as Client';
$wb['btn_back_txt'] = 'No, back to list';
$wb['udp_port_help_txt'] = 'Separated by comma';
$wb['active_txt'] = 'Active';
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
$wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \\":\\" and \\",\\".';
$wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \\":\\" and \\",\\".';
$wb['login_1_txt'] = '¿Quieres iniciar sesión como el usuario';
$wb['login_2_txt'] = 'Si lo haces, puedes "volver" pulsando en salir.';
$wb['btn_yes_txt'] = 'Sí, iniciar sesión como cliente';
$wb['btn_back_txt'] = 'No, volver al listado';
$wb['udp_port_help_txt'] = 'Separado por coma';
$wb['active_txt'] = 'Activo';
?>