core-resource-app-test
Version:
App that contains assets and scripts for the core apps
22 lines (21 loc) • 1.09 kB
JavaScript
/* http://keith-wood.name/calendars.html
Afrikaans localisation for calendars datepicker for jQuery.
Written by Renier Pretorius and Ruediger Thiede. */
(function($) {
$.calendars.picker.regional['af'] = {
renderer: $.calendars.picker.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
};
$.calendars.picker.setDefaults($.calendars.picker.regional['af']);
})(jQuery);