rhymix/modules/menu/lang/en.php
2016-01-31 16:01:17 +09:00

135 lines
7.8 KiB
PHP

<?php
$lang->cmd_menu_insert = 'Create Menu';
$lang->cmd_menu_management = 'Menu Setting';
$lang->cmd_module_manangement = 'Module Setting';
$lang->menu_count = 'No. of menus';
$lang->menu_management = 'Manage Menu';
$lang->collapsing = 'Collapse';
$lang->expanding = 'Expand';
$lang->edit_sitemap = 'Edit Sitemap';
$lang->sitemap_name = 'Sitemap Name';
$lang->add_menu = 'Add Menu Item';
$lang->edit_menu = 'Edit Menu';
$lang->sitemap = 'Sitemap';
$lang->add_new_sitemap = 'Add Menu';
$lang->module_or_url = 'Page or URL';
$lang->create_module_in_menu = 'Create Page';
$lang->select_module_in_menu = 'Select Page';
$lang->create_mid_in_menu = 'Create Page ID';
$lang->select_mid_in_menu = 'Select Page ID';
$lang->update = 'Update';
$lang->installed = 'Installed';
$lang->depth = 'Step';
$lang->parent_menu_name = 'Parent Menu Name';
$lang->menu_name = 'Menu Name';
$lang->menu_srl = 'Menu Serial Number';
$lang->menu_id = 'Menu ID';
$lang->browser_title = 'Browser title';
$lang->about_browser_title = 'Text used as browser title. Also used for RSS/Trackback';
$lang->menu_type = 'Menu type';
$lang->menu_url = 'Menu URL';
$lang->menu_open_window = 'Open a new window';
$lang->menu_self_window = 'Open a self window';
$lang->menu_expand = 'Expand';
$lang->menu_img_btn = 'Menu link image';
$lang->about_imgbtn = 'Replace text natigation links with image buttons';
$lang->menu_no_img_btn = 'No image';
$lang->menu_normal_btn = 'Normal';
$lang->about_menu_normal_btn = 'Normal button image';
$lang->menu_hover_btn = 'Mouse over';
$lang->about_menu_hover_btn = 'Mouse over button image';
$lang->menu_active_btn = 'When selected';
$lang->about_menu_active_btn = 'When selected button image';
$lang->menu_change_btn = 'Change';
$lang->menu_upload_btn = 'Upload image';
$lang->menu_group_srls = 'Accessable Groups';
$lang->layout_maker = 'Layout Maker';
$lang->layout_history = 'Update History ';
$lang->layout_info = 'Layout Info';
$lang->layout_list = 'Layouts List';
$lang->downloaded_list = 'Downloads List';
$lang->limit_menu_depth = 'Display Enabled';
$lang->cmd_make_child = 'Add a Child Menu';
$lang->cmd_move_to_installed_list = 'View Created List';
$lang->cmd_enable_move_menu = 'Move Menu (Drag the top menu after selecting)';
$lang->cmd_search_mid = 'Search mid';
$lang->msg_cannot_delete_for_child = 'A menu with child menus cannot be deleted.';
$lang->msg_cannot_delete_homemenu = 'Cannot delete a menu with Home menu.';
$lang->msg_cannot_delete_for_admin_topmenu = 'A top menu cannot be deleted';
$lang->about_title = 'Please enter the title that is easy to verify when connecting to the page.';
$lang->about_menu_management = 'The menu management enables you to organize your menus in the selected layout.
You can create menus up to setted depth and can enter information in details by clicking them.
The menu will be expanded by clicking the folder image.
If the menu is not shown normally, refresh the information by clicking the button "Re-create cache file".
* The menu created over the depth limit may not be shown properly.';
$lang->about_menu_name = 'The name will be shown as a menu name if it is not an admin or image button.';
$lang->about_menu_url = 'It is the menu URL when select the menu.<br />You may enter only id value to link to other module.<br />If no contents exist, nothing will happen even though you click the menu.';
$lang->about_menu_open_window = 'You can assign it to open a page in a new window when the menu is clicked.';
$lang->about_menu_expand = 'It enables the menu to remain expanded when the tree menu(tree_menu.js) is used.';
$lang->about_menu_img_btn = 'If you register an image button, it will automatically replace the text button, and will be shown in the layout.';
$lang->about_menu_group_srls = 'If you select a group, only the group members can see the menu. (if xml file is directly opened, it will be visible to anyone who opens it.)';
$lang->about_menu = 'Menu module will help you create a complete site through the convenient menu management which arranges the created modules and links to layouts without any manual work.
However, menu is not a site manager. It just has the information which can link to modules and layouts so you can express different types of menus.';
$lang->alert_image_only = 'Only image files can be registered.';
$lang->cType = 'Page or URL';
$lang->module_type = 'Select Page';
$lang->create_menu_url = 'Create Page ID';
$lang->select_menu_url = 'Select Page ID';
$lang->exposure_limits = 'Exposure limits';
$lang->copy = 'Copy';
$lang->cut = 'Cut';
$lang->paste = 'Paste';
$lang->change_name = 'Change name';
$lang->set_as_homepage = 'Set as homepage';
$lang->has_been_set_as_homepage = 'Has been set as homepage';
$lang->general_settings = 'General settings';
$lang->design = 'Design';
$lang->site_design = 'Site design';
$lang->use_site_design = 'Use site design';
$lang->full_settings = 'Full settings';
$lang->install_other_menu_types = 'Install other menu types';
$lang->about_new_menu_id = 'URL을 사용할 필요가 없다면 생략 가능. 메뉴 생성 후 [메뉴 수정]에서 수정 가능.';
$lang->about_menu_id = '페이지 URL로 사용(40자 이내).';
$lang->skip_menu_id = '생략시 임의값 사용';
$lang->url_link = 'URL link';
$lang->menu_link = 'Menu link';
$lang->about_menu_link = '메뉴를 선택하면 자동 입력됨';
$lang->view_zoom = 'Zoom';
$lang->use_site_default_layout = 'Use site default layout';
$lang->site_default_layout_settings = 'Site default layout settings';
$lang->no_use_layout = 'No use layout';
$lang->about_apply_layout = '클릭하면 레이아웃이 적용됩니다.';
$lang->make_copy = 'Make copy';
$lang->install_other_layouts = 'Install other layouts';
$lang->layout_html_css_settings = 'HTML/CSS settings';
$lang->layout_settings = 'Settings';
$lang->use_site_default_skin = 'Use site default skin';
$lang->site_default_skin_settings = 'Site default skin settings';
$lang->about_apply_skin = '클릭하면 스킨이 적용됩니다.';
$lang->install_other_skins = 'Install other themes';
$lang->no_downloadable_item = 'There are no downloadable item.';
$lang->confirm_sitemap_delete = 'Do you want to remove this sitemap?';
$lang->confirm_menu_delete = 'Do you want to remove this menu item?';
$lang->confirm_delete_all_contents = 'I understand that the contents will be deleted as well.';
$lang->confirm_shortcut_delete = 'Do you want to remove this shortcut item?';
$lang->confirm_shortcut_desc = '바로가기를 삭제해도 실제 메뉴는 지워지지 않습니다.';
$lang->confirm_delete_all_sub_items_title = 'The menu has sub-menu(s)';
$lang->confirm_delete_all_sub_items = 'Do you want to delete all the sub-menu(s)?';
$lang->confirm_delete_all_item = 'I know delete all menu of sitemap.';
$lang->installation_completed = 'Installation is completed.';
$lang->shortcut = 'Shortcut';
$lang->shortcut_desc = 'A shortcut is a link to a URL or to another menu';
$lang->msg_target_is_sub_of_origin = 'Target menu is sub of origin menu.';
$lang->target_of_view_menu = 'Target of view menu';
$lang->input_new_layout_name = 'Input new layout name';
$lang->skip_new_layout_name = '생략 시 임의의 값이 사용 됩니다.';
$lang->need_to_ftp_setup = 'Need to FTP setup.';
$lang->go_to_ftp_setup = 'Redirecting to FTP Setup page.';
$lang->go_to_site_design_setup = 'Redirecting to Site Design page.';
$lang->about_menu_type_in_default = 'To change the menu type, you have to delete and recreate the menu.';
$lang->how_to_modify_menu = '생성한 메뉴는 [메뉴 수정]에서 수정 할 수 있습니다.';
$lang->can_drag_menu = '사이트 맵에서 메뉴를 드래그 해서도 위치를 변경 할 수 있습니다.';
$lang->good_to_duplicate_layout = '레이아웃 설정 변경 시, [복사본 생성] 버튼을 눌러 복사본을 만들어 설정을 변경 하는 것이 좋습니다.';
$lang->img_uploaded = 'Button image is uploaded.';
$lang->img_deleted = 'Button image is deleted.';
$lang->do_not_display_again = 'Do not display again.';