N°2738 - Remove unused dict keys - undo for some entries

This commit is contained in:
acognet
2021-04-07 11:52:50 +02:00
parent 5c01d222c9
commit f0d6b41cee
33 changed files with 689 additions and 1155 deletions

View File

@@ -1,28 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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.
*
* @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
* @author Daniel Rokos <daniel.rokos@itopportal.cz>
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('CS CZ', 'Czech', 'Čeština', array( Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk',
@@ -163,6 +144,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Datum posledního pozastavení', 'Class:UserRequest/Attribute:last_pending_date' => 'Datum posledního pozastavení',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulovaná doba pozastavení',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,25 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @author Erik Bøg <erik@boegmoeller.dk>
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('DA DA', 'Danish', 'Dansk', array( Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => '', 'Menu:RequestManagement+' => '',
@@ -160,6 +144,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Sidste udsættelsesdato', 'Class:UserRequest/Attribute:last_pending_date' => 'Sidste udsættelsesdato',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Akkumuleret nedetid',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)', 'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)', 'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',

View File

@@ -1,27 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/* /*
* @author ITOMIG GmbH <martin.raenker@itomig.de> * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
* @copyright Copyright (C) 2018 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', array( Dict::Add('DE DE', 'German', 'Deutsch', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => '', 'Menu:RequestManagement+' => '',
@@ -162,6 +144,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Letztes Auszeit-Datum', 'Class:UserRequest/Attribute:last_pending_date' => 'Letztes Auszeit-Datum',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulierte Auszeit',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)', 'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)', 'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array(
@@ -161,6 +144,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,27 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
*/ */
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement' => 'Administración de Requerimientos',
'Menu:RequestManagement+' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos',
@@ -162,6 +144,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:UserRequest/Attribute:resolution_date+' => 'Fecha de Solución', 'Class:UserRequest/Attribute:resolution_date+' => 'Fecha de Solución',
'Class:UserRequest/Attribute:last_pending_date' => 'Última Fecha de Espera', 'Class:UserRequest/Attribute:last_pending_date' => 'Última Fecha de Espera',
'Class:UserRequest/Attribute:last_pending_date+' => 'Última Fecha de Espera', 'Class:UserRequest/Attribute:last_pending_date+' => 'Última Fecha de Espera',
'Class:UserRequest/Attribute:cumulatedpending' => 'Espera Acumulada',
'Class:UserRequest/Attribute:cumulatedpending+' => 'Espera Acumulada',
'Class:UserRequest/Attribute:tto' => 'TDA - Tiempo de Asignación', 'Class:UserRequest/Attribute:tto' => 'TDA - Tiempo de Asignación',
'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación', 'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación',
'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución', 'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución',

View File

@@ -1,24 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
// * @copyright Copyright (C) 2010-2021 Combodo SARL
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
// //
// Class: UserRequest // Class: UserRequest
// //
@@ -162,6 +147,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Dernière date de suspension', 'Class:UserRequest/Attribute:last_pending_date' => 'Dernière date de suspension',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Temps cumulé de suspension',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('HU HU', 'Hungarian', 'Magyar', array( Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Menu:RequestManagement' => 'Helpdesk~~', 'Menu:RequestManagement' => 'Helpdesk~~',
@@ -160,6 +143,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending~~',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO~~', 'Class:UserRequest/Attribute:tto' => 'TTO~~',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR~~', 'Class:UserRequest/Attribute:ttr' => 'TTR~~',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('IT IT', 'Italian', 'Italiano', array( Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
@@ -160,6 +143,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Ultima data di messa in attesa', 'Class:UserRequest/Attribute:last_pending_date' => 'Ultima data di messa in attesa',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending~~',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('JA JP', 'Japanese', '日本語', array( Dict::Add('JA JP', 'Japanese', '日本語', array(
'Menu:RequestManagement' => 'ヘルプデスク', 'Menu:RequestManagement' => 'ヘルプデスク',
'Menu:RequestManagement+' => 'ヘルプデスクk', 'Menu:RequestManagement+' => 'ヘルプデスクk',
@@ -159,6 +144,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => '最後の保留日', 'Class:UserRequest/Attribute:last_pending_date' => '最後の保留日',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => '合計保留',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,29 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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
*
* @author Hipska (2018, 2019)
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('NL NL', 'Dutch', 'Nederlands', array( Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk',
@@ -164,6 +144,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Laatste in afwachting op', 'Class:UserRequest/Attribute:last_pending_date' => 'Laatste in afwachting op',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Opgetelde wachttijd',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('PL PL', 'Polish', 'Polski', array( Dict::Add('PL PL', 'Polish', 'Polski', array(
@@ -161,6 +144,8 @@ Dict::Add('PL PL', 'Polish', 'Polski', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Ostatnia data trwania', 'Class:UserRequest/Attribute:last_pending_date' => 'Ostatnia data trwania',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulated pending',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'czas na podjęcie (TTO)', 'Class:UserRequest/Attribute:tto' => 'czas na podjęcie (TTO)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)', 'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)',

View File

@@ -1,26 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Menu:RequestManagement' => 'Gerenciamento Solicitações', 'Menu:RequestManagement' => 'Gerenciamento Solicitações',
'Menu:RequestManagement+' => 'Gerenciamento Solicitações', 'Menu:RequestManagement+' => 'Gerenciamento Solicitações',
@@ -161,6 +144,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Última data pendente', 'Class:UserRequest/Attribute:last_pending_date' => 'Última data pendente',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Pendências acumuladas',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,4 +1,9 @@
<?php <?php
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
/** /**
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru. * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
* *
@@ -148,6 +153,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Дата последнего ожидания', 'Class:UserRequest/Attribute:last_pending_date' => 'Дата последнего ожидания',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Накопленное ожидание',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
@@ -160,6 +143,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania', 'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('TR TR', 'Turkish', 'Türkçe', array( Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Menu:RequestManagement' => 'Helpdesk~~', 'Menu:RequestManagement' => 'Helpdesk~~',
@@ -160,6 +143,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending~~',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO~~', 'Class:UserRequest/Attribute:tto' => 'TTO~~',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR~~', 'Class:UserRequest/Attribute:ttr' => 'TTR~~',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('ZH CN', 'Chinese', '简体中文', array( Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:RequestManagement' => '服务台', 'Menu:RequestManagement' => '服务台',
@@ -160,6 +143,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => '最后更新', 'Class:UserRequest/Attribute:last_pending_date' => '最后更新',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => '累计待定',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => '响应时间', 'Class:UserRequest/Attribute:tto' => '响应时间',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => '解决时间', 'Class:UserRequest/Attribute:ttr' => '解决时间',

View File

@@ -1,28 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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.
*
* @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
* @author Daniel Rokos <daniel.rokos@itopportal.cz>
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('CS CZ', 'Czech', 'Čeština', array( Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk',
@@ -169,6 +150,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Datum posledního pozastavení', 'Class:UserRequest/Attribute:last_pending_date' => 'Datum posledního pozastavení',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulovaná doba pozastavení',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,25 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @author Erik Bøg <erik@boegmoeller.dk>
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('DA DA', 'Danish', 'Dansk', array( Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => '', 'Menu:RequestManagement+' => '',
@@ -166,6 +150,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Sidste udsættelses dato', 'Class:UserRequest/Attribute:last_pending_date' => 'Sidste udsættelses dato',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Akkumuleret nedetid',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)', 'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)', 'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',

View File

@@ -1,27 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/* /*
* @author ITOMIG GmbH <martin.raenker@itomig.de> * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
* @copyright Copyright (C) 2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', array( Dict::Add('DE DE', 'German', 'Deutsch', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => '', 'Menu:RequestManagement+' => '',
@@ -168,6 +150,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Letztes Auszeit-Datum', 'Class:UserRequest/Attribute:last_pending_date' => 'Letztes Auszeit-Datum',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulierte Auszeit',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)', 'Class:UserRequest/Attribute:tto' => 'TTO (Time To Own)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)', 'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array(
@@ -167,6 +150,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulated pending',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,27 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
*/ */
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement' => 'Administración de Requerimientos',
'Menu:RequestManagement+' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos',
@@ -168,6 +150,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:UserRequest/Attribute:resolution_date+' => 'Fecha de Solución', 'Class:UserRequest/Attribute:resolution_date+' => 'Fecha de Solución',
'Class:UserRequest/Attribute:last_pending_date' => 'Última Fecha de Espera', 'Class:UserRequest/Attribute:last_pending_date' => 'Última Fecha de Espera',
'Class:UserRequest/Attribute:last_pending_date+' => 'Última Fecha de Espera', 'Class:UserRequest/Attribute:last_pending_date+' => 'Última Fecha de Espera',
'Class:UserRequest/Attribute:cumulatedpending' => 'Espera Acumulada',
'Class:UserRequest/Attribute:cumulatedpending+' => 'Espera Acumulada',
'Class:UserRequest/Attribute:tto' => 'TDA - Tiempo de Asignación', 'Class:UserRequest/Attribute:tto' => 'TDA - Tiempo de Asignación',
'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación', 'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación',
'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución', 'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución',

View File

@@ -1,24 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
// //
// Class: UserRequest // Class: UserRequest
// //
@@ -168,6 +153,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Dernière date de suspension', 'Class:UserRequest/Attribute:last_pending_date' => 'Dernière date de suspension',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Temps cumulé de suspension',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('HU HU', 'Hungarian', 'Magyar', array( Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Menu:RequestManagement' => 'Helpdesk~~', 'Menu:RequestManagement' => 'Helpdesk~~',
@@ -166,6 +149,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending~~',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO~~', 'Class:UserRequest/Attribute:tto' => 'TTO~~',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR~~', 'Class:UserRequest/Attribute:ttr' => 'TTR~~',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('IT IT', 'Italian', 'Italiano', array( Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
@@ -166,6 +149,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Ultima data di messa in attesa', 'Class:UserRequest/Attribute:last_pending_date' => 'Ultima data di messa in attesa',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'Messa in attesa cumulativa',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('JA JP', 'Japanese', '日本語', array( Dict::Add('JA JP', 'Japanese', '日本語', array(
'Menu:RequestManagement' => 'ヘルプデスク', 'Menu:RequestManagement' => 'ヘルプデスク',
'Menu:RequestManagement+' => '', 'Menu:RequestManagement+' => '',
@@ -165,6 +150,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => '最終保留日', 'Class:UserRequest/Attribute:last_pending_date' => '最終保留日',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => '累積保留',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,31 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @author LinProfs <info@linprofs.com>
*
* Linux & Open Source Professionals
* http://www.linprofs.com
*
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('NL NL', 'Dutch', 'Nederlands', array( Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
'Menu:RequestManagement+' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk',
@@ -172,6 +150,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Laatst in afwachting op', 'Class:UserRequest/Attribute:last_pending_date' => 'Laatst in afwachting op',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Opgetelde wachttijd',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('PL PL', 'Polish', 'Polski', array( Dict::Add('PL PL', 'Polish', 'Polski', array(
@@ -167,6 +150,8 @@ Dict::Add('PL PL', 'Polish', 'Polski', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Ostatnia data trwania', 'Class:UserRequest/Attribute:last_pending_date' => 'Ostatnia data trwania',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulated pending',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'czas na podjęcie (TTO)', 'Class:UserRequest/Attribute:tto' => 'czas na podjęcie (TTO)',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)', 'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)',

View File

@@ -1,26 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// 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
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Menu:RequestManagement' => 'Gerenciamento Solicitações', 'Menu:RequestManagement' => 'Gerenciamento Solicitações',
'Menu:RequestManagement+' => 'Gerenciamento Solicitações', 'Menu:RequestManagement+' => 'Gerenciamento Solicitações',
@@ -167,6 +150,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Última data pendente', 'Class:UserRequest/Attribute:last_pending_date' => 'Última data pendente',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Pendências acumuladas',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,4 +1,9 @@
<?php <?php
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
/** /**
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru. * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
* *
@@ -154,6 +159,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Дата последнего ожидания', 'Class:UserRequest/Attribute:last_pending_date' => 'Дата последнего ожидания',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Накопленное ожидание',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement' => 'Helpdesk',
@@ -166,6 +149,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania', 'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => 'TTO', 'Class:UserRequest/Attribute:tto' => 'TTO',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => 'TTR', 'Class:UserRequest/Attribute:ttr' => 'TTR',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('TR TR', 'Turkish', 'Türkçe', array( Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Menu:RequestManagement' => 'Helpdesk~~', 'Menu:RequestManagement' => 'Helpdesk~~',
@@ -166,6 +149,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:UserRequest/Attribute:resolution_date+' => '~~', 'Class:UserRequest/Attribute:resolution_date+' => '~~',
'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~', 'Class:UserRequest/Attribute:last_pending_date' => 'Last pending date~~',
'Class:UserRequest/Attribute:last_pending_date+' => '~~', 'Class:UserRequest/Attribute:last_pending_date+' => '~~',
'Class:UserRequest/Attribute:cumulatedpending' => 'cumulatedpending~~',
'Class:UserRequest/Attribute:cumulatedpending+' => '~~',
'Class:UserRequest/Attribute:tto' => 'TTO~~', 'Class:UserRequest/Attribute:tto' => 'TTO~~',
'Class:UserRequest/Attribute:tto+' => '~~', 'Class:UserRequest/Attribute:tto+' => '~~',
'Class:UserRequest/Attribute:ttr' => 'TTR~~', 'Class:UserRequest/Attribute:ttr' => 'TTR~~',

View File

@@ -1,24 +1,7 @@
<?php <?php
/** /*
* Localized data * @copyright Copyright (C) 2010-2021 Combodo SARL
* * @license http://opensource.org/licenses/AGPL-3.0
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* 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.
*
* iTop 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/ */
Dict::Add('ZH CN', 'Chinese', '简体中文', array( Dict::Add('ZH CN', 'Chinese', '简体中文', array(
@@ -167,6 +150,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Attribute:resolution_date+' => '', 'Class:UserRequest/Attribute:resolution_date+' => '',
'Class:UserRequest/Attribute:last_pending_date' => '最近待定日期', 'Class:UserRequest/Attribute:last_pending_date' => '最近待定日期',
'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:last_pending_date+' => '',
'Class:UserRequest/Attribute:cumulatedpending' => '累计待定',
'Class:UserRequest/Attribute:cumulatedpending+' => '',
'Class:UserRequest/Attribute:tto' => '响应时间', 'Class:UserRequest/Attribute:tto' => '响应时间',
'Class:UserRequest/Attribute:tto+' => '', 'Class:UserRequest/Attribute:tto+' => '',
'Class:UserRequest/Attribute:ttr' => '解决时间', 'Class:UserRequest/Attribute:ttr' => '解决时间',

View File

@@ -1,32 +1,9 @@
<?php <?php
// Copyright (C) 2010-2021 Combodo SARL /*
//
// This file is part of iTop.
//
// 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.
//
// iTop 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* @author LinProfs <info@linprofs.com>
*
* Linux & Open Source Professionals
* http://www.linprofs.com
*
* @author Hipska (2018)
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
*
* @copyright Copyright (C) 2010-2021 Combodo SARL * @copyright Copyright (C) 2010-2021 Combodo SARL
* @licence http://opensource.org/licenses/AGPL-3.0 * @license http://opensource.org/licenses/AGPL-3.0
*/ */
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// Classes in 'gui' // Classes in 'gui'
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
@@ -1673,7 +1650,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
// Additional language entries not present in English dict // Additional language entries not present in English dict
Dict::Add('NL NL', 'Dutch', 'Nederlands', array( Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:PageTitle:ClassProjections' => 'ITOP_APPLICATION_SHORT gebruikersbeheer - klasse-projecties',
'UI:Toggle:StandardDashboard' => 'Standaard', 'UI:Toggle:StandardDashboard' => 'Standaard',
'UI:Toggle:CustomDashboard' => 'Aangepast', 'UI:Toggle:CustomDashboard' => 'Aangepast',
'UI:Dashboard:Edit' => 'Bewerk deze pagina...', 'UI:Dashboard:Edit' => 'Bewerk deze pagina...',