From f4588266432f66449ac5cb9beedc6ee45e2ca7ad Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Wed, 21 Feb 2018 16:36:08 +0000 Subject: [PATCH] Internal: Rename core english dictionary files to match standard convention. SVN:trunk[5352] --- ...ictionary.itop.core.php => en.dictionary.itop.core.php} | 0 ...tionary.itop.model.php => en.dictionary.itop.model.php} | 0 .../{dictionary.itop.ui.php => en.dictionary.itop.ui.php} | 7 +++++++ 3 files changed, 7 insertions(+) rename dictionaries/{dictionary.itop.core.php => en.dictionary.itop.core.php} (100%) rename dictionaries/{dictionary.itop.model.php => en.dictionary.itop.model.php} (100%) rename dictionaries/{dictionary.itop.ui.php => en.dictionary.itop.ui.php} (97%) diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php similarity index 100% rename from dictionaries/dictionary.itop.core.php rename to dictionaries/en.dictionary.itop.core.php diff --git a/dictionaries/dictionary.itop.model.php b/dictionaries/en.dictionary.itop.model.php similarity index 100% rename from dictionaries/dictionary.itop.model.php rename to dictionaries/en.dictionary.itop.model.php diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php similarity index 97% rename from dictionaries/dictionary.itop.ui.php rename to dictionaries/en.dictionary.itop.ui.php index 8a91e57a2..d361ec0c0 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -1158,6 +1158,13 @@ When associated with a trigger, each action is given an "order" number, specifyi 'UI:Form:Property' => 'Property', 'UI:Form:Value' => 'Value', + 'UI:DashletUnknown:Label' => 'Unknown', + 'UI:DashletUnknown:Description' => 'Unknown dashlet (might have been uninstalled)', + 'UI:DashletUnknown:RenderText:View' => 'Unable to render this dashlet.', + 'UI:DashletUnknown:RenderText:Edit' => 'Unable to render this dashlet (class "%1$s"). Check with your administrator if it is still available.', + 'UI:DashletUnknown:RenderNoDataText:Edit' => 'No preview available for this dashlet (class "%1$s").', + 'UI:DashletUnknown:Prop-XMLConfiguration' => 'Configuration as XML', + 'UI:DashletPlainText:Label' => 'Text', 'UI:DashletPlainText:Description' => 'Plain text (no formatting)', 'UI:DashletPlainText:Prop-Text' => 'Text',