<?php
/**
 * DokuWiki Plugin pageimage (Language Component) 
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  lisps    
 */
 
// for the configuration manager
$lang['default_image']          = 'default image';
$lang['height'] 				= 'height of the image';

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