oms-Profile/Theme/Backend/Lang/en.lang.php

34 lines
1003 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
return ['Profile' => [
'Account/Group' => 'Account/Group',
'Activity' => 'Activity',
'Birthday' => 'Birthday',
'ContactInformation' => 'Contact Information',
'Community' => 'Community',
'Email' => 'Email',
'LastLogin' => 'Last Login',
'Name' => 'Name',
'Occupation' => 'Occupation',
'OFF' => 'OFF',
'ON' => 'ON',
'Phone' => 'Phone',
'Profile' => 'Profile',
'ProfileImage' => 'Profile Image',
'Profiles' => 'Profiles',
'Ranks' => 'Ranks',
'Registered' => 'Registered',
'Skype' => 'Skype',
'Status' => 'Status',
]];