oms-OnlineResourceWatcher/app/web/Applications/Backend/lang/en.lang.php
2022-11-04 20:09:06 +01:00

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