mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
28 lines
696 B
PHP
Executable File
28 lines
696 B
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Web\Timerecording
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return [[
|
|
'CameraLogin' => 'Camera Login',
|
|
'Cancel' => 'Cancel',
|
|
'IDCard' => 'ID Card',
|
|
'Login' => 'Login',
|
|
'Logo' => 'Logo',
|
|
'Password' => 'Password',
|
|
'PasswordLogin' => 'Password Login',
|
|
'TimerCamera' => 'Camera turns off in: %s (s)',
|
|
'TimerLogin' => 'Login turns off in: %s (s)',
|
|
'Username' => 'Username',
|
|
':meta' => 'Time recording application',
|
|
]];
|