1<?php 2/** 3 * DokuWiki Plugin pageimage (Language Component) 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author lisps 7 */ 8 9// for the configuration manager 10$lang['default_image'] = 'default image'; 11$lang['height'] = 'height of the image'; 12 13//Setup VIM: ex: et ts=2 :