1<?php 2 3$lang['name'] = 'Custom Buttons Setup'; 4 5$lang['picker'] = 'Custom Buttons'; 6 7$lang['txt_error'] = 'No write access to config file'; 8 9$lang['btnslist'] = 'Buttons List'; 10$lang['btnslist_label'] = 'Label'; 11$lang['btnslist_code'] = 'Code'; 12$lang['btnslist_delete'] = 'Delete?'; 13$lang['btn_delete'] = 'Delete Selected'; 14 15$lang['addbtn'] = 'Add Button'; 16$lang['addbtn_icon'] = 'Icon:'; 17$lang['addbtn_textonly'] = 'text only'; 18$lang['addbtn_label'] = 'Label:'; 19$lang['addbtn_pretag'] = 'Pre tag:'; 20$lang['addbtn_posttag'] = 'Post tag:'; 21$lang['addbtn_code'] = 'Code:'; 22$lang['btn_add'] = 'Add'; 23$lang['txt_comment'] = '<b>*</b> If you don\'t want to add a shortcut button with pre and post code leave those fields empty.'; 24