try again

This commit is contained in:
2021-07-28 00:32:13 +02:00
parent e14f8642f3
commit e77c62e381
58 changed files with 3129 additions and 2671 deletions

15
locale/ossn.en.php Normal file
View 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);