<?php
/**
 * english language file for caption plugin
 *
 * @author Till Biskup <till@till-biskup.de>
 */

// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';
$lang['_basic'] = 'And what happens if I include here some text?';
$lang['abbrev'] = 'Use abbreviations (Fig., Tab.) in caption instead of full names (Figure, Table)?';



//Setup VIM: ex: et ts=4 :
