mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
Squashed 'public/legacy/' changes from f058c4c306..2aaee3c558
2aaee3c558 Implement PDFEngine bf78e964fd Fix PDF_Lib constructors cfe6e2a1e0 Replace deprecated fzaninotto/faker with fakerphp/faker 7f8d18b8fb Move test namespaces into autoload-dev 1778603d07 Upgrade nesbot/carbon to v2.x 171ef65335 Update Travis config to use composer v2.x 7a4d0007af Upgrade composer-merge-plugin to v2.x 0461d8f4ba Fix PHPUnit 9 deprecations and warnings 15906ef6a5 Fix test case class not matching filename deprecation warnings b92a9dcdbd Replace abandoned leafo/scssphp with scssphp/scssphp 9a0fea7c9e Upgrade Robo to v3.x 5462b82a22 Update composer.json 77d3575052 Fix missing default config values 1d4a0e7421 Consolidate global search settings e75e0f4add Remove duplicate "Global Search" link in the adminpanel 1bfa51fa73 Implement search engine selection d5a33281e1 Deprecate UnifiedSearchAdvanced fcce848d4c Unify search engines c8c02c5398 Remove new/legacy search engine labels e34cad759d Add codeception 4.1.x dependencies to composer cc3a504997 Migrate PHPUnit schema for 9.5.x ce5a63be20 Upgrade PHPUnit to 9.5.x f52dc24e61 Remove codeception 420303758e Fix tests remove incompletes c93e654768 Fix tests deprecated asserts 4feebbab22 Fix tests define return type hints abd327d267 Update test namespaces for PSR-4/PSR-8 f464e2a829 Fix tests redundant noinspection 5b74cc4d2c Fix tests misordered assert arguments 03a83246f4 Fix tests use appropriate asserts a04c048c18 Fix tests one-time use variables 683533e2b6 Fix tests method invocations 7e44ec9583 Update PHPUnit schema 2181ad7f3d Update Travis config to remove PHP 7.2 480a87c03a Update minimum required PHP to v7.3.0 200c6deb61 Update composer.lock git-subtree-dir: public/legacy git-subtree-split: 2aaee3c5581c025abca1114276e2d20c709f2812
This commit is contained in:
parent
2473298dc6
commit
9c71e8c884
324 changed files with 18517 additions and 13877 deletions
|
@ -860,10 +860,6 @@ $mod_strings = array(
|
|||
'LBL_AOP_ADD_STATUS' => 'Add',
|
||||
'LBL_AOP_REMOVE_STATUS' => 'Remove',
|
||||
|
||||
'LBL_AOD_ADMIN_MANAGE_AOD' => 'Advanced OpenDiscovery Settings',
|
||||
'LBL_AOD_ENABLE' => 'Enable AOD',
|
||||
'LBL_AOD_SETTINGS' => 'AOD Settings',
|
||||
|
||||
'LBL_AOS_ADMIN_CONTRACT_SETTINGS' => 'Contract Settings',
|
||||
'LBL_AOS_ADMIN_CONTRACT_RENEWAL_REMINDER' => 'Renewal Reminder period',
|
||||
'LBL_AOS_ADMIN_MANAGE_AOS' => 'Advanced OpenSales Settings',
|
||||
|
@ -961,13 +957,13 @@ $mod_strings = array(
|
|||
'LBL_SEARCH_ENGINE' => 'Search Engine',
|
||||
'LBL_SEARCH_ENGINE_HELP' => 'Configure the default search engine used by the search.',
|
||||
'LBL_SEARCH_ENGINE_TOOLTIP' => 'Select a search engine for the Global Search.',
|
||||
'LBL_SEARCH_GENERAL' => 'General',
|
||||
|
||||
'LBL_SEARCH_MODULES' => 'Search Modules',
|
||||
'LBL_SEARCH_MODULES_HELP' => 'Select the module(s) that users will be able to search against using the Global Search.',
|
||||
|
||||
// Search Engines Translations
|
||||
'LBL_LEGACY_SEARCH_ENGINES' => 'Legacy Search',
|
||||
'LBL_SEARCH_WRAPPER_ENGINES' => 'Search Engines (new)',
|
||||
'LBL_SEARCH_WRAPPER_ENGINES' => 'Search Engines',
|
||||
'LBL_BASIC_SEARCH_ENGINE' => 'Basic Search',
|
||||
'LBL_BASIC_AND_AOD_ENGINE' => 'Basic + Advanced Search',
|
||||
'LBL_ELASTIC_SEARCH_ENGINE' => 'Elasticsearch Engine',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue