xref: /plugin/notification/lang/de/lang.php (revision 5867fa3817d031a61e6a1d824a14c858ff458005)
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'] = 'Sie haben folgende neue Benachrichtigungen:';