rhymix/modules/layout/lang/en.php
Min-Soo Kim a3cc3a9781
Update Rhymix English Language Translations
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00

122 lines
9.2 KiB
PHP

<?php
$lang->cmd_layout_management = 'Layout Setting';
$lang->cmd_layout_edit = 'Edit Layout';
$lang->cmd_layout_copy = 'Copy Layout';
$lang->layout_name = 'Layout Name';
$lang->layout_maker = 'Layout Developer';
$lang->layout_license = 'License';
$lang->layout_history = 'Updates';
$lang->layout_info = 'Layout Info';
$lang->layout_list = 'Layout List';
$lang->menu_count = 'Menus';
$lang->downloaded_list = 'Download List';
$lang->sitemap_with_homemenu = 'Sitemap with Home menu';
$lang->layout_preview_content = 'The content gets displayed here.';
$lang->not_support_layout_preview = 'Skin preview not available.';
$lang->not_apply_menu = 'Apply Layouts En Bloc';
$lang->cmd_move_to_installed_list = 'View Created Layouts';
$lang->about_downloaded_layouts = 'List of downloaded layouts';
$lang->about_title = 'Please enter the title that is easy to verify when connecting to the page';
$lang->about_not_apply_menu = 'Layouts of all pages connected via menu will be changed en bloc by checking this option.';
$lang->about_layout = 'Layout module helps you create the site\'s layout easily. By using layout setting and menu connection, website\'s completed shape will be displayed with various modules. Layouts which you cannot delete are the default layouts of blogs or other moduels, thus you have to delete them from their setting pages.';
$lang->about_layout_code = 'It will be applied to the service when you save the layout code after editing it. Please first preview your code and then save it. You can refer the syntax of Rhymix\'s template from <a href="https://rhymix.org/manual/theme/intro" target="_blank">Rhymix Template Manual (Korean)</a>.';
$lang->layout_export = 'Export';
$lang->layout_btn_export = 'Download My Layout';
$lang->about_layout_export = 'Export currently edited layout.';
$lang->layout_import = 'Import';
$lang->about_layout_import = 'Previously modified layout will be deleted when you import a new one. Please export the current layout for a backup before importing a new one.';
$lang->layout_manager['0'] = 'Layout Manager';
$lang->layout_manager['1'] = 'Save';
$lang->layout_manager['2'] = 'Cancel';
$lang->layout_manager['3'] = 'Form';
$lang->layout_manager['4'] = 'Array';
$lang->layout_manager['5'] = 'Arrange';
$lang->layout_manager['6'] = 'Fixed Layout';
$lang->layout_manager['7'] = 'Variable Layout';
$lang->layout_manager['8'] = 'Fixed+Variable (Content)';
$lang->layout_manager['9'] = '1 Cell';
$lang->layout_manager['10'] = '2 Cells (left of content)';
$lang->layout_manager['11'] = '2 Cells (right of content)';
$lang->layout_manager['12'] = '3 Cells (left of content)';
$lang->layout_manager['13'] = '3 Cells (center of content)';
$lang->layout_manager['14'] = '3 Cells (right of content)';
$lang->layout_manager['15'] = 'Left';
$lang->layout_manager['16'] = 'Center';
$lang->layout_manager['17'] = 'Right';
$lang->layout_manager['18'] = 'All';
$lang->layout_manager['19'] = 'Layout';
$lang->layout_manager['20'] = 'Add Widget';
$lang->layout_manager['21'] = 'Add Content Widget';
$lang->layout_manager['22'] = 'Attribute';
$lang->layout_manager['23'] = 'Widget Style';
$lang->layout_manager['24'] = 'Modify';
$lang->layout_manager['25'] = 'Delete';
$lang->layout_manager['26'] = 'Align';
$lang->layout_manager['27'] = 'Occupy a Line';
$lang->layout_manager['28'] = 'Left';
$lang->layout_manager['29'] = 'Right';
$lang->layout_manager['30'] = 'Width';
$lang->layout_manager['31'] = 'Height';
$lang->layout_manager['32'] = 'Margin';
$lang->layout_manager['33'] = 'Padding';
$lang->layout_manager['34'] = 'Top';
$lang->layout_manager['35'] = 'Left';
$lang->layout_manager['36'] = 'Right';
$lang->layout_manager['37'] = 'Bottom';
$lang->layout_manager['38'] = 'Border';
$lang->layout_manager['39'] = 'None';
$lang->layout_manager['40'] = 'Background';
$lang->layout_manager['41'] = 'Color';
$lang->layout_manager['42'] = 'Image';
$lang->layout_manager['43'] = 'Select';
$lang->layout_manager['44'] = 'Repeat Background';
$lang->layout_manager['45'] = 'Repeat';
$lang->layout_manager['46'] = 'No Repeat';
$lang->layout_manager['47'] = 'Repeat Width';
$lang->layout_manager['48'] = 'Repeat Height';
$lang->layout_manager['49'] = 'Apply';
$lang->layout_manager['50'] = 'Cancel';
$lang->layout_manager['51'] = 'Reset';
$lang->layout_manager['52'] = 'Text';
$lang->layout_manager['53'] = 'Font';
$lang->layout_manager['54'] = 'Font Color';
$lang->layout_editing_deprecated_p1 = 'Layout editing is no longer supported. It is allowed for a limited time only for layouts that have already been edited, but this allowance may be removed completely in the future.';
$lang->layout_editing_deprecated_p2 = 'Layout editing is supported for a limited time only for layouts that have already been edited.<br />Using this screen to edit soure code is not recommended.<br />Please use FTP or a code editor to edit the HTML and CSS of the original layout source code.';
$lang->layout_editing_deprecated_p3 = 'For your information, edited source code is currently stored in the following files.';
$lang->layout_editing_deprecated_p4 = 'The original source code is stored in the following file, as well as any file included/referenced therein.';
$lang->layout_editing_deprecated_p5 = 'Caution: Clicking Reset will roll back the layout source code to the original. You cannot return to this screen afterward.<br />Please back up the edited source code below before clicking Reset.';
$lang->layout_reset_confirmation = 'Do you want to reset the layout source code to the original state?';
$lang->layout_image_repository = 'Layout Repository';
$lang->about_layout_image_repository = 'You can upload image/flash files for the selected layout. They will be included in exports.';
$lang->msg_layout_image_target = 'Only gif, jpg, png, svg, webp files are allowed.';
$lang->layout_migration = 'Layout Migration';
$lang->about_layout_migration = 'You can export or import the editted layout as a tar file. (So far only FaceOff supports exports/imports)';
$lang->about_faceoff['title'] = 'Rhymix FaceOff Layout Manager';
$lang->about_faceoff['description'] = 'FaceOff Layout Manager willl help you design layout on the web easily.<br/>Please design your own layout with components and functions as shown below.';
$lang->about_faceoff['layout'] = 'FaceOff has HTML structure as above.<br/>You can arrange/align with CSS, or use Style to design.<br/>You can add widget from Extension(e1, e2), Neck and Knee.<br/>Also Body, Layout, Header, Body, Footer can designed by Style, and Content will display content.';
$lang->about_faceoff['setting'] = 'Here are the explanations of the upper menu on the left.<br/><ul><li>Save : Save current settings.</li><li>Cancel : Discard current settings and go back.</li><li>Reset : Clear current settings</li><li>Form : Set form as Fixed/ Variable/ Fixed+Variable(Content).</li><li>Arrange : Arrange 2 Extensions and Content.</li><li>Align : Align the position of layout.</li></ul>';
$lang->about_faceoff['hotkey'] = 'You can design your layout more easily with Hot Keys.<br/><ul><li>tab : Unless a widget is selected, Header, Body, Footer will be selected in order. If not, next widget will be selected.</li><li>Shift + tab : It does the opposite function to tab key.</li><li>Esc : If nothing is selected, Neck, Extension(e1,e2), Knee will be selected in order, if a widget is selected, area of the widget will be selected.</li><li>Arrow Key : If a widget is selected, arrow key will move the widget to other areas.</li></ul>';
$lang->about_faceoff['attribute'] = 'You can set background color/image to every area except for a widget, and font color (include <a> tag).';
$lang->mobile_layout_list = 'Mobile Layout List';
$lang->mobile_downloaded_list = 'Downloaded Mobile Layouts';
$lang->apply_mobile_view = 'Apply Mobile View';
$lang->about_apply_mobile_view = 'All connected modules use the mobile view to display when accessing with mobile device.';
$lang->installed_layout = 'Installed Layouts';
$lang->instance_layout = 'Instance of layout';
$lang->faceoff_export = 'Export FaceOff layout';
$lang->about_faceoff_export = 'You can download current edited layout. Use this, you can change FaceOff layout to general layout.';
$lang->faceoff_migration['0'] = 'FaceOff layout will deprecated. You must change faceoff layout to general layout.';
$lang->faceoff_migration['1'] = 'Instruction of change FaceOff layout to general layout';
$lang->faceoff_migration['2'] = 'Export FaceOff layout.';
$lang->faceoff_migration['3'] = 'Untar downloaded tar file.';
$lang->faceoff_migration['4'] = 'Change folder name to any name.';
$lang->faceoff_migration['5'] = 'Upload to ./layouts through FTP.';
$lang->faceoff_migration['6'] = 'Insert new layout from installed layout. Make sure to check if the path of layout is the same as the uploaded path. You need to set the layout including logo images.';
$lang->msg_empty_origin_layout = 'Original layout is not exist';
$lang->msg_empty_target_layout = 'Target layout is not assigned';
$lang->msg_at_least_one_layout = 'You cannot delete this copy. At least one layout copy of this layout should be remained.';
$lang->use_site_default_layout = 'Use the default layout of the website';
$lang->use_responsive_pc_layout = 'Use the same responsive layout as the PC';
$lang->msg_unabled_preview = 'You can\'t preview because there is no page with this menu type.';
$lang->article_preview_title = 'Title of the document';
$lang->article_preview_content = 'Welcome. Nice to meet you.';