rhymix/modules/page/lang/en.php

31 lines
3.3 KiB
PHP

<?php
$lang->page = 'Page';
$lang->none_content = 'This is empty page.';
$lang->cmd_manage_selected_page = 'Manage Selected Page';
$lang->about_page = 'It is a blog module where you can create a complete page. Using latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages. Its URL is same as other module\'s such as mid=module name. If it is selected as a default, it will be the main page of the site.';
$lang->cmd_page_modify = 'Modify';
$lang->cmd_page_create = 'Create a Page';
$lang->cmd_page_article_create = 'Create an Article';
$lang->page_caching_interval = 'Caching Time';
$lang->about_page_caching_interval = 'The unit is minute, and it displays temporary saved data for assigned time. It is recommended to cache for proper time if a lot of resources are needed when displaying other servers\' data or information. A value of 0 will not cache.';
$lang->about_mcontent = 'This is the page you will see from mobile devices. If you have not set this page, rearranged default page will be displayed.';
$lang->page_type = 'Page Type';
$lang->click_choice = 'Select';
$lang->page_type_name['ARTICLE'] = 'Article Page';
$lang->page_type_name['WIDGET'] = 'Widget Page';
$lang->page_type_name['OUTSIDE'] = 'External Page';
$lang->about_page_type = 'Select Page Type to build a page. <ol><li>Widget: Create multiple widgets.</li><li>Article: Create articles with titles, contents and tags for posting page. </li><li>External Page: Use external HTML or PHP files in Rhymix.</li></ol>';
$lang->opage_path = 'Location of External Document for PC';
$lang->about_opage = 'This module enables to use external html or php files in Rhymix. It allows absolute or relative path, and if the url starts with \'http://\' , it can display the external page of the server.';
$lang->about_opage_path = 'Please enter the location of external document. Both absolute path such as \'/path1/path2/sample.php\' or relative path such as \'../path2/sample.php\' can be used. If you input the path like \'http://url/sample.php\', the result will be received and then displayed. This is current Rhymix\'s absolute path. ';
$lang->opage_mobile_path = 'Location of External Document for Mobile';
$lang->about_opage_mobile_path = 'Please enter the location of external document for mobile view. If not inputted, it uses the external document specified above. Both absolute path such as \'/path1/path2/sample.php\' or relative path such as \'../path2/sample.php\' can be used. If you input the path like \'http://url/sample.php\', the result will be received and then displayed. This is current Rhymix\'s absolute path. ';
$lang->opage_postprocessing = 'Postprocessing';
$lang->about_opage_postprocessing = 'Parse and execute the external document as a PHP script and/or Rhymix template. This does not apply to URL paths.<br />Beware that executing untrusted sources can lead to security problems.';
$lang->opage_proc_php = 'Execute PHP code';
$lang->opage_proc_tpl = 'Parse as Rhymix template';
$lang->page_management = 'Manage of page';
$lang->page_delete_warning = 'If you delete a page, the files of the page will be removed also.';
$lang->msg_not_selected_page = 'Page not selected.';
$lang->msg_invalid_opage_pc_path = 'Invalid path for the external document for PC.';
$lang->msg_invalid_opage_mobile_path = 'Invalid path for the external document for Mobile.';