mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add some localized text.
Related to issue 39. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8474 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3cc0db3bc0
commit
32d69fdeff
3 changed files with 13 additions and 11 deletions
|
|
@ -310,7 +310,7 @@
|
|||
if($type == "view" && $this->module_info->use_mobile == "Y" && Mobile::isMobileCheckByAgent())
|
||||
{
|
||||
global $lang;
|
||||
$footer = '<div style="margin:1em 0;padding:.5em;background:#333;border:1px solid #666;border-left:0;border-right:0"><p style="color:#fff;text-align:center;margin:1em 0">'.$lang->msg_pc_to_mobile.' <a href="'.getUrl('m', '1').'" style="color:#FF0; font-weight:bold">'.$lang->cmd_move.'</a></p></div>';
|
||||
$footer = '<div style="margin:1em 0;padding:.5em;background:#333;border:1px solid #666;border-left:0;border-right:0"><p style="text-align:center;margin:1em 0"><a href="'.getUrl('m', '1').'" style="color:#ff0; font-weight:bold">'.$lang->msg_pc_to_mobile.'</a></p></div>';
|
||||
Context::addHtmlFooter($footer);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -308,9 +308,10 @@ $lang->msg_ftp_installed_ftp_realpath = 'Absolute FTP Path of XE';
|
|||
$lang->filter->isnull = 'Please input a value for %s';
|
||||
$lang->filter->outofrange = 'Please align the text length of %s';
|
||||
$lang->filter->equalto = "The value of %s is invalid";
|
||||
$lang->filter->invalid_email = "The format of %s is invalid. ex) developers@xpressengine.com";
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "The format of %s is invalid.\\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
|
||||
$lang->filter->invalid_homepage = "The format of %s is invalid. ex) http://xpressengine.com/";
|
||||
$lang->filter->invalid = 'The value of %s is invalid.';
|
||||
$lang->filter->invalid_email = "The value of %s is NOT a valid email address.";
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "The %s field allows only alphabets, numbers and underscore(_).\\nThe first letter should be an alaphabet.";
|
||||
$lang->filter->invalid_url = $lang->filter->invalid_homepage = "The format of %s is invalid. ex) http://xpressengine.com/";
|
||||
$lang->filter->invalid_korean = "The format of %s is invalid. Please input Korean only";
|
||||
$lang->filter->invalid_korean_number = "The format of %s is invalid. Please input Korean or numbers";
|
||||
$lang->filter->invalid_alpha = "The format of %s is invalid. Please input alphabets only";
|
||||
|
|
@ -318,5 +319,5 @@ $lang->filter->invalid_alpha_number = "The format of %s is invalid. Please input
|
|||
$lang->filter->invalid_number = "The format of %s is invalid. Please input numbers only";
|
||||
|
||||
$lang->security_warning_embed = "Due to security concern, administrators are not allowed to view embedded items.<BR /> To view them, please use another non-administrator ID.";
|
||||
$lang->msg_pc_to_mobile = '이 페이지는 모바일 보기가 있습니다. 모바일 보기로 이동하시겠습니까?';
|
||||
$lang->msg_pc_to_mobile = 'View mobile optimized version of this page';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -287,17 +287,18 @@ $lang->ftp_path_title = 'FTP 경로 정보 입력';
|
|||
$lang->msg_ftp_installed_realpath = '설치된 XE의 절대경로';
|
||||
$lang->msg_ftp_installed_ftp_realpath = '설치된 XE의 FTP 경로 설정';
|
||||
// xml filter for use in the javascript alert msg
|
||||
$lang->filter->isnull = '%s을 입력해주세요.';
|
||||
$lang->filter->isnull = '%s에 값을 입력해주세요.';
|
||||
$lang->filter->outofrange = '%s의 글자 수를 맞추어 주세요.';
|
||||
$lang->filter->equalto = '%s이 잘못되었습니다.';
|
||||
$lang->filter->invalid_email = '%s의 형식이 잘못되었습니다. (예: xe@xpressengine.com)';
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s의 형식이 잘못되었습니다.\\n영문, 숫자와 _로 만드실 수 있으며, 첫 글자는 영문이어야 합니다.";
|
||||
$lang->filter->invalid_homepage = '%s의 형식이 잘못되었습니다. (예: http://www.xpressengine.com)';
|
||||
$lang->filter->equalto = '%s이(가) 잘못되었습니다.';
|
||||
$lang->filter->invalid = '%s의 값이 올바르지 않습니다.';
|
||||
$lang->filter->invalid_email = '%s의 값은 올바른 메일 주소가 아닙니다.';
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s의 값은 영문, 숫자, _만 가능하며 첫 글자는 영문이어야 합니다.";
|
||||
$lang->filter->invalid_url = $lang->filter->invalid_homepage = '%s의 형식이 잘못되었습니다. (예: http://www.xpressengine.com)';
|
||||
$lang->filter->invalid_korean = '%s의 형식이 잘못되었습니다. 한글로만 입력하셔야 합니다.';
|
||||
$lang->filter->invalid_korean_number = '%s의 형식이 잘못되었습니다. 한글과 숫자로만 입력하셔야 합니다.';
|
||||
$lang->filter->invalid_alpha = '%s의 형식이 잘못되었습니다. 영문으로만 입력하셔야 합니다.';
|
||||
$lang->filter->invalid_alpha_number = '%s의 형식이 잘못되었습니다. 영문과 숫자로만 입력하셔야 합니다.';
|
||||
$lang->filter->invalid_number = '%s의 형식이 잘못되었습니다. 숫자로만 입력하셔야 합니다.';
|
||||
$lang->security_warning_embed = "보안 문제로 관리자 아이디로는 embed를 볼 수 없습니다. 확인하시려면 다른 아이디로 접속하세요";
|
||||
$lang->msg_pc_to_mobile = '이 페이지는 모바일 보기가 있습니다. 모바일 보기로 이동하시겠습니까?';
|
||||
$lang->msg_pc_to_mobile = '모바일에 최적화된 화면으로 보기';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue