1<?php 2/** 3 * DokuWiki Plugin latexcaption Settings 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author Ben van Magill <ben.vanmagill16@gmail.com> 7 */ 8 9// keys need to match the config setting name 10$lang['abbrev'] = 'Use abbreviations (Fig., Tab.) in caption instead of full names (Figure, Table)?'; 11$lang['captiontag'] = 'Tag to use for caption. Change this if the caption tag conflicts with your template.'; 12 13//Setup VIM: ex: et ts=4 : 14