<?php
/**
 * English language file for telleveryone plugin
 *
 * @author Szymon Olewniczak <it@rid.pl>
 */

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

// custom language strings for the plugin
$lang['btn_edit'] = 'Edit';
$lang['btn_delete'] = 'Delete';
$lang['btn_add'] = 'Add';
$lang['btn_update'] = 'Update';
$lang['btn_cancel'] = 'Cancel';

$lang['js']['delete_confirm'] = 'Do you really want to delete?';
$lang['js']['cancel_confirm'] = 'Do you really want to cancel?';
