mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
- Some progress in the spanish localization.
SVN:trunk[830]
This commit is contained in:
@@ -47,4 +47,5 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
@@ -27,12 +27,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Menu:ChangeManagement' => 'Gestión del cambio',
|
||||
'Menu:Change:Overview' => 'Visión General',
|
||||
'Menu:Change:Overview+' => '',
|
||||
'Menu:NewChange' => 'New Change',
|
||||
'Menu:NewChange+' => 'Create a new Change ticket',
|
||||
'Menu:SearchChanges' => 'Search for Changes',
|
||||
'Menu:SearchChanges+' => 'Search for Change tickets',
|
||||
'Menu:Change:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Change:Shortcuts+' => '',
|
||||
'Menu:WaitingAcceptance' => 'Cambios esperando ser aceptados',
|
||||
'Menu:WaitingAcceptance+' => '',
|
||||
'Menu:WaitingApproval' => 'Cambios esperando ser aprovados',
|
||||
@@ -343,4 +337,5 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:EmergencyChange/Stimulus:ev_finish' => 'Finalizar',
|
||||
'Class:EmergencyChange/Stimulus:ev_finish+' => '',
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
@@ -28,12 +28,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Menu:IncidentManagement+' => 'Gestión de Incidentes',
|
||||
'Menu:Incident:Overview' => 'Visión General',
|
||||
'Menu:Incident:Overview+' => 'Visión General',
|
||||
'Menu:NewIncident' => 'New Incident',
|
||||
'Menu:NewIncident+' => 'Create a new Incident ticket',
|
||||
'Menu:SearchIncidents' => 'Search for Incidents',
|
||||
'Menu:SearchIncidents+' => 'Search for Incident tickets',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Incidentes asignados a mí',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidentes asignados a mí (como Agente)',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Incidentes Escalados',
|
||||
@@ -71,4 +65,5 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:Incident/Stimulus:ev_close' => 'Cerrar',
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
@@ -47,4 +47,5 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
?>
|
||||
|
||||
@@ -47,4 +47,5 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,87 +1,72 @@
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation; version 3 of the License.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @author Erwan Taloc <erwan.taloc@combodo.com>
|
||||
* @author Romain Quetiez <romain.quetiez@combodo.com>
|
||||
* @author Denis Flaven <denis.flaven@combodo.com>
|
||||
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
||||
*/
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:RequestManagement' => 'Helpdesk',
|
||||
'Menu:RequestManagement+' => 'Helpdesk',
|
||||
'Menu:UserRequest:Overview' => 'Overview',
|
||||
'Menu:UserRequest:Overview+' => 'Overview',
|
||||
'Menu:NewUserRequest' => 'New User Request',
|
||||
'Menu:NewUserRequest+' => 'Create a new User Request ticket',
|
||||
'Menu:SearchUserRequests' => 'Search for User Requests',
|
||||
'Menu:SearchUserRequests+' => 'Search for User Request tickets',
|
||||
'Menu:UserRequest:Shortcuts' => 'Shortcuts',
|
||||
'Menu:UserRequest:Shortcuts+' => '',
|
||||
'Menu:UserRequest:MyRequests' => 'Requests assigned to me',
|
||||
'Menu:UserRequest:MyRequests+' => 'Requests assigned to me (as Agent)',
|
||||
'Menu:UserRequest:EscalatedRequests' => 'Escalated Requests',
|
||||
'Menu:UserRequest:EscalatedRequests+' => 'Escalated Requests',
|
||||
'Menu:UserRequest:OpenRequests' => 'All Open Requests',
|
||||
'Menu:UserRequest:OpenRequests+' => 'All Open Requests',
|
||||
));
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: UserRequest
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:UserRequest' => 'User Request',
|
||||
'Class:UserRequest+' => '',
|
||||
'Class:UserRequest/Attribute:request_type' => 'Request Type',
|
||||
'Class:UserRequest/Attribute:request_type+' => '',
|
||||
'Class:UserRequest/Attribute:request_type/Value:information' => 'Information',
|
||||
'Class:UserRequest/Attribute:request_type/Value:information+' => 'Information',
|
||||
'Class:UserRequest/Attribute:request_type/Value:issue' => 'Issue',
|
||||
'Class:UserRequest/Attribute:request_type/Value:issue+' => 'Issue',
|
||||
'Class:UserRequest/Attribute:request_type/Value:service request' => 'Service Request',
|
||||
'Class:UserRequest/Attribute:request_type/Value:service request+' => 'Service Request',
|
||||
'Class:UserRequest/Attribute:freeze_reason' => 'Pending reason',
|
||||
'Class:UserRequest/Attribute:freeze_reason+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_assign' => 'Assign',
|
||||
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_reassign' => 'Reassign',
|
||||
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_timeout' => 'ev_timeout',
|
||||
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_resolve' => 'Mark as resolved',
|
||||
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_close' => 'Close',
|
||||
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_freeze' => 'Mark as pending',
|
||||
'Class:UserRequest/Stimulus:ev_freeze+' => '',
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation; version 3 of the License.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @author Erwan Taloc <erwan.taloc@combodo.com>
|
||||
* @author Romain Quetiez <romain.quetiez@combodo.com>
|
||||
* @author Denis Flaven <denis.flaven@combodo.com>
|
||||
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
||||
*/
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Menu:RequestManagement' => 'Servicio de ayuda',
|
||||
'Menu:RequestManagement+' => 'Servicio de ayuda',
|
||||
'Menu:UserRequest:Overview' => 'Visión General',
|
||||
'Menu:UserRequest:Overview+' => 'Visión General',
|
||||
'Menu:UserRequest:MyRequests' => 'Solicitudes asignadas a mí',
|
||||
'Menu:UserRequest:MyRequests+' => 'Solicitudes asignadas a mí (como Agente)',
|
||||
'Menu:UserRequest:EscalatedRequests' => 'Solicitudes Escaladas',
|
||||
'Menu:UserRequest:EscalatedRequests+' => 'Solicitudes Escaladas',
|
||||
'Menu:UserRequest:OpenRequests' => 'Todas las Solicitudes Abiertas',
|
||||
'Menu:UserRequest:OpenRequests+' => 'Todas las Solicitudes Abiertas',
|
||||
));
|
||||
|
||||
|
||||
?>
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: UserRequest
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:UserRequest' => 'Solicitud por parte de Usuario',
|
||||
'Class:UserRequest+' => '',
|
||||
'Class:UserRequest/Attribute:freeze_reason' => 'Razón de Suspensión',
|
||||
'Class:UserRequest/Attribute:freeze_reason+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_assign' => 'Asignar',
|
||||
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_freeze' => 'Marcar como Suspendida',
|
||||
'Class:UserRequest/Stimulus:ev_freeze+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_reassign' => 'Re-asignar',
|
||||
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_timeout' => 'Tiempo Fuera del incidente',
|
||||
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_resolve' => 'Marcar como resuelto',
|
||||
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||
'Class:UserRequest/Stimulus:ev_close' => 'Cerrar',
|
||||
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
@@ -27,6 +27,7 @@ SetupWebPage::AddModule(
|
||||
'dictionary' => array(
|
||||
'en.dict.itop-request-mgmt.php',
|
||||
'fr.dict.itop-request-mgmt.php',
|
||||
'es_cr.dict.itop-request-mgmt.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
//'data.struct.itop-request-mgmt.xml',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
@@ -427,4 +427,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:lnkServiceToCI/Attribute:ci_status' => 'Estado de los I.C.s',
|
||||
'Class:lnkServiceToCI/Attribute:ci_status+' => '',
|
||||
));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// Copyright (C) 2010 Combodo SARL
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
@@ -236,4 +236,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:ResponseTicket/Stimulus:ev_close' => 'Cerrar',
|
||||
'Class:ResponseTicket/Stimulus:ev_close+' => '',
|
||||
));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -26,7 +26,7 @@ SetupWebPage::AddModule(
|
||||
'dictionary' => array(
|
||||
'en.dict.itop-tickets.php',
|
||||
'fr.dict.itop-tickets.php',
|
||||
// 'es_cr.dict.itop-tickets.php',
|
||||
'es_cr.dict.itop-tickets.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
'data.struct.ta-triggers.xml',
|
||||
|
||||
Reference in New Issue
Block a user