diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
| commit | 68fc9e55e538e03f94509731ab41a0c8cf96710f (patch) | |
| tree | 3edb1e81864ac3eb35ba0fe8087ed24da1b812bf /html/assets/js/dataTables/localization | |
| parent | 84b2da85a1b452922dadb6a609533b9945afe51d (diff) | |
| download | classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.gz classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.bz2 classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.zip | |
setup a real server environment (apache DocumentRoot=/var/www/public)
Diffstat (limited to 'html/assets/js/dataTables/localization')
| -rw-r--r-- | html/assets/js/dataTables/localization/Greek.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/html/assets/js/dataTables/localization/Greek.json b/html/assets/js/dataTables/localization/Greek.json deleted file mode 100644 index a92f6cf..0000000 --- a/html/assets/js/dataTables/localization/Greek.json +++ /dev/null @@ -1,29 +0,0 @@ - - -{ - "sDecimal": ",", - "sEmptyTable": "Δεν υπάρχουν δεδομένα στον πίνακα", - "sInfo": "Εμφανίζονται _START_ έως _END_ από _TOTAL_ εγγραφές", - "sInfoEmpty": "Εμφανίζονται 0 έως 0 από 0 εγγραφές", - "sInfoFiltered": "(φιλτραρισμένες από _MAX_ συνολικά εγγραφές)", - "sInfoPostFix": "", - "sInfoThousands": ".", - "sLengthMenu": "Εμφάνιση _MENU_ εγγραφών", - "sLoadingRecords": "Φόρτωση...", - "sProcessing": "Επεξεργασία...", - "sSearch": "Αναζήτηση:", - "sSearchPlaceholder": "Αναζήτηση", - "sThousands": ".", - "sUrl": "", - "sZeroRecords": "Δεν βρέθηκαν εγγραφές που να ταιριάζουν", - "oPaginate": { - "sFirst": "Πρώτη", - "sPrevious": "<", - "sNext": ">", - "sLast": "Τελευταία" - }, - "oAria": { - "sSortAscending": ": ενεργοποιήστε για αύξουσα ταξινόμηση της στήλης", - "sSortDescending": ": ενεργοποιήστε για φθίνουσα ταξινόμηση της στήλης" - } -} |
