mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Me le rappeler plus tard',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Compris',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3 : Présentation du design fullmoon',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Me le rappeler plus tard',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Félicitations, vous avez atterri sur '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.' !</div>
|
||||
<br>
|
||||
<div>Cette version présente un tout nouveau design moderne et accessible pour la console de support.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
Nous espérons que vous aimerez cette version autant que nous avons eu du plaisir à l\'imaginer et à la créer.</div>
|
||||
<br>
|
||||
<div>Configurez vos préférences '.ITOP_APPLICATION.' pour une expérience personnalisée.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3 : Présentation du design fullmoon',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user