mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7454 - Add dedicated menu entry for config file edition
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
|
||||
'Menu:ConfigFileEditor' => 'Configuration editor',
|
||||
'Menu:ConfigFileEditor' => 'Plain text editor',
|
||||
'config-edit-title' => 'Configuration File Editor',
|
||||
'config-edit-intro' => 'Be very cautious when editing the configuration file.',
|
||||
'config-apply' => 'Apply',
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*/
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Menu:ConfigFileEditor' => 'Éditeur de configuration',
|
||||
'Menu:ConfigFileEditor' => 'Éditeur de texte brut',
|
||||
'config-apply' => 'Enregistrer',
|
||||
'config-apply-title' => 'Enregistrer (Ctrl+S)',
|
||||
'config-cancel' => 'Annuler (restaurer)',
|
||||
|
||||
@@ -1713,6 +1713,6 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:Queries' => 'Queries',
|
||||
'Menu:ConfigurationTools' => 'Configuration',
|
||||
'Menu:ConfigEditor' => 'General configuration',
|
||||
'Menu:ConfigEditor+' => 'File based configuration editors',
|
||||
'Menu:ConfigEditor+' => 'Configuration File editors',
|
||||
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user