diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 9a3e3d689..7b178db66 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -61,7 +61,7 @@ $lang->category = 'Category'; $lang->document_srl = 'Doc. No.'; $lang->user_id = 'User ID'; - $lang->author = 'Maker'; + $lang->author = 'Developer'; $lang->password = 'Password'; $lang->password1 = 'Password'; $lang->password2 = 'Confirm Password'; diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index ca71cbaa5..a247ad83d 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -17,7 +17,7 @@ $lang->module_name = "Module Name"; $lang->addon_name = "Addon Name"; $lang->version = "Version"; - $lang->author = "Maker"; + $lang->author = "Developer"; $lang->table_count = "Number of Table"; $lang->installed_path = "Installed Path"; diff --git a/modules/layout/lang/en.lang.php b/modules/layout/lang/en.lang.php index 8a5eafff8..1cd888894 100644 --- a/modules/layout/lang/en.lang.php +++ b/modules/layout/lang/en.lang.php @@ -5,18 +5,18 @@ * @brief Layout module's basic language pack **/ - $lang->cmd_layout_management = 'Layout setting'; - $lang->cmd_layout_edit = 'Edit layout'; + $lang->cmd_layout_management = 'Layout Setting'; + $lang->cmd_layout_edit = 'Edit Layout'; - $lang->layout_name = 'Layout name'; - $lang->layout_maker = "Layout maker"; + $lang->layout_name = 'Layout Name'; + $lang->layout_maker = "Layout Developer"; $lang->layout_history = "Updates"; - $lang->layout_info = "Layout information"; - $lang->layout_list = 'Layout list'; + $lang->layout_info = "Layout Info"; + $lang->layout_list = 'Layout List'; $lang->menu_count = 'Menus'; - $lang->downloaded_list = 'Download list'; + $lang->downloaded_list = 'Download List'; $lang->layout_preview_content = 'The content gets displayed here'; - $lang->not_apply_menu = 'Apply layouts'; + $lang->not_apply_menu = 'Apply Layouts'; $lang->cmd_move_to_installed_list = "View created list"; diff --git a/modules/module/lang/en.lang.php b/modules/module/lang/en.lang.php index e7ac2007b..ed5ba0935 100644 --- a/modules/module/lang/en.lang.php +++ b/modules/module/lang/en.lang.php @@ -5,23 +5,23 @@ * @brief English language pack **/ - $lang->module_list = "Module list"; - $lang->module_index = "Module list"; - $lang->module_category = "Module category"; + $lang->module_list = "Module List"; + $lang->module_index = "Module List"; + $lang->module_category = "Module Category"; $lang->module_info = "Info"; $lang->add_shortcut = "Add Shortcuts"; $lang->module_action = "Actions"; - $lang->module_maker = "Module maker"; + $lang->module_maker = "Module Developer"; $lang->module_history = "Update history"; - $lang->category_title = "Category title"; - $lang->header_text = 'Header text'; - $lang->footer_text = 'Footer text'; - $lang->use_category = 'Enable category'; - $lang->category_title = 'Category title'; - $lang->checked_count = 'No. of checked article'; - $lang->skin_default_info = 'Default skin info'; - $lang->skin_maker = 'Skin maker'; - $lang->skin_maker_homepage = 'Skin maker homepage'; + $lang->category_title = "Category Title"; + $lang->header_text = 'Header Text'; + $lang->footer_text = 'Footer Text'; + $lang->use_category = 'Enable Category'; + $lang->category_title = 'Category Title'; + $lang->checked_count = 'Number of checked article'; + $lang->skin_default_info = 'Default Skin Info'; + $lang->skin_maker = 'Skin Developer'; + $lang->skin_maker_homepage = "Skin Developer's Homepage"; $lang->open_rss = 'Open RSS'; $lang->open_rss_types = array( 'Y' => 'Open all', @@ -32,10 +32,10 @@ $lang->cmd_add_shortcut = "Add Shortcut"; $lang->cmd_install = "Install"; $lang->cmd_update = "Update"; - $lang->cmd_manage_category = 'Manage categories'; - $lang->cmd_manage_grant = 'Manage grant'; - $lang->cmd_manage_skin = 'Manage skins'; - $lang->cmd_manage_document = 'Manage articles'; + $lang->cmd_manage_category = 'Manage Categories'; + $lang->cmd_manage_grant = 'Manage Permission'; + $lang->cmd_manage_skin = 'Manage Skins'; + $lang->cmd_manage_document = 'Manage Articles'; $lang->msg_new_module = "Create new module"; $lang->msg_update_module = "Modify module"; @@ -54,7 +54,7 @@ $lang->about_default = 'If cheched, the default will be shown when access to the site without no mid value(mid=NoValue).'; $lang->about_header_text = 'The contents will be shown on the top of the module.(html tags available)'; $lang->about_footer_text = 'The contents will be shown on the bottom of the module.(html tags available)'; - $lang->about_skin = 'You can choose a module skin.'; + $lang->about_skin = 'You may choose a module skin.'; $lang->about_use_category = 'If checked, category function will be enabled.'; $lang->about_list_count = 'You can set the number of limit to show article in a page.(default is 1)'; $lang->about_page_count = 'You can set the number of page link to move pages in a bottom of page.(default is 10)'; diff --git a/modules/widget/lang/en.lang.php b/modules/widget/lang/en.lang.php index 30f9708f7..4c817c5c1 100644 --- a/modules/widget/lang/en.lang.php +++ b/modules/widget/lang/en.lang.php @@ -7,10 +7,10 @@ $lang->cmd_generate_code = 'Generate Code'; - $lang->widget_name = 'Widget name'; - $lang->widget_maker = 'Widget maker'; - $lang->widget_history = 'Update history'; - $lang->widget_info = 'Widget info'; + $lang->widget_name = 'Widget Name'; + $lang->widget_maker = 'Widget Developer'; + $lang->widget_history = 'Update History'; + $lang->widget_info = 'Widget Info'; $lang->widget_code = 'Code'; $lang->widget_cache = 'Cache';