Added translations and cleaned the code a bit.
This commit is contained in:
parent
066fe35e8e
commit
25eddef379
3 changed files with 27 additions and 23 deletions
17
lang/de/lang.php
Normal file
17
lang/de/lang.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* English language file for whoisinyourhackspace plugin
|
||||
*
|
||||
* @author Tim Schumacher <tim@datenknoten.me>
|
||||
*/
|
||||
|
||||
// menu entry for admin plugins
|
||||
$lang['wiyh_heading'] = 'Raumstatus';
|
||||
$lang['wiyh_open'] = 'ist besetzt.';
|
||||
$lang['wiyh_closed'] = 'ist geschlossen.';
|
||||
$lang['wiyh_stats'] = 'Raumöffnungsstatistiken';
|
||||
|
||||
|
||||
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
Reference in a new issue