mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
add german informal language
This commit is contained in:
32
resources/lang/de_informal/common.php
Normal file
32
resources/lang/de_informal/common.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||||
|
||||
$de_informal = [
|
||||
|
||||
/**
|
||||
* Buttons
|
||||
*/
|
||||
|
||||
/**
|
||||
* Form Labels
|
||||
*/
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
||||
/**
|
||||
* Misc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Header
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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);
|
Reference in New Issue
Block a user