mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
* API for the content of the Welcome Popup * Apply suggestions from code review * N°7410 - Refactor code to match conventions * N°7410 - Refactor to new design * N°7410 - Review adjustments * N°7410 - Review adjustments * N°7410 - Update translations * N°7410 - Update setup complied file * Update sources/Application/WelcomePopup/Provider/DefaultProvider.php --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// UI elements
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
|
'UI:WelcomePopup:Button:Acknowledge' => 'Verstanden',
|
|
]);
|
|
|
|
// Message
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
|
'UI:WelcomePopup:Message:320_01:Description' => '<div>Willkommen bei '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
|
<br>
|
|
<div>Diese Version bietet ein brandneues, modernes und zugängliches Backoffice-Design.</div>
|
|
<br>
|
|
<div>Wir haben die Kernfunktionen von '.ITOP_APPLICATION.' beibehalten, die Sie mögen, und sie modernisiert, damit Sie sie lieben.
|
|
Wir hoffen, dass Ihnen diese Version genauso viel Spaß macht, wie uns die Vorstellung und die Erstellung dieser Version.</div>
|
|
<br>
|
|
<div>Passen Sie Ihre '.ITOP_APPLICATION.'-Einstellungen für ein personalisiertes Benutzererlebnis an.</div>',
|
|
]);
|