mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5283 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
286 B
PHP
11 lines
286 B
PHP
<?php
|
|
/**
|
|
* @file addons/mobile/lang/ko.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief English Language Pack (Basic Contents only)
|
|
**/
|
|
|
|
$lang->cmd_go_upper = 'Upper';
|
|
$lang->cmd_go_home = 'Go Home';
|
|
$lang->cmd_view_sitemap = 'View site map';
|
|
?>
|