mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
2 keys were left untranslated but added in comment a proposition : * UI:Layout:ActivityPanel:ComposeButton:Tooltip in dictionaries/ui/layouts/fr.dictionary.itop.activity-panel.php * UI:Preferences:ActivityPanel:EntryFormOpened+ in dictionaries/ui/pages/fr.dictionary.itop.preferences.php As I'm not sure yet of what will be adopted for "log" for example
10 lines
251 B
PHP
10 lines
251 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:AddBlockForbidden' => 'Impossible d\'ajouter un bloc à %1$s',
|
|
]);
|