mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
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', [
|
|
// Dictionary entries go here
|
|
]);
|
|
|
|
//
|
|
// Class: NASFileSystem
|
|
//
|
|
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'Class:NASFileSystem/Attribute:org_id' => 'Org id~~',
|
|
'Class:NASFileSystem/Attribute:org_id+' => '~~',
|
|
'Class:NASFileSystem/Attribute:location_id' => 'Location id~~',
|
|
'Class:NASFileSystem/Attribute:location_id+' => '~~',
|
|
'Class:NASFileSystem/Attribute:location_name' => 'Location name~~',
|
|
'Class:NASFileSystem/Attribute:location_name+' => '~~',
|
|
]);
|
|
|
|
//
|
|
// Class: FiberChannelInterface
|
|
//
|
|
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'Class:FiberChannelInterface/Attribute:org_id' => 'Org id~~',
|
|
'Class:FiberChannelInterface/Attribute:org_id+' => '~~',
|
|
'Class:FiberChannelInterface/Attribute:location_id' => 'Location id~~',
|
|
'Class:FiberChannelInterface/Attribute:location_id+' => '~~',
|
|
]);
|
|
|
|
//
|
|
// Class: LogicalVolume
|
|
//
|
|
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'Class:LogicalVolume/Attribute:org_id' => 'Org id~~',
|
|
'Class:LogicalVolume/Attribute:org_id+' => '~~',
|
|
'Class:LogicalVolume/Attribute:location_id' => 'Location id~~',
|
|
'Class:LogicalVolume/Attribute:location_id+' => '~~',
|
|
'Class:LogicalVolume/Attribute:location_name' => 'Location name~~',
|
|
'Class:LogicalVolume/Attribute:location_name+' => '~~',
|
|
]);
|