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:';