Update dictionaries for all languages to iTop 2.6

This commit is contained in:
Molkobain
2018-11-02 11:52:31 +01:00
parent 9b5942bf4e
commit 6addd9acec
351 changed files with 43234 additions and 24959 deletions

View File

@@ -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,8 +22,7 @@
* @license http://opensource.org/licenses/AGPL-3.0
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Menu:ChangeManagement' => 'Administración de Cambios',
'Menu:Change:Overview' => 'Resumen de Cambios',
'Menu:Change:Overview+' => 'Resumen de Cambios',
@@ -47,6 +44,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI-ChangeManagementOverview-Last-7-days' => 'Número de Cambios de los Últimos 7 días',
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Cambios por Dominio de los Últimos 7 días',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Cambios por Estatus de los Últimos 7 días',
'Tickets:Related:OpenChanges' => 'Cambios Abiertos',
'Tickets:Related:RecentChanges' => 'Cambios Recientes (72 hrs)',
));
// Dictionnay conventions
@@ -64,7 +63,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
// Class: Change
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:Change' => 'Cambio',
'Class:Change+' => 'Cambio',
'Class:Change/Attribute:status' => 'Estatus',
@@ -139,6 +138,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:Change/Attribute:outage/Value:no+' => 'No',
'Class:Change/Attribute:outage/Value:yes' => 'Si',
'Class:Change/Attribute:outage/Value:yes+' => 'Si',
'Tickets:Related:OpenChanges' => 'Cambios Abiertos',
'Tickets:Related:RecentChanges' => 'Cambios Recientes (72 hrs)',
));