oms-OnlineResourceWatcher/Theme/Backend/Lang/en.lang.php
2022-12-26 13:35:10 +01:00

87 lines
2.7 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return [[
'Action' => 'Action',
'Add' => 'Add',
'Admin' => 'Admin',
'Back' => 'Back',
'Bills' => 'Bills',
'By' => 'By',
'Cancel' => 'Cancel',
'Checked' => 'Checked',
'Dashboard' => 'Dashboard',
'Date' => 'Date',
'Filter' => 'Filter',
'ForgotPassword' => 'Forgot Password',
'Home' => 'Home',
'ID' => 'ID',
'Imprint' => 'Imprint',
'Legal' => 'Legal',
'Log' => 'Log',
'Logo' => 'Logo',
'SignOut' => 'Sign Out',
'Logs' => 'Logs',
'Organization' => 'Organization',
'Organizations' => 'Organizations',
'Password' => 'Password',
'PrivacyPolicy' => 'Privacy Policy',
'Ref' => 'Ref',
'Report' => 'Report',
'Reports' => 'Reports',
'Reset' => 'Reset',
'Resource' => 'Resource',
'Resources' => 'Resources',
'Create' => 'Create',
'Delete' => 'Delete',
'Suspend' => 'Suspend',
'Send' => 'Send',
'Save' => 'Save',
'Search' => 'Search',
'Settings' => 'Settings',
'SignIn' => 'Sign In',
'Status' => 'Status',
'Submit' => 'Submit',
'Terms' => 'Terms',
'Trigger' => 'Trigger',
'Type' => 'Type',
'User' => 'User',
'Username' => 'Username',
'Users' => 'Users',
'New' => 'New',
'Number' => 'Number',
'CustomerNo' => 'Customer No.',
'CustomerName' => 'Customer Name',
'Amount' => 'Amount',
'Members' => 'Members',
'Name' => 'Name',
'Active' => 'Active',
'Address' => 'Address',
'Postal' => 'Postal',
'City' => 'City',
'BillingEmail' => 'Billing Email',
'Statistics' => 'Statistics',
'PlanSettings' => 'Plan Settings',
'BillingSettings' => 'Billing Settings',
'UserSettings' => 'User Settings',
'Login' => 'Login',
'Email' => 'Email',
'NewPassword' => 'New Password',
'CreateResource' => 'Create Resource',
'Inform' => 'Inform',
'Element' => 'Element',
'Exit' => 'Exit',
'Url' => 'Url',
]];