mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-24 13:18:41 +00:00
35 lines
1015 B
PHP
35 lines
1015 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
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',
|
|
]];
|