mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
16 lines
553 B
PHP
16 lines
553 B
PHP
<?php
|
|
/**
|
|
* Spanish Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
|
|
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
|
|
*/
|
|
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
|
'CAS:Error:UserNotAllowed' => 'Usuario no permitido',
|
|
'CAS:Login:SignIn' => 'Iniciar sesión con CAS',
|
|
'CAS:Login:SignInTooltip' => 'Click para autenticarse con servidor CAS',
|
|
));
|