Log-messages is now logged together with a timestamp
[AOOS.git] / lang.php
blobf890a11075d210564c2c60857cfb3a7eae8071d2
1 <?php
2 $lang["en"]["not_string"] = "Not string";
3 $lang["en"]["value_not_in_row"] = "The given value is not in the given row";
5 $lang["en"]["row_out_of_bounds"] = "Selected row is out of bounds";
6 $lang["en"]["given_value"] = "Given value";
7 $lang["en"]["login_error"] = "Error occured during login";
8 ?>