รวม code แก้ไข OP 3138, 3141, 2736, 2654

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-11 16:13:02 +07:00
parent ecf60f7b5b
commit c980d4cc38
282 changed files with 21778 additions and 190 deletions

View File

@@ -0,0 +1,33 @@
/* http://keith-wood.name/calendars.html
Afrikaans localisation for calendars datepicker for jQuery.
Written by Renier Pretorius and Ruediger Thiede. */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions.af = {
renderer: $.calendarsPicker.defaultRenderer,
prevText: 'Vorige',
prevStatus: 'Vertoon vorige maand',
prevJumpText: '<<',
prevJumpStatus: 'Vertoon vorige jaar',
nextText: 'Volgende',
nextStatus: 'Vertoon volgende maand',
nextJumpText: '>>',
nextJumpStatus: 'Vertoon volgende jaar',
currentText: 'Vandag',
currentStatus: 'Vertoon huidige maand',
todayText: 'Vandag',
todayStatus: 'Vertoon huidige maand',
clearText: 'Vee uit',
clearStatus: 'Verwyder die huidige datum',
closeText: 'Klaar',
closeStatus: 'Sluit sonder verandering',
yearStatus: 'Vertoon \'n ander jaar',
monthStatus: 'Vertoon \'n ander maand',
weekText: 'Wk',
weekStatus: 'Week van die jaar',
dayStatus: 'Kies DD, M d',
defaultStatus: 'Kies \'n datum',
isRTL: false
};
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.af);
})(jQuery);