Create settings.php
This commit is contained in:
parent
3b4b0103cc
commit
0f5ce3c5fc
1 changed files with 15 additions and 0 deletions
15
lang/de/settings.php
Normal file
15
lang/de/settings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* German language file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||||
* @author Dominik Reichardt <dominik@reichardt-online.it>
|
||||
*/
|
||||
// for the configuration manager
|
||||
$lang['useMetaDescription'] = 'Meta-Tag Beschreibung hinzu';
|
||||
$lang['useMetaAuthor'] = 'Meta-Tag Autor hinzufügen';
|
||||
$lang['useDublinCore'] = 'Füge Dublin Core Meta-Daten hinzu';
|
||||
$lang['useJSONLD'] = 'JSON-LD hinzufügen';
|
||||
$lang['defaultSchemaOrgType'] = 'Standard Schema.org Typ für JSON-LD';
|
||||
$lang['excludedPages'] = 'Ausgeschlossene Seiten (benutze Reguläre Ausdrücke)';
|
Loading…
Reference in a new issue