mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Move user scripts localization to the main localization file
This commit is contained in:
parent
0e2e8c61c4
commit
2d7b7c86e6
11 changed files with 22 additions and 32 deletions
|
|
@ -26,8 +26,8 @@ local script = {
|
|||
-- Allow user script configuration from the GUI
|
||||
gui = {
|
||||
-- Localization strings, from the "locales" directory of the plugin
|
||||
i18n_title = "flow_logger.title",
|
||||
i18n_description = "flow_logger.description",
|
||||
i18n_title = "alerts_dashboard.flow_logger",
|
||||
i18n_description = "alerts_dashboard.flow_logger_descr",
|
||||
|
||||
-- TODO: draw config gui
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue