aboutsummaryrefslogtreecommitdiff
path: root/web/l10n/en.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-11-11 19:47:56 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-11-11 19:47:56 +1300
commit40aa96e31efd48f4acba92ee3b90acfa09dc4524 (patch)
tree98ed85f44bc0d46ec716e04d55777508dd03c26e /web/l10n/en.json
parent00ae71b5b0dbc62f7cfbdb111afe4773f6d4178e (diff)
downloadtrackermap-server-40aa96e31efd48f4acba92ee3b90acfa09dc4524.tar.gz
trackermap-server-40aa96e31efd48f4acba92ee3b90acfa09dc4524.tar.bz2
trackermap-server-40aa96e31efd48f4acba92ee3b90acfa09dc4524.zip
Change language files format to json
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r--web/l10n/en.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
new file mode 100644
index 000000000..d131fa808
--- /dev/null
+++ b/web/l10n/en.json
@@ -0,0 +1,90 @@
+{
+ "sharedLoading": "Loading...",
+ "sharedSave": "Save",
+ "sharedCancel": "Cancel",
+ "sharedAdd": "Add",
+ "sharedEdit": "Edit",
+ "sharedRemove": "Remove",
+ "sharedRemoveConfirm": "Remove item?",
+ "sharedKm": "km",
+ "sharedMi": "mi",
+ "sharedKmh": "km/h",
+ "sharedMph": "mph",
+ "sharedHour": "Hour",
+ "sharedMinute": "Minute",
+ "sharedSecond": "Second",
+
+ "errorTitle": "Error",
+ "errorUnknown": "Unknown error",
+ "errorConnection": "Connection error",
+
+ "userName": "Name",
+ "userEmail": "Email",
+ "userPassword": "Password",
+ "userAdmin": "Admin",
+
+ "loginTitle": "Login",
+ "loginLanguage": "Language",
+ "loginRegister": "Register",
+ "loginLogin": "Login",
+ "loginFailed": "Incorrect email address or password",
+ "loginCreated": "New user has been registered",
+ "loginLogout": "Logout",
+
+ "deviceDialog": "Device",
+ "deviceTitle": "Devices",
+ "deviceName": "Name",
+ "deviceIdentifier": "Identifier",
+ "deviceCommand": "Command",
+
+ "settingsTitle": "Settings",
+ "settingsUser": "Account",
+ "settingsServer": "Server",
+ "settingsUsers": "Users",
+ "settingsDistanceUnit": "Distance",
+ "settingsSpeedUnit": "Speed",
+
+ "reportTitle": "Reports",
+ "reportDevice": "Device",
+ "reportFrom": "From",
+ "reportTo": "To",
+ "reportShow": "Show",
+ "reportClear": "Clear",
+
+ "positionFixTime": "Time",
+ "positionValid": "Valid",
+ "positionLatitude": "Latitude",
+ "positionLongitude": "Longitude",
+ "positionAltitude": "Altitude",
+ "positionSpeed": "Speed",
+ "positionCourse": "Course",
+ "positionAddress": "Address",
+ "positionProtocol": "Protocol",
+
+ "serverTitle": "Server Settings",
+ "serverZoom": "Zoom",
+ "serverRegistration": "Registration",
+
+ "mapTitle": "Map",
+ "mapLayer": "Map Layer",
+ "mapCustom": "Custom Map",
+ "mapOsm": "Open Street Map",
+ "mapBingKey": "Bing Maps Key",
+ "mapBingRoad": "Bing Maps Road",
+ "mapBingAerial": "Bing Maps Aerial",
+
+ "stateTitle": "State",
+ "stateName": "Attribute",
+ "stateValue": "Value",
+
+ "commandTitle": "Command",
+ "commandSend": "Send",
+ "commandType": "Type",
+ "commandSent": "Command has been sent",
+ "commandPositionPeriodic": "Periodic Reporting",
+ "commandPositionStop": "Stop Reporting",
+ "commandEngineStop": "Engine Stop",
+ "commandEngineResume": "Engine Resume",
+ "commandFrequency": "Frequency",
+ "commandUnit": "Unit"
+}