|
11 | 11 |
|
12 | 12 | return [ |
13 | 13 | 'searchbackend' => [ |
14 | | - 'labels' => 'LLL:EXT:solr/Resources/Private/Language/locallang_mod.xlf', |
| 14 | + 'labels' => 'solr.modules.messages', |
15 | 15 | 'iconIdentifier' => 'extensions-solr-module-main', |
16 | 16 | 'navigationComponent' => '@typo3/backend/tree/page-tree-element', |
17 | 17 | 'extensionName' => 'Solr', |
|
21 | 21 | 'access' => 'user', |
22 | 22 | 'path' => '/module/searchbackend/info', |
23 | 23 | 'iconIdentifier' => 'extensions-solr-module-info', |
24 | | - 'labels' => 'LLL:EXT:solr/Resources/Private/Language/locallang_mod_info.xlf', |
| 24 | + 'labels' => 'solr.modules.info', |
25 | 25 | 'extensionName' => 'Solr', |
26 | 26 | 'controllerActions' => [ |
27 | 27 | InfoModuleController::class => [ |
|
34 | 34 | 'access' => 'user', |
35 | 35 | 'path' => '/module/searchbackend/core-optimization', |
36 | 36 | 'iconIdentifier' => 'extensions-solr-module-solr-core-optimization', |
37 | | - 'labels' => 'LLL:EXT:solr/Resources/Private/Language/locallang_mod_coreoptimize.xlf', |
| 37 | + 'labels' => 'solr.modules.core_optimization', |
38 | 38 | 'extensionName' => 'Solr', |
39 | 39 | 'controllerActions' => [ |
40 | 40 | CoreOptimizationModuleController::class => [ |
|
50 | 50 | 'access' => 'user', |
51 | 51 | 'path' => '/module/searchbackend/index-queue', |
52 | 52 | 'iconIdentifier' => 'extensions-solr-module-index-queue', |
53 | | - 'labels' => 'LLL:EXT:solr/Resources/Private/Language/locallang_mod_indexqueue.xlf', |
| 53 | + 'labels' => 'solr.modules.index_queue', |
54 | 54 | 'extensionName' => 'Solr', |
55 | 55 | 'controllerActions' => [ |
56 | 56 | IndexQueueModuleController::class => [ |
|
64 | 64 | 'access' => 'user', |
65 | 65 | 'path' => '/module/searchbackend/index-administration', |
66 | 66 | 'iconIdentifier' => 'extensions-solr-module-index-administration', |
67 | | - 'labels' => 'LLL:EXT:solr/Resources/Private/Language/locallang_mod_indexadmin.xlf', |
| 67 | + 'labels' => 'solr.modules.index_admin', |
68 | 68 | 'extensionName' => 'Solr', |
69 | 69 | 'controllerActions' => [ |
70 | 70 | IndexAdministrationModuleController::class => [ |
|
0 commit comments