6 lines
128 B
PHP
6 lines
128 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Načíst další položky',
|
||
|
|
'You reached the end' => 'Dostali jste se na konec'
|
||
|
|
];
|