Skip to content

Commit

Permalink
Language : DE
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas J committed Jun 8, 2022
1 parent 34dd8e8 commit e907ea9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contao/languages/de/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

// Miscellaneous
$GLOBALS['TL_LANG']['MSC']['pagePassword'] = 'Passwort';
$GLOBALS['TL_LANG']['MSC']['pagePasswordInvalid'] = &$GLOBALS['TL_LANG']['ERR']['invalidPass'];
$GLOBALS['TL_LANG']['MSC']['pagePasswordSubmit'] = 'Abschicken';
4 changes: 4 additions & 0 deletions contao/languages/de/modules.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

// Frontend modules
$GLOBALS['TL_LANG']['FMD']['page_password'] = ['Seitenpasswort'];
9 changes: 9 additions & 0 deletions contao/languages/de/tl_page.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

// Fields
$GLOBALS['TL_LANG']['tl_page']['passwordProtected'] = ['Seite mit Passwort schützen', 'Diese Seite nur nach Eingabe eines korrekten Passworts anzeigen lassen. Die Einstellung wird an Unterseiten vererbt.'];
$GLOBALS['TL_LANG']['tl_page']['password'] = ['Passwort', 'Bitte geben Sie das Passwort für diese Seite an.'];
$GLOBALS['TL_LANG']['tl_page']['passwordPage'] = ['Passwort-Seite', 'Bitte wählen Sie die Seite aus, die dem Besucher angezeigt wird, wenn das Passwort falsch ist. Diese Seite sollte das Frontend-Modul für das Seitenpasswort enthalten.'];

// Legends
$GLOBALS['TL_LANG']['tl_page']['password_legend'] = 'Passwortschutz';

0 comments on commit e907ea9

Please sign in to comment.