20 lines
455 B
PHP
20 lines
455 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'downloads' => [
|
||
'nodownloads' => 'There are no downloads!',
|
||
],
|
||
|
||
'emails' => [
|
||
'whoops' => 'Whoops',
|
||
'hello' => 'Hello',
|
||
'regards' => 'Regards',
|
||
'buttontroubles' => [
|
||
'If you’re having trouble clicking the ":actiontext" button,',
|
||
'copy and paste the URL below into your web browser:',
|
||
],
|
||
'allrightsreserved' => 'All Rights Reserved',
|
||
],
|
||
];
|