‪TYPO3CMS  11.5
locallang_additional_text.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 return [
6  'default' =>
7  [
8  'element.Page.renderingOptions.nextButtonLabel' =>
9  [
10  0 =>
11  [
12  'source' => 'TEXT EN',
13  'target' => 'TEXT EN',
14  ],
15  ],
16  'form-runtime-identifier.element.form-element-identifier.properties.label' =>
17  [
18  0 =>
19  [
20  'source' => 'form-element-identifier ADDITIONAL LABEL EN',
21  'target' => 'form-element-identifier ADDITIONAL LABEL EN',
22  ],
23  ],
24  ],
25 ];