This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
hackspace-status-dokuwiki-p.../lang/de/lang.php
2015-02-03 21:16:12 +01:00

17 lines
353 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 besetzt.';
$lang['wiyh_closed'] = 'ist geschlossen.';
$lang['wiyh_stats'] = 'Raumöffnungsstatistiken';
//Setup VIM: ex: et ts=4 :