Squashed 'public/legacy/' changes from 7ce0eaf560..ace35f6573

ace35f6573 SuiteCRM 7.11.22 Release
0e1db16cf0 Fix #9297 - V8 API Auth issues on windows
3c3b2c7784 Fix #9293 - Error on audit save
58dd2e9dc6 Fix #9286 - EmailsComposeView.js Formatting
a3636f3953 Fix #9269 - edit view jumps to tab with validation error upon save, if hidden
43e9079b0e Fix #9262 - Add the `Overview` label to Security Groups detailview
6503cca0ac Fixes #9257 Adjusting references and tests to reflect updated GoogleAPIalias
4d5baa12ff Implement PDF Selection

git-subtree-dir: public/legacy
git-subtree-split: ace35f6573ad384e4e7472684262684f5cf195ee
This commit is contained in:
Dillon-Brown 2021-09-29 10:57:55 +01:00
parent 114b895b6d
commit dd455a1c2d
30 changed files with 906 additions and 207 deletions

View file

@ -967,6 +967,18 @@ $mod_strings = array(
'LBL_ELASTIC_SEARCH_ENGINE' => 'Elasticsearch Engine',
'LBL_SIMPLE_SQL_SEARCH_ENGINE' => 'Simple SQL Search Engine',
// SearchWrapper Settings
'LBL_PDF_HEADER' => 'PDF Settings',
'LBL_CHANGE_PDF_SETTINGS' => 'Change PDF Settings',
'LBL_PDF_HEADER_DESC' => 'Manage your PDF preferences',
'LBL_PDF_OPTIONS' => 'PDF Engine',
'LBL_PDF_OPTIONS_HELP' => 'Select the PDF engine that users will be able to use.',
'LBL_PDF_INTERFACE' => 'PDF Interface',
// PDF Engines Translations
'LBL_PDF_WRAPPER_ENGINES' => 'PDF Engines',
'LBL_MPDF_ENGINE' => 'MPDF Engine',
// Ajax Submit
'LBL_AJAX_SUBMIT_FAIL' => 'An error has occurred while saving the settings.',
);