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/en/lang.php

17 lines
318 B
PHP
Raw Permalink Normal View History

2011-09-15 12:54:40 +02:00
<?php
/**
* English language file for whoisinyourhackspace plugin
*
* @author Tim Schumacher <tim@datenknoten.me>
2011-09-15 12:54:40 +02:00
*/
// menu entry for admin plugins
$lang['wiyh_heading'] = 'State';
$lang['wiyh_open'] = 'is open.';
$lang['wiyh_closed'] = 'is closed.';
$lang['wiyh_stats'] = 'Stats';
2011-09-15 12:54:40 +02:00
//Setup VIM: ex: et ts=4 :