From 616942c5223ce5bd5f83316069b1b1f422eb3803 Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 31 Aug 2009 08:17:59 +0000 Subject: [PATCH] =?UTF-8?q?=EC=96=B8=EC=96=B4=ED=8C=A9=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6768 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/lang/en.lang.php | 2 ++ modules/editor/lang/es.lang.php | 2 ++ modules/editor/lang/fr.lang.php | 2 ++ modules/editor/lang/jp.lang.php | 2 ++ modules/editor/lang/ko.lang.php | 2 ++ modules/editor/lang/ru.lang.php | 2 ++ modules/editor/lang/zh-CN.lang.php | 2 ++ modules/editor/lang/zh-TW.lang.php | 2 ++ 8 files changed, 16 insertions(+) diff --git a/modules/editor/lang/en.lang.php b/modules/editor/lang/en.lang.php index 00508c8a0..310c2eef3 100644 --- a/modules/editor/lang/en.lang.php +++ b/modules/editor/lang/en.lang.php @@ -221,4 +221,6 @@ $lang->edit->paging_next_help = 'Move to next page.'; $lang->edit->toc = 'Table of Contents'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/es.lang.php b/modules/editor/lang/es.lang.php index a63168858..70cf4d11b 100644 --- a/modules/editor/lang/es.lang.php +++ b/modules/editor/lang/es.lang.php @@ -217,4 +217,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/fr.lang.php b/modules/editor/lang/fr.lang.php index 7486c20e5..bb3d0dad7 100644 --- a/modules/editor/lang/fr.lang.php +++ b/modules/editor/lang/fr.lang.php @@ -221,4 +221,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/jp.lang.php b/modules/editor/lang/jp.lang.php index b15fa484f..be885efc9 100644 --- a/modules/editor/lang/jp.lang.php +++ b/modules/editor/lang/jp.lang.php @@ -225,4 +225,6 @@ $lang->edit->paging_next_help = '次のページへ移動します。'; $lang->edit->toc = 'リスト'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/ko.lang.php b/modules/editor/lang/ko.lang.php index fd630c495..659c4e7ff 100644 --- a/modules/editor/lang/ko.lang.php +++ b/modules/editor/lang/ko.lang.php @@ -224,4 +224,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/ru.lang.php b/modules/editor/lang/ru.lang.php index 0dfd4c5c2..ea8f0d1ad 100644 --- a/modules/editor/lang/ru.lang.php +++ b/modules/editor/lang/ru.lang.php @@ -217,4 +217,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/zh-CN.lang.php b/modules/editor/lang/zh-CN.lang.php index 1c39a264b..199dbb188 100644 --- a/modules/editor/lang/zh-CN.lang.php +++ b/modules/editor/lang/zh-CN.lang.php @@ -223,4 +223,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?> diff --git a/modules/editor/lang/zh-TW.lang.php b/modules/editor/lang/zh-TW.lang.php index 1045a8549..dedf71f66 100644 --- a/modules/editor/lang/zh-TW.lang.php +++ b/modules/editor/lang/zh-TW.lang.php @@ -224,4 +224,6 @@ $lang->edit->paging_next_help = '다음 페이지로 이동합니다.'; $lang->edit->toc = '목차'; + + $lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?'; ?>