Add lang strings
This commit is contained in:
parent
42b48b4254
commit
89a7190d77
10
lang/en.php
10
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
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user