From 0a89dffa5a55ab99d319d4e185d75a8fe2cf59f3 Mon Sep 17 00:00:00 2001 From: conory Date: Mon, 25 Jan 2016 18:10:15 +0900 Subject: [PATCH] =?UTF-8?q?XE=ED=91=9C=EA=B8=B0=EB=A5=BC=20Rhymix=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 4 +- addons/blogapi/blogapi.addon.php | 4 +- classes/db/DBCubrid.class.php | 4 +- classes/db/DBMssql.class.php | 4 +- classes/db/DBMysql.class.php | 6 +- common/lang/lang.xml | 59 +++++---- common/tpl/common_layout.html | 6 +- layouts/default/layout.html | 2 +- layouts/xedition/demo/footer.html | 4 +- layouts/xedition/demo/welcome_main.html | 20 +-- layouts/xedition/demo/welcome_sub3.html | 2 +- modules/admin/admin.admin.view.php | 2 +- modules/admin/lang/lang.xml | 118 +++++++++--------- modules/admin/tpl/admin_setup.html | 2 +- modules/autoinstall/lang/lang.xml | 4 +- modules/autoinstall/tpl/install.html | 4 +- modules/board/board.class.php | 2 +- modules/comment/comment.admin.controller.php | 2 +- modules/comment/comment.controller.php | 8 +- .../editor/styles/ckeditor_light/editor.html | 2 +- .../styles/ckeditor_recommend/editor.html | 2 +- modules/editor/styles/default/editor.html | 2 +- modules/editor/styles/dreditor/editor.html | 2 +- modules/editor/styles/xeStyle/editor.html | 2 +- .../editor/styles/xeStyleBlack/editor.html | 2 +- modules/file/lang/lang.xml | 20 +-- .../importer/importer.admin.controller.php | 2 +- modules/importer/lang/lang.xml | 40 +++--- modules/install/script/ko.install.php | 10 +- .../welcome_content/welcome_content_de.html | 6 +- .../welcome_content/welcome_content_en.html | 6 +- .../welcome_content/welcome_content_es.html | 6 +- .../welcome_content/welcome_content_fr.html | 6 +- .../welcome_content/welcome_content_jp.html | 4 +- .../welcome_content/welcome_content_ko.html | 6 +- .../welcome_content/welcome_content_mn.html | 6 +- .../welcome_content/welcome_content_ru.html | 6 +- .../welcome_content/welcome_content_tr.html | 6 +- .../welcome_content/welcome_content_vi.html | 6 +- .../welcome_content_zh-CN.html | 6 +- .../welcome_content_zh-TW.html | 6 +- .../xeicon_content/xeicon_content_ko_2.html | 2 +- modules/layout/lang/lang.xml | 14 +-- modules/layout/tpl/faceOff_sample.tar | Bin 45056 -> 45369 bytes modules/member/lang/lang.xml | 4 +- modules/menu/lang/lang.xml | 8 +- modules/module/lang/lang.xml | 64 +++++----- modules/page/lang/lang.xml | 26 ++-- modules/point/lang/lang.xml | 16 +-- modules/widget/lang/lang.xml | 16 +-- 50 files changed, 283 insertions(+), 278 deletions(-) diff --git a/.htaccess b/.htaccess index 3007a3705..e5ce1bc18 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,8 @@ RewriteEngine On -# reserve XE Layout Template Source File (*.html) +# reserve Rhymix Layout Template Source File (*.html) RewriteRule ^(layouts|m.layouts)/(.+)\.html$ - [L,F] -# reserve XE Template Source Files (*.html) +# reserve Rhymix Template Source Files (*.html) RewriteCond %{REQUEST_URI} !/modules/editor/ RewriteRule /(skins|m.skins)/(.+)\.html$ - [L,F] diff --git a/addons/blogapi/blogapi.addon.php b/addons/blogapi/blogapi.addon.php index 913f3ae4c..1fde7d9b0 100644 --- a/addons/blogapi/blogapi.addon.php +++ b/addons/blogapi/blogapi.addon.php @@ -527,8 +527,8 @@ if($called_position == 'before_module_proc') - XpressEngine - http://www.xpressengine.com/ + Rhymix + https://www.rhymix.org/ {$homepagelink} diff --git a/classes/db/DBCubrid.class.php b/classes/db/DBCubrid.class.php index ff856ec2b..aaff4c6c3 100644 --- a/classes/db/DBCubrid.class.php +++ b/classes/db/DBCubrid.class.php @@ -14,10 +14,10 @@ class DBCubrid extends DB { /** - * prefix of XE tables(One more XE can be installed on a single DB) + * prefix of Rhymix tables(One more Rhymix can be installed on a single DB) * @var string */ - var $prefix = 'xe_'; + var $prefix = 'rx_'; /** * max size of constant in CUBRID(if string is larger than this, '...'+'...' should be used) diff --git a/classes/db/DBMssql.class.php b/classes/db/DBMssql.class.php index b9e7aa1e7..7dda69d35 100644 --- a/classes/db/DBMssql.class.php +++ b/classes/db/DBMssql.class.php @@ -13,10 +13,10 @@ class DBMssql extends DB { /** - * prefix of XE tables(One more XE can be installed on a single DB) + * prefix of Rhymix tables(One more Rhymix can be installed on a single DB) * @var string */ - var $prefix = 'xe'; + var $prefix = 'rx'; var $param = array(); var $comment_syntax = '/* %s */'; diff --git a/classes/db/DBMysql.class.php b/classes/db/DBMysql.class.php index 9c639e8b9..268ce952d 100644 --- a/classes/db/DBMysql.class.php +++ b/classes/db/DBMysql.class.php @@ -14,10 +14,10 @@ class DBMysql extends DB { /** - * prefix of a tablename (One or more XEs can be installed in a single DB) + * prefix of a tablename (One or more Rhymix can be installed in a single DB) * @var string */ - var $prefix = 'xe_'; // / < + var $prefix = 'rx_'; // / < var $comment_syntax = '/* %s */'; var $charset = 'utf8'; @@ -168,7 +168,7 @@ class DBMysql extends DB { if(!$connection) { - exit('XE cannot handle DB connection.'); + exit('Rhymix cannot handle DB connection.'); } // Run the query statement $result = @mysql_query($query, $connection); diff --git a/common/lang/lang.xml b/common/lang/lang.xml index 75e80b3cd..cbf594fcb 100644 --- a/common/lang/lang.xml +++ b/common/lang/lang.xml @@ -3630,16 +3630,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -3670,25 +3670,30 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - + + + + + + + + + + + diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index b9a5cf604..7995ae298 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -2,15 +2,15 @@ $db_info = Context::getDBInfo(); $lang_type = Context::getLangType(); $ssl_actions = Context::getSSLActions(); - $css_files=Context::getCssFile(); - $js_files=Context::getJsFile(); + $css_files = Context::getCssFile(); + $js_files = Context::getJsFile(); } - + diff --git a/layouts/default/layout.html b/layouts/default/layout.html index 4adf5a76c..d2dcba0ef 100644 --- a/layouts/default/layout.html +++ b/layouts/default/layout.html @@ -7,7 +7,7 @@

- XpressEngine + Rhymix {Context::getSiteTitle()} {$layout_info->LOGO_TEXT} {$layout_info->LOGO_TEXT} diff --git a/layouts/xedition/demo/footer.html b/layouts/xedition/demo/footer.html index 0faa80243..b1701abdb 100644 --- a/layouts/xedition/demo/footer.html +++ b/layouts/xedition/demo/footer.html @@ -1,4 +1,4 @@ -

XpressEngine is a free software CMS. You can redistribute or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation.

+

Rhymix is a free software CMS. You can redistribute or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation.

diff --git a/layouts/xedition/demo/welcome_main.html b/layouts/xedition/demo/welcome_main.html index c4156d6cc..965b9f0f6 100644 --- a/layouts/xedition/demo/welcome_main.html +++ b/layouts/xedition/demo/welcome_main.html @@ -25,7 +25,7 @@
  • 레이아웃 디자인 바꾸기

    레이아웃 디자인 바꾸기

    -

    XE는 다양한 레이아웃 디자인을 제공합니다. 레이아웃 디자인은 [관리 > 사이트 제작/편집 > 사이트 디자인 설정]에서 변경할 수 있습니다.

    +

    Rhymix는 다양한 레이아웃 디자인을 제공합니다. 레이아웃 디자인은 [관리 > 사이트 제작/편집 > 사이트 디자인 설정]에서 변경할 수 있습니다.

  • 초기화면 바꾸기 @@ -46,8 +46,8 @@
    FEATURES -

    XE CORE. FEATURES

    -

    XpressEngine은 XE Core 프레임웍을 기반으로 개별 프로그램과 스킨을 실행하여 결과물을 생성합니다.
    다양한 개성을 가진 프로그램과 스킨을 조합하여 다채로운 기능을 가진 멋진 웹사이트를 만들 수 있습니다.

    +

    Rhymix. FEATURES

    +

    Rhymix는 프레임웍을 기반으로 개별 프로그램과 스킨을 실행하여 결과물을 생성합니다.
    다양한 개성을 가진 프로그램과 스킨을 조합하여 다채로운 기능을 가진 멋진 웹사이트를 만들 수 있습니다.

    • @@ -56,7 +56,7 @@

      손쉬운 사이트 구축

      -

      XE는 블로그형, 카페형 등 다양한 모듈을 제공합니다. 만들고자 하는 사이트에 적합한 모듈을 선택하여 쉽고 빠르게 사이트를 구축할 수 있습니다.

      +

      Rhymix는 블로그형, 카페형 등 다양한 모듈을 제공합니다. 만들고자 하는 사이트에 적합한 모듈을 선택하여 쉽고 빠르게 사이트를 구축할 수 있습니다.

      CHECK IT OUT
      @@ -68,7 +68,7 @@

      기능을 더하는 구조

      -

      XE는 확장기능을 내려받아 더 많은 기능을 이용할 수 있습니다. 기본 기능과 확장 기능을 자유롭게 조합하여 다양한 웹 사이트를 제작할 수 있습니다.

      +

      Rhymix는 확장기능을 내려받아 더 많은 기능을 이용할 수 있습니다. 기본 기능과 확장 기능을 자유롭게 조합하여 다양한 웹 사이트를 제작할 수 있습니다.

      CHECK IT OUT
      @@ -80,7 +80,7 @@

      오픈 소스 & 커뮤니티

      -

      XE는 오픈 커뮤니티를 통해 다양한 정보를 제공합니다. 커뮤니티에서 원하는 정보를 찾거거나 공유할 수 있습니다

      +

      Rhymix는 오픈 커뮤니티를 통해 다양한 정보를 제공합니다. 커뮤니티에서 원하는 정보를 찾거거나 공유할 수 있습니다

      CHECK IT OUT
      @@ -92,7 +92,7 @@

      다국어 지원

      -

      XE는 여러 나라의 언어를 지원합니다. 웹 사이트를 언어별로 분리하지 않고도 다국어 웹 사이트를 쉽게 제작할 수 있습니다.

      +

      Rhymix는 여러 나라의 언어를 지원합니다. 웹 사이트를 언어별로 분리하지 않고도 다국어 웹 사이트를 쉽게 제작할 수 있습니다.

      CHECK IT OUT
      @@ -106,7 +106,7 @@
    • COMMUNITY

      COMMUNITY

      -

      XE와 관련한 다양한 커뮤니티를 만나보세요.

      +

      Rhymix와 관련한 다양한 커뮤니티를 만나보세요.

    • Q&A @@ -116,10 +116,10 @@
    • DOWNLOAD

      DOWNLOAD

      -

      XE 자료실을 통해 나만의 홈페이지를 만들어보세요.

      +

      Rhymix 자료실을 통해 나만의 홈페이지를 만들어보세요.

    • - GITHUB + GITHUB

      GITHUB

      오픈소스 프로젝트 개발참여를 위한 GitHub 페이지입니다.

    • diff --git a/layouts/xedition/demo/welcome_sub3.html b/layouts/xedition/demo/welcome_sub3.html index c8b5e3c5a..af022318d 100644 --- a/layouts/xedition/demo/welcome_sub3.html +++ b/layouts/xedition/demo/welcome_sub3.html @@ -23,7 +23,7 @@
    • 레이아웃 디자인 바꾸기

      최적화

      -

      XpressEngine 뿐 아니라, 다양한 프레임워크에서 동일하게 구현됩니다. 다양한 프레임워크에서 자유롭게 이용해 보세요!

      +

      Rhymix 뿐 아니라, 다양한 프레임워크에서 동일하게 구현됩니다. 다양한 프레임워크에서 자유롭게 이용해 보세요!

    • 초기화면 바꾸기
      diff --git a/modules/admin/admin.admin.view.php b/modules/admin/admin.admin.view.php index 03e1d179e..5a3815842 100644 --- a/modules/admin/admin.admin.view.php +++ b/modules/admin/admin.admin.view.php @@ -595,7 +595,7 @@ class adminAdminView extends admin $php_core['memory_limit'] = "{$ini_info['memory_limit']['local_value']}"; $info['PHP_Core'] = $php_core; - $str_info = "[XE Server Environment " . date("Y-m-d") . "]\n\n"; + $str_info = "[Rhymix Server Environment " . date("Y-m-d") . "]\n\n"; $str_info .= "realpath : ".realpath('./')."\n"; foreach( $info as $key=>$value ) { diff --git a/modules/admin/lang/lang.xml b/modules/admin/lang/lang.xml index bdbdd5c5b..51d8b08f5 100644 --- a/modules/admin/lang/lang.xml +++ b/modules/admin/lang/lang.xml @@ -365,10 +365,10 @@ - - - - + + + + @@ -420,15 +420,15 @@ - + - + - - - - + + + + @@ -574,16 +574,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -598,16 +598,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -824,9 +824,9 @@ - - - + + + @@ -1389,16 +1389,16 @@ - safe_mode=On일 경우 XE의 정상적인 동작을 돕습니다.]]> - - - + safe_mode=On일 경우 Rhymix의 정상적인 동작을 돕습니다.]]> + + + - - - - - + + + + + @@ -1479,24 +1479,24 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -1507,8 +1507,8 @@ - 매우 심각한 PHP 보안 문제 및 공격에 노출될 수 있습니다.
    • XE 최신 버전을 사용할 수 없습니다.
    • XE 최신 버전 이상에서 지원하는 확장 기능을 사용할 수 없습니다.
    • 일부 확장 기능이 동작하지 않거나, 이로 인해 장애가 발생할 수 있습니다.
    • ]]> - PHP version of this server can be exposed to serious security problems and attacks.
    • Latest version of XE is not available.
    • You can not use extensions that are supported by the latest version of XE.
    • Some extensions may not work properly. It can cause problems.
    • ]]>
      + 매우 심각한 PHP 보안 문제 및 공격에 노출될 수 있습니다.
    • Rhymix 최신 버전을 사용할 수 없습니다.
    • Rhymix 최신 버전 이상에서 지원하는 확장 기능을 사용할 수 없습니다.
    • 일부 확장 기능이 동작하지 않거나, 이로 인해 장애가 발생할 수 있습니다.
    • ]]>
      + PHP version of this server can be exposed to serious security problems and attacks.
    • Latest version of Rhymix is not available.
    • You can not use extensions that are supported by the latest version of Rhymix.
    • Some extensions may not work properly. It can cause problems.
    • ]]>
      diff --git a/modules/admin/tpl/admin_setup.html b/modules/admin/tpl/admin_setup.html index 5137be3e0..9be5faddb 100644 --- a/modules/admin/tpl/admin_setup.html +++ b/modules/admin/tpl/admin_setup.html @@ -26,7 +26,7 @@
      - +
      diff --git a/modules/autoinstall/lang/lang.xml b/modules/autoinstall/lang/lang.xml index 5998c0f52..d6778e9ac 100644 --- a/modules/autoinstall/lang/lang.xml +++ b/modules/autoinstall/lang/lang.xml @@ -334,8 +334,8 @@ - - + + diff --git a/modules/autoinstall/tpl/install.html b/modules/autoinstall/tpl/install.html index 5ecdcb4c5..7c0e505cf 100644 --- a/modules/autoinstall/tpl/install.html +++ b/modules/autoinstall/tpl/install.html @@ -11,8 +11,8 @@
      • 매우 심각한 PHP 보안 문제 및 공격에 노출될 수 있습니다.
      • -
      • XE 최신 버전을 사용할 수 없습니다.
      • -
      • XE 최신 버전 이상을 지원하는 확장 기능을 사용할 수 없습니다.
      • +
      • Rhymix 최신 버전을 사용할 수 없습니다.
      • +
      • Rhymix 최신 버전 이상을 지원하는 확장 기능을 사용할 수 없습니다.
      • 일부 확장 기능이 동작하지 않거나, 이로 인해 장애가 발생할 수 있습니다.
      diff --git a/modules/board/board.class.php b/modules/board/board.class.php index 3ec8166fc..065be0b27 100644 --- a/modules/board/board.class.php +++ b/modules/board/board.class.php @@ -54,7 +54,7 @@ class board extends ModuleObject { $args->mid = 'board'; $args->module = 'board'; - $args->browser_title = 'XpressEngine'; + $args->browser_title = 'Rhymix'; $args->skin = 'default'; $args->site_srl = 0; $output = $oModuleController->insertModule($args); diff --git a/modules/comment/comment.admin.controller.php b/modules/comment/comment.admin.controller.php index 2436fd611..da6d95a78 100644 --- a/modules/comment/comment.admin.controller.php +++ b/modules/comment/comment.admin.controller.php @@ -117,7 +117,7 @@ class commentAdminController extends comment // send email to comment's author, all admins and thread(document) subscribers - START // ------------------------------------------------------- $oMail = new Mail(); - $mail_title = "[XE - " . $module_info->mid . "] comment(s) status changed to " . $new_status . " on document: \"" . $oDocument->getTitleText() . "\""; + $mail_title = "[Rhymix - " . $module_info->mid . "] comment(s) status changed to " . $new_status . " on document: \"" . $oDocument->getTitleText() . "\""; $oMail->setTitle($mail_title); $mail_content = " The comment #" . $comment_srl . " on document \"" . $oDocument->getTitleText() . "\" has been " . $new_status . " by admin of " . strtoupper($module_info->mid) . " module. diff --git a/modules/comment/comment.controller.php b/modules/comment/comment.controller.php index 997f7c091..7d62bce1d 100644 --- a/modules/comment/comment.controller.php +++ b/modules/comment/comment.controller.php @@ -410,7 +410,7 @@ class commentController extends comment // determine the order $obj->list_order = getNextSequence() * -1; - // remove XE's own tags from the contents + // remove Rhymix's own tags from the contents $obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content); // if use editor of nohtml, Remove HTML tags from the contents. @@ -640,7 +640,7 @@ class commentController extends comment { $oMail = new Mail(); $oMail->setSender($obj->email_address, $obj->email_address); - $mail_title = "[XE - " . Context::get('mid') . "] A new comment was posted on document: \"" . $oDocument->getTitleText() . "\""; + $mail_title = "[Rhymix - " . Context::get('mid') . "] A new comment was posted on document: \"" . $oDocument->getTitleText() . "\""; $oMail->setTitle($mail_title); $url_comment = getFullUrl('','document_srl',$obj->document_srl).'#comment_'.$obj->comment_srl; if($using_validation) @@ -726,7 +726,7 @@ class commentController extends comment /* // send email to author - START $oMail = new Mail(); - $mail_title = "[XE - ".Context::get('mid')."] your comment on document: \"".$oDocument->getTitleText()."\" have to be approved"; + $mail_title = "[Rhymix - ".Context::get('mid')."] your comment on document: \"".$oDocument->getTitleText()."\" have to be approved"; $oMail->setTitle($mail_title); //$mail_content = sprintf("From : %s?document_srl=%s&comment_srl=%s#comment_%d
      \r\n%s ", getFullUrl(''),$comment->document_srl,$comment->comment_srl,$comment->comment_srl, getFullUrl(''),$comment->document_srl,$comment->comment_srl,$comment->comment_srl,$comment>content); $mail_content = " @@ -836,7 +836,7 @@ class commentController extends comment $obj->content = $source_obj->get('content'); } - // remove XE's wn tags from contents + // remove Rhymix's wn tags from contents $obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content); // if use editor of nohtml, Remove HTML tags from the contents. diff --git a/modules/editor/styles/ckeditor_light/editor.html b/modules/editor/styles/ckeditor_light/editor.html index 53452c962..976795b75 100755 --- a/modules/editor/styles/ckeditor_light/editor.html +++ b/modules/editor/styles/ckeditor_light/editor.html @@ -3,7 +3,7 @@ -XpressEngine +Rhymix diff --git a/modules/editor/styles/ckeditor_recommend/editor.html b/modules/editor/styles/ckeditor_recommend/editor.html index 53452c962..976795b75 100755 --- a/modules/editor/styles/ckeditor_recommend/editor.html +++ b/modules/editor/styles/ckeditor_recommend/editor.html @@ -3,7 +3,7 @@ -XpressEngine +Rhymix diff --git a/modules/editor/styles/default/editor.html b/modules/editor/styles/default/editor.html index 53452c962..976795b75 100755 --- a/modules/editor/styles/default/editor.html +++ b/modules/editor/styles/default/editor.html @@ -3,7 +3,7 @@ -XpressEngine +Rhymix diff --git a/modules/editor/styles/dreditor/editor.html b/modules/editor/styles/dreditor/editor.html index 53452c962..976795b75 100644 --- a/modules/editor/styles/dreditor/editor.html +++ b/modules/editor/styles/dreditor/editor.html @@ -3,7 +3,7 @@ -XpressEngine +Rhymix diff --git a/modules/editor/styles/xeStyle/editor.html b/modules/editor/styles/xeStyle/editor.html index 11d2c6a6c..62470095a 100755 --- a/modules/editor/styles/xeStyle/editor.html +++ b/modules/editor/styles/xeStyle/editor.html @@ -4,7 +4,7 @@ -XpressEngine +Rhymix diff --git a/modules/editor/styles/xeStyleBlack/editor.html b/modules/editor/styles/xeStyleBlack/editor.html index 11d2c6a6c..62470095a 100755 --- a/modules/editor/styles/xeStyleBlack/editor.html +++ b/modules/editor/styles/xeStyleBlack/editor.html @@ -4,7 +4,7 @@ -XpressEngine +Rhymix diff --git a/modules/file/lang/lang.xml b/modules/file/lang/lang.xml index 22d31a265..044ecfef3 100644 --- a/modules/file/lang/lang.xml +++ b/modules/file/lang/lang.xml @@ -201,16 +201,16 @@
      - - - - - - - - - - + + + + + + + + + + diff --git a/modules/importer/importer.admin.controller.php b/modules/importer/importer.admin.controller.php index 60c51da6b..0c48b430d 100644 --- a/modules/importer/importer.admin.controller.php +++ b/modules/importer/importer.admin.controller.php @@ -432,7 +432,7 @@ class importerAdminController extends importer $oMail->setTitle("Password update for your " . getFullSiteUrl() . " account"); $webmaster_name = $member_config->webmaster_name?$member_config->webmaster_name:'Webmaster'; $oMail->setContent("Dear $obj->user_name,

      - We recently migrated our phpBB forum to XpressEngine. Since you password was encrypted we could not migrate it too, so please reset it by following this link: + We recently migrated our phpBB forum to Rhymix. Since you password was encrypted we could not migrate it too, so please reset it by following this link: " . getFullSiteUrl() . "?act=dispMemberFindAccount. You need to enter you email address and hit the 'Find account' button. You will then receive an email with a new, generated password that you can change after login.

      Thank you for your understanding,
      diff --git a/modules/importer/lang/lang.xml b/modules/importer/lang/lang.xml index d2c0d0a0d..7996b1c74 100644 --- a/modules/importer/lang/lang.xml +++ b/modules/importer/lang/lang.xml @@ -26,27 +26,27 @@
      - + - + - - + + - - - - - + + + + + @@ -508,25 +508,25 @@ Hãy nhập đường dẫn cho File chứa Data trên Host dưới dạng http: - XML Exporter를 이용하면 XML파일로 변환할 수 있습니다.]]> - XML Exporter를 이용하면 XML파일로 변환할 수 있습니다.]]> + XML Exporter to convert the data you want into XML File.]]> - XML Exporterを利用して変換したい書き込みデータをXMLファイルで作成してアップロードしてください。]]> - XML Exporter生成XML文件后再上传。]]> - XML Exporter 建立 XML 檔案後再上傳。]]> - Exporteur de XML pour convertir les données en fichier de XML, et puis téléchargez-le.]]> - XML Экспортер (XML Exporter), чтобы конвертировать нужные данные в XML Файл и затем загрузить его.]]> - XML Exporter para transformar los datos en archivo XML, y luego subir ese archivo.]]> - XML DışAktarımcı'yı kullanıp istediğiniz veriyi XML türüne çevirmelisiniz.]]> - XML Exporter.]]> + XML Exporter.]]> 'Utility menu', 'list' => array( array( - 'menu_name' => 'XE Official Site', + 'menu_name' => 'Rhymix Official Site', 'is_shortcut' => 'Y', 'open_window' => 'Y', - 'shortcut_target' => 'http://www.xpressengine.com' + 'shortcut_target' => 'https://www.rhymix.org/' ), array( 'menu_name' => 'GitHub', 'is_shortcut' => 'Y', 'open_window' => 'Y', - 'shortcut_target' => 'https://github.com/xpressengine' + 'shortcut_target' => 'https://github.com/rhymix' ), ) ), @@ -269,7 +269,7 @@ $obj->email_address = $logged_info->email_address; $obj->module_srl = $module_srl; Context::set('version', __XE_VERSION__); -$obj->title = 'Welcome XE'; +$obj->title = 'Welcome Rhymix'; $obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang); @@ -279,7 +279,7 @@ if(!$output->toBool()) return $output; $document_srl = $output->get('document_srl'); unset($obj->document_srl); -$obj->title = 'Welcome mobile XE'; +$obj->title = 'Welcome mobile Rhymix'; $output = $oDocumentController->insertDocument($obj, true); if(!$output->toBool()) return $output; diff --git a/modules/install/script/welcome_content/welcome_content_de.html b/modules/install/script/welcome_content/welcome_content_de.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_de.html +++ b/modules/install/script/welcome_content/welcome_content_de.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_en.html b/modules/install/script/welcome_content/welcome_content_en.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_en.html +++ b/modules/install/script/welcome_content/welcome_content_en.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_es.html b/modules/install/script/welcome_content/welcome_content_es.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_es.html +++ b/modules/install/script/welcome_content/welcome_content_es.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_fr.html b/modules/install/script/welcome_content/welcome_content_fr.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_fr.html +++ b/modules/install/script/welcome_content/welcome_content_fr.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_jp.html b/modules/install/script/welcome_content/welcome_content_jp.html index e82bea382..75d64ffc0 100644 --- a/modules/install/script/welcome_content/welcome_content_jp.html +++ b/modules/install/script/welcome_content/welcome_content_jp.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      XE 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_ko.html b/modules/install/script/welcome_content/welcome_content_ko.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_ko.html +++ b/modules/install/script/welcome_content/welcome_content_ko.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_mn.html b/modules/install/script/welcome_content/welcome_content_mn.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_mn.html +++ b/modules/install/script/welcome_content/welcome_content_mn.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_ru.html b/modules/install/script/welcome_content/welcome_content_ru.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_ru.html +++ b/modules/install/script/welcome_content/welcome_content_ru.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_tr.html b/modules/install/script/welcome_content/welcome_content_tr.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_tr.html +++ b/modules/install/script/welcome_content/welcome_content_tr.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_vi.html b/modules/install/script/welcome_content/welcome_content_vi.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_vi.html +++ b/modules/install/script/welcome_content/welcome_content_vi.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_zh-CN.html b/modules/install/script/welcome_content/welcome_content_zh-CN.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_zh-CN.html +++ b/modules/install/script/welcome_content/welcome_content_zh-CN.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/welcome_content/welcome_content_zh-TW.html b/modules/install/script/welcome_content/welcome_content_zh-TW.html index e82bea382..725a5b456 100644 --- a/modules/install/script/welcome_content/welcome_content_zh-TW.html +++ b/modules/install/script/welcome_content/welcome_content_zh-TW.html @@ -2,8 +2,8 @@
      WELCOME TO -

      WELCOME TO XPRESSENGINE

      -

      XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      - XE 시작하기 +

      WELCOME TO Rhymix

      +

      Rhymix은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
      간편한 설치와 다양한 추가 프로그램을 활용하여
      자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

      + Rhymix 시작하기
      diff --git a/modules/install/script/xeicon_content/xeicon_content_ko_2.html b/modules/install/script/xeicon_content/xeicon_content_ko_2.html index d77b38188..1960dd38b 100644 --- a/modules/install/script/xeicon_content/xeicon_content_ko_2.html +++ b/modules/install/script/xeicon_content/xeicon_content_ko_2.html @@ -14,7 +14,7 @@
    • 최적화

      -

      XpressEngine 뿐 아니라, 다양한 프레임워크에서 동일하게 구현됩니다. 여러 환경에서 자유롭게 이용해보세요!

      +

      Rhymix 뿐 아니라, 다양한 프레임워크에서 동일하게 구현됩니다. 여러 환경에서 자유롭게 이용해보세요!

    • diff --git a/modules/layout/lang/lang.xml b/modules/layout/lang/lang.xml index cd8aab430..edb3d8000 100644 --- a/modules/layout/lang/lang.xml +++ b/modules/layout/lang/lang.xml @@ -893,13 +893,13 @@ - - - - - - - + + + + + + + 아래 그림을 보고 구성요소와 기능을 이용하여 원하는 레이아웃을 만드세요.]]> diff --git a/modules/layout/tpl/faceOff_sample.tar b/modules/layout/tpl/faceOff_sample.tar index bdea263f415fdb9fc0a97cebdea17da13c23c8aa..b36810cdb2b76a3bc9c25910e6ea69a42d5ebd0b 100755 GIT binary patch delta 2580 zcmZ{mdsNiN6~}+O%i=OHbr%ojITabF|U8^CWVv4k&qU@miDKLM63fwdy2s|=jCur~p082f%zSX0193|>E&LV10^BfT? zDak1+TwXFqm6MQPvMRqqMM-XHQB^TC`MLP8|84N5Xvn8s0*7|LsUi`vk0_Z40W(yy zMTC8%@&*s65}|phGJ>&cHMmUe?@7svMaN4%3F!S{*U-}m=bjzPdc0`UWXg7_<6!ZH zdKySI@4`P?vmf$bHCbSk|70-BzY)CcACA%S0ez5<2bdv81P&vU$AL~_s9ppw1D8&j z0o6xSypSBTO)Uq#LZ)LNIb>1di>E-{3;fB7G z_v;RS4mbskiAQXRSK zUfL9VxXpXY3ro_~aCtY~2Kh$19`Yn(JeX|^bED+yocX28U$h)O@#u?V*R#Gu8dl>h zOvt{>_!u!d7IyQ1;h87#@gTF32Yf#(7yMn83Dp)Sn$r&_rVb3Pyq$la+Cvxb7bDrR zC8d0+2`1jd?WRF6F2~n_gfPl-au#Cfcuo}T9_HNRQ{Bv+3X1ZEai|3I9vNky=4qh$ zIuG4%C;7QNX7O@W|~&xTV}kFl(^Gd)~u8DQueZ}5`oIgdBgXY zmw*#0+Vzx#?Cr~=BqFE)4BxSOn$%l%-n}49nSNrkW1e9}q|vKY)w1D(_+uDW%v40V z8xLJLUoqw&3)L6|?HgJ&zRDk%BO4#|?vySFS-%PzSnj@uhS>+D=M}XtFsubj6tkR==@#gYtr{?akNR@ny*{Z6r;ghPXdCl2s8|-G) zM2{mW&9ckzTvM|a`hVB>Ig{PN1w(0di+}J#OV$>lj|82djBsq7*tXRy6WnF6-dW2F zFj~75A+>ATdB{)Ku0o#8a)-9$h!A~piZt=AKV?bl))E9Lz^?KnF03=a)U_@He))9~ zA~Z$3MT~)-^#;hY1%fiYt;wrZDP=D8<6%0nKFWuZmdA6aEsjohtrT1LH3^G~-jUkA zNf6SHnkXx-_rgjx)*};kr#`@wTsR^-WRYJqW4>TiG<<7^UXaUM72Yt2GRI4?Yf=}c z7@UaS(X}evBzw%19W~>YV7JV%;5!Y0U~B`987pjV{bH4 zrMS@@idRkkmYA14X{g8AxZ%E5g_ny+$B)5l3%09~PkFmB2J~u*0@IrwVL`DQ;vkzh z_(R^m;W6axAMz_{&c->A*KFj6YX8QsdH>s6HYM-^Tx-S~V0YMD&d+hxmMdWV)*E=5 zgb$}A{khjP(q#Q0MbWm85{c2fN9{sMlI*+QqziITgN+#hura2GqDH;Y6%xjTSm8iiooA#KUXz?p?1 z(-`(IP`fPx%-!}4cH_E!tctP)?FLtpmGlq&9>L7}x4gKb#WRET4k}xf&TOomm*8c) zmmAr=;*9Bf_;KS3%|YX54T>vP%7Qvl6=ZhG9|Qf$o=lnXQnF=p3of{(j%dCY!`t~a z@L+qc8}U8e?|1%=kB{xy{r4&q((1L8Wp}DD+R&-d^34%`D#ijVkk{{(0*60HDf~?4 zW9(ArbgbaV&Mt8Kj!|d|cK!!)eiv$Eciwf9&;9$|$H3}tem4wutH7(>ap3r#mEfA5 z6dc@UXSvLVox++itBl&mdbaXg&(!-qc(%6?Ww`idxnILT-%4L?wlP`#yf5(X*3Ue> zW21k2=OJYYdrdI3?ln_V>s`>0vDs&0V}T=OS}RUDvs(G`N3FkxO~}4_@Zi4d$gpnz ze4gRuzV*|8n)q$8-?rrc)3A#E68L`A9}c?PQn3n$R)3|dzQE$p=&eNUDJ!%2I1zoA zN;m4H#3f@(^CbGo!q~PyY(vwjbl2Jp!Zr5lv3+9W&urQOABqMPa0FkIRUY8~J#-x? d24w?y0_+P19*G=~EkD96d(e^J9D`kw{{amB3IqTE delta 2023 zcmZ{kdsI_L0>bknM)w;St>z@5*=Z~2?-^|?m-EV#~ zC%@*cf8~$7kh@O}4PCu@bx2u}#aL2eG%e3F8AGzog&3}gRxElWit%q$W%QzWwn*V5 z;V8ztE3w7Z2VJhGkmaVtCN~ZG+?oWcT4pw{G+Hpx-5cgnN=K?%YR)M~zpE0bMin8* zUCmP6&+%hvRzco!({yFlOryy@UrDpg1*L^{!I-V2OwoUvV~$?+64v4q#IZ{vI4n_4 z^ZY~{9@C@c$yGti3ljz-9ICc|BHnYbPLSc4G7is`1|+LgC{p>k(VyS{$aK%zjmP;unr_{$054Z^hhk15BoI z;^7{+6l(&*SYMzAhl@eQm=Zh@`N3mD>8^)5HE#`bKElg8Gks+vGsP+!ec&`>gcA{Y ztDF+Pl6vTDsYH?zL#o(7a4m8IvI;XHK+^~(GmKO(Q->#cyEEuqf)pf@S~i0 zViRwWtD|H%G$CnNqDZ8K5WJqy%33G-ah>PGI9!;NN>6uQyYg!8vsdF1;TygjHR0z* zP(pa3k-OT+D59{EE3q_!bA)grdlAWTcsZrc zK@z5x0aH`(x2frfit57GQOzz3&N_I`PV2AiI(~m$|LcSEp=hL&HS)BPE<>RdL`s0#&kLG`6 zyw4gIAK+PZhFOCCOar*A57D3H%?AU6S!wWF8p%FbdXIxXCkQKZ2Bef&+XX}#)yOca zSfw$WXWuNhGgzKi#-8L&;}DvkjEeknJj*|U!vza5tZ)z73M24EVV?bT%rxbo#}tR} zO(F0ys}W<4#U^tuzBeyKe9=~1E2=_jv74UPHwY2iWY|R5?8`Ovb^t0?y3lI5!_L{-VEybQ zY1~~u{7|u0pd{BGhW%q})+OTny7_GMdMziVu{NF{Z9^hjH%!9K4UurRdV0_ZWwN|J z!|y%)x6=4b>u(5Yw+^k9L1)cCtJUA_@?oLRCjV?m4Tz!P+jr}UTwbT}#4~HGBh^WV z6R}R=!BbtGVkF;gMR8>Snk#4EtIBaa73@Rsu5v+0)f6q&X^69$bPR3P{}v75sP3I0 z75OSx?hQ6?+1Xdsg6NIvUr5T^I0FYaM&rAUk?`I02=dJ_Fl_ci+2$w6-_j-Ads)`1 zw2F31qY<`sEK;`yp9h4>PXy85HndjUO-x0lOZq$hlO2xHKcfTOw$;?iSoxl*9F8@F z;7&uf!uxc$&!szFUOhkEkGCkKtJWgDQHhF1wZHxMh@A)f8BDcT_E?9yRMd#%zfX1< z*BdA9Y-&bJ(+!xK|BZr{E;e%SaSm5nkHOkD8OPg{__8eqUhVm)ZcnmP=PVa`hPLd@ zyV*DG+c{V|KERERJVbSRVNqu$PIg+I%RO@|=ht|RsmgUk!v0d6*&l)j`+tR52R7j1 zft#$UYc7ZT-Rm{)vTc9s_WyR#*kgilFdWklCd;Wqou4>DpKEid@)YH+9GVY$4bx9j z>TWoRICn6`Rqsn~?K;0pCQ<4JcP5fS4BgG@-gK<*^`ca;v;L++cdrJ6y@iNAl+3mr Vdc;X68A9B#o!EmSthKLM@*il( - + - + diff --git a/modules/menu/lang/lang.xml b/modules/menu/lang/lang.xml index db5952373..2fb81254e 100644 --- a/modules/menu/lang/lang.xml +++ b/modules/menu/lang/lang.xml @@ -987,12 +987,12 @@ Menu không phải là người quản lý, nhiệm vụ của nó chỉ là li - - + + - - + + diff --git a/modules/module/lang/lang.xml b/modules/module/lang/lang.xml index fdf5e9ebb..42d7ef4f9 100644 --- a/modules/module/lang/lang.xml +++ b/modules/module/lang/lang.xml @@ -369,26 +369,26 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -930,20 +930,20 @@ - - - - - - + + + + + - - - - + @@ -1004,10 +1004,10 @@ Le module [Administration des Modules] montera tous les modules installés et vo - - - - + + + + diff --git a/modules/page/lang/lang.xml b/modules/page/lang/lang.xml index aa31ff0c8..453b69644 100644 --- a/modules/page/lang/lang.xml +++ b/modules/page/lang/lang.xml @@ -128,10 +128,10 @@ -
    • 위젯형 : 여러가지 위젯들을 생성하여 화면을 구성합니다.
    • 문서형 : 제목, 내용, 태그를 갖는 문서를 제작하여 포스팅 형식의 페이지를 작성합니다.
    • 외부페이지형 : 외부 HTML 또는 PHP 파일을 XE에서 사용할 수 있습니다.
    • ]]>
      -
    • Widget: Create multiple widgets.
    • Article: Create articles with titles, contents and tags for posting page.
    • External Page: Use external HTML or PHP files in XE.
    • ]]>
      -
    • ウィジェット型 : いろんなウィジェットを生成して画面を構成します。
    • ドキュメント型 : タイトル、内容、タグのあるドキュメントを製作して、投稿形式のページを作成します。
    • 外部ページ型 : 外部HTML、またはPHPファイルをXEで使用できます。]]> -
    • Widget 頁面:是以 widgets 為主所建立的頁面。
    • 主題頁面:可建立頁面的主題、內容及標簽。
    • 外連頁面:在 XE 中使用外部 HTML 或 PHP 檔案。
    • ]]>
      +
    • 위젯형 : 여러가지 위젯들을 생성하여 화면을 구성합니다.
    • 문서형 : 제목, 내용, 태그를 갖는 문서를 제작하여 포스팅 형식의 페이지를 작성합니다.
    • 외부페이지형 : 외부 HTML 또는 PHP 파일을 Rhymix에서 사용할 수 있습니다.
    • ]]>
      +
    • Widget: Create multiple widgets.
    • Article: Create articles with titles, contents and tags for posting page.
    • External Page: Use external HTML or PHP files in Rhymix.
    • ]]>
      +
    • ウィジェット型 : いろんなウィジェットを生成して画面を構成します。
    • ドキュメント型 : タイトル、内容、タグのあるドキュメントを製作して、投稿形式のページを作成します。
    • 外部ページ型 : 外部HTML、またはPHPファイルをRhymixで使用できます。]]> +
    • Widget 頁面:是以 widgets 為主所建立的頁面。
    • 主題頁面:可建立頁面的主題、內容及標簽。
    • 外連頁面:在 Rhymix 中使用外部 HTML 或 PHP 檔案。
    • ]]>
      @@ -140,14 +140,14 @@ - - - + + + - - - + + + @@ -156,9 +156,9 @@ - - - + + + diff --git a/modules/point/lang/lang.xml b/modules/point/lang/lang.xml index 5bfe2ec1b..f46f40ac0 100644 --- a/modules/point/lang/lang.xml +++ b/modules/point/lang/lang.xml @@ -60,14 +60,14 @@ - - - - - - - - + + + + + + + + diff --git a/modules/widget/lang/lang.xml b/modules/widget/lang/lang.xml index af32dbce1..45368585f 100644 --- a/modules/widget/lang/lang.xml +++ b/modules/widget/lang/lang.xml @@ -378,25 +378,25 @@ +Rhymix의 페이지나 레이아웃 모듈을 사용하지 않더라도 [코드생성] 기능을 통해 직접 위젯 추가도 할 수 있습니다.]]> - + You can directly add a widget by using the [Generate Code] function without using the Rhymix page module or layout module.]]> + +即使不使用Rhymix的页面模块或布局模块,也可以通过『代码生成』功能直接可以添加相应控件。]]> +即使不使用 Rhymix 的頁面或版面設計模組,也可以通過『建立原始碼』功能直接新增相對應 Widget。]]> +Vous pouvez directement ajouter un gadget en utilisant la fonction [Générer le Code] sans utiliser un module de Page de Rhymix ni un module de Mise en Page.]]> +Sin la necesidad de utilizar los módulos de página o del diseño de Rhymix, Usted puede directamente añadir un widget usando la función de [Generar Códigos].]]> + [Kod Üret] fonksiyonunu kullanarak, Rhymix sayfa modülüne veya yerleşim düzeni modülüne ihtiyaç duymadan widget ekleyebilirsiniz.]]> Nó có thể kết nối với những Module trong Website hay Open API bên ngoài và hiển thị nội dung của Module đó.
      Thông qua sự thiết lập cấu hình, nó có thể là một ứng dụng rộng dãi.
      Bạn có thể thêm một Widget bằng cách bấm nút [Tạo Code] để lấy Code thêm vào một Module hay trang nào đó.]]>