aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-15 16:39:59 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-15 16:39:59 +0500
commit0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (patch)
tree28fdcad475947b7c00fac089e00ded93f84b4f77 /web
parent917b1064c735486e37439d6d0e6d6d3642521297 (diff)
downloadetbsa-traccar-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.tar.gz
etbsa-traccar-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.tar.bz2
etbsa-traccar-web-0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2.zip
Make strings more common
Diffstat (limited to 'web')
-rw-r--r--web/app/view/CalendarDialog.js4
-rw-r--r--web/l10n/en.json6
2 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/CalendarDialog.js b/web/app/view/CalendarDialog.js
index 793f6ab..2609a6d 100644
--- a/web/app/view/CalendarDialog.js
+++ b/web/app/view/CalendarDialog.js
@@ -36,12 +36,12 @@ Ext.define('Traccar.view.CalendarDialog', {
}, {
xtype: 'filefield',
name: 'file',
- fieldLabel: Strings.calendarFile,
+ fieldLabel: Strings.sharedFile,
allowBlank: false,
buttonConfig: {
glyph: 'xf093@FontAwesome',
text: '',
- tooltip: Strings.calendarSelect,
+ tooltip: Strings.sharedSelectFile,
tooltipType: 'title',
minWidth: 0
},
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 174ff88..f969db4 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -43,6 +43,8 @@
"sharedTestMail": "Send Test Email",
"sharedCalendar": "Calendar",
"sharedCalendars": "Calendars",
+ "sharedFile": "File",
+ "sharedSelectFile": "Select File",
"errorTitle": "Error",
"errorUnknown": "Unknown error",
"errorConnection": "Connection error",
@@ -207,7 +209,5 @@
"categoryPlane": "Plane",
"categoryMotorcycle": "Motorcycle",
"categoryBicycle": "Bicycle",
- "categoryPerson": "Person",
- "calendarFile": "Calendar File",
- "calendarSelect": "Select Calendar File"
+ "categoryPerson": "Person"
} \ No newline at end of file