rhymix/modules/wiki/lang/en.lang.php
2009-03-27 09:00:37 +00:00

16 lines
569 B
PHP

<?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';
$lang->use_comment = 'Use comment';
$lang->about_use_comment = 'You may configure to enable comments.';
$lang->contributors = 'Contributors';
?>