]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/activities.php
4f6dc30e67276101b4fa7c47aec50a18bc2f80b2
[bookstack] / resources / lang / de_informal / activities.php
1 <?php
2 $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
3
4 $de_informal = [
5
6     /**
7      * Activity text strings.
8      * Is used for all the text within activity logs & notifications.
9      */
10
11     // Pages
12  
13     // Chapters
14    
15     // Books
16     
17     // Bookshelves
18     
19     // Other
20     
21 ];
22
23 return array_replace($de_formal, $de_informal);