8 lines
166 B
PHP
8 lines
166 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Load more items',
|
||
|
|
'You reached the end' => 'You reached the end',
|
||
|
|
'Load previous items' => 'Load previous items'
|
||
|
|
];
|