10 lines
204 B
PHP
10 lines
204 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'previous' => '« Ankstesnis',
|
||
|
'next' => 'Sekantis »',
|
||
|
'showing' => 'Rodoma nuo :first iki :last iš :total :type',
|
||
|
|
||
|
];
|