Added Polish datatables and plupload translation files
Added Polish to upgrade script and default data
This commit is contained in:
parent
d028e00cdb
commit
532ea09eed
4 changed files with 47 additions and 0 deletions
18
airtime_mvc/public/js/datatables/i18n/pl_PL.txt
Normal file
18
airtime_mvc/public/js/datatables/i18n/pl_PL.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
//Polish
|
||||
{
|
||||
"sProcessing": "Proszę czekać...",
|
||||
"sLengthMenu": "Pokaż _MENU_ pozycji",
|
||||
"sZeroRecords": "Nie znaleziono żadnych pasujących indeksów",
|
||||
"sInfo": "Pozycje od _START_ do _END_ z _TOTAL_ łącznie",
|
||||
"sInfoEmpty": "Pozycji 0 z 0 dostępnych",
|
||||
"sInfoFiltered": "(filtrowanie spośród _MAX_ dostępnych pozycji)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Pierwsza",
|
||||
"sPrevious": "Poprzednia",
|
||||
"sNext": "Następna",
|
||||
"sLast": "Ostatnia"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue