add contents
This commit is contained in:
13
lib/plugins/howhard/lang/de/lang.php
Normal file
13
lib/plugins/howhard/lang/de/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* German language file for howhard plugin
|
||||
*
|
||||
* @author taggic http://forum.dokuwiki.org/user/6866
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Komplexität'; // Schwierigkeitsgrad, Anforderung
|
||||
$lang['level1'] = 'sehr leicht'; // sehr einfach - Neuling
|
||||
$lang['level2'] = 'leicht'; // einfach - Anfänger
|
||||
$lang['level3'] = 'mittel'; // durchschnittlich - Anwender
|
||||
$lang['level4'] = 'schwer'; // hoch - Fachmann
|
||||
$lang['level5'] = 'sehr schwer'; // sehr hoch - Meister
|
Reference in New Issue
Block a user