akaunting/resources/lang/el-GR/pagination.php

11 lines
264 B
PHP
Raw Normal View History

2018-04-23 10:06:55 +03:00
<?php
return [
2018-05-03 12:16:18 +03:00
'previous' => '&laquo; Προηγούμενη',
2018-04-23 10:06:55 +03:00
'next' => 'Επόμενη &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
'page' => 'ανά σελίδα.',
2018-04-23 10:06:55 +03:00
];