BookStack/resources/lang/de_informal/common.php

12 lines
335 B
PHP
Raw Normal View History

2018-12-11 18:39:16 +00:00
<?php
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
$de_informal = [
/**
* Email Content
*/
'email_action_help' => 'Sollte es beim Anklicken der Schaltfläche ":action_text" Probleme geben, öffne die folgende URL in Deinem Browser:',
];
return array_replace($de_formal, $de_informal);