diff options
author | Abyss777 <abyss@fox5.ru> | 2016-05-17 15:53:04 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-05-17 15:53:04 +0500 |
commit | 92c3085546df5f3160c18c536c6183d15ef4b781 (patch) | |
tree | 7c88286874a3459d540096aa3b737ebbdcd8a129 /web/l10n/en.json | |
parent | 4d8e8208c9fdfcad697df25119645eccc880dfea (diff) | |
download | trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.tar.gz trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.tar.bz2 trackermap-server-92c3085546df5f3160c18c536c6183d15ef4b781.zip |
Custom command support for web-interface
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 1c8cc2bd0..8ce017b52 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -85,5 +85,6 @@ "commandEngineStop": "Engine Stop", "commandEngineResume": "Engine Resume", "commandFrequency": "Frequency", - "commandUnit": "Unit" + "commandUnit": "Unit", + "commandCustom": "Custom command" }
\ No newline at end of file |