Skip to content

Commit

Permalink
German translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-enders committed May 20, 2017
1 parent 2b15918 commit 4211747
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function indexAction() {
if ($changes){

$this->addFlashMessage(
'Configuration saved.',
\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate("saved", "layout_editor", array()),
'',
\TYPO3\CMS\Core\Messaging\FlashMessage::OK
);
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/Language/de.locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<trans-unit id="somethingWrong">
<target>Hier stimmt was nicht, vielleicht sind nicht alle erforderlichen Felder ausgefüllt.</target>
</trans-unit>

<trans-unit id="saved">
<target>Gespeichert!</target>
</trans-unit>
</body>
</file>
</xliff>
4 changes: 4 additions & 0 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<trans-unit id="somethingWrong">
<source>Something is wrong, please check all required fields.</source>
</trans-unit>

<trans-unit id="saved">
<source>Configuration saved.</source>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 4211747

Please sign in to comment.