1<?php
2/**
3 * english language file for caption plugin
4 *
5 * @author Till Biskup <till@till-biskup.de>
6 */
7
8// keys need to match the config setting name
9// $lang['fixme'] = 'FIXME';
10$lang['_basic'] = 'And what happens if I include here some text?';
11$lang['abbrev'] = 'Use abbreviations (Fig., Tab.) in caption instead of full names (Figure, Table)?';
12
13
14
15//Setup VIM: ex: et ts=4 :
16