Initial commit
This commit is contained in:
commit
6b5e7a3c7c
8 changed files with 187 additions and 0 deletions
13
lang/en/settings.php
Normal file
13
lang/en/settings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* english language file for whoisinyourhackspace plugin
|
||||
*
|
||||
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
// $lang['fixme'] = 'FIXME';
|
||||
|
||||
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
Reference in a new issue