english comments added

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-06 16:48:06 +00:00
parent 693e215bc1
commit 4d272994dd
219 changed files with 6407 additions and 8705 deletions

View file

@ -2,20 +2,20 @@
/**
* @class installAdminController
* @author NHN (developers@xpressengine.com)
* @brief install module의 admin controller class
* @brief admin controller class of the install module
**/
class installAdminController extends install {
/**
* @brief 초기화
* @brief Initialization
**/
function init() {
}
/**
* @brief 모듈 설치
* @brief Install the module
**/
function procInstallAdminInstall() {
$module_name = Context::get('module_name');
@ -28,7 +28,7 @@
}
/**
* @brief 모듈 업데이트
* @brief Upate the module
**/
function procInstallAdminUpdate() {
$module_name = Context::get('module_name');
@ -42,7 +42,7 @@
}
/**
* @brief 설정 변경
* @brief Change settings
**/
function procInstallAdminSaveTimeZone() {
$use_rewrite = Context::get('use_rewrite');
@ -101,7 +101,7 @@
}
/**
* @brief 지원 언어 선택
* @brief Supported languages
**/
function procInstallAdminSaveLangSelected() {
$selected_lang = trim(Context::get('selected_lang'));