Current Path : /var/www/html/clients/rebirth.e-nk.ru/live/plugins/page/templates/language/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/live/plugins/page/templates/language/english.php |
<?php /*------------------------------------------------------- * * LiveStreet Engine Social Networking * Copyright © 2008 Mzhelskiy Maxim * *-------------------------------------------------------- * * Official site: www.livestreet.ru * Contact e-mail: rus.engine@gmail.com * * GNU General Public License, version 2: * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * --------------------------------------------------------- */ /** * English language file for plug-in "Static pages" */ return array( /** * Static pages */ 'page_about' => 'About the project', 'page_download' => 'Download', 'page_admin' => 'Administering static pages', 'page_create' => 'Page creation', 'page_edit' => 'Page editing', 'page_new' => 'Adding a new page', 'page_create_parent_page' => 'Assign a parent page', 'page_create_parent_page_error' => 'Parent page is invalid', 'page_create_title' => 'Title', 'page_create_title_error' => 'Page title must contain 2 to 200 symbols', 'page_create_url' => 'URL', 'page_create_url_error' => 'URL must contain 1 to 50 symbols, be written in Latin alphabet, and can include numbers and symbols "-", "_"', 'page_create_url_error_bad' => 'URL must be different from:', 'page_create_text' => 'Text', 'page_create_text_error' => 'Page text must contain 1 to 50000 symbols', 'page_create_seo_keywords' => 'SEO keywords', 'page_create_seo_keywords_notice' => 'SEO optimization keywords', 'page_create_seo_description' => 'SEO description', 'page_create_seo_description_notice' => 'SEO optimization description', 'page_create_sort' => 'Sort', 'page_create_sort_notice' => 'Sets the sorting when displaying', 'page_create_sort_error' => 'Sorting must be a number', 'page_create_active' => 'Show active page', 'page_create_main' => 'display on the main page', 'page_create_submit_save' => 'Save', 'page_create_submit_save_ok' => 'New page has been created', 'page_create_submit_cancel' => 'Cancel', 'page_edit_notfound' => 'Page for editing has not been found', 'page_edit_submit_save_ok' => 'Page has been updated', 'page_admin_title' => 'Title', 'page_admin_url' => 'URL', 'page_admin_active' => 'Active', 'page_admin_main' => 'On main', 'page_admin_sort_up' => 'Move up', 'page_admin_sort_down' => 'Move down', 'page_admin_active_yes' => 'Yes', 'page_admin_active_no' => 'No', 'page_admin_action' => 'Action', 'page_admin_action_edit' => 'Edit', 'page_admin_action_delete' => 'Delete', 'page_admin_action_delete_ok' => 'Page has been deleted', 'page_admin_action_delete_error' => 'An error occurred when deleting the page', 'page_admin_action_delete_confirm' => 'Are you sure you want to delete this page and all embedded pages?', ); ?>