aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/UserAttributes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-04-17 15:52:22 +0500
committerAbyss777 <abyss@fox5.ru>2017-04-17 15:52:22 +0500
commit22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (patch)
tree0a8a9a9ff650e92fbf86e225afa7ae8ba35601a7 /web/app/store/UserAttributes.js
parentfbe7831f7765d62853641750b85861b19a2a8715 (diff)
downloadetbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.gz
etbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.bz2
etbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.zip
Translate known attributes
Diffstat (limited to 'web/app/store/UserAttributes.js')
-rw-r--r--web/app/store/UserAttributes.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/app/store/UserAttributes.js b/web/app/store/UserAttributes.js
index 80ded0d..f286d1b 100644
--- a/web/app/store/UserAttributes.js
+++ b/web/app/store/UserAttributes.js
@@ -22,42 +22,54 @@ Ext.define('Traccar.store.UserAttributes', {
data: [{
key: 'mail.smtp.host',
+ name: Strings.sharedAttributeMailSmtpHost,
type: 'string'
}, {
key: 'mail.smtp.port',
+ name: Strings.sharedAttributeMailSmtpPort,
type: 'number',
allowDecimals: false,
minValue: 1,
maxValue: 65535
}, {
key: 'mail.smtp.starttls.enable',
+ name: Strings.sharedAttributeMailSmtpStarttlsEnable,
type: 'boolean'
}, {
key: 'mail.smtp.starttls.required',
+ name: Strings.sharedAttributeMailSmtpStarttlsRequired,
type: 'boolean'
}, {
key: 'mail.smtp.ssl.enable',
+ name: Strings.sharedAttributeMailSmtpSslEnable,
type: 'boolean'
}, {
key: 'mail.smtp.ssl.trust',
+ name: Strings.sharedAttributeMailSmtpSslTrust,
type: 'string'
}, {
key: 'mail.smtp.ssl.protocols',
+ name: Strings.sharedAttributeMailSmtpSslProtocols,
type: 'string'
}, {
key: 'mail.smtp.from',
+ name: Strings.sharedAttributeMailSmtpFrom,
type: 'string'
}, {
key: 'mail.smtp.auth',
+ name: Strings.sharedAttributeMailSmtpAuth,
type: 'boolean'
}, {
key: 'mail.smtp.username',
+ name: Strings.sharedAttributeMailSmtpUsername,
type: 'string'
}, {
key: 'mail.smtp.password',
+ name: Strings.sharedAttributeMailSmtpPassword,
type: 'string'
}, {
key: 'web.liveRouteLength',
+ name: Strings.sharedAttributeWebLiveRouteLength,
type: 'number',
allowDecimals: false
}]