Files
phpvms/resources/lang/en/frontend.php
Nabeel Shahzad 7cba92d420 move toc files
2018-05-21 10:28:50 -05:00

30 lines
608 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'downloads' => [
'nodownloads' => 'There are no downloads!',
],
'emails' => [
'whoops' => 'Whoops',
'hello' => 'Hello',
'regards' => 'Regards',
'buttontroubles' => [
'If youre having trouble clicking the ":actiontext" button,',
'copy and paste the URL below into your web browser:',
],
'allrightsreserved' => 'All Rights Reserved',
],
'home' => [
],
'nav' => [
'login' => 'Login',
'administration' => 'Administration',
'logout' => 'Log Out',
],
];