Corrected English spellings

Corrected English spelling of October, added capitol letters to months and days. Updated abbreviations.
This commit is contained in:
danieljcooper 2014-05-06 20:49:20 +01:00
parent b04b185cf9
commit 4b2709d7e3

View File

@ -75,11 +75,11 @@ jQuery(document).ready(function($) {
var in_days = 'jour(s)';
break;
default:
var days = ['sunday','monday','tuesday','wednesday','thursday','friday','saturday'];
var months = ['january','february','march','april','may','june','july','august','september','oktober','november','december'];
var dayAbbr = ['su','mo','tu','we','th','fr','sa'];
var today = 'today';
var tomorrow = 'tomorrow';
var days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
var months = ['January','February','March','April','May','June','July','August','September','October','November','December'];
var dayAbbr = ['Sun','Mon','Tues','Wed','Thru','Fri','Sat'];
var today = 'Today';
var tomorrow = 'Tomorrow';
var in_days = 'days';
}