mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
[Legacy] Fix Record Modal labels
This commit is contained in:
parent
722e6f7147
commit
671371a697
2 changed files with 7 additions and 7 deletions
|
@ -165,10 +165,10 @@ $mod_strings = array(
|
|||
'LBL_LDAP_AUTO_CREATE_USERS_DESC' => 'If an authenticated user does not exist, one will be created in SuiteCRM.',
|
||||
'LBL_LDAP_ENC_KEY' => 'Encryption Key:',
|
||||
'DEVELOPER_MODE' => 'Developer Mode',
|
||||
'LBL_SET_SUBPANEL_PAGINATION_TYPE' => 'Set Subpanel Pagination Type',
|
||||
'LBL_SET_LISTVIEW_PAGINATION_TYPE' => 'Set Listview Pagination Type',
|
||||
'LBL_LIST_ENTRIES_PER_MODAL' => 'Records Per Modal Page',
|
||||
'LBL_SET_RECORD_MODAL_PAGINATION_TYPE' => 'Set Record Modal Pagination Type',
|
||||
'LBL_SET_SUBPANEL_PAGINATION_TYPE' => 'Subpanel Pagination Type',
|
||||
'LBL_SET_LISTVIEW_PAGINATION_TYPE' => 'Listview Pagination Type',
|
||||
'LBL_LIST_ENTRIES_PER_MODAL' => 'Pop up Record List',
|
||||
'LBL_SET_RECORD_MODAL_PAGINATION_TYPE' => 'Pop up Record List Pagination Type',
|
||||
|
||||
'SHOW_DOWNLOADS_TAB' => 'Display Downloads Tab',
|
||||
'SHOW_DOWNLOADS_TAB_HELP' => 'When selected, the Download tab will appear in the User settings and provide users with access to SuiteCRM plug-ins and other available files',
|
||||
|
|
|
@ -292,9 +292,9 @@ $mod_strings = array(
|
|||
'LBL_STATE' => 'State',
|
||||
'LBL_STATUS' => 'Status',
|
||||
'LBL_SUBPANEL_TABS' => 'Subpanel Tabs',
|
||||
'LBL_SET_SUBPANEL_PAGINATION_TYPE' => 'Set Subpanel Pagination Type',
|
||||
'LBL_SET_LISTVIEW_PAGINATION_TYPE' => 'Set Listview Pagination Type',
|
||||
'LBL_SET_RECORD_MODAL_PAGINATION_TYPE' => 'Set Record Modal Pagination Type',
|
||||
'LBL_SET_SUBPANEL_PAGINATION_TYPE' => 'Subpanel Pagination Type',
|
||||
'LBL_SET_LISTVIEW_PAGINATION_TYPE' => 'Listview Pagination Type',
|
||||
'LBL_SET_RECORD_MODAL_PAGINATION_TYPE' => 'Pop up Record List Pagination Type',
|
||||
'LBL_SUBPANEL_TABS_DESCRIPTION' => 'In Detail Views, group Subpanels into tabs and display one tab at a time.',
|
||||
'LBL_SORT_MODULES' => 'Sort modules alphabetically',
|
||||
'LBL_SORT_MODULES_DESCRIPTION' => 'Order modules by name in the navigation drop down.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue