Add English translation for wiki module

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5812 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-03-09 14:49:07 +00:00
parent a969b63a97
commit 099d79e4d0

View file

@ -0,0 +1,13 @@
<?php
/**
* @file en.lang.php
* @author haneul (haneul0318@gmail.com)
* @brief English Language Pack for wiki module
**/
$lang->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';
?>