1<?php 2/** 3 * English language file for cookiebanner plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8 9// custom language strings for the plugin 10$lang['js']['yay'] = 'Accept'; 11$lang['js']['nay'] = 'Refuse'; 12 13