6 lines
122 B
PHP
6 lines
122 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Caricare più articoli',
|
||
|
|
'You reached the end' => 'Hai raggiunto la fine'
|
||
|
|
];
|