rhymix/modules/wiki/lang/en.lang.php
nicetwo 59314a9015 영어 - 기존 번역본 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6427 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-05-27 14:35:27 +00:00

18 lines
662 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 Comments';
$lang->about_use_comment = 'You may configure to enable comments.';
$lang->contributors = 'Contributors';
$lang->notice_old_revision = 'This is an old revision';
$lang->restore = 'Restore';
?>