xref: /plugin/notification/lang/de/lang.php (revision fca8ba9f117c37048eed918b64bd11e705248fbd)
1<?php
2/**
3 * German language file for notification plugin
4 */
5
6// menu entry for admin plugins
7// $lang['menu'] = 'Your menu entry';
8
9// custom language strings for the plugin
10$lang['no notifications'] = 'Keine Benachrichtigungen';
11
12$lang['mail subject'] = 'Benachrichtigungen';
13$lang['mail content'] = 'Du hast folgende neue Benachrichtigungen:';
14