aboutsummaryrefslogtreecommitdiff
path: root/web/Strings.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/Strings.js')
-rw-r--r--web/Strings.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/Strings.js b/web/Strings.js
index b46c162a9..9c89f7fa0 100644
--- a/web/Strings.js
+++ b/web/Strings.js
@@ -24,12 +24,17 @@ Ext.define('Strings', {
login_login: 'Login',
login_failed: 'Incorrect email address or password.',
+ device_dialog: 'Device',
device_title: 'Devices',
device_name: 'Name',
device_identifier: 'Identifier',
report_title: 'Reports',
-
+
+ dialog_create: 'Create',
+ dialog_update: 'Update',
+ dialog_delete: 'Delete',
+ dialog_cancel: 'Cancel',
map_title: 'Map'
});