Files
sysPass/js/strings.js.php
2016-10-27 01:04:00 +02:00

82 lines
2.7 KiB
PHP

<?php
/**
* sysPass
*
* @author nuxsmin
* @link http://syspass.org
* @copyright 2012-2015 Rubén Domínguez nuxsmin@syspass.org
*
* This file is part of sysPass.
*
* sysPass is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* sysPass is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
*
*/
$stringsJsLang = array(
0 => _('Error en la consulta'),
1 => _('Ha ocurrido un error'),
2 => _('Sesión finalizada'),
3 => _('Borrar la cuenta?'),
4 => _('Borrar el usuario?'),
5 => _('Guarde la configuración para que sea efectiva'),
6 => _('Clave Generada'),
7 => _('Nivel alto'),
8 => _('Nivel medio'),
9 => _('Nivel bajo'),
10 => _('Nivel muy alto'),
11 => _('Utilizar al menos 8 caracteres'),
12 => _('Borrar elemento?'),
13 => _('Página no encontrada'),
14 => _('Archivo no soportado para visualizar'),
15 => _('Eliminar archivo?'),
16 => _('Su navegador no soporta subir archivos con HTML5'),
17 => _('Demasiados archivos'),
18 => _('Tamaño de archivo no permitido'),
19 => _('Extensión no permitida'),
20 => _('Vaciar el registro de eventos?'),
21 => _('Seleccionar Grupo'),
22 => _('Seleccionar Usuario'),
23 => _('Seleccionar Perfil'),
24 => _('Seleccionar Cliente'),
25 => _('Seleccionar Categoría'),
26 => _('Sin resultados'),
27 => _('Opciones de clave'),
28 => _('Generar clave aleatoria'),
29 => _('Complejidad'),
30 => _('Restablecer'),
31 => _('Nivel de fortaleza de la clave'),
32 => _('Mostrar Clave'),
33 => _('Copiar Usuario'),
34 => _('Copiar Clave'),
35 => _('Incluir Números'),
36 => _('Incluir Mayúsculas'),
37 => _('Incluir Símbolos'),
38 => _('Longitud'),
39 => _('Seleccionar Acción'),
40 => _('SI'),
41 => _('NO'),
43 => _('Aceptar'),
44 => _('Cancelar'),
45 => _('Clave Copiada al Portapapeles'),
46 => _('Error al copiar al portapapeles'),
47 => _('Clave de Cuenta'),
48 => _('Recibir notificaciones?'),
49 => _('Marcar Favorito'),
50 => _('Eliminar Favorito'),
51 => _('Limpiar Selección'),
52 => _('Mostrar Favoritos'),
53 => _('Mostrar Todos'),
54 => _('Ayuda'),
55 => _('Sin cambios')
);