6 lines
119 B
PHP
6 lines
119 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Laad meer items',
|
||
|
|
'You reached the end' => 'Je hebt het einde bereikt'
|
||
|
|
];
|