Remove unused strings

This commit is contained in:
Bartek Fabiszewski 2019-03-18 09:54:29 +01:00
parent 2c44d88e8f
commit 58841ba992

View File

@ -122,7 +122,4 @@ $lang["idatafailure"] = "No track data in imported file";
$lang["isizefailure"] = "The uploaded file size should not exceed %d bytes"; // substitutes number of bytes $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["imultiple"] = "Notice, multiple tracks imported (%d)"; // substitutes number of imported tracks
$lang["allusers"] = "All users"; $lang["allusers"] = "All users";
$lang["notrackname"] = "No track";
$lang["nousername"] = "No user";
$lang["nocomment"] = "No comment";
?> ?>