mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
영어 - 추가 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
49183381cb
commit
f1b149a52d
3 changed files with 30 additions and 0 deletions
13
modules/session/lang/en.lang.php
Normal file
13
modules/session/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/session/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
$lang->session = 'Session';
|
||||
$lang->about_session = "This module manages sessions\nFrequent session arrangement will provide better environment for your site.";
|
||||
|
||||
$lang->cmd_clear_session = 'Arrange Session';
|
||||
$lang->session_cleared = 'Session data have been arranged succesfully';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue