7 lines
186 B
PHP
7 lines
186 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'no_internet' => 'No Internet Connection',
|
||
|
'connection_lost' => 'The internet connection has been lost, please reconnect to the internet and try again',
|
||
|
];
|