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