try again
This commit is contained in:
15
locale/ossn.en.php
Normal file
15
locale/ossn.en.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Open Source Social Network
|
||||
*
|
||||
* @packageOpen Source Social Network
|
||||
* @author Open Social Website Core Team <info@informatikon.com>
|
||||
* @copyright 2014-2016 SOFTLAB24 LIMITED
|
||||
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
|
||||
* @link https://www.opensource-socialnetwork.org/
|
||||
*/
|
||||
$en = array(
|
||||
'flexi:latest:members' => 'Latest members',
|
||||
'flexi:latest:friends' => 'Latest friends',
|
||||
);
|
||||
ossn_register_languages('en', $en);
|
Reference in New Issue
Block a user