2021-02-16 17:05:26 +01:00
|
|
|
<?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';
|
2021-02-17 10:43:51 +01:00
|
|
|
$lang['wiyh_no_api_path'] = 'No API path was given.';
|
|
|
|
$lang['wiyh_fetch_error'] = 'Could not fetch API path.';
|
2021-02-18 06:44:26 +01:00
|
|
|
$lang['wiyh_since'] = 'since';
|
2021-02-16 17:05:26 +01:00
|
|
|
|
|
|
|
|
|
|
|
//Setup VIM: ex: et ts=4 :
|