Adding support for bower and reorganizing so when its used via bower it will be manageable for a dev.
This commit is contained in:
24
bower_components/datatables-plugins/i18n/Greek.lang
vendored
Normal file
24
bower_components/datatables-plugins/i18n/Greek.lang
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Greek translation
|
||||
* @name Greek
|
||||
* @anchor Greek
|
||||
* @author Abraam Ziogas
|
||||
*/
|
||||
|
||||
{
|
||||
"sProcessing": "Επεξεργασία...",
|
||||
"sLengthMenu": "Δείξε _MENU_ εγγραφές",
|
||||
"sZeroRecords": "Δεν βρέθηκαν εγγραφές που να ταιριάζουν",
|
||||
"sInfo": "Δείχνοντας _START_ εως _END_ από _TOTAL_ εγγραφές",
|
||||
"sInfoEmpty": "Δείχνοντας 0 εως 0 από 0 εγγραφές",
|
||||
"sInfoFiltered": "(φιλτραρισμένες από _MAX_ συνολικά εγγραφές)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Αναζήτηση:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Πρώτη",
|
||||
"sPrevious": "Προηγούμενη",
|
||||
"sNext": "Επόμενη",
|
||||
"sLast": "Τελευταία"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user