mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-28 15:38:41 +00:00
14 lines
291 B
PHP
14 lines
291 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [[
|
|
'SignIn' => 'Sign In',
|
|
'Username' => 'Username',
|
|
'Logo' => 'Logo',
|
|
'Terms' => 'Terms',
|
|
'Imprint' => 'Imprint',
|
|
'PrivacyPolicy' => 'Privacy Policy',
|
|
'Password' => 'Password',
|
|
'ForgotPassword' => 'Forgot Password',
|
|
]];
|