1<?php 2/** 3 * english language file 4 * 5 * @author Craig Douglas <contact22@eldougo.net> 6 */ 7 8$lang['tuxquote_title'] = 'Title text to display above the Tuxquote image'; 9$lang['tuxquote_width'] = 'Width in percentage or pixels, eg: 80% or 200px (default: 256px)'; 10$lang['tuxquote_align'] = 'Can be "left", "right", "none" (default: right)'; 11