oms-Support/Application/Ticket/Timerecording/lang/en.lang.php
2021-06-05 11:01:03 +02:00

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