Added translations and cleaned the code a bit.

This commit is contained in:
Tim Schumacher 2015-02-03 21:16:12 +01:00
parent 066fe35e8e
commit 25eddef379
3 changed files with 27 additions and 23 deletions

17
lang/de/lang.php Normal file
View 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 :