รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Amharic (አማርኛ) localisation for calendars datepicker for jQuery.
|
||||
Leyu Sisay. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.am = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: 'ያለፈ',
|
||||
prevStatus: 'ያለፈውን ወር አሳይ',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'ያለፈውን ዓመት አሳይ',
|
||||
nextText: 'ቀጣይ',
|
||||
nextStatus: 'ቀጣዩን ወር አሳይ',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'ቀጣዩን ዓመት አሳይ',
|
||||
currentText: 'አሁን',
|
||||
currentStatus: 'የአሁኑን ወር አሳይ',
|
||||
todayText: 'ዛሬ',
|
||||
todayStatus: 'የዛሬን ወር አሳይ',
|
||||
clearText: 'አጥፋ',
|
||||
clearStatus: 'የተመረጠውን ቀን አጥፋ',
|
||||
closeText: 'ዝጋ',
|
||||
closeStatus: 'የቀን መምረጫውን ዝጋ',
|
||||
yearStatus: 'ዓመቱን ቀይር',
|
||||
monthStatus: 'ወሩን ቀይር',
|
||||
weekText: 'ሳም',
|
||||
weekStatus: 'የዓመቱ ሳምንት ',
|
||||
dayStatus: 'DD, M d, yyyy ምረጥ',
|
||||
defaultStatus: 'ቀን ምረጥ',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.am);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user