diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-02-13 16:04:34 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-02-13 16:04:34 +0200 |
commit | 6a7148fa53b0fb428c853d01150f2843122fa6d0 (patch) | |
tree | d6e813a899343cf165c3a1da565930890d6b5fd2 /lib/localization/jquery.jtable.nl-NL.js | |
parent | 277c6e18d910accfe145f0b3cacb27aef437d1ac (diff) | |
download | jtable-2.2.1.zip jtable-2.2.1.tar.gz jtable-2.2.1.tar.bz2 |
jTable v2.2.1v2.2.1
Support for saving page size preference of user. [#219]
Fixed some issues. [#167, #214, #215, #216, #219, #231]
Added 'Dutch - The Netherlands' localization.
Updated some localization files.
Diffstat (limited to 'lib/localization/jquery.jtable.nl-NL.js')
-rw-r--r-- | lib/localization/jquery.jtable.nl-NL.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.nl-NL.js b/lib/localization/jquery.jtable.nl-NL.js new file mode 100644 index 0000000..942ef0f --- /dev/null +++ b/lib/localization/jquery.jtable.nl-NL.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Dutch - The Netherlands' language. + Author: Bert Janssen +*/ +(function ($) { + + $.extend(true, $.hik.jtable.prototype.options.messages, { + serverCommunicationError: 'Fout bij het communiceren met de server', + loadingMessage: 'Laden...', + noDataAvailable: 'Geen gegevens beschikbaar!', + addNewRecord: '+ Toevoegen', + editRecord: 'Bewerken', + areYouSure: 'Weet u het zeker?', + deleteConfirmation: 'Gegevens verwijderen?', + save: 'Opslaan', + saving: 'Gegevens opslaan', + cancel: 'Annuleren', + deleteText: 'Wissen', + deleting: 'Gegevens wissen', + error: 'Er is een fout opgetreden!', + close: 'Sluiten', + cannotLoadOptionsFor: 'Kan de instellingen voor {0} niet laden', + pagingInfo: 'Pagina {0} tot {1} van {2}', + canNotDeletedRecords: 'Kan gegevens {0} van {1} niet wissen!', + deleteProggress: 'Gegevens {0} van {1} wissen...', + pageSizeChangeLabel: 'Row count', //New. Must be localized. + gotoPageLabel: 'Go to page' //New. Must be localized. +}); + +})(jQuery); |