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/Hebrew.lang
vendored
Normal file
24
bower_components/datatables-plugins/i18n/Hebrew.lang
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Hebrew translation
|
||||
* @name Hebrew
|
||||
* @anchor Hebrew
|
||||
* @author <a href="http://ww3.co.il/">Neil Osman (WW3)</a>
|
||||
*/
|
||||
|
||||
{
|
||||
"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