diff --git a/modules/wiki/lang/en.lang.php b/modules/wiki/lang/en.lang.php new file mode 100644 index 000000000..92e5a0eb0 --- /dev/null +++ b/modules/wiki/lang/en.lang.php @@ -0,0 +1,13 @@ +wiki = 'Wiki'; + $lang->not_exist = 'There is no such document. If you have proper permission, you can create the document'; + $lang->cmd_create = 'Create document'; + $lang->cmd_wiki_list = 'List'; + $lang->cmd_view_info = 'Wiki information'; +?>