Added support for dependencies
[AOOS.git] / lang.php
blob078fb9db76f8b0ec61d9e6c01acfd0a17b0fda9c
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 ?>