1<?php 2 3/** 4 * Plugin Columns: English language file 5 * 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 * @author Mykola Ostrovskyy <dwpforge@gmail.com> 8 */ 9 10$lang['kwcolumns'] = 'Columns tag (default: columns); must be specified within angle brackets (<columns>...</columns>)'; 11$lang['kwnewcol'] = 'New column tag (default: newcolumn)'; 12$lang['wrapnewcol'] = 'Wrap the new column tag in angle brackets (<newcolumn>)'; 13