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