From e13bcba89a2d4add83c63004fbc77a33e3a879cb Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Sep 2019 13:42:37 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02311=20-=20Login=20Page=20extensibility?= =?UTF-8?q?=20(constant=20used=20for=20application=20name)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/en.dictionary.itop.ui.php | 98 +++++++++++++------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php index b329d0300..68e5cbafe 100644 --- a/dictionaries/en.dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -142,7 +142,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.', 'Class:User/Error:PersonIsMandatory' => 'The Contact is mandatory.', 'Class:UserInternal' => 'User Internal', - 'Class:UserInternal+' => 'User defined within iTop', + 'Class:UserInternal+' => 'User defined within '.ITOP_APPLICATION_SHORT, )); // @@ -345,14 +345,14 @@ Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array( 'BooleanLabel:yes' => 'yes', 'BooleanLabel:no' => 'no', - 'UI:Login:Title' => 'iTop login', + 'UI:Login:Title' => ITOP_APPLICATION_SHORT.' login', 'Menu:WelcomeMenu' => 'Welcome', // Duplicated into itop-welcome-itil (will be removed from here...) - 'Menu:WelcomeMenu+' => 'Welcome to iTop', // Duplicated into itop-welcome-itil (will be removed from here...) + 'Menu:WelcomeMenu+' => 'Welcome to '.ITOP_APPLICATION_SHORT, // Duplicated into itop-welcome-itil (will be removed from here...) 'Menu:WelcomeMenuPage' => 'Welcome', // Duplicated into itop-welcome-itil (will be removed from here...) - 'Menu:WelcomeMenuPage+' => 'Welcome to iTop', // Duplicated into itop-welcome-itil (will be removed from here...) - 'UI:WelcomeMenu:Title' => 'Welcome to iTop', + 'Menu:WelcomeMenuPage+' => 'Welcome to '.ITOP_APPLICATION_SHORT, // Duplicated into itop-welcome-itil (will be removed from here...) + 'UI:WelcomeMenu:Title' => 'Welcome to '.ITOP_APPLICATION_SHORT, - 'UI:WelcomeMenu:LeftBlock' => '

iTop is a complete, OpenSource, IT Operational Portal.

+ 'UI:WelcomeMenu:LeftBlock' => '

'.ITOP_APPLICATION_SHORT.' is a complete, OpenSource, IT Operational Portal.

All the modules can be setup, step by step, indepently of each other.

', - 'UI:WelcomeMenu:RightBlock' => '

iTop is service provider oriented, it allows IT engineers to manage easily multiple customers or organizations. -