akaunting/resources/lang/el-GR/pagination.php
2019-12-25 14:32:47 +03:00

11 lines
264 B
PHP

<?php
return [
'previous' => '&laquo; Προηγούμενη',
'next' => 'Επόμενη &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'ανά σελίδα.',
];