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

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';
$lang['figurelong'] = 'Figure';
$lang['figureabbrev'] = 'Fig.';
$lang['tablelong'] = 'Table';
$lang['tableabbrev'] = 'Tab.';
$lang['codelong'] = 'Listing';
$lang['codeabbrev'] = 'Listing.';
$lang['filelong'] = 'Listing';
$lang['fileabbrev'] = 'Listing.';
$lang['figure'] = 'Add figure with caption';
$lang['table'] = 'Add table with caption';
$lang['code'] = 'Add code listing with caption';
$lang['file'] = 'Add file listing with caption';
$lang['reference'] = 'Reference to figure/table/listing';


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