‪TYPO3CMS  9.5
de.locallang_form.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' => 'FORM EN',
11  'target' => 'FORM EN',
12  ],
13  ],
14  ],
15  'de' =>
16  [
17  'element.Page.renderingOptions.nextButtonLabel' =>
18  [
19  0 =>
20  [
21  'source' => 'FORM EN',
22  'target' => 'FORM DE',
23  ],
24  ],
25  ],
26 ];