mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-11 16:08:41 +00:00
15 lines
303 B
PHP
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',
|
|
]];
|