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

15 lines
303 B
PHP

<?php
declare(strict_types=1);
return [[
'Home' => 'Home',
'Features' => 'Features',
'Pricing' => 'Pricing',
'SignIn' => 'Sign In',
'SignUp' => 'Sign Up',
'Terms' => 'Terms',
'Privacy' => 'Privacy',
'Imprint' => 'Imprint',
'Contact' => 'Contact',
]];