mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
🌐 Prepare 3.0.0-beta : align all dictionnaries with keys in EN dict
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'portal:itop-portal' => 'Standardní portál', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Uživatelský portál',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Probíhající',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Vyřešené',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Uzavřené požadavky',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'portal:itop-portal' => 'Standard Portal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Benutzer Portal',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Offen',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Gelöst',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Geschlossene Störungen/Anfragen',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', 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',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'En proceso',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Solucionado',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Requerimientos Cerrados',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'portal:itop-portal' => 'Portail standard', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Portail utilisateur',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Ouvertes',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Résolues',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Requêtes fermées',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Aperte',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Risolte',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Richieste Chiuse',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'portal:itop-portal' => 'Standaard portaal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Gebruikersportaal',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Openstaand',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Opgelost',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Gesloten verzoeken',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => 'iTop - Portal do Usuário',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Abrir',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolvido',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Fechar solicitações',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'portal:itop-portal' => 'Пользовательский портал', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Пользовательский портал',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'В работе',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Решенные',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Закрытые запросы',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
));
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -28,7 +27,6 @@
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'portal:itop-portal' => '标准门户', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => 'iTop - 用户门户',
|
||||
@@ -40,4 +38,4 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => '正在处理',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => '已解决',
|
||||
'Brick:Portal:ClosedRequests:Title' => '已关闭的工单',
|
||||
));
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user