diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-17 15:52:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-17 15:52:22 +0500 |
commit | 22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (patch) | |
tree | 0a8a9a9ff650e92fbf86e225afa7ae8ba35601a7 /web/l10n | |
parent | fbe7831f7765d62853641750b85861b19a2a8715 (diff) | |
download | trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.gz trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.bz2 trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.zip |
Translate known attributes
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index f494978f..68106e99 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -54,6 +54,26 @@ "sharedPermissions": "Permissions", "sharedExtra": "Extra", "sharedTimezone": "Timezone", + "sharedAttributeSpeedLimit": "Speed Limit", + "sharedAttributeReportIgnoreOdometer": "Report: Ignore Odometer", + "sharedAttributeMaintenanceStart": "Maintenance: Start", + "sharedAttributeMaintenanceInterval": "Maintenance: Interval", + "sharedAttributeWebReportColor": "Web: Report Color", + "sharedAttributeDevicePassword": "Device Password", + "sharedAttributeProcessingCopyAttributes": "Processing: Copy Attributes", + "sharedAttributeColor": "Color", + "sharedAttributeWebLiveRouteLength": "Web: Live Route Length", + "sharedAttributeMailSmtpHost": "Mail: SMTP Host", + "sharedAttributeMailSmtpPort": "Mail: SMTP Port", + "sharedAttributeMailSmtpStarttlsEnable": "Mail: SMTP STARTTLS Enable", + "sharedAttributeMailSmtpStarttlsRequired": "Mail: SMTP STARTTLS Required", + "sharedAttributeMailSmtpSslEnable": "Mail: SMTP SSL Enable", + "sharedAttributeMailSmtpSslTrust": "Mail: SMTP SSL Trust", + "sharedAttributeMailSmtpSslProtocols": "Mail: SMTP SSL Protocols", + "sharedAttributeMailSmtpFrom": "Mail: SMTP From", + "sharedAttributeMailSmtpAuth": "Mail: SMTP Auth Enable", + "sharedAttributeMailSmtpUsername": "Mail: SMTP Username", + "sharedAttributeMailSmtpPassword": "Mail: SMTP Password", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", |