📄 en_us.lang.php
字号:
<?php
include('modules/Builder/NewEntryPoint.php');
/*****************************************************************************
* The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE
* Version 1.1 ("License"); You may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://opensource.org/licenses/rpl.php. Software distributed under the
* License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
* either express or implied.
*
* You may:
* a) Use and distribute this code exactly as you received without payment or
* a royalty or other fee.
* b) Create extensions for this code, provided that you make the extensions
* publicly available and document your modifications clearly.
* c) Charge for a fee for warranty or support or for accepting liability
* obligations for your customers.
*
* You may NOT:
* a) Charge for the use of the original code or extensions, including in
* electronic distribution models, such as ASP (Application Service
* Provider).
* b) Charge for the original source code or your extensions other than a
* nominal fee to cover distribution costs where such distribution
* involves PHYSICAL media.
* c) Modify or delete any pre-existing copyright notices, change notices,
* or License text in the Licensed Software
* d) Assert any patent claims against the Licensor or Contributors, or
* which would in any way restrict the ability of any third party to use the
* Licensed Software.
*
* You must:
* a) Document any modifications you make to this code including the nature of
* the change, the authors of the change, and the date of the change.
* b) Make the source code for any extensions you deploy available via an
* Electronic Distribution Mechanism such as FTP or HTTP download.
* c) Notify the licensor of the availability of source code to your extensions
* and include instructions on how to acquire the source code and updates.
* d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use,
* reproduce, perform, modify, sublicense, and distribute your extensions.
*
* The Original Code is: CommuniCore
* Olavo Farias
* 2006-04-7 olavo.farias@gmail.com
*
* The Initial Developer of the Original Code is CommuniCore.
* Portions created by CommuniCore are Copyright (C) 2005 CommuniCore Ltda
* All Rights Reserved.
********************************************************************************/
/*******************************************************************************
* Default English language strings for Module Builder
******************************************************************************/
$mod_strings = array (
'LBL_MODULE_NAME' => 'Module Builder',
'LBL_MODULE_TITLE' => 'Module Builder: Home',
'LBL_SEARCH_FORM_TITLE' => 'Module Search',
'LBL_LIST_FORM_TITLE' => 'Module List',
'LBL_HISTORY_TITLE' => 'History',
'LBL_ID' => 'Id:',
'LBL_DATE_ENTERED' => 'Date Entered:',
'LBL_DATE_MODIFIED' => 'Date Modified:',
'LBL_ASSIGNED_USER_ID' => 'Assigned To:',
'LBL_MODIFIED_USER_ID' => 'Modified User Id:',
'LBL_CREATED_BY' => 'Created By:',
'LBL_TEAM_ID' => 'Team:',
'LBL_NAME' => 'Title:',
'LBL_MODULE_TABLE_NAME' => 'Table Name:',
'LBL_CHECK_ALL' => 'Check All:',
'LBL_MASS_UPDATE' => 'Mass Update:',
'LBL_SUB_PANELS' => 'Sub Panels for',
'LBL_SUB_PANELS_OPT' => 'Module for Subpanel:',
'LBL_EDIT_BUTTON' => 'Edit Button:',
'LBL_DUPLICATE_BUTTON' => 'Duplicate Button:',
'LBL_DELETE_BUTTON' => 'Delete Button:',
'LBL_GROUPS' => 'New Form Sections:',
'LBL_GROUPS_QTY' => 'New Form Sections:',
'LBL_SAVE_BUTTON' => 'Save Button:',
'LBL_CANCEL_BUTTON' => 'Cancel Button:',
'LBL_SPECIAL_BUTTON' => 'Special Button:',
'LBL_SPECIAL_BUTTON_QTY' => 'Special Button Qty:',
'LBL_DESCRIPTION' => 'Description:',
'LBL_DELETED' => 'Deleted:',
'LBL_LIST_NAME' => 'Name',
'LBL_LIST_ASSIGNED_USER_ID' => 'Assigned To',
'LBL_BUILDER_SUBPANEL_TITLE' => 'Module Builders',
'LBL_BUILDER_SOLUTION_SUBPANEL_TITLE' => 'Solutions',
'LNK_NEW_BUILDER' => 'Create New Module',
'LNK_BUILDER_LIST' => 'Modules List',
'LNK_MODULE_LOADER_LIST' => 'Module Loader',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Moduless',
'LBL_ACTIVITIES_TITLE' => 'Activities',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',
'LBL_HISTORY_SUBPANEL_TITLE' => 'History',
'LBL_QUICK_NEW_BUILDER' => 'New Module',
'LBL_STATUS' => 'Status:',
'LBL_CLASS' => 'Class:',
'LBL_MODULE_FORM' => 'Module General Properties',
'LBL_SEARCH_FORM' => 'Search Form Definitions',
'LBL_ADDT_FORM_SHOW' => 'show Additional Details Definitions',
'LBL_ADDT_FORM_HIDE' => 'hide Additional Details Definitions',
'LBL_BSRC_FORM_SHOW' => 'show Basic Search Definitions',
'LBL_BSRC_FORM_HIDE' => 'hide Basic Search Definitions',
'LBL_ASRC_FORM_SHOW' => 'show Advanced Search Definitions',
'LBL_ASRC_FORM_HIDE' => 'hide Advanced Search Definitions',
'LBL_SUBP_FORM_SHOW' => 'show Sub Panels Definitions',
'LBL_SUBP_FORM_HIDE' => 'hide Sub Panels Definitions',
'LBL_MENU_FORM_SHOW' => 'show Menu Items Definitions',
'LBL_MENU_FORM_HIDE' => 'hide Menu Items Definitions',
'LBL_DETAIL_VIEW_FORM' => 'Detail View Form Definitions',
'LBL_EDIT_VIEW_FORM' => 'Edit View Form Definitions',
'LBL_SUB_PANELS_FORM' => 'Sub Panels Definitions',
'LBL_BUILD_BUTTON_TITLE' => 'Alt+B',
'LBL_BUILD_BUTTON_LABEL' => 'Build Module',
'LBL_BUILD_BUTTON_KEY' => 'Alt+B',
'LBL_DOWNLOAD_BUTTON_TITLE' => 'Alt+D',
'LBL_DOWNLOAD_BUTTON_LABEL' => 'Download Module',
'LBL_DOWNLOAD_PRIOR_BUTTON_LABEL' => 'Download prior build',
'LBL_DOWNLOAD_BUTTON_KEY' => 'Alt+D',
'LBL_NEW_FORM_TITLE' => 'New Module',
'LBL_DELETE_BUTTON_LABEL' => 'Finish module building process',
'LBL_DELETE_PRIOR_BUTTON_LABEL' => 'Finish prior module building process',
'LBL_DEVELOPER_BUTTON_LABEL' => 'Developer',
'LBL_DEVELOPER_BUTTON_TITLE' => 'Developer',
'LBL_DEVELOPER_BUTTON_KEY' => 'Alt+K',
'LBL_PROJECT' => 'Projects',
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -