mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 03:54:21 +01:00
11 lines
425 B
PHP
11 lines
425 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', [
|
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'Impossible d\'ajouter le bloc %1$s à %2$s (seul les blocs de type Tab sont autorisés) : Veuillez contacter votre administrateur',
|
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Cliquez pour charger cet onglet',
|
|
]);
|