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

@@ -18,7 +18,7 @@
*/
// Portal
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Page:DefaultTitle' => 'Portal do usuário iTop',
'Page:DefaultTitle' => 'Portal do usuário '.ITOP_APPLICATION_SHORT,
'Page:PleaseWait' => 'Aguarde...',
'Page:Home' => 'Home',
'Page:GoPortalHome' => 'Página Inicial',

View File

@@ -18,7 +18,7 @@
*/
// Portal
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Page:DefaultTitle' => 'iTop 用户门户',
'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' 用户门户',
'Page:PleaseWait' => '请稍后...',
'Page:Home' => '主页',
'Page:GoPortalHome' => '主页面',