rhymix/modules/wiki/lang/en.lang.php

22 lines
1 KiB
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->cmd_view_document_list = '문서 목록';
$lang->cmd_view_document_tree = '계층 보기';
$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';
$lang->arrange_list = '목록 갱신';
$lang->about_arrange_list = '데이터 이전하였거나 의도하지 않은 경우에 의해 제목 Alias가 설정되지 않아서 위키 글을 찾아갈 수 없는 문서들을 일괄적으로 제목 Alias를 설정해줍니다.';
?>