mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
12 lines
359 B
PHP
12 lines
359 B
PHP
<?php
|
||
/**
|
||
* Spanish Localized data
|
||
*
|
||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||
* @license https://opensource.org/licenses/AGPL-3.0
|
||
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
|
||
* @notas Utilizar codificaci<63>n UTF-8 para mostrar acentos y otros caracteres especiales
|
||
*/
|
||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||
]);
|