Files
nexusphp/resources/lang/el/pagination.php
2026-02-01 01:26:00 +07:00

28 lines
1.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'aria' => [
'sortAscending' => ': ενεργοποίηση για ταξινόμηση στήλης αύξουσα',
'sortDescending' => ': ενεργοποίηση για ταξινόμηση στήλης φθίνουσα',
],
'emptyTable' => 'Δεν υπάρχουν διαθέσιμα δεδομένα στον πίνακα',
'info' => 'Εμφάνιση _START_ σε _END_ από _TOTAL_ καταχωρήσεις',
'infoEmpty' => 'Εμφάνιση 0 έως 0 από 0 καταχωρήσεις',
'infoFiltered' => '(φιλτραρισμένο από _MAX_ συνολικές καταχωρήσεις)',
'lengthMenu' => 'Εμφάνιση _MENU_ καταχωρήσεων',
'loadingRecords' => 'Φόρτωση...',
'next' => 'Next &raquo;',
'paginate' => [
'first' => 'Πρώτη',
'last' => 'Τελευταία',
'next' => 'Επόμενο',
'previous' => 'Προηγούμενο',
],
'previous' => '&laquo; Previous',
'search' => 'Αναζήτηση:',
'thousands' => ',',
'zeroRecords' => 'Δεν βρέθηκαν αντίστοιχες εγγραφές',
];