mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
25 lines
953 B
PHP
25 lines
953 B
PHP
<?php
|
||
/**
|
||
* Localized data
|
||
*
|
||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||
* @license https://opensource.org/licenses/AGPL-3.0
|
||
*
|
||
*/
|
||
/**
|
||
*
|
||
*/
|
||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||
<br>
|
||
<div>This version features a brand new modern and accessible backoffice design.</div>
|
||
<br>
|
||
<div>We kept '.ITOP_APPLICATION.' core functions that you liked and modernized them to make you love them.
|
||
We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||
<br>
|
||
<div>Customize your '.ITOP_APPLICATION.' preferences for a personalized experience.</div>~~',
|
||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||
]);
|