From 89a7190d77f767d1e2921bd8f877ea77979e2bed Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Fri, 20 Dec 2019 14:11:06 +0100 Subject: [PATCH] Add lang strings --- lang/en.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lang/en.php b/lang/en.php index 05ea3c6..d6e2ec4 100644 --- a/lang/en.php +++ b/lang/en.php @@ -101,6 +101,7 @@ $lang["allrequired"] = "All fields are required"; $lang["passnotmatch"] = "Passwords don't match"; $lang["actionsuccess"] = "Action completed successfully"; $lang["actionfailure"] = "Something went wrong"; +$lang["notauthorized"] = "User not authorized"; $lang["userdelwarn"] = "Warning!\n\nYou are going to permanently delete user %s, together with all their routes and positions.\n\nAre you sure?"; // substitutes user login $lang["editinguser"] = "You are editing user %s"; // substitutes user login $lang["selfeditwarn"] = "Your can't edit your own user with this tool"; @@ -124,4 +125,13 @@ $lang["idatafailure"] = "No track data in imported file"; $lang["isizefailure"] = "The uploaded file size should not exceed %d bytes"; // substitutes number of bytes $lang["imultiple"] = "Notice, multiple tracks imported (%d)"; // substitutes number of imported tracks $lang["allusers"] = "All users"; +$lang["unitday"] = "d"; // abbreviation for days, like 4 d 11:11:11 +$lang["unitkmh"] = "km/h"; // kilometer per hour +$lang["unitm"] = "m"; // meter +$lang["unitkm"] = "km"; // kilometer +$lang["unitmph"] = "mph"; // mile per hour +$lang["unitft"] = "ft"; // feet +$lang["unitmi"] = "mi"; // mile +$lang["unitkt"] = "kt"; // knot +$lang["unitnm"] = "nm"; // nautical mile ?>