<?php
/**
 * German language file for notification plugin
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
$lang['no notifications'] = 'Keine Benachrichtigungen';

$lang['mail subject'] = 'Benachrichtigungen';
$lang['mail content'] = 'Du hast folgende neue Benachrichtigungen:';
