mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
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:
parent
a969b63a97
commit
099d79e4d0
1 changed files with 13 additions and 0 deletions
13
modules/wiki/lang/en.lang.php
Normal file
13
modules/wiki/lang/en.lang.php
Normal 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';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue