N°1047 - Replace hard coded 'iTop' occurrences with ITOP_APPLICATION_SHORT

This commit is contained in:
Molkobain
2021-08-14 22:43:29 +02:00
parent 0b81601699
commit 58e35ea33b
110 changed files with 708 additions and 708 deletions

View File

@@ -29,7 +29,7 @@
//
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',
'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' - Portal do Usuário',
'Brick:Portal:UserProfile:Title' => 'Meu Perfil',
'Brick:Portal:NewRequest:Title' => 'Nova Solicitação',
'Brick:Portal:NewRequest:Title+' => '<p>Precisa de ajuda?</p><p>Escolha no Catálogo de Serviços e envie sua solicitação para nossas equipes de suporte.</p>',

View File

@@ -29,7 +29,7 @@
//
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 - 用户门户',
'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' - 用户门户',
'Brick:Portal:UserProfile:Title' => '我的资料',
'Brick:Portal:NewRequest:Title' => '新建工单',
'Brick:Portal:NewRequest:Title+' => '<p>需要帮助?</p><p>选择子服务,然后提交工单给我们的支持团队.</p>',