mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-13 16:28:40 +00:00
51 lines
1.6 KiB
PHP
51 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Profile' => [
|
|
'Account' => 'Account',
|
|
'Activity' => 'Activity',
|
|
'Address' => 'Address',
|
|
'Birthday' => 'Birthday',
|
|
'Contact' => 'Contact',
|
|
'CreateProfile' => 'Create Profile',
|
|
'Email' => 'Email',
|
|
'IMG_alt_user' => 'User image',
|
|
'LastLogin' => 'Last Login',
|
|
'Localization' => 'Localization',
|
|
'Name' => 'Name',
|
|
'NewPassword' => 'New Password',
|
|
'NoAddressSpecified' => 'No address specified',
|
|
'NoContactSpecified' => 'No contact specified',
|
|
'OldPassword' => 'Old Password',
|
|
'Password' => 'Password',
|
|
'Profile' => 'Profile',
|
|
'ProfileImage' => 'Profile Image',
|
|
'Profiles' => 'Profiles',
|
|
'Registered' => 'Registered',
|
|
'RepeatPassword' => 'Repeat Password',
|
|
'Status' => 'Status',
|
|
'Visibility' => 'Visibility',
|
|
':aType1' => 'Home',
|
|
':aType2' => 'Business',
|
|
':aType3' => 'Shipping',
|
|
':aType4' => 'Billing',
|
|
':aType5' => 'Work',
|
|
':aType6' => 'Contract',
|
|
':aType7' => 'Other',
|
|
':cType1' => 'Phone',
|
|
':cType2' => 'Fax',
|
|
':cType3' => 'Website',
|
|
':cType4' => 'Email',
|
|
]];
|