Remove admin.backup.min.js, sitemap.backup.html

Change '할까요?' -> '하시겠습니까?'

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12433 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-20 02:35:04 +00:00
parent ea3c7d66cb
commit 1f008ff1c2
23 changed files with 67 additions and 304 deletions

View file

@ -318,5 +318,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 file

@ -72,7 +72,7 @@ class documentModelTest extends PHPUnit_Framework_TestCase
$inputObj->category_srl = 237465;
$inputObj->title = 'title';
$inputObj->extra_vars2 = 'extra_vars';
$inputObj->_saved_doc_message = "자동 저장된 글이 있습니다. 복구할까요?\n글을 다 쓰신 후 저장하면 자동 저장 본은 사라집니다.";
$inputObj->_saved_doc_message = "자동 저장된 글이 있습니다. 복구하시겠습니까?\n글을 다 쓰신 후 저장하면 자동 저장 본은 사라집니다.";
$inputObj->comment_status = 'ALLOW';
$inputObj->allow_trackback = 'Y';
$inputObj->status = 'PUBLIC';