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