diff options
Diffstat (limited to 'web/l10n/en.js')
-rw-r--r-- | web/l10n/en.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/l10n/en.js b/web/l10n/en.js index 97612e56a..c1f7360a5 100644 --- a/web/l10n/en.js +++ b/web/l10n/en.js @@ -68,5 +68,13 @@ var strings = { state_title: 'State', state_name: 'Parameter', - state_value: 'Value' + state_value: 'Value', + + command_title: 'Command', + command_send: 'Send', + command_type: 'Type', + command_position_stop: 'Position Stop', + command_position_fix: 'Position Fix', + command_engine_stop: 'Engine Stop', + command_engine_resume: 'Engine Resume' }; |