en_us.lang.php
来自「SugarCRM5.1 开源PHP客户关系管理系统」· PHP 代码 · 共 618 行 · 第 1/4 页
PHP
618 行
'LBL_BTN_SAVEPUBLISH'=>'Save & Deploy','LBL_BTN_NEXT'=>'Next','LBL_BTN_BACK'=>'Back','LBL_BTN_CLONE'=>'Clone','LBL_BTN_ADDCOLS'=>'Add Columns','LBL_BTN_ADDROWS'=>'Add Rows',
'LBL_BTN_ADDFIELD'=>'Add Field','LBL_BTN_ADDDROPDOWN'=>'Add Dropdown',
'LBL_BTN_EDLABELS'=>'Edit Labels','LBL_BTN_UNDO'=>'Undo','LBL_BTN_REDO'=>'Redo','LBL_BTN_ADDCUSTOMFIELD'=>'Add Custom Field','LBL_BTN_EXPORT'=>'Export Customizations',
'LBL_BTN_DUPLICATE'=>'Duplicate',
'LBL_BTN_PUBLISH'=>'Publish',
'LBL_BTN_DEPLOY'=>'Deploy',
'LBL_BTN_EXP'=>'Export',
'LBL_BTN_DELETE'=>'Delete',
'LBL_BTN_VIEW_LAYOUTS'=>'View Layouts',
'LBL_BTN_VIEW_FIELDS'=>'View Fields',
'LBL_BTN_VIEW_RELATIONSHIPS'=>'View Relationships','LBL_BTN_ADD_RELATIONSHIP'=>'Add Relationship',//TABS//ERRORS'ERROR_ALREADY_EXISTS'=> 'Error: Field Already Exists','ERROR_INVALID_KEY_VALUE'=> "Error: Invalid Key Value: [']",'ERROR_NO_HISTORY' => 'No history files found',
//PACKAGE AND MODULE BUILDER
'LBL_PACKAGE_NAME'=>'Package Name:',
'LBL_MODULE_NAME'=>'Module Name:',
'LBL_AUTHOR'=>'Author:',
'LBL_DESCRIPTION'=>'Description:',
'LBL_KEY'=>'Key:',
'LBL_ADD_README'=>' Readme',
'LBL_MODULES'=>'Modules:',
'LBL_LAST_MODIFIED'=>'Last Modified:',
'LBL_NEW_MODULE'=>'New Module',
'LBL_LABEL'=>'Label:','LBL_LABEL_TITLE'=>'Label','LBL_WIDTH'=>'Width',
'LBL_PACKAGE'=>'Package:',
'LBL_TYPE'=>'Type:',
'LBL_TEAM_SECURITY'=>'Team Security','LBL_ASSIGNABLE'=>'Assignable','LBL_PERSON'=>'Person','LBL_COMPANY'=>'Company','LBL_ISSUE'=>'Issue','LBL_OPPORTUNITY'=>'Opportunity',
'LBL_FILE'=>'File','LBL_NAV_TAB'=>'Navigation Tab',
'LBL_CREATE'=>'Create','LBL_LIST'=>'List','LBL_LIST_VIEW'=>'List View','LBL_HISTORY'=>'View History','LBL_ACTIVITIES'=>'Activities','LBL_SEARCH'=>'Search','LBL_NEW'=>'New','LBL_TYPE_BASIC'=>'basic','LBL_TYPE_COMPANY'=>'company','LBL_TYPE_PERSON'=>'person','LBL_TYPE_ISSUE'=>'issue','LBL_TYPE_CHANCE'=>'chance','LBL_TYPE_FILE'=>'file','LBL_RSUB'=>'This is the subpanel that will be displayed in your module','LBL_MSUB'=>'This is the subpanel that your module provides to the related module for display','LBL_MB_IMPORTABLE'=>'Importing',//EXPORT CUSTOMS
'LBL_EC_TITLE'=>'Export Customizations',
'LBL_EC_NAME'=>'Package Name:',
'LBL_EC_AUTHOR'=>'Author:',
'LBL_EC_DESCRIPTION'=>'Description:',
'LBL_EC_KEY'=>'Key:',
'LBL_EC_CHECKERROR'=>'Please select a module.',
'LBL_EC_CUSTOMFIELD'=>'customized field(s)',
'LBL_EC_CUSTOMLAYOUT'=>'customized layout(s)',
'LBL_EC_NOCUSTOM'=>'No modules have been customized.',
'LBL_EC_EMPTYCUSTOM'=>'has empty customizations.','LBL_EC_EXPORTBTN'=>'Export',
'LBL_MODULE_DEPLOYED' => 'Module has been deployed.','LBL_UNDEFINED' => 'undefined',
//AJAX STATUS
'LBL_AJAX_FAILED_DATA' => 'Failed to retrieve data',
'LBL_AJAX_TIME_DEPENDENT' => 'A time dependent action is in progress please wait and try again in a few seconds',
'LBL_AJAX_LOADING' => 'Loading...',
'LBL_AJAX_DELETING' => 'Deleting...',
'LBL_AJAX_BUILDPROGRESS' => 'Build In Progress...',
'LBL_AJAX_DEPLOYPROGRESS' => 'Deploy In Progress...',
//JS
'LBL_JS_REMOVE_PACKAGE' => 'Are you sure you wish to remove this package? This will permanently delete all files associated with this package.',
'LBL_DEPLOY_IN_PROGRESS' => 'Deploying Package','LBL_JS_VALIDATE_NAME'=>'Name - Must be alphanumeric with no spaces and starting with a letter','LBL_JS_VALIDATE_LABEL'=>'Please enter a label that will be used as the Display Name for this module','LBL_JS_VALIDATE_TYPE'=>'Please select the type of module you wish to build from the list above','LBL_JS_VALIDATE_REL_NAME'=>'Name - Must be alphanumeric with no spaces','LBL_JS_VALIDATE_REL_LABEL'=>'Label - please add a label that will be displayed above the subpanel',//CONFIRM'LBL_CONFIRM_FIELD_DELETE'=>'Deleting a custom field will delete all the data related to the custom field. You will still need to remove the field from any layout you have added it to','LBL_CONFIRM_RELATIONSHIP_DELETE'=>'Are you sure you wish to delete this relationship?','LBL_CONFIRM_RELATIONSHIP_DEPLOY'=>'This will make this relationship permanent. Are you sure you wish to deploy this relationship?','LBL_CONFIRM_DONT_SAVE' => 'Changes have been made since you last saved, would you like to save?','LBL_CONFIRM_DONT_SAVE_TITLE' => 'Save Changes?',//POPUP HELP'LBL_POPHELP_FIELD_DATA_TYPE'=>'Select the appropriate data type based on the type of data that will be entered into the field.','LBL_POPHELP_DUPLICATE_MERGE'=>'<b>Enabled</b>: The field will appear in the Merge Duplicates feature, but will not be available to use for the filter conditions in the Find Duplicates feature.<br><br><b>Disabled</b>: The field will not appear in the Merge Duplicates feature, and will not be available to use for the filter conditions in the Find Duplicates feature.<br><br><b>In Filter</b>: The field will appear in the Merge Duplicates feature, and will also be available in the Find Duplicates feature.<br><br> <b>Filter Only</b>: The field will not appear in the Merge Duplicates feature, but will be available in the Find Duplicates feature.<br><br> <b>Default Selected Filter</b>: The field will be used for a filter condition by default in the Find Duplicates page, and will also appear in the Merge Duplicates feature.',
);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?