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
Bugfixes
[AOOS.git]
/
lang.php
blob
61913ebe2b9248633e03e1c5f82f2c0c7da7b6c0
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
?
>