diff --git a/modules/communication/conf/info.xml b/modules/communication/conf/info.xml index d2c888b3c..d9491304f 100644 --- a/modules/communication/conf/info.xml +++ b/modules/communication/conf/info.xml @@ -1,8 +1,11 @@ 커뮤니케이션 + Communication 제로 + Zero 회원들간의 쪽지, 친구기능을 담당하는 모듈입니다. + This module is for managing message, friend functions. diff --git a/modules/editor/lang/en.lang.php b/modules/editor/lang/en.lang.php index a5412c3bc..4b728a488 100644 --- a/modules/editor/lang/en.lang.php +++ b/modules/editor/lang/en.lang.php @@ -16,7 +16,7 @@ $lang->component_grant = "Permission Setting"; $lang->about_component = "About component"; - $lang->about_component_grant = 'You may set the permission of using expanded components of editor.
(Everyone would have permission if nothing checked)'; + $lang->about_component_grant = 'Selected group(s) will be able to use expanded components of editor.
(Leave them blank if you want all groups to have permission)'; $lang->about_component_mid = "Editor components can select targets.
(All targets will be selected when nothing is selected)"; $lang->msg_component_is_not_founded = 'Cannot find editor component %s'; @@ -30,21 +30,21 @@ $lang->cmd_enable = "Active"; $lang->editor_skin = 'Editor Skin'; - $lang->upload_file_grant = 'Permission for uploading'; - $lang->enable_default_component_grant = 'Permission of using default components'; - $lang->enable_component_grant = 'Permission of using components'; - $lang->enable_html_grant = 'Permission of using HTML'; - $lang->enable_autosave = 'Use auto-save'; + $lang->upload_file_grant = 'Permission for Uploading'; + $lang->enable_default_component_grant = 'Permission for Default Components'; + $lang->enable_component_grant = 'Permission for Components'; + $lang->enable_html_grant = 'Permission for HTML'; + $lang->enable_autosave = 'Auto-Save'; $lang->height_resizable = 'Height Resizable'; $lang->editor_height = 'Height of Editor'; $lang->about_editor_skin = 'You may select the skin of editor.'; - $lang->about_upload_file_grant = 'You may set the permission of file attaching. (Everyone would have permission if nothing checked)'; - $lang->about_default_component_grant = 'You may set the permission of using default components of editor. (Everyone would have permission if nothing checked)'; + $lang->about_upload_file_grant = 'Selected group(s) will be able to upload files. (Leave them blank if you want all groups to have permission)'; + $lang->about_default_component_grant = 'Selected group(s) will be able to use default components of editor. (Leave them blank if you want all groups to have permission)'; $lang->about_editor_height = 'You may set the height of editor.'; - $lang->about_editor_height_resizable = 'Permit to resize the height of editor.'; - $lang->about_enable_html_grant = 'You may give the permission of using HTML'; - $lang->about_enable_autosave = 'You may enable the auto-save function while writing articles.'; + $lang->about_editor_height_resizable = 'You may decide whether height of editor can be resized.'; + $lang->about_enable_html_grant = 'Selected group(s) will be able to use HTML'; + $lang->about_enable_autosave = 'You may decide whether auto-save function will be used.'; $lang->edit->fontname = 'Font'; $lang->edit->fontsize = 'Size';