Files
iTop/datamodels/2.x/itop-virtualization-mgmt/dictionaries/es_cr.dict.itop-virtualization-mgmt.php
2025-02-07 15:36:58 +01:00

22 lines
605 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ón UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
// Dictionary entries go here
));
//
// Class: LogicalInterface
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:LogicalInterface/Attribute:org_id' => 'Org id~~',
'Class:LogicalInterface/Attribute:org_id+' => '~~',
));