]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/passwords.php
add german informal language
[bookstack] / resources / lang / de_informal / passwords.php
1 <?php
2 $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
3
4 $de_informal = [
5
6     /*
7     |--------------------------------------------------------------------------
8     | Password Reminder Language Lines
9     |--------------------------------------------------------------------------
10     |
11     | The following language lines are the default lines which match reasons
12     | that are given by the password broker for a password update attempt
13     | has failed, such as for an invalid token or invalid new password.
14     |
15     */
16
17 ];
18
19 return array_replace($de_formal, $de_informal);