mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.pl.js
Normal file
30
jtable/lib/localization/jquery.jtable.pl.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Polish' language.
|
||||
Author: Grzegorz Zbucki
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Wystąpił błąd komunikacji z serwerem.',
|
||||
loadingMessage: 'Ładowanie...',
|
||||
noDataAvailable: 'Brak rekordów!',
|
||||
addNewRecord: '+ Dodaj nowy wpis',
|
||||
editRecord: 'Edytuj',
|
||||
areYouSure: 'Czy jesteś tego pewien?',
|
||||
deleteConfirmation: 'Ten wpis zostanie usunięty. Kontynuować?',
|
||||
save: 'Zapisz',
|
||||
saving: 'Zapisywanie',
|
||||
cancel: 'Anuluj',
|
||||
deleteText: 'Usuń',
|
||||
deleting: 'Usuwanie',
|
||||
error: 'Błąd',
|
||||
close: 'Zamknij',
|
||||
cannotLoadOptionsFor: 'Nie można wczytać opcji dla pola {0}!',
|
||||
pagingInfo: 'Wyświetlanie od {0} do {1} z {2} rekordów',
|
||||
canNotDeletedRecords: 'Nie można usunąć {0} z {1} rekordów!',
|
||||
deleteProggress: 'Usunięto {0} z {1} rekordów, Trwa usuwanie...',
|
||||
pageSizeChangeLabel: 'Liczba rekordów',
|
||||
gotoPageLabel: 'Idź do strony'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue