1<?php 2/** 3 * English language file for notification plugin 4 * 5 * @author Szymon Olewniczak <it@rid.pl> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12$lang['no notifications'] = 'No notifications'; 13 14$lang['mail subject'] = 'Notifications'; 15$lang['mail content'] = 'You have following new notifications:'; 16