<?php

$lang['name']              = 'Custom Buttons Setup';

$lang['picker']            = 'Custom Buttons';

$lang['txt_error']         = 'No write access to config file';

$lang['btnslist']          = 'Buttons List';
$lang['btnslist_label']    = 'Label';
$lang['btnslist_code']     = 'Code';
$lang['btnslist_delete']   = 'Delete?';
$lang['btn_delete']        = 'Delete Selected';

$lang['addbtn']            = 'Add Button';
$lang['addbtn_icon']       = 'Icon:';
$lang['addbtn_textonly']   = 'text only';
$lang['addbtn_label']      = 'Label:';
$lang['addbtn_pretag']     = 'Pre tag:';
$lang['addbtn_posttag']    = 'Post tag:';
$lang['addbtn_code']       = 'Code:';
$lang['btn_add']           = 'Add';
$lang['txt_comment']       = '<b>*</b> If you don\'t want to add a shortcut button with pre and post code leave those fields empty.';
