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']          = 'Standard Bild';
11$lang['height'] 				= 'Höhe des Bildes in px für Pagelist Plugin';
12
13//Setup VIM: ex: et ts=2 :