]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/components.php
de_informal - remove comments from unused lines
[bookstack] / resources / lang / de_informal / components.php
1 <?php
2 $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
3
4 $de_informal = [
5     /**
6      * Image Manager
7      */
8     'image_delete_confirm' => 'Bitte klicke erneut auf löschen, wenn Du dieses Bild wirklich entfernen möchtest.',
9     'image_dropzone' => 'Ziehe Bilder hierher oder klicke hier, um ein Bild auszuwählen',
10 ];
11
12 return array_replace($de_formal, $de_informal);