mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
Update dictionaries for all languages to iTop 2.6
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,8 +15,6 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
@@ -24,7 +22,6 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -34,13 +31,10 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => 'Ticket',
|
||||
'Class:Ticket/Attribute:ref' => 'Ref',
|
||||
@@ -75,7 +69,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:Ticket/Attribute:close_date+' => 'Fecha de Cierre',
|
||||
'Class:Ticket/Attribute:private_log' => 'Bitácora Privada',
|
||||
'Class:Ticket/Attribute:private_log+' => 'Bitácora Privada',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contactos',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contactos',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Contactos',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'ECs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Elementos de Configuración',
|
||||
@@ -99,7 +93,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:lnkContactToTicket' => 'Relación Contacto y Ticket',
|
||||
'Class:lnkContactToTicket+' => 'Relación Contacto y Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
@@ -122,7 +116,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Relación EC Funcional y Ticket',
|
||||
'Class:lnkFunctionalCIToTicket+' => 'Relación EC Funcional y Ticket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
@@ -146,7 +140,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:WorkOrder' => 'Orden de Trabajo',
|
||||
'Class:WorkOrder+' => 'Orden de Trabajo',
|
||||
'Class:WorkOrder/Attribute:name' => 'Nombre',
|
||||
@@ -183,7 +177,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Información General',
|
||||
'Ticket:date' => 'Fechas',
|
||||
@@ -243,7 +237,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Tiempo a Resolución',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTR',
|
||||
'portal:itop-portal' => 'Portal de Usuario',
|
||||
|
||||
'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',
|
||||
'Brick:Portal:NewRequest:Title' => 'Nuevo Requerimiento',
|
||||
|
||||
Reference in New Issue
Block a user