mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
25 lines
999 B
PHP
25 lines
999 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// UI elements
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
|
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
|
]);
|
|
|
|
// Message
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
|
'UI:WelcomePopup:Message:320_01:Description' => '<div>Felicidades, se encuentra en '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
|
<br>
|
|
<div>Esta versión cuenta con un moderno diseño accesible y receptivo.</div>
|
|
<br>
|
|
<div>Mantuvimos en '.ITOP_APPLICATION.' las funciones básicas que le gustan y se modernizaron.
|
|
Esperamos distrute de esta versión tanto como nosotros la imaginamos y creamos.</div>
|
|
<br>
|
|
<div>Configure las preferencias de '.ITOP_APPLICATION.' para una experiencia personalizada.</div>',
|
|
]);
|