9 lines
464 B
PHP
9 lines
464 B
PHP
<?php
|
|
|
|
/**
|
|
* German language file for howhard plugin
|
|
*
|
|
* @author taggic http://forum.dokuwiki.org/user/6866
|
|
*/
|
|
|
|
$lang['confhowhardstyle'] = 'Wähle ein Bild :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">'; |