16 lines
479 B
PHP
16 lines
479 B
PHP
<?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);
|