mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
21 lines
544 B
PHP
21 lines
544 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmación',
|
|
'UI:Modal:Informative:Title' => 'Modalidad Informativa',
|
|
'UI:Modal:InformativeError:Title' => 'Error',
|
|
'UI:Modal:InformativeWarning:Title' => 'Advertencia',
|
|
'UI:Modal:InformativeInformation:Title' => 'Información',
|
|
'UI:Modal:InformativeSuccess:Title' => 'Éxito',
|
|
]);
|