Blame view
sources/apps/imprint/l10n/de_DE.php
1.06 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "Impressum", "Nothing here yet" => "Hier gibt's noch nichts", "The content of the legal notice has to be configured first" => "Der Inhalt des Impressums muss zuerst konfiguriert werden", "That configuration is done in the administration section." => "Diese Konfiguration wird im Administrationsabschnitt vorgenommen.", "That configuration has to be done by the system administration." => "Diese Konfiguration muss von einem Administrator vorgenommen werden.", "Imprint" => "Impressum", "Placement" => "Platzierung", "Standalone app" => "Eigenständige Anwendung", "Header left" => "Kopfzeile links", "Header right" => "Kopfzeile rechts", "Navigation top" => "Navigation oben", "Navigation bottom" => "Navigation unten", "During login" => "Während der Anmeldung", "Content" => "Inhalt", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Sie können HTML-Markups nutzen (z.B. <br> für einen Zeilenumbruch) und Inline-Stilattribute (z.B. <a style=\"color:red;\">)." ); |