1<?php
2/**
3 * English language file for caption plugin
4 *
5 * @author Till Biskup <till@till-biskup.de>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13$lang['figurelong'] = 'Figure';
14$lang['figureabbrev'] = 'Fig.';
15$lang['tablelong'] = 'Table';
16$lang['tableabbrev'] = 'Tab.';
17$lang['codelong'] = 'Listing';
18$lang['codeabbrev'] = 'Listing.';
19$lang['filelong'] = 'Listing';
20$lang['fileabbrev'] = 'Listing.';
21$lang['figure'] = 'Add figure with caption';
22$lang['table'] = 'Add table with caption';
23$lang['code'] = 'Add code listing with caption';
24$lang['file'] = 'Add file listing with caption';
25$lang['reference'] = 'Reference to figure/table/listing';
26
27
28//Setup VIM: ex: et ts=4 :
29