repo.or.cz
/
AOOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added support for dependencies
[AOOS.git]
/
lang.php
blob
078fb9db76f8b0ec61d9e6c01acfd0a17b0fda9c
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"
;
4
5
$lang
[
"en"
][
"row_out_of_bounds"
] =
"Selected row is out of bounds"
;
6
?
>