From e800946898d4041dc88435fcbb4cfb55db817a8f Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 21 Jun 2024 14:13:46 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07454=20-=20Add=20dedicated=20menu=20entr?= =?UTF-8?q?y=20for=20config=20file=20edition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/itop-config/dictionaries/en.dict.itop-config.php | 2 +- datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php | 2 +- dictionaries/en.dictionary.itop.ui.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-config/dictionaries/en.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/en.dict.itop-config.php index 23e8a864a..ffbecacbe 100644 --- a/datamodels/2.x/itop-config/dictionaries/en.dict.itop-config.php +++ b/datamodels/2.x/itop-config/dictionaries/en.dict.itop-config.php @@ -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', diff --git a/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php index 3a2a7215e..577213a7a 100644 --- a/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php +++ b/datamodels/2.x/itop-config/dictionaries/fr.dict.itop-config.php @@ -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)', diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php index e7bc37c42..8e55ed8ba 100644 --- a/dictionaries/en.dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -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', ));