11 lines
264 B
PHP
11 lines
264 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Προηγούμενη',
|
|
'next' => 'Επόμενη »',
|
|
'showing' => ':first-:last of :total records.',
|
|
'page' => 'ανά σελίδα.',
|
|
|
|
];
|