diff --git a/core/trigger.class.inc.php b/core/trigger.class.inc.php index 1e64cffcb..a01981210 100644 --- a/core/trigger.class.inc.php +++ b/core/trigger.class.inc.php @@ -254,6 +254,7 @@ abstract class TriggerOnObject extends Trigger { $oSearch = DBObjectSearch::FromOQL($sFilter); $oSearch->AddCondition('id', $iObjectId, '='); + $oSearch->AllowAllData(); $oSet = new DBObjectSet($oSearch); $bRet = ($oSet->Count() > 0); } diff --git a/datamodels/2.x/authent-cas/dictionaries/es_cr.dict.authent-cas.php b/datamodels/2.x/authent-cas/dictionaries/es_cr.dict.authent-cas.php index 4131c0a75..b40238f88 100644 --- a/datamodels/2.x/authent-cas/dictionaries/es_cr.dict.authent-cas.php +++ b/datamodels/2.x/authent-cas/dictionaries/es_cr.dict.authent-cas.php @@ -8,7 +8,7 @@ * @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +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', diff --git a/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php b/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php index 1ab8f26a5..ad4b0583c 100644 --- a/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/dictionaries/es_cr.dict.authent-external.php @@ -34,7 +34,7 @@ // // Class: UserExternal // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserExternal' => 'Usuario Externo', 'Class:UserExternal+' => 'Usuario Autenticado fuera de '.ITOP_APPLICATION_SHORT, )); diff --git a/datamodels/2.x/authent-ldap/dictionaries/es_cr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/dictionaries/es_cr.dict.authent-ldap.php index 3172feddf..9b10977ef 100644 --- a/datamodels/2.x/authent-ldap/dictionaries/es_cr.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/dictionaries/es_cr.dict.authent-ldap.php @@ -34,7 +34,7 @@ // // Class: UserLDAP // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserLDAP' => 'Usuario LDAP', 'Class:UserLDAP+' => 'Usuario Autenticado vía LDAP', )); diff --git a/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php index ea4f36854..b994c754c 100644 --- a/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/dictionaries/es_cr.dict.authent-local.php @@ -34,7 +34,7 @@ // // Class: UserLocal // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserLocal' => 'Usuario de '.ITOP_APPLICATION_SHORT, 'Class:UserLocal+' => 'Usuario Autenticado vía '.ITOP_APPLICATION_SHORT, 'Class:UserLocal/Attribute:password' => 'Contraseña', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php index b4288bcee..7eebf8e61 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php @@ -22,7 +22,7 @@ * along with iTop. If not, see */ // Database inconsistencies -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here 'Menu:DBToolsMenu' => 'Integridad de Base de Datos', 'DBTools:Class' => 'Clase', @@ -61,14 +61,14 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // Database Info -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'DBTools:DatabaseInfo' => 'Información de Base de Datos', 'DBTools:Base' => 'Base', 'DBTools:Size' => 'Tamaño', )); // Lost attachments -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'DBTools:LostAttachments' => 'Adjuntos perdidos', 'DBTools:LostAttachments:Disclaimer' => 'Aquí usted puede buscar anexos perdidos o fuera de lugar. Esta NO es una herramienta de recuperación de datos, no obtiene datos borrados.', diff --git a/datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php index c6d85a5cf..6e891e384 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Attachments:TabTitle_Count' => 'Anexos (%1$d)', 'Attachments:EmptyTabTitle' => 'Anexos', 'Attachments:FieldsetTitle' => 'Anexos', @@ -49,7 +49,7 @@ o pregunte al administador de iTop si el servidor que ha quedado sin espacio en // Class: Attachment // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Attachment' => 'Anexo', 'Class:Attachment+' => 'Anexo', 'Class:Attachment/Attribute:expire' => 'Expira', @@ -67,7 +67,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Attachments:File:Thumbnail' => 'Ícono', 'Attachments:File:Name' => 'Nombre de Archivo', 'Attachments:File:Date' => 'Fecha de Carga', @@ -79,7 +79,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Attachment // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Attachment/Attribute:creation_date' => 'Fecha de Creación', 'Class:Attachment/Attribute:creation_date+' => '', 'Class:Attachment/Attribute:user_id' => 'Id del Usuario', diff --git a/datamodels/2.x/itop-backup/dictionaries/es_cr.dict.itop-backup.php b/datamodels/2.x/itop-backup/dictionaries/es_cr.dict.itop-backup.php index 694057b7b..b0e071cdb 100644 --- a/datamodels/2.x/itop-backup/dictionaries/es_cr.dict.itop-backup.php +++ b/datamodels/2.x/itop-backup/dictionaries/es_cr.dict.itop-backup.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'bkp-backup-running' => 'Un respaldo está en ejecuión. Por favor espere...', 'bkp-restore-running' => 'Una restauración está en ejecución. Por favor espere...', diff --git a/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/es_cr.dict.itop-bridge-cmdb-ticket.php b/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/es_cr.dict.itop-bridge-cmdb-ticket.php index 7da844504..e750df410 100644 --- a/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/es_cr.dict.itop-bridge-cmdb-ticket.php +++ b/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/es_cr.dict.itop-bridge-cmdb-ticket.php @@ -30,7 +30,7 @@ // // Class: lnkFunctionalCIToTicket // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkFunctionalCIToTicket' => 'Relación EC Funcional y Ticket', 'Class:lnkFunctionalCIToTicket+' => 'Relación EC Funcional y Ticket', 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket', @@ -55,7 +55,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkFunctionalCIToProviderContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkFunctionalCIToProviderContract' => 'Relación EC Funcional y Contrato con Proveedor', 'Class:lnkFunctionalCIToProviderContract+' => 'Relación EC Funcional y Contrato con Proveedor', 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Contrato con Proveedor', @@ -72,7 +72,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkFunctionalCIToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkFunctionalCIToService' => 'Relación EC Funcional y Servicio', 'Class:lnkFunctionalCIToService+' => 'Relación EC Funcional y Servicio', 'Class:lnkFunctionalCIToService/Attribute:service_id' => 'Servicio', @@ -89,7 +89,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: FunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:FunctionalCI/Attribute:providercontracts_list' => 'Contratos', 'Class:FunctionalCI/Attribute:providercontracts_list+' => 'Contratos', 'Class:FunctionalCI/Attribute:services_list' => 'Servicios', diff --git a/datamodels/2.x/itop-change-mgmt-itil/dictionaries/es_cr.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/dictionaries/es_cr.dict.itop-change-mgmt-itil.php index 7bc02aa6c..8e16a3505 100644 --- a/datamodels/2.x/itop-change-mgmt-itil/dictionaries/es_cr.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/dictionaries/es_cr.dict.itop-change-mgmt-itil.php @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ChangeManagement' => 'Administración de Cambios', 'Menu:Change:Overview' => 'Resumen de Cambios', 'Menu:Change:Overview+' => 'Resumen de Cambios', @@ -63,7 +63,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Change // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Change' => 'Cambio', 'Class:Change+' => 'Cambio', 'Class:Change/Attribute:status' => 'Estatus', @@ -166,7 +166,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: RoutineChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:RoutineChange' => 'Cambio Rutinario', 'Class:RoutineChange+' => 'Cambio Rutinario', 'Class:RoutineChange/Stimulus:ev_validate' => 'Validar', @@ -197,7 +197,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ApprovedChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ApprovedChange' => 'Cambios Aprobados', 'Class:ApprovedChange+' => 'Cambios Aprobados', 'Class:ApprovedChange/Attribute:approval_date' => 'Fecha de Aprobación', @@ -232,7 +232,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NormalChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NormalChange' => 'Cambio Normal', 'Class:NormalChange+' => 'Cambio Normal', 'Class:NormalChange/Attribute:acceptance_date' => 'Fecha de Aceptación', @@ -267,7 +267,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EmergencyChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EmergencyChange' => 'Cambio de Emergencia', 'Class:EmergencyChange+' => 'Cambio de Emergencia', 'Class:EmergencyChange/Stimulus:ev_validate' => 'Validar', diff --git a/datamodels/2.x/itop-change-mgmt/dictionaries/es_cr.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/dictionaries/es_cr.dict.itop-change-mgmt.php index 926672af8..af82ee0da 100644 --- a/datamodels/2.x/itop-change-mgmt/dictionaries/es_cr.dict.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/dictionaries/es_cr.dict.itop-change-mgmt.php @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ChangeManagement' => 'Administración de Cambios', 'Menu:Change:Overview' => 'Resumen de Cambios', 'Menu:Change:Overview+' => 'Resumen de Cambios', @@ -63,7 +63,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Change // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Change' => 'Cambio', 'Class:Change+' => 'Cambio', 'Class:Change/Attribute:status' => 'Estatus', diff --git a/datamodels/2.x/itop-config-mgmt/dictionaries/es_cr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/dictionaries/es_cr.dict.itop-config-mgmt.php index eeb4648b0..e3f3944db 100644 --- a/datamodels/2.x/itop-config-mgmt/dictionaries/es_cr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/dictionaries/es_cr.dict.itop-config-mgmt.php @@ -26,7 +26,7 @@ // Relations ////////////////////////////////////////////////////////////////////// // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Relation:impacts/Description' => 'Elementos Impactados por', 'Relation:impacts/DownStream' => 'Impacto...', 'Relation:impacts/DownStream+' => 'Elementos Impactados por', @@ -80,7 +80,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToFunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToFunctionalCI' => 'Relación Contacto y EC Funcional', 'Class:lnkContactToFunctionalCI+' => 'Relación Contacto y EC Funcional', 'Class:lnkContactToFunctionalCI/Attribute:functionalci_id' => 'EC Funcional', @@ -97,7 +97,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: FunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:FunctionalCI' => 'EC Funcional', 'Class:FunctionalCI+' => 'Elemento de Configuración Funcional', 'Class:FunctionalCI/Attribute:name' => 'Nombre', @@ -135,7 +135,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PhysicalDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PhysicalDevice' => 'Dispositivo Físico', 'Class:PhysicalDevice+' => 'Dispositivo Físico', 'Class:PhysicalDevice/Attribute:serialnumber' => 'Número de Serie', @@ -174,7 +174,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Rack // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Rack' => 'Rack', 'Class:Rack+' => '', 'Class:Rack/Attribute:nb_u' => 'Unidades de Rack', @@ -189,7 +189,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TelephonyCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TelephonyCI' => 'EC Telefónico', 'Class:TelephonyCI+' => 'EC Telefónico', 'Class:TelephonyCI/Attribute:phonenumber' => 'Número Telefónico', @@ -200,7 +200,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Phone // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Phone' => 'Teléfono', 'Class:Phone+' => 'Teléfono', )); @@ -209,7 +209,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: MobilePhone // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:MobilePhone' => 'Teléfono Móvil', 'Class:MobilePhone+' => 'Teléfono Móvil', 'Class:MobilePhone/Attribute:imei' => 'IMEI', @@ -222,7 +222,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: IPPhone // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:IPPhone' => 'Teléfono IP', 'Class:IPPhone+' => 'Teléfono IP', )); @@ -231,7 +231,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Tablet // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Tablet' => 'Tableta', 'Class:Tablet+' => 'Tableta', )); @@ -240,7 +240,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ConnectableCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ConnectableCI' => 'EC Conectable', 'Class:ConnectableCI+' => 'EC Físico', 'Class:ConnectableCI/Attribute:networkdevice_list' => 'Dispositivos de Red', @@ -253,7 +253,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DatacenterDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DatacenterDevice' => 'Dispositivos de Centro de Datos', 'Class:DatacenterDevice+' => 'Dispositivos de Centro de Datos', 'Class:DatacenterDevice/Attribute:rack_id' => 'Rack', @@ -291,7 +291,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NetworkDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NetworkDevice' => 'Dispositivo de Red', 'Class:NetworkDevice+' => 'Dispositivo de Red', 'Class:NetworkDevice/Attribute:networkdevicetype_id' => 'Tipo de Red', @@ -312,7 +312,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Server // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Server' => 'Servidor', 'Class:Server+' => 'Servidor', 'Class:Server/Attribute:osfamily_id' => 'Familia de SO', @@ -339,7 +339,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: StorageSystem // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:StorageSystem' => 'Sistema de Almacenamiento', 'Class:StorageSystem+' => 'Sistema de Almacenamiento', 'Class:StorageSystem/Attribute:logicalvolume_list' => 'Volumenes Lógicos', @@ -350,7 +350,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SANSwitch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SANSwitch' => 'Switch de SAN', 'Class:SANSwitch+' => 'Switch de SAN', 'Class:SANSwitch/Attribute:datacenterdevice_list' => 'Dispositivos', @@ -361,7 +361,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TapeLibrary // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TapeLibrary' => 'Libreria de Cintas', 'Class:TapeLibrary+' => 'Libreria de Cintas', 'Class:TapeLibrary/Attribute:tapes_list' => 'Cintas', @@ -372,7 +372,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NAS // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NAS' => 'NAS', 'Class:NAS+' => 'NAS', 'Class:NAS/Attribute:nasfilesystem_list' => 'Filesystems', @@ -383,7 +383,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PC // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PC' => 'PC/Laptop', 'Class:PC+' => 'PC/Laptop', 'Class:PC/Attribute:osfamily_id' => 'Familia de SO', @@ -410,7 +410,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Printer // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Printer' => 'Impresora', 'Class:Printer+' => 'Impresora', )); @@ -419,7 +419,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PowerConnection // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PowerConnection' => 'Conexión Eléctrica', 'Class:PowerConnection+' => 'Conexión Eléctrica', )); @@ -428,7 +428,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PowerSource // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PowerSource' => 'Fuente de Poder', 'Class:PowerSource+' => 'Fuente de Poder', 'Class:PowerSource/Attribute:pdus_list' => 'PDUs', @@ -439,7 +439,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PDU // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PDU' => 'PDU', 'Class:PDU+' => 'PDU', 'Class:PDU/Attribute:rack_id' => 'Rack', @@ -456,7 +456,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Peripheral // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Peripheral' => 'Periférico', 'Class:Peripheral+' => 'Periférico', )); @@ -465,7 +465,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Enclosure // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Enclosure' => 'Enclosure', 'Class:Enclosure+' => 'Enclosure', 'Class:Enclosure/Attribute:rack_id' => 'Rack', @@ -482,7 +482,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ApplicationSolution // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ApplicationSolution' => 'Solución Aplicativa', 'Class:ApplicationSolution+' => 'Solución Aplicativa', 'Class:ApplicationSolution/Attribute:functionalcis_list' => 'ECs', @@ -505,7 +505,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: BusinessProcess // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:BusinessProcess' => 'Proceso de Negocio', 'Class:BusinessProcess+' => 'Proceso de Negocio', 'Class:BusinessProcess/Attribute:applicationsolutions_list' => 'Soluciones Aplicativas', @@ -522,7 +522,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SoftwareInstance // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SoftwareInstance' => 'Instalación de Software', 'Class:SoftwareInstance+' => 'Instalación de Software', 'Class:SoftwareInstance/Attribute:system_id' => 'Sistema', @@ -551,7 +551,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Middleware // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Middleware' => 'Middleware', 'Class:Middleware+' => 'Middleware', 'Class:Middleware/Attribute:middlewareinstance_list' => 'Instalaciones de Middleware', @@ -562,7 +562,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DBServer // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DBServer' => 'Servidor de Base de Datos', 'Class:DBServer+' => 'Servidor de Base de Datos', 'Class:DBServer/Attribute:dbschema_list' => 'Esquema de BD', @@ -573,7 +573,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: WebServer // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:WebServer' => 'Servidor Web', 'Class:WebServer+' => 'Servidor Web', 'Class:WebServer/Attribute:webapp_list' => 'Aplicaciones Web', @@ -584,7 +584,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PCSoftware // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PCSoftware' => 'Software de PC', 'Class:PCSoftware+' => 'Software de PC', )); @@ -593,7 +593,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: OtherSoftware // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:OtherSoftware' => 'Otro Software', 'Class:OtherSoftware+' => 'Otro Software', )); @@ -602,7 +602,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: MiddlewareInstance // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:MiddlewareInstance' => 'Instalación de Middleware', 'Class:MiddlewareInstance+' => 'Instalación de Middleware', 'Class:MiddlewareInstance/Attribute:middleware_id' => 'Middleware', @@ -615,7 +615,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DatabaseSchema // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DatabaseSchema' => 'Esquema de Base de Datos', 'Class:DatabaseSchema+' => 'Esquema de Base de Datos', 'Class:DatabaseSchema/Attribute:dbserver_id' => 'Servidor de Base de Datos', @@ -628,7 +628,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: WebApplication // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:WebApplication' => 'Aplicación Web', 'Class:WebApplication+' => 'Aplicación Web', 'Class:WebApplication/Attribute:webserver_id' => 'Servidor Web', @@ -644,7 +644,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: VirtualDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:VirtualDevice' => 'Dispositivo Virtual', 'Class:VirtualDevice+' => 'Dispositivo Virtual', 'Class:VirtualDevice/Attribute:status' => 'Estatus', @@ -665,7 +665,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: VirtualHost // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:VirtualHost' => 'Host Virtual', 'Class:VirtualHost+' => 'Host Virtual', 'Class:VirtualHost/Attribute:virtualmachine_list' => 'Máquinas Virtuales', @@ -676,7 +676,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Hypervisor // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Hypervisor' => 'Hypervisor', 'Class:Hypervisor+' => 'Hypervisor', 'Class:Hypervisor/Attribute:farm_id' => 'Granja', @@ -693,7 +693,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Farm // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Farm' => 'Granja', 'Class:Farm+' => 'Granja', 'Class:Farm/Attribute:hypervisor_list' => 'Hypervisores', @@ -708,7 +708,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: VirtualMachine // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:VirtualMachine' => 'Máquina Virtual', 'Class:VirtualMachine+' => 'Máquina Virtual', 'Class:VirtualMachine/Attribute:virtualhost_id' => 'Host Virtual', @@ -741,7 +741,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: LogicalVolume // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:LogicalVolume' => 'Volumen Lógico', 'Class:LogicalVolume+' => 'Volumen Lógico', 'Class:LogicalVolume/Attribute:name' => 'Nombre', @@ -768,7 +768,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkServerToVolume // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkServerToVolume' => 'Relación Servidor y Volumen', 'Class:lnkServerToVolume+' => 'Relación Servidor y Volumen', 'Class:lnkServerToVolume/Attribute:volume_id' => 'Volumen', @@ -787,7 +787,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkVirtualDeviceToVolume // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkVirtualDeviceToVolume' => 'Relación Dispositivo Virtual y Volumen', 'Class:lnkVirtualDeviceToVolume+' => 'Relación Dispositivo Virtual y Volumen', 'Class:lnkVirtualDeviceToVolume/Attribute:volume_id' => 'Volumen', @@ -806,7 +806,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkSanToDatacenterDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkSanToDatacenterDevice' => 'Relación SAN y Dispositivo del Centro de Datos', 'Class:lnkSanToDatacenterDevice+' => 'Relación SAN y Dispositivo del Centro de Datos', 'Class:lnkSanToDatacenterDevice/Attribute:san_id' => 'Switch de SAN', @@ -827,7 +827,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Tape // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Tape' => 'Cinta', 'Class:Tape+' => 'Cinta', 'Class:Tape/Attribute:name' => 'Nombre', @@ -846,7 +846,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NASFileSystem // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NASFileSystem' => 'Filesysten en NAS', 'Class:NASFileSystem+' => 'Filesysten en NAS', 'Class:NASFileSystem/Attribute:name' => 'Nombre', @@ -867,7 +867,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Software // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Software' => 'Software', 'Class:Software+' => 'Software', 'Class:Software/Attribute:name' => 'Nombre', @@ -902,7 +902,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Patch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Patch' => 'Parche', 'Class:Patch+' => 'Parche', 'Class:Patch/Attribute:name' => 'Nombre', @@ -919,7 +919,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: OSPatch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:OSPatch' => 'Parche de SO', 'Class:OSPatch+' => 'Parche de SO', 'Class:OSPatch/Attribute:functionalcis_list' => 'Dispositivos', @@ -934,7 +934,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SoftwarePatch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SoftwarePatch' => 'Parche de Software', 'Class:SoftwarePatch+' => 'Parche de Software', 'Class:SoftwarePatch/Attribute:software_id' => 'Software', @@ -949,7 +949,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Licence // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Licence' => 'Licencia', 'Class:Licence+' => 'Licencia', 'Class:Licence/Attribute:name' => 'Nombre', @@ -984,7 +984,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: OSLicence // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:OSLicence' => 'Licencia de SO', 'Class:OSLicence+' => 'Licencia de SO', 'Class:OSLicence/Attribute:osversion_id' => 'Versión de SO', @@ -1001,7 +1001,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SoftwareLicence // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SoftwareLicence' => 'Licencia de Software', 'Class:SoftwareLicence+' => 'Licencia de Software', 'Class:SoftwareLicence/Attribute:software_id' => 'Software', @@ -1016,7 +1016,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToLicence // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToLicence' => 'Relación Documento y Licencia', 'Class:lnkDocumentToLicence+' => 'Relación Documento y Licencia', 'Class:lnkDocumentToLicence/Attribute:licence_id' => 'Licencia', @@ -1033,7 +1033,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: OSVersion // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:OSVersion' => 'Versión de SO', 'Class:OSVersion+' => 'Versión de SO', 'Class:OSVersion/Attribute:osfamily_id' => 'Familia de SO', @@ -1046,7 +1046,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: OSFamily // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:OSFamily' => 'Familia de SO', 'Class:OSFamily+' => 'Familia de SO', )); @@ -1055,7 +1055,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Brand // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Brand' => 'Marca', 'Class:Brand+' => 'Marca', 'Class:Brand/Attribute:physicaldevices_list' => 'Dispositivo Físico', @@ -1068,7 +1068,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Model // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Model' => 'Modelo', 'Class:Model+' => 'Modelo', 'Class:Model/Attribute:brand_id' => 'Marca', @@ -1123,7 +1123,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NetworkDeviceType // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NetworkDeviceType' => 'Tipo Dispositivo de Red', 'Class:NetworkDeviceType+' => 'Tipo de Dispositivo de Red', 'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list' => 'Dispositivos de Red', @@ -1134,7 +1134,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: IOSVersion // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:IOSVersion' => 'Versión de IOS', 'Class:IOSVersion+' => 'Versión de IOS', 'Class:IOSVersion/Attribute:brand_id' => 'Marca', @@ -1147,7 +1147,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToPatch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToPatch' => 'Relación Documentos y Parche', 'Class:lnkDocumentToPatch+' => 'Relación Documentos y Parche', 'Class:lnkDocumentToPatch/Attribute:patch_id' => 'Parche', @@ -1164,7 +1164,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkSoftwareInstanceToSoftwarePatch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkSoftwareInstanceToSoftwarePatch' => 'Relación Instalación de Software y Parche de Software', 'Class:lnkSoftwareInstanceToSoftwarePatch+' => 'Relación Instalación de Software y Parche de Software', 'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id' => 'Parche de Software', @@ -1181,7 +1181,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkFunctionalCIToOSPatch // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkFunctionalCIToOSPatch' => 'Relación EC Funcional y Parche de SO', 'Class:lnkFunctionalCIToOSPatch+' => 'Relación EC Funcional y Parche de SO', 'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id' => 'Parche de SO', @@ -1198,7 +1198,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToSoftware // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToSoftware' => 'Relación Documento y Software', 'Class:lnkDocumentToSoftware+' => 'Relación Documento y Software', 'Class:lnkDocumentToSoftware/Attribute:software_id' => 'Software', @@ -1215,7 +1215,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Subnet // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Subnet' => 'SubRed', 'Class:Subnet+' => 'SubRed', 'Class:Subnet/Attribute:description' => 'Descripción', @@ -1238,7 +1238,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: VLAN // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:VLAN' => 'vLAN', 'Class:VLAN+' => 'Red Virtual de Área Local', 'Class:VLAN/Attribute:vlan_tag' => 'Etiqueta vLAN', @@ -1259,7 +1259,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkSubnetToVLAN // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkSubnetToVLAN' => 'Relación Subred / vLAN', 'Class:lnkSubnetToVLAN+' => 'Relación Subred / vLAN', 'Class:lnkSubnetToVLAN/Attribute:subnet_id' => 'Subred', @@ -1278,7 +1278,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: NetworkInterface // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:NetworkInterface' => 'Interfaz de Red', 'Class:NetworkInterface+' => 'Interfaz de Red', 'Class:NetworkInterface/Attribute:name' => 'Nombre', @@ -1291,7 +1291,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: IPInterface // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:IPInterface' => 'Interfaz IP', 'Class:IPInterface+' => 'Interfaz IP', 'Class:IPInterface/Attribute:ipaddress' => 'Dirección IP', @@ -1314,7 +1314,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: PhysicalInterface // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:PhysicalInterface' => 'Interfaz Física', 'Class:PhysicalInterface+' => 'Interfaz Física', 'Class:PhysicalInterface/Attribute:connectableci_id' => 'Dispositivo', @@ -1329,7 +1329,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkPhysicalInterfaceToVLAN // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkPhysicalInterfaceToVLAN' => 'Relación Interfaz Física / VLAN', 'Class:lnkPhysicalInterfaceToVLAN+' => 'Relación Interfaz Física / VLAN', 'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id' => 'Interfaz Física', @@ -1351,7 +1351,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: LogicalInterface // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:LogicalInterface' => 'Interfaz Lógica', 'Class:LogicalInterface+' => 'Interfaz Lógica', 'Class:LogicalInterface/Attribute:virtualmachine_id' => 'Máquina Virtual', @@ -1364,7 +1364,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: FiberChannelInterface // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:FiberChannelInterface' => 'Intefaz de Fibra Óptica', 'Class:FiberChannelInterface+' => 'Intefaz de Fibra Óptica', 'Class:FiberChannelInterface/Attribute:speed' => 'Velocidad', @@ -1383,7 +1383,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkConnectableCIToNetworkDevice // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkConnectableCIToNetworkDevice' => 'Relación EC Conectable y Dispositivo de Red', 'Class:lnkConnectableCIToNetworkDevice+' => 'Relación EC Conectable y Dispositivo de Red', 'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id' => 'Dispositivo de Red', @@ -1410,7 +1410,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkApplicationSolutionToFunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkApplicationSolutionToFunctionalCI' => 'Relación Solución Aplicativa y EC Funcional', 'Class:lnkApplicationSolutionToFunctionalCI+' => 'Relación Solución Aplicativa y EC Funcional', 'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id' => 'Solución Aplicativa', @@ -1427,7 +1427,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkApplicationSolutionToBusinessProcess // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkApplicationSolutionToBusinessProcess' => 'Relación Solución Aplicativa y Proceso de Negocio', 'Class:lnkApplicationSolutionToBusinessProcess+' => 'Relación Solución Aplicativa y Proceso de Negocio', 'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id' => 'Proceso de Negocio', @@ -1444,7 +1444,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Group // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Group' => 'Grupo', 'Class:Group+' => 'Grupo', 'Class:Group/Attribute:name' => 'Nombre', @@ -1480,7 +1480,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkGroupToCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkGroupToCI' => 'Relación Grupo y EC', 'Class:lnkGroupToCI+' => 'Relación Grupo y EC', 'Class:lnkGroupToCI/Attribute:group_id' => 'Grupo', @@ -1497,7 +1497,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Add translation for Fieldsets -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Server:baseinfo' => 'Información General', 'Server:Date' => 'Fecha', 'Server:moreinfo' => 'Más Información', @@ -1516,7 +1516,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToFunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToFunctionalCI' => 'Relación Documento y EC Funcional', 'Class:lnkDocumentToFunctionalCI+' => 'Relación Documento y EC Funcional', 'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id' => 'EC Funcional', @@ -1533,7 +1533,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Application Menu // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:Application' => 'Aplicaciones', 'Menu:Application+' => 'Aplicaciones/Programas', 'Menu:DBServer' => 'Servidores de Base de Datos', diff --git a/datamodels/2.x/itop-config/dictionaries/es_cr.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/es_cr.dict.itop-config.php index 88398a066..889af58a2 100644 --- a/datamodels/2.x/itop-config/dictionaries/es_cr.dict.itop-config.php +++ b/datamodels/2.x/itop-config/dictionaries/es_cr.dict.itop-config.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ConfigEditor' => 'Configuración', 'config-edit-title' => 'Editor de Archivo de Configuración', diff --git a/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php index 087fd2b42..e85b3c3cb 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/es_cr.dict.itop-core-update.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'iTopUpdate:UI:PageTitle' => 'Actualización de aplicación', 'itop-core-update:UI:SelectUpdateFile' => 'Seleccionar archivo', 'itop-core-update:UI:ConfirmUpdate' => 'Confirmar actualización', diff --git a/datamodels/2.x/itop-datacenter-mgmt/dictionaries/es_cr.dict.itop-datacenter-mgmt.php b/datamodels/2.x/itop-datacenter-mgmt/dictionaries/es_cr.dict.itop-datacenter-mgmt.php index 4d4e6afa9..a4465b303 100644 --- a/datamodels/2.x/itop-datacenter-mgmt/dictionaries/es_cr.dict.itop-datacenter-mgmt.php +++ b/datamodels/2.x/itop-datacenter-mgmt/dictionaries/es_cr.dict.itop-datacenter-mgmt.php @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-endusers-devices/dictionaries/es_cr.dict.itop-endusers-devices.php b/datamodels/2.x/itop-endusers-devices/dictionaries/es_cr.dict.itop-endusers-devices.php index 4d4e6afa9..a4465b303 100644 --- a/datamodels/2.x/itop-endusers-devices/dictionaries/es_cr.dict.itop-endusers-devices.php +++ b/datamodels/2.x/itop-endusers-devices/dictionaries/es_cr.dict.itop-endusers-devices.php @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-faq-light/dictionaries/es_cr.dict.itop-faq-light.php b/datamodels/2.x/itop-faq-light/dictionaries/es_cr.dict.itop-faq-light.php index 77d199de6..ab2bead66 100644 --- a/datamodels/2.x/itop-faq-light/dictionaries/es_cr.dict.itop-faq-light.php +++ b/datamodels/2.x/itop-faq-light/dictionaries/es_cr.dict.itop-faq-light.php @@ -50,7 +50,7 @@ // // Class: FAQ // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:FAQ' => 'Preguntas y Respuestas Frecuentes', 'Class:FAQ+' => 'Preguntas y Respuestas Frecuentes', 'Class:FAQ/Attribute:title' => 'Asunto', @@ -73,7 +73,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: FAQCategory // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:FAQCategory' => 'Categoría de Preguntas y Respuesta Frecuentes', 'Class:FAQCategory+' => 'Categoría de Preguntas y Respuesta Frecuentes', 'Class:FAQCategory/Attribute:name' => 'Nombre', @@ -81,7 +81,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:FAQCategory/Attribute:faq_list' => 'FAQs', 'Class:FAQCategory/Attribute:faq_list+' => 'FAQs', )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ProblemManagement' => 'Gestión de problemas', 'Menu:ProblemManagement+' => 'Gestión de problemas', 'Menu:Problem:Shortcuts' => 'Acceso Rápido', diff --git a/datamodels/2.x/itop-files-information/dictionaries/es_cr.dict.itop-files-information.php b/datamodels/2.x/itop-files-information/dictionaries/es_cr.dict.itop-files-information.php index 8a8cc32ce..49c8848a7 100644 --- a/datamodels/2.x/itop-files-information/dictionaries/es_cr.dict.itop-files-information.php +++ b/datamodels/2.x/itop-files-information/dictionaries/es_cr.dict.itop-files-information.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Errors 'FilesInformation:Error:MissingFile' => 'Archivo faltante: %1$s', 'FilesInformation:Error:CorruptedFile' => 'El archivo %1$s está corrupto', diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php index 44e9b9cb4..8ed20ba9d 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/es_cr.dict.itop-hub-connector.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here 'Menu:iTopHub' => 'iTop Hub', 'Menu:iTopHub:Register' => 'Conectar a iTop Hub', diff --git a/datamodels/2.x/itop-incident-mgmt-itil/dictionaries/es_cr.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/dictionaries/es_cr.dict.itop-incident-mgmt-itil.php index 60cbbdafb..fb4d8f448 100644 --- a/datamodels/2.x/itop-incident-mgmt-itil/dictionaries/es_cr.dict.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/dictionaries/es_cr.dict.itop-incident-mgmt-itil.php @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:IncidentManagement' => 'Administración de Incidentes', 'Menu:IncidentManagement+' => 'Administración de Incidentes', 'Menu:Incident:Overview' => 'Resumen de Incidentes', @@ -61,7 +61,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Incident // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Incident' => 'Incidente', 'Class:Incident+' => 'Incidente', 'Class:Incident/Attribute:status' => 'Estatus', diff --git a/datamodels/2.x/itop-knownerror-mgmt/dictionaries/es_cr.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/dictionaries/es_cr.dict.itop-knownerror-mgmt.php index b9c975c92..42b9afbdd 100644 --- a/datamodels/2.x/itop-knownerror-mgmt/dictionaries/es_cr.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/dictionaries/es_cr.dict.itop-knownerror-mgmt.php @@ -47,7 +47,7 @@ // // Class: KnownError // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:KnownError' => 'Error Conocido', 'Class:KnownError+' => 'Documentación para un error conocido', 'Class:KnownError/Attribute:name' => 'Nombre', @@ -96,7 +96,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkErrorToFunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkErrorToFunctionalCI' => 'Relación Error Conocido y EC Funcional', 'Class:lnkErrorToFunctionalCI+' => 'Relación Error Conocido y EC Funcional', 'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'EC', @@ -115,7 +115,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToError // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToError' => 'Relación Documento y Error Conocido', 'Class:lnkDocumentToError+' => 'Relación Documento y Error Conocido', 'Class:lnkDocumentToError/Attribute:document_id' => 'Documento', @@ -130,7 +130,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:lnkDocumentToError/Attribute:link_type+' => 'Tipo', )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ProblemManagement' => 'Gestión de problemas', 'Menu:ProblemManagement+' => 'Gestión de problemas', 'Menu:Problem:Shortcuts' => 'Acceso Rápido', diff --git a/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php index 9daeaa98d..bd9ad07d2 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU Affero General Public License */ // Portal -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Page:DefaultTitle' => '%1$s - Portal de Usuario', 'Page:PleaseWait' => 'Por favor espere...', 'Page:Home' => 'Inicio', @@ -68,7 +68,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // Object form -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => '¿Desea abandorar esta forma? Datos modificados se perderan', 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', @@ -76,7 +76,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // UserProfile brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:UserProfile:Name' => 'Perfil del usuario', 'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'Mi perfil', 'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Cerrar Sesión', @@ -90,12 +90,12 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // AggregatePageBrick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:AggregatePage:DefaultTitle' => 'Tablero de Control', )); // BrowseBrick brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:Browse:Name' => 'Buscar en todos los elementos', 'Brick:Portal:Browse:Mode:List' => 'Lista', 'Brick:Portal:Browse:Mode:Tree' => 'Árbol', @@ -111,7 +111,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // ManageBrick brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:Manage:Name' => 'Administrar elementos', 'Brick:Portal:Manage:Table:NoData' => 'Sin elementos', 'Brick:Portal:Manage:Table:ItemActions' => 'Acciones', @@ -129,7 +129,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // ObjectBrick brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:Object:Name' => 'Objecto', 'Brick:Portal:Object:Form:Create:Title' => 'Nuevo %1$s', 'Brick:Portal:Object:Form:Edit:Title' => 'Actualizando %2$s (%1$s)', @@ -145,13 +145,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // CreateBrick brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:Create:Name' => 'Creación rápida', 'Brick:Portal:Create:ChooseType' => 'Por favor, seleccione un tipo', )); // Filter brick -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Brick:Portal:Filter:Name' => 'Prefiltre un bloquek', 'Brick:Portal:Filter:SearchInput:Placeholder' => 'Ej.:. Conectar a WiFi', 'Brick:Portal:Filter:SearchInput:Submit' => 'Buscar', diff --git a/datamodels/2.x/itop-portal/dictionaries/es_cr.dict.itop-portal.php b/datamodels/2.x/itop-portal/dictionaries/es_cr.dict.itop-portal.php index dd67f2928..7bfd04aba 100644 --- a/datamodels/2.x/itop-portal/dictionaries/es_cr.dict.itop-portal.php +++ b/datamodels/2.x/itop-portal/dictionaries/es_cr.dict.itop-portal.php @@ -27,7 +27,7 @@ // Classes in 'bizmodel' ////////////////////////////////////////////////////////////////////// // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'portal:itop-portal' => 'Portal de Usuario', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus) 'Page:DefaultTitle' => 'ITop - Portal de Usuario', 'Brick:Portal:UserProfile:Title' => 'Mi perfil', diff --git a/datamodels/2.x/itop-problem-mgmt/dictionaries/es_cr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/dictionaries/es_cr.dict.itop-problem-mgmt.php index 4e4bb6aee..8b4d125d2 100644 --- a/datamodels/2.x/itop-problem-mgmt/dictionaries/es_cr.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/dictionaries/es_cr.dict.itop-problem-mgmt.php @@ -44,7 +44,7 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ProblemManagement' => 'Administración de Problemas', 'Menu:ProblemManagement+' => 'Administración de Problemas', 'Menu:Problem:Overview' => 'Resumen de Problemas', @@ -72,7 +72,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Problem // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Problem' => 'Problema', 'Class:Problem+' => 'Problema', 'Class:Problem/Attribute:status' => 'Estatus', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php index c82e08964..5bbb4ef57 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php @@ -4,7 +4,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos', 'Menu:RequestManagementProvider' => 'Proveedor de Mesa de Ayuda', @@ -51,7 +51,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: UserRequest // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserRequest' => 'Requerimiento', 'Class:UserRequest+' => 'Requerimiento', 'Class:UserRequest/Attribute:status' => 'Estatus', @@ -249,7 +249,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Organization:Overview:UserRequests' => 'Requerimientos para esta Organización', 'Organization:Overview:MyUserRequests' => 'Mis Requerimientos para esta Organización', 'Organization:Overview:Tickets' => 'Tickets para esta Organización', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php index 62477829b..b601ab59b 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php @@ -4,7 +4,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos', 'Menu:RequestManagementProvider' => 'Proveedor de Mesa de Ayuda', @@ -55,7 +55,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: UserRequest // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserRequest' => 'Requerimiento', 'Class:UserRequest+' => 'Requerimiento', 'Class:UserRequest/Attribute:status' => 'Estatus', @@ -248,7 +248,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Portal:TitleDetailsFor_Request' => 'Detalles del Requerimiento', 'Portal:ButtonUpdate' => 'Actualizar', 'Portal:ButtonClose' => 'Cerrar', @@ -277,7 +277,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Organization:Overview:UserRequests' => 'Requerimientos para esta Organización', 'Organization:Overview:MyUserRequests' => 'Mis Requerimientos para esta Organización', 'Organization:Overview:Tickets' => 'Tickets para esta Organización', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php index 73445ac58..42d273323 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php @@ -31,7 +31,7 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ServiceManagement' => 'Administración de Servicios', 'Menu:ServiceManagement+' => 'Administración de Servicios', 'Menu:Service:Overview' => 'Resumen de Servicios', @@ -74,7 +74,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Organization // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega', 'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega', 'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega', @@ -87,7 +87,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ContractType // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ContractType' => 'Tipo de Contrato', 'Class:ContractType+' => 'Tipo de Contrato', )); @@ -97,7 +97,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Contract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Contract' => 'Contrato', 'Class:Contract+' => 'Contrato', 'Class:Contract/Attribute:name' => 'Nombre', @@ -152,7 +152,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CustomerContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CustomerContract' => 'Acuerdo con Cliente', 'Class:CustomerContract+' => 'Acuerdo con Cliente', 'Class:CustomerContract/Attribute:services_list' => 'Servicios', @@ -167,7 +167,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ProviderContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ProviderContract' => 'Contrato con Proveedor', 'Class:ProviderContract+' => 'Contrato con Proveedor', 'Class:ProviderContract/Attribute:functionalcis_list' => 'ECs', @@ -182,7 +182,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToContract' => 'Relación Contacto y Contrato', 'Class:lnkContactToContract+' => 'Relación Contacto y Contrato', 'Class:lnkContactToContract/Attribute:contract_id' => 'Contrato', @@ -199,7 +199,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContractToDocument // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContractToDocument' => 'Relación Contrato y Documento', 'Class:lnkContractToDocument+' => 'Relación Contrato y Documento', 'Class:lnkContractToDocument/Attribute:contract_id' => 'Contrato', @@ -216,7 +216,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkFunctionalCIToProviderContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkFunctionalCIToProviderContract' => 'Relación EC Funcional y Contrato con Proveedor', 'Class:lnkFunctionalCIToProviderContract+' => 'Relación EC Funcional y Contrato con Proveedor', 'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Contrato con Proveedor', @@ -233,7 +233,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ServiceFamily // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ServiceFamily' => 'Familia de Servicios', 'Class:ServiceFamily+' => 'Familia de Servicios', 'Class:ServiceFamily/Attribute:name' => 'Nombre', @@ -248,7 +248,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Service // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Service' => 'Servicio', 'Class:Service+' => 'Servicio', 'Class:Service/Attribute:name' => 'Nombre', @@ -287,7 +287,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToService' => 'Relación Documento y Servicio', 'Class:lnkDocumentToService+' => 'Relación Documento y Servicio', 'Class:lnkDocumentToService/Attribute:service_id' => 'Servicio', @@ -304,7 +304,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToService' => 'Relación Contacto y Servicio', 'Class:lnkContactToService+' => 'Relación Contacto y Servicio', 'Class:lnkContactToService/Attribute:service_id' => 'Servicio', @@ -321,7 +321,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ServiceSubcategory // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ServiceSubcategory' => 'Subcategoría', 'Class:ServiceSubcategory+' => 'Subcategoría', 'Class:ServiceSubcategory/Attribute:name' => 'Nombre', @@ -354,7 +354,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SLA // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SLA' => 'SLA - Acuerdo de Nivel de Servicio', 'Class:SLA+' => 'SLA - Acuerdo de Nivel de Servicio', 'Class:SLA/Attribute:name' => 'Nombre', @@ -376,7 +376,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SLT // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SLT' => 'SLT - Objetivos de Nivel de Servicio', 'Class:SLT+' => 'SLT - Objetivos de Nivel de Servicio', 'Class:SLT/Attribute:name' => 'Nombre', @@ -417,7 +417,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkSLAToSLT // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkSLAToSLT' => 'Relación SLA y SLT', 'Class:lnkSLAToSLT+' => 'Relación SLA y SLT', 'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA', @@ -444,7 +444,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkCustomerContractToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkCustomerContractToService' => 'Relación Acuerdo con Cliente y Servicio', 'Class:lnkCustomerContractToService+' => 'Relación Acuerdo con Cliente y Servicio', 'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Acuerdo con Cliente', @@ -465,7 +465,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkCustomerContractToProviderContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkCustomerContractToProviderContract' => 'Relación Acuerdo con Cliente y Contrato con Proveedor', 'Class:lnkCustomerContractToProviderContract+' => 'Relación Acuerdo con Cliente y Contrato con Proveedor', 'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id' => 'Acuerdo con Cliente', @@ -482,7 +482,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkCustomerContractToFunctionalCI // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkCustomerContractToFunctionalCI' => 'Relación Acuerdo con Cliente y EC Funcional', 'Class:lnkCustomerContractToFunctionalCI+' => 'Relación Acuerdo con Cliente y EC Funcional', 'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_id' => 'Acuerdo con Cliente', @@ -499,7 +499,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DeliveryModel // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DeliveryModel' => 'Modelo de Entrega', 'Class:DeliveryModel+' => 'Modelo de Entrega', 'Class:DeliveryModel/Attribute:name' => 'Nombre', @@ -520,7 +520,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDeliveryModelToContact // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDeliveryModelToContact' => 'Relación Modelo de Entrega y Contacto', 'Class:lnkDeliveryModelToContact+' => 'Relación Modelo de Entrega y Contacto', 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Modelo de Entrega', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php index 82471e386..5444e54ae 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php @@ -31,7 +31,7 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:ServiceManagement' => 'Administración de Servicios', 'Menu:ServiceManagement+' => 'Administración de Servicios', 'Menu:Service:Overview' => 'Resumen de Servicios', @@ -65,7 +65,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Organization // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega', 'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega', 'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega', @@ -76,7 +76,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ContractType // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ContractType' => 'Tipo de Contrato', 'Class:ContractType+' => 'Tipo de Contrato', )); @@ -85,7 +85,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Contract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Contract' => 'Contrato', 'Class:Contract+' => 'Contrato', 'Class:Contract/Attribute:name' => 'Nombre', @@ -139,7 +139,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CustomerContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CustomerContract' => 'Acuerdo con Cliente', 'Class:CustomerContract+' => 'Acuerdo con Cliente', 'Class:CustomerContract/Attribute:services_list' => 'Servicios', @@ -150,7 +150,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ProviderContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ProviderContract' => 'Contrato con Proveedor', 'Class:ProviderContract+' => 'Contrato con Proveedor', 'Class:ProviderContract/Attribute:functionalcis_list' => 'ECs', @@ -169,7 +169,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToContract // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToContract' => 'Relación Contacto y Contrato', 'Class:lnkContactToContract+' => 'Relación Contacto y Contrato', 'Class:lnkContactToContract/Attribute:contract_id' => 'Contrato', @@ -186,7 +186,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContractToDocument // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContractToDocument' => 'Relación Contrato y Documento', 'Class:lnkContractToDocument+' => 'Relación Contrato y Documento', 'Class:lnkContractToDocument/Attribute:contract_id' => 'Contrato', @@ -203,7 +203,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ServiceFamily // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ServiceFamily' => 'Familia de Servicios', 'Class:ServiceFamily+' => 'Familia de Servicios', 'Class:ServiceFamily/Attribute:name' => 'Nombre', @@ -218,7 +218,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Service // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Service' => 'Servicio', 'Class:Service+' => 'Servicio', 'Class:Service/Attribute:name' => 'Nombre', @@ -261,7 +261,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDocumentToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDocumentToService' => 'Relación Documento y Servicio', 'Class:lnkDocumentToService+' => 'Relación Documento y Servicio', 'Class:lnkDocumentToService/Attribute:service_id' => 'Servicio', @@ -278,7 +278,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToService' => 'Relación Contacto y Servicio', 'Class:lnkContactToService+' => 'Relación Contacto y Servicio', 'Class:lnkContactToService/Attribute:service_id' => 'Servicio', @@ -295,7 +295,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ServiceSubcategory // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ServiceSubcategory' => 'Subcategoría', 'Class:ServiceSubcategory+' => 'Subcategoría', 'Class:ServiceSubcategory/Attribute:name' => 'Nombre', @@ -326,7 +326,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SLA // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SLA' => 'SLA - Acuerdo de Nivel de Servicio', 'Class:SLA+' => 'SLA - Acuerdo de Nivel de Servicio', 'Class:SLA/Attribute:name' => 'Nombre', @@ -348,7 +348,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: SLT // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SLT' => 'SLT - Objetivos de Nivel de Servicio', 'Class:SLT+' => 'SLT - Objetivos de Nivel de Servicio', 'Class:SLT/Attribute:name' => 'Nombre', @@ -389,7 +389,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkSLAToSLT // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkSLAToSLT' => 'Relación SLA y SLT', 'Class:lnkSLAToSLT+' => 'Relación SLA y SLT', 'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA', @@ -416,7 +416,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkCustomerContractToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkCustomerContractToService' => 'Relación Acuerdo con Cliente y Servicio', 'Class:lnkCustomerContractToService+' => 'Relación Acuerdo con Cliente y Servicio', 'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Acuerdo con Cliente', @@ -437,7 +437,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkProviderContractToService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkProviderContractToService' => 'Relación Contrato con Proveedor y Servicio', 'Class:lnkProviderContractToService+' => 'Relación Contrato con Proveedor y Servicio', 'Class:lnkProviderContractToService/Attribute:service_id' => 'Servicio', @@ -454,7 +454,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DeliveryModel // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DeliveryModel' => 'Modelo de Entrega', 'Class:DeliveryModel+' => 'Modelo de Entrega', 'Class:DeliveryModel/Attribute:name' => 'Nombre', @@ -475,7 +475,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkDeliveryModelToContact // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkDeliveryModelToContact' => 'Relación Modelo de Entrega y Contacto', 'Class:lnkDeliveryModelToContact+' => 'Relación Modelo de Entrega y Contacto', 'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Modelo de Entrega', diff --git a/datamodels/2.x/itop-sla-computation/dictionaries/es_cr.dict.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/dictionaries/es_cr.dict.itop-sla-computation.php index 532030845..2033391ef 100644 --- a/datamodels/2.x/itop-sla-computation/dictionaries/es_cr.dict.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/dictionaries/es_cr.dict.itop-sla-computation.php @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-storage-mgmt/dictionaries/es_cr.dict.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/dictionaries/es_cr.dict.itop-storage-mgmt.php index 532030845..2033391ef 100644 --- a/datamodels/2.x/itop-storage-mgmt/dictionaries/es_cr.dict.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/dictionaries/es_cr.dict.itop-storage-mgmt.php @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php index ac4933158..fdbb9ebef 100644 --- a/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/es_cr.dict.itop-structure.php @@ -32,7 +32,7 @@ // // Class: Organization // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Organization' => 'Organización', 'Class:Organization+' => 'Organización', 'Class:Organization/Attribute:name' => 'Nombre', @@ -64,7 +64,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Location // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Location' => 'Localidad', 'Class:Location+' => 'Cualquier Tipo de Localidad: Región, País, Ciudad, Sitio, Edificio, Piso, Cuarto, Rack,...', 'Class:Location/Attribute:name' => 'Nombre', @@ -96,7 +96,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Contact // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Contact' => 'Contacto', 'Class:Contact+' => 'Contacto', 'Class:Contact/Attribute:name' => 'Nombre', @@ -132,7 +132,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Person // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Person' => 'Persona', 'Class:Person+' => 'Persona', 'Class:Person/Attribute:name' => 'Apellidos', @@ -168,7 +168,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Team // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Team' => 'Grupo de Trabajo', 'Class:Team+' => 'Grupo de Trabajo', 'Class:Team/Attribute:persons_list' => 'Miembros', @@ -180,7 +180,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Document // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Document' => 'Documento', 'Class:Document+' => 'Documento', 'Class:Document/Attribute:name' => 'Nombre', @@ -214,7 +214,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: DocumentFile // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DocumentFile' => 'Documento de Archivo', 'Class:DocumentFile+' => '', 'Class:DocumentFile/Attribute:file' => 'Archivo', @@ -224,7 +224,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: DocumentNote // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DocumentNote' => 'Nota', 'Class:DocumentNote+' => 'Nota', 'Class:DocumentNote/Attribute:text' => 'Texto', @@ -234,7 +234,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: DocumentWeb // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DocumentWeb' => 'Documento Web', 'Class:DocumentWeb+' => 'Documento disponible en otro servidor Web', 'Class:DocumentWeb/Attribute:url' => 'URL', @@ -245,7 +245,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Typology // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Typology' => 'Tipología', 'Class:Typology+' => 'Tipología', 'Class:Typology/Attribute:name' => 'Nombre', @@ -258,7 +258,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: DocumentType // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DocumentType' => 'Tipo de Documento', 'Class:DocumentType+' => 'Tipo de Documento', )); @@ -267,7 +267,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ContactType // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ContactType' => 'Tipo de Contacto', 'Class:ContactType+' => 'Tipo de Contacto', )); @@ -276,7 +276,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkPersonToTeam // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkPersonToTeam' => 'Relación Persona y Grupo', 'Class:lnkPersonToTeam+' => 'Relación Persona y Grupo', 'Class:lnkPersonToTeam/Attribute:team_id' => 'Grupo', @@ -297,7 +297,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Application Menu // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:DataAdministration' => 'Administración de Datos', 'Menu:DataAdministration+' => 'Administración de Datos', 'Menu:Catalogs' => 'Catálogos', @@ -339,7 +339,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Add translation for Fieldsets -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Person:info' => 'Información General', 'UserLocal:info' => 'Información General', 'Person:personal_info' => 'Información Personal', @@ -347,7 +347,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // Themes -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'theme:fullmoon' => 'Full moon~~', 'theme:test-red' => 'Test instance (Red)~~', )); diff --git a/datamodels/2.x/itop-tickets/dictionaries/es_cr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/dictionaries/es_cr.dict.itop-tickets.php index 46a7f76cc..95a8d3e9c 100644 --- a/datamodels/2.x/itop-tickets/dictionaries/es_cr.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/dictionaries/es_cr.dict.itop-tickets.php @@ -34,7 +34,7 @@ // // Class: Ticket // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Ticket' => 'Ticket', 'Class:Ticket+' => 'Ticket', 'Class:Ticket/Attribute:ref' => 'Ref', @@ -93,7 +93,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkContactToTicket // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkContactToTicket' => 'Relación Contacto y Ticket', 'Class:lnkContactToTicket+' => 'Relación Contacto y Ticket', 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket', @@ -116,7 +116,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: WorkOrder // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:WorkOrder' => 'Orden de Trabajo', 'Class:WorkOrder+' => 'Orden de Trabajo', 'Class:WorkOrder/Attribute:name' => 'Nombre', @@ -153,7 +153,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Fieldset translation -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Ticket:baseinfo' => 'Información General', 'Ticket:date' => 'Fechas', 'Ticket:contact' => 'Contactos', @@ -217,7 +217,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Document // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Document/Attribute:contracts_list' => 'Contratos', 'Class:Document/Attribute:contracts_list+' => 'Contratos Referenciados con este Documento', 'Class:Document/Attribute:services_list' => 'Servicios', diff --git a/datamodels/2.x/itop-virtualization-mgmt/dictionaries/es_cr.dict.itop-virtualization-mgmt.php b/datamodels/2.x/itop-virtualization-mgmt/dictionaries/es_cr.dict.itop-virtualization-mgmt.php index 532030845..2033391ef 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/dictionaries/es_cr.dict.itop-virtualization-mgmt.php +++ b/datamodels/2.x/itop-virtualization-mgmt/dictionaries/es_cr.dict.itop-virtualization-mgmt.php @@ -21,6 +21,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( // Dictionary entries go here )); diff --git a/dictionaries/es_cr.dictionary.itop.core.php b/dictionaries/es_cr.dictionary.itop.core.php index 3c0f82191..564366dfe 100644 --- a/dictionaries/es_cr.dictionary.itop.core.php +++ b/dictionaries/es_cr.dictionary.itop.core.php @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Core:DeletedObjectLabel' => '%1s (eliminado)', 'Core:DeletedObjectTip' => 'Elemento ha sido Eliminado en %1$s (%2$s)', @@ -225,7 +225,7 @@ Operadores:
// Class: CMDBChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChange' => 'Cambio', 'Class:CMDBChange+' => 'Cambios', 'Class:CMDBChange/Attribute:date' => 'Fecha', @@ -246,7 +246,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOp // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOp' => 'Operación de Cambios', 'Class:CMDBChangeOp+' => 'Operación de Cambios', 'Class:CMDBChangeOp/Attribute:change' => 'Cambio', @@ -267,7 +267,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpCreate // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpCreate' => 'Creación de Objeto', 'Class:CMDBChangeOpCreate+' => 'Creación de Objeto', )); @@ -276,7 +276,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpDelete // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpDelete' => 'Borrado de Objeto', 'Class:CMDBChangeOpDelete+' => 'Borrado de Objeto', )); @@ -285,7 +285,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpSetAttribute // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpSetAttribute' => 'Cambio en Objeto', 'Class:CMDBChangeOpSetAttribute+' => 'Cambio en Objeto', 'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Atributo', @@ -296,7 +296,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpSetAttributeScalar // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpSetAttributeScalar' => 'Cambio de Propiedad', 'Class:CMDBChangeOpSetAttributeScalar+' => 'Cambio de Propiedades escalares del Objeto', 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Valor Anterior', @@ -305,7 +305,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => 'Nuevo Valor del Atributo', )); // Used by CMDBChangeOp... & derived classes -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Change:ObjectCreated' => 'Objeto Creado', 'Change:ObjectDeleted' => 'Objeto Eliminado', 'Change:ObjectModified' => 'Objeto Modificado', @@ -328,7 +328,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpSetAttributeBlob // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpSetAttributeBlob' => 'Cambio de Datos', 'Class:CMDBChangeOpSetAttributeBlob+' => 'Cambio de Datos', 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Valor Anterior', @@ -339,7 +339,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: CMDBChangeOpSetAttributeText // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:CMDBChangeOpSetAttributeText' => 'Cambio de Texto', 'Class:CMDBChangeOpSetAttributeText+' => 'Cambio de Texto', 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Valor Anterior', @@ -350,7 +350,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Event // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Event' => 'Bitácora de Eventos', 'Class:Event+' => 'Evento interno de aplicación', 'Class:Event/Attribute:message' => 'Mensaje', @@ -367,7 +367,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EventNotification // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventNotification' => 'Notificación de Evento', 'Class:EventNotification+' => 'Notificación de Evento', 'Class:EventNotification/Attribute:trigger_id' => 'Disparador', @@ -382,7 +382,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EventNotificationEmail // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventNotificationEmail' => 'Correo Electrónico de Notificación de Evento', 'Class:EventNotificationEmail+' => 'Correo Electrónico de Notificación de Evento', 'Class:EventNotificationEmail/Attribute:to' => 'Para', @@ -405,7 +405,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EventIssue // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventIssue' => 'Registro de Evento', 'Class:EventIssue+' => 'Evidencia de un evento (warning, error, etc.)', 'Class:EventIssue/Attribute:issue' => 'Evento', @@ -428,7 +428,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EventWebService // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventWebService' => 'Evento de WebService', 'Class:EventWebService+' => 'Evidencia de una llamada de servicio Web', 'Class:EventWebService/Attribute:verb' => 'Verbo', @@ -445,7 +445,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:EventWebService/Attribute:data+' => 'Datos de Resultado', )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventRestService' => 'Llamada REST/JSON', 'Class:EventRestService+' => 'Traza de llamada a servicio REST/JSON', 'Class:EventRestService/Attribute:operation' => 'Operación', @@ -466,7 +466,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: EventLoginUsage // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:EventLoginUsage' => 'Uso de la Cuenta', 'Class:EventLoginUsage+' => 'Uso de la Cuenta', 'Class:EventLoginUsage/Attribute:user_id' => 'Usuario', @@ -481,7 +481,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Action // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Action' => 'Acción Personalizada', 'Class:Action+' => 'Acción definida por el usuario', 'Class:Action/Attribute:name' => 'Nombre', @@ -506,7 +506,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ActionNotification // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ActionNotification' => 'Notificación', 'Class:ActionNotification+' => 'Notificación (resúmen)', )); @@ -515,7 +515,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: ActionEmail // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ActionEmail' => 'Notificación por Correo Electrónico', 'Class:ActionEmail+' => 'Notificación por Correo Electrónico', 'Class:ActionEmail/Attribute:status+' => 'This status drives who will be notified: just the Test recipient, all (To, cc and Bcc) or no-one~~', @@ -556,7 +556,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: Trigger // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Trigger' => 'Disparador', 'Class:Trigger+' => 'Disparador', 'Class:Trigger/Attribute:description' => 'Descripción', @@ -573,7 +573,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnObject // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnObject' => 'Disparador (Depende de la clase)', 'Class:TriggerOnObject+' => 'Disparador en una clase de objeto dada', 'Class:TriggerOnObject/Attribute:target_class' => 'Clase destino', @@ -588,7 +588,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnPortalUpdate // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnPortalUpdate' => 'Disparador (cuando se actualiza desde el portal)', 'Class:TriggerOnPortalUpdate+' => 'Disparador cuando un usuario actualiza desde el portal', )); @@ -597,7 +597,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnStateChange // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnStateChange' => 'Disparador (en cambio de estado)', 'Class:TriggerOnStateChange+' => 'Disparador en cambio de estado de objeto', 'Class:TriggerOnStateChange/Attribute:state' => 'Estado', @@ -608,7 +608,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnStateEnter // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnStateEnter' => 'Disparador (entrando a un estado)', 'Class:TriggerOnStateEnter+' => 'Disparador en cambio de estado de objeto - entrando', )); @@ -617,7 +617,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnStateLeave // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnStateLeave' => 'Disparador (saliendo de un estado)', 'Class:TriggerOnStateLeave+' => 'Disparador en cambio de estado de objeto - saliendo', )); @@ -626,7 +626,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnObjectCreate // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnObjectCreate' => 'Disparador (creación de objeto)', 'Class:TriggerOnObjectCreate+' => 'Disparador en la creación de objeto (hija de clase) de una clase dada', )); @@ -635,7 +635,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnObjectDelete // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnObjectDelete' => 'Disparador (eliminando un objecto)', 'Class:TriggerOnObjectDelete+' => 'Disparador al eliminar un objecto de la clase dada [o una clase hija] ', )); @@ -644,7 +644,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnObjectUpdate // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnObjectUpdate' => 'Disparador (actualizando un objecto)', 'Class:TriggerOnObjectUpdate+' => 'Disparador al actualizar un objeto de la clase dada [o una clase hija]', 'Class:TriggerOnObjectUpdate/Attribute:target_attcodes' => 'Campos objetivo', @@ -655,7 +655,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnObjectMention // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnObjectMention' => 'Trigger (on object mention)~~', 'Class:TriggerOnObjectMention+' => 'Trigger on mention (@xxx) of an object of [a child class of] the given class in a log attribute~~', 'Class:TriggerOnObjectMention/Attribute:mentioned_filter' => 'Mentioned filter~~', @@ -666,7 +666,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: TriggerOnThresholdReached // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TriggerOnThresholdReached' => 'Disparador (en umbral)', 'Class:TriggerOnThresholdReached+' => 'Disparador en umbral Stop-Watch alcanzado', 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Detener watch', @@ -679,7 +679,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: lnkTriggerAction // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:lnkTriggerAction' => 'Relación Acción y Disparador', 'Class:lnkTriggerAction+' => 'Relación Acción y Disparador', 'Class:lnkTriggerAction/Attribute:action_id' => 'Acción', @@ -697,7 +697,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Synchro Data Source // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:SynchroDataSource/Attribute:name' => 'Nombre', 'Class:SynchroDataSource/Attribute:name+' => 'Nombre de la Fuente de Datos', 'Class:SynchroDataSource/Attribute:description' => 'Descripción', @@ -989,7 +989,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: TagSetFieldData // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:TagSetFieldData' => '%2$s para la clase %1$s', 'Class:TagSetFieldData+' => 'Datos de campo', @@ -1018,7 +1018,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: DBProperty // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:DBProperty' => 'Propiedad BD', 'Class:DBProperty+' => 'Propiedad de Base de Datos', 'Class:DBProperty/Attribute:name' => 'Nombre', @@ -1036,7 +1036,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: BackgroundTask // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:BackgroundTask' => 'Tarea en Segundo Plano', 'Class:BackgroundTask+' => 'Tarea en Segundo Plano', 'Class:BackgroundTask/Attribute:class_name' => 'Nombre de Clase', @@ -1066,7 +1066,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: AsyncTask // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:AsyncTask' => 'Tarea Asíncrona', 'Class:AsyncTask+' => 'Tarea Asíncrona', 'Class:AsyncTask/Attribute:created' => 'Creado', @@ -1094,7 +1094,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: AbstractResource // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:AbstractResource' => 'Recurso abstracto', 'Class:AbstractResource+' => '', )); @@ -1102,7 +1102,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: ResourceAdminMenu // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ResourceAdminMenu' => 'Recursos de Menú de Administración', 'Class:ResourceAdminMenu+' => '', )); @@ -1110,7 +1110,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: ResourceRunQueriesMenu // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ResourceRunQueriesMenu' => 'Recurso Libreta de Consultas', 'Class:ResourceRunQueriesMenu+' => '', )); @@ -1118,7 +1118,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: Action // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:ResourceSystemMenu' => 'Recurso Menú de Sistema', 'Class:ResourceSystemMenu+' => '', )); diff --git a/dictionaries/es_cr.dictionary.itop.ui.php b/dictionaries/es_cr.dictionary.itop.ui.php index 7da84e932..240224344 100644 --- a/dictionaries/es_cr.dictionary.itop.ui.php +++ b/dictionaries/es_cr.dictionary.itop.ui.php @@ -15,7 +15,7 @@ // // Class: AuditCategory // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:AuditCategory' => 'Auditoría de Categorías', 'Class:AuditCategory+' => 'Auditoría de Categorías', 'Class:AuditCategory/Attribute:name' => 'Nombre de Categoría', @@ -32,7 +32,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: AuditRule // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:AuditRule' => 'Regla de Auditoría', 'Class:AuditRule+' => 'Regla a revisar para una categoría de auditoría específica', 'Class:AuditRule/Attribute:name' => 'Nombre de la Regla', @@ -60,7 +60,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: QueryOQL // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:Query' => 'Consulta', 'Class:Query+' => 'Un query es un set de datos definidos de manera dinámica', 'Class:Query/Attribute:name' => 'Nombre', @@ -88,7 +88,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: User // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:User' => 'Usuario', 'Class:User+' => 'Credencial de usuario', 'Class:User/Attribute:finalclass' => 'Tipo de Cuenta', @@ -134,7 +134,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_Profiles // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_Profiles' => 'Perfil', 'Class:URP_Profiles+' => 'Perfil de usuario', 'Class:URP_Profiles/Attribute:name' => 'Nombre', @@ -149,7 +149,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_Dimensions // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_Dimensions' => 'Dimensión', 'Class:URP_Dimensions+' => 'Dimensión de Aplicación (definiendo silos)', 'Class:URP_Dimensions/Attribute:name' => 'Nombre', @@ -164,7 +164,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_UserProfile // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_UserProfile' => 'Asignación de Perfiles', 'Class:URP_UserProfile+' => 'Perfiles de Usuarios', 'Class:URP_UserProfile/Name' => 'Vinculo entre %1$s y %2$s', @@ -185,7 +185,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_UserOrg' => 'Organizaciones de Usuario', 'Class:URP_UserOrg+' => 'Organizaciones Permitidas', 'Class:URP_UserOrg/Name' => 'Vínculo entre %1$s y %2$s', @@ -205,7 +205,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_ProfileProjection // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_ProfileProjection' => 'Proyecciones de Perfil', 'Class:URP_ProfileProjection+' => 'Proyecciones de Perfil', 'Class:URP_ProfileProjection/Attribute:dimensionid' => 'Dimensión', @@ -226,7 +226,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_ClassProjection // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_ClassProjection' => 'Proyecciones de Clase', 'Class:URP_ClassProjection+' => 'Proyecciones de Clase', 'Class:URP_ClassProjection/Attribute:dimensionid' => 'Dimensión', @@ -245,7 +245,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_ActionGrant // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_ActionGrant' => 'Permisos sobre Acciones', 'Class:URP_ActionGrant+' => 'Permisos sobre Acciones', 'Class:URP_ActionGrant/Attribute:profileid' => 'Perfil', @@ -268,7 +268,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_StimulusGrant // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_StimulusGrant' => 'Permisos de Cambio de Estado', 'Class:URP_StimulusGrant+' => 'Permisos de Cambio de Estado en el Ciclo de Vida del Objeto', 'Class:URP_StimulusGrant/Attribute:profileid' => 'Perfil', @@ -291,7 +291,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // Class: URP_AttributeGrant // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:URP_AttributeGrant' => 'Permisos en Atributos', 'Class:URP_AttributeGrant+' => 'Permisos en Atributos', 'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'Concesión de Acción', @@ -303,7 +303,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Class: UserDashboard // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Class:UserDashboard' => 'Tablero de Usuario', 'Class:UserDashboard+' => 'Tablero de Usuario', 'Class:UserDashboard/Attribute:user_id' => 'Usuario', @@ -317,7 +317,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // Expression to Natural language // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Expression:Unit:Short:DAY' => 'd', 'Expression:Unit:Short:WEEK' => 's', 'Expression:Unit:Short:MONTH' => 'm', @@ -329,7 +329,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // String from the User Interface: menu, messages, buttons, etc... // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'BooleanLabel:yes' => 'Si', 'BooleanLabel:no' => 'No', 'UI:Login:Title' => 'Inicio de Sesión', @@ -1623,7 +1623,7 @@ Cuando se asocien con un disparador, cada acción recibe un número de "orden", // // Expression to Natural language // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Expression:Operator:AND' => ' Y ', 'Expression:Operator:OR' => ' O ', 'Expression:Operator:=' => ': ', @@ -1644,7 +1644,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( // // iTop Newsroom menu // -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'UI:Newsroom:NoNewMessage' => 'Sin Mensajes', 'UI:Newsroom:XNewMessage' => '%1$s new message(s)~~', 'UI:Newsroom:MarkAllAsRead' => 'Marcar todos los mensajes como leídos', @@ -1657,7 +1657,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'Menu:DataSources' => 'Fuentes de Datos Sincronizables', 'Menu:DataSources+' => 'Fuentes de Datos Sincronizables', 'Menu:WelcomeMenu' => 'Bienvenido', @@ -1697,7 +1697,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( )); // Additional language entries not present in English dict -Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( +Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( 'UI:Toggle:StandardDashboard' => 'Standard~~', 'UI:Toggle:CustomDashboard' => 'Custom~~', 'UI:Dashboard:Edit' => 'Editar esta Página', diff --git a/test/integration/DictionariesConsistencyTest.php b/test/integration/DictionariesConsistencyTest.php index 3f0ccd9a3..8a851b776 100644 --- a/test/integration/DictionariesConsistencyTest.php +++ b/test/integration/DictionariesConsistencyTest.php @@ -34,7 +34,7 @@ class DictionariesConsistencyTest extends ItopTestCase 'da' => array('DA DA', 'Danish', 'Dansk'), 'de' => array('DE DE', 'German', 'Deutsch'), 'en' => array('EN US', 'English', 'English'), - 'es_cr' => array('ES CR', 'Spanish', 'Español, Castellaño'), + 'es_cr' => array('ES CR', 'Spanish', 'Español, Castellano'), 'fr' => array('FR FR', 'French', 'Français'), 'hu' => array('HU HU', 'Hungarian', 'Magyar'), 'it' => array('IT IT', 'Italian', 'Italiano'),