mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
41 lines
1.7 KiB
PHP
41 lines
1.7 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2010-2025 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/**
|
|
* Localized data
|
|
*/
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', [
|
|
'Menu:DataFeatureRemovalMenu' => 'Features Removal',
|
|
'combodo-data-feature-removal/Operation:Main/Title' => 'Features Removal',
|
|
|
|
'DataFeatureRemoval:Main:Title' => 'Features Removal',
|
|
'DataFeatureRemoval:Main:SubTitle' => 'Prepare features you want to enable/disable in a future setup',
|
|
'DataFeatureRemoval:Failure:Title' => 'Feature dry removal errors',
|
|
'DataFeatureRemoval:Helper:Title' => 'This utilitary allows you to enable or disable features that are installed in your iTop.',
|
|
'DataFeatureRemoval:Helper:Desc1' => 'It will prepare the setup step that proceeds to feature enabling or disabling.',
|
|
'DataFeatureRemoval:Helper:Desc2' => 'You will need to analyze if there are any data or dependency preventing you from enabling/disabling a feature.',
|
|
|
|
'DataFeatureRemoval:Features:Title' => 'Features',
|
|
'DataFeatureRemoval:Analysis:Title' => 'Analysis result',
|
|
'DataFeatureRemoval:Analysis:SubTitle' => '%1$s element(s) to clean before continuing',
|
|
|
|
'DataFeatureRemoval:Table:Analysis:ClassName' => 'Element to remove',
|
|
'DataFeatureRemoval:Table:Analysis:RemovalType' => 'Type of element',
|
|
'DataFeatureRemoval:Table:Analysis:FeatureName' => 'Feature name',
|
|
'DataFeatureRemoval:Table:Analysis:Occurence' => 'Occurence',
|
|
|
|
'UI:Button:Analyze' => 'Analyze',
|
|
'UI:Button:ModifyChoices' => 'Modify Choices',
|
|
'UI:Button:AnalyzeAndSetup' => 'Analyze and go to setup',
|
|
|
|
'UI:Action:ForceUninstall' => 'Force uninstall',
|
|
'UI:Action:MoreInfo' => 'More information',
|
|
|
|
'DataFeatureRemoval:Table:Analysis:RemovalType:FINAL_CLASS' => 'Final class',
|
|
]);
|