17 lines
318 B
PHP
17 lines
318 B
PHP
|
<?php
|
||
|
/**
|
||
|
* English language file for whoisinyourhackspace plugin
|
||
|
*
|
||
|
* @author Tim Schumacher <tim@datenknoten.me>
|
||
|
*/
|
||
|
|
||
|
// menu entry for admin plugins
|
||
|
$lang['wiyh_heading'] = 'State';
|
||
|
$lang['wiyh_open'] = 'is open.';
|
||
|
$lang['wiyh_closed'] = 'is closed.';
|
||
|
$lang['wiyh_stats'] = 'Stats';
|
||
|
|
||
|
|
||
|
|
||
|
//Setup VIM: ex: et ts=4 :
|