From 0679ffbdd1e306249823782e7d10bc62aa3dce38 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Thu, 12 Mar 2015 14:26:01 +0900 Subject: [PATCH] refs #1662 : modified - double quote to single quote for locale generator. - --- interface/control/blog/detail/index.php | 8 ++++---- interface/control/blog/index.php | 4 ++-- interface/control/user/detail/index.php | 10 +++++----- interface/control/user/index.php | 2 +- interface/login/openid/index.php | 4 ++-- interface/owner/center/dashboard/index.php | 8 ++++---- interface/owner/communication/openid/index.php | 2 +- interface/owner/entry/index.php | 8 ++++---- interface/owner/network/teamblog/index.php | 2 +- interface/owner/plugin/currentSetting/index.php | 4 ++-- interface/owner/reader/opml/import/file/index.php | 4 ++-- interface/owner/setting/account/index.php | 6 +++--- interface/owner/setting/entry/index.php | 6 +++--- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/interface/control/blog/detail/index.php b/interface/control/blog/detail/index.php index 3dc9b218c..93fa6192d 100644 --- a/interface/control/blog/detail/index.php +++ b/interface/control/blog/detail/index.php @@ -62,7 +62,7 @@ function deleteBlog(bid) { msg = this.getText("/response/result"); alert("\r\nError : " + msg); } - PM.addRequest(request, _t("블로그 삭제중")); + PM.addRequest(request, _t('블로그 삭제중')); request.send(); } @@ -197,7 +197,7 @@ function addUser(user) {
- " onclick="addUser(ctlUserSuggestObj.getValue());return false;" /> +
@@ -216,10 +216,10 @@ function addUser(user) {
- " /> + - " /> +
- +
@@ -92,7 +92,7 @@ - + -
  • +
  • @@ -97,10 +97,10 @@ function makeToken(uid) { echo "".POD::queryCell("SELECT value FROM `{$database['prefix']}BlogSettings` WHERE name = 'name' AND blogid = " . $row['blogid']).""; $tmpstr = ''; - if ($row['acl'] & BITWISE_ADMINISTRATOR) $tmpstr .= _t("관리자")." "; - if ($row['acl'] & BITWISE_OWNER) $tmpstr .= _t("소유자")." "; - if ($row['acl'] & BITWISE_EDITOR) $tmpstr .= _t("글관리")." "; - $tmpstr = ($tmpstr?$tmpstr:_t("없음")); + if ($row['acl'] & BITWISE_ADMINISTRATOR) $tmpstr .= _t('관리자')." "; + if ($row['acl'] & BITWISE_OWNER) $tmpstr .= _t('소유자')." "; + if ($row['acl'] & BITWISE_EDITOR) $tmpstr .= _t('글관리')." "; + $tmpstr = ($tmpstr?$tmpstr:_t('없음')); echo "".$tmpstr.""; echo ""; } diff --git a/interface/control/user/index.php b/interface/control/user/index.php index 40c659f21..e6d0ee017 100644 --- a/interface/control/user/index.php +++ b/interface/control/user/index.php @@ -32,7 +32,7 @@
    - +
    diff --git a/interface/login/openid/index.php b/interface/login/openid/index.php index 48631c36f..e93b123ef 100644 --- a/interface/login/openid/index.php +++ b/interface/login/openid/index.php @@ -83,12 +83,12 @@ function TryAuthByRequest() $openid = $_GET['openid_identifier']; } if (empty($openid)) { - $errmsg = _text("오픈아이디를 입력하세요"); + $errmsg = _text('오픈아이디를 입력하세요'); } else if (strstr($openid, ".") === false ) { require_once(ROOT.'/framework/legacy/Textcube.Control.Openid.php'); require_once OPENID_LIBRARY_ROOT."Auth/Yadis/XRI.php"; if( Auth_Yadis_identifierScheme($openid) == 'URI' ) { - $errmsg = _text("오픈아이디에 도메인 부분이 없습니다. 예) textcube.example.com"); + $errmsg = _text('오픈아이디에 도메인 부분이 없습니다. 예) textcube.example.com'); } } if( $errmsg ) { diff --git a/interface/owner/center/dashboard/index.php b/interface/owner/center/dashboard/index.php index 9446abf51..50f3d6198 100644 --- a/interface/owner/center/dashboard/index.php +++ b/interface/owner/center/dashboard/index.php @@ -327,8 +327,8 @@ function optimizeData() { if (isset($_REQUEST['edit'])) { ?> - - + + @@ -417,8 +417,8 @@ function getDefaultCenterPanel($mapping) { - - + + diff --git a/interface/owner/communication/openid/index.php b/interface/owner/communication/openid/index.php index 6259234c5..907895dfc 100644 --- a/interface/owner/communication/openid/index.php +++ b/interface/owner/communication/openid/index.php @@ -59,7 +59,7 @@

    -

    '._t('아이디와 오픈아이디의 대조를 통하여 아이디의 사칭 여부를 판별할 수 있습니다.');?>

    +

    '._t('아이디와 오픈아이디의 대조를 통하여 아이디의 사칭 여부를 판별할 수 있습니다.');?>

    diff --git a/interface/owner/entry/index.php b/interface/owner/entry/index.php index 02941a6ff..657e5d5b8 100644 --- a/interface/owner/entry/index.php +++ b/interface/owner/entry/index.php @@ -858,10 +858,10 @@ function toggleThisTr(obj) { - +
    diff --git a/interface/owner/plugin/currentSetting/index.php b/interface/owner/plugin/currentSetting/index.php index 8694347a5..b3a2c662e 100644 --- a/interface/owner/plugin/currentSetting/index.php +++ b/interface/owner/plugin/currentSetting/index.php @@ -62,7 +62,7 @@ - <?php echo _f("%1 설정", $pluginAttrs['title']);?> + <?php echo _f('%1 설정', $pluginAttrs['title']);?>
    -

    +

    diff --git a/interface/owner/reader/opml/import/file/index.php b/interface/owner/reader/opml/import/file/index.php index 0fcf9c998..b230d0d01 100644 --- a/interface/owner/reader/opml/import/file/index.php +++ b/interface/owner/reader/opml/import/file/index.php @@ -25,11 +25,11 @@ if ($status == 0) { if($result['total'] == 1) { ?> - var str = ""; + var str = ""; - var str = ""; + var str = ""; diff --git a/interface/owner/setting/account/index.php b/interface/owner/setting/account/index.php index 7bf1aa0c0..e91a0620e 100644 --- a/interface/owner/setting/account/index.php +++ b/interface/owner/setting/account/index.php @@ -406,7 +406,7 @@ function cancelInvite(userid, caller) {

    -

    +

    @@ -461,7 +461,7 @@ function cancelInvite(userid, caller) {

    -

    +

    @@ -620,7 +620,7 @@ function cancelInvite(userid, caller) {
    - +
    diff --git a/interface/owner/setting/entry/index.php b/interface/owner/setting/entry/index.php index 40424a009..7ac0d2e99 100644 --- a/interface/owner/setting/entry/index.php +++ b/interface/owner/setting/entry/index.php @@ -207,9 +207,9 @@ function showapi() {
    -

    +