Added translations and cleaned the code a bit.
This commit is contained in:
parent
066fe35e8e
commit
25eddef379
3 changed files with 27 additions and 23 deletions
|
@ -2,14 +2,14 @@
|
|||
/**
|
||||
* English language file for whoisinyourhackspace plugin
|
||||
*
|
||||
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
|
||||
* @author Tim Schumacher <tim@datenknoten.me>
|
||||
*/
|
||||
|
||||
// menu entry for admin plugins
|
||||
// $lang['menu'] = 'Your menu entry';
|
||||
|
||||
// custom language strings for the plugin
|
||||
// $lang['fixme'] = 'FIXME';
|
||||
$lang['wiyh_heading'] = 'State';
|
||||
$lang['wiyh_open'] = 'is open.';
|
||||
$lang['wiyh_closed'] = 'is closed.';
|
||||
$lang['wiyh_stats'] = 'Stats';
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue