repo.or.cz
/
camlunity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
simple markup by mfp
[camlunity.git]
/
lang.ml
blob
c0e0ceaca493124b7ff1d4180e9102503580172b
1
2
class
en
=
object
3
method
main_page
=
"Main page"
4
method
add_comment
=
"Add comment"
5
end
6
7
class
ru
=
object
8
inherit
en
9
method
main_page
=
"Главная страница"
10
method
add_comment
=
"Добавить комментарий"
11
end