oms-Profile/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 7760fe8307
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

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',
]];