18 lines
355 B
PHP
18 lines
355 B
PHP
|
<?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 geöffnet.';
|
||
|
$lang['wiyh_closed'] = 'ist geschlossen.';
|
||
|
$lang['wiyh_stats'] = 'Raumöffnungsstatistiken';
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
//Setup VIM: ex: et ts=4 :
|