1<?php
2/**
3 * English language file for telleveryone plugin
4 *
5 * @author Szymon Olewniczak <it@rid.pl>
6 */
7
8// menu entry for admin plugins
9 $lang['menu'] = 'Tell Everyone';
10
11// custom language strings for the plugin
12$lang['btn_edit'] = 'Edit';
13$lang['btn_delete'] = 'Delete';
14$lang['btn_add'] = 'Add';
15$lang['btn_update'] = 'Update';
16$lang['btn_cancel'] = 'Cancel';
17
18$lang['js']['delete_confirm'] = 'Do you really want to delete?';
19$lang['js']['cancel_confirm'] = 'Do you really want to cancel?';
20