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

90 lines
3.1 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\Profile
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => 'Account',
'Account/Group' => 'Account/Group',
'Activity' => 'Activity',
'Address' => 'Address',
'Amount' => '{Amount}',
'Area' => 'Area',
'Birthday' => 'Birthday',
'City' => 'City',
'Community' => 'Community',
'Contact' => 'Contact',
'ContactInformation' => 'Contact Information',
'Country' => 'Country',
'CreateProfile' => 'Create Profile',
'Currency' => 'Currency',
'Currencyformat' => 'Currencyformat',
'Customized' => 'Customized',
'DecimalPoint' => 'Decimal Point',
'DateDelim' => 'Date Separator',
'Defaults' => 'Defaults',
'Email' => 'Email',
'Fast' => 'Fast',
'General' => 'General',
'Glass' => 'Glass',
'Heavy' => 'Heavy',
'Language' => 'Language',
'Large' => 'Large',
'LastLogin' => 'Last Login',
'Length' => 'Length',
'Light' => 'Light',
'Load' => 'Load',
'Localization' => 'Localization',
'Long' => 'Long',
'Medium' => 'Medium',
'Name' => 'Name',
'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric',
'Occupation' => 'Occupation',
'OFF' => 'OFF',
'ON' => 'ON',
'Phone' => 'Phone',
'Precision' => 'Precision',
'Profile' => 'Profile',
'ProfileImage' => 'Profile Image',
'Profiles' => 'Profiles',
'Ranks' => 'Ranks',
'Registered' => 'Registered',
'Sea' => 'Sea',
'Short' => 'Short',
'Skype' => 'Skype',
'Slow' => 'Slow',
'Small' => 'Small',
'Speed' => 'Speed',
'Status' => 'Status',
'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature',
'ThousandsSeparator' => 'Thousands Separator',
'Time' => 'Time',
'TimeDelim' => 'Time Separator',
'Timeformat' => 'Timeformat',
'Timezone' => 'Timezone',
'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long',
'VeryShort' => 'Very Short',
'VerySlow' => 'Very Slow',
'VerySmall' => 'Very Small',
'Visibility' => 'Visibility',
'Volume' => 'Volume',
'Weight' => 'Weight',
'Zip' => 'Zip',
]];