golden hour
/home/phakp/public_html/formtools/modules/pages/lang
⬆️ Go Up
Upload
File/Folder
Size
Actions
en_us.php
2.88 KB
Del
OK
Edit: en_us.php
<?php /* Form Tools - Module Language File --------------------------------- File created: Oct 24th, 2:46 AM If you would like to help translate this module, please visit: http://www.formtools.org/translations/ */ $L = array(); // required $L["module_name"] = "Pages"; $L["module_description"] = "This module lets you define your own custom pages to link to from within the Form Tools UI. This lets you to add help pages, client splash pages or any other custom information."; // custom $L["word_help"] = "Help"; $L["word_page"] = "Page"; $L["word_settings"] = "Settings"; $L["word_pages"] = "Pages"; $L["word_about"] = "About"; $L["word_help"] = "Help"; $L["word_smarty"] = "Smarty"; $L["word_php"] = "PHP"; $L["phrase_list_pages"] = "List Pages"; $L["phrase_page_heading"] = "Page Heading"; $L["phrase_page_content"] = "Page Content"; $L["phrase_add_page"] = "Add Page"; $L["phrase_edit_page"] = "Edit Page"; $L["phrase_back_to_pages"] = "Back to Pages"; $L["phrase_page_name"] = "Page Name"; $L["phrase_add_new_page"] = "add a new page"; $L["phrase_change_your_settings"] = "change your settings"; $L["phrase_display_custom_pages"] = "display all of your custom pages"; $L["phrase_view_page"] = "View Page"; $L["phrase_pages_module"] = "Pages module"; $L["confirm_delete_page"] = "Are you sure you want to delete this page?"; $L["text_page_name_desc"] = "This value is used internally to help you identify the page and as the menu item label."; $L["text_intro_para_1"] = "The Pages module lets you to customize the Form Tools user interface by adding your own pages containing whatever information you or your clients need. This can be helpful if you would like to add a splash page, links page or other such information."; $L["text_intro_para_2"] = "After creating your page(s), go to the <a href=\"{\$url}\">Menus page</a> in the settings section to assign the page to a menu for yourself or your clients."; $L["text_help_link"] = "For help on how to use this module, please see the <a href=\"http://modules.formtools.org/pages/\">module help documentation</a>."; $L["notify_settings_updated"] = "Your settings have been updated."; $L["notify_no_pages"] = "Currently, you don't have any pages in the database. Click the button below to add a new page."; $L["notify_delete_page"] = "The page has been deleted."; $L["notify_problem_installing"] = "There following error occurred when trying to create the database tables for this module: <b>{\$error}</b>"; $L["notify_module_uninstalled"] = "The Pages module has been uninstalled. If any user account (admin or client) was using a Page in their menu, it has been removed."; $L["notify_no_permissions"] = "Sorry, you do not have permissions to see this page."; $L["notify_page_updated"] = "The page has been updated."; $L["notify_page_not_added"] = "The page could not be added."; $L["notify_page_added"] = "The page has been added.";
Save