6 lines
120 B
PHP
6 lines
120 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Cargar más artículos',
|
||
|
|
'You reached the end' => 'Ha llegado el final'
|
||
|
|
];
|