1<?php 2/** 3 * english language file 4 */ 5 6$lang['title'] = 'Format+'; 7$lang['smallcaps'] = 'SmallCaps'; 8$lang['sample'] = 'Sample'; 9$lang['citation'] = 'Citation'; 10$lang['definition'] = 'Definition'; 11$lang['variable'] = 'Variable'; 12$lang['keyboard'] = 'Keyboard'; 13$lang['super'] = 'Superscript'; 14$lang['sub'] = 'Subscript'; 15$lang['inverse'] = 'Inverse'; 16$lang['quote'] = 'Inline Quote'; 17$lang['blockquote'] = 'Block Quote'; 18$lang['insert'] = 'Inserted'; 19$lang['delete'] = 'Deleted'; 20$lang['blockinsert'] = 'Inserted Block'; 21$lang['blockdelete'] = 'Deleted Block'; 22