// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ==========================================================================

SC.stringsFor('English', {

'_SC.DateTime.dayNames' : 'Sunday Monday Tuesday Wednesday Thursday Friday Saturday',
'_SC.DateTime.abbreviatedDayNames' : 'Sun Mon Tue Wed Thu Fri Sat',
'_SC.DateTime.monthNames' : 'January February March April May June July August September October November December',
'_SC.DateTime.abbreviatedMonthNames' : 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec',
'_SC.DateTime.AMPMNames' : 'AM PM',

'_SC.DateTime.now' : 'Right now',
'_SC.DateTime.secondIn' : 'In a moment',
'_SC.DateTime.secondsIn' : 'In %e seconds',
'_SC.DateTime.minuteIn' : 'In a minute',
'_SC.DateTime.minutesIn' : 'In %e minutes',
'_SC.DateTime.hourIn' : 'An hour from now',
'_SC.DateTime.hoursIn' : 'In about %e hours',
'_SC.DateTime.dayIn' : 'Tomorrow at %i:%M %p',
'_SC.DateTime.daysIn' : '%A at %i:%M %p',
'_SC.DateTime.weekIn' : 'Next week',
'_SC.DateTime.weeksIn' : 'In %e weeks',
'_SC.DateTime.monthIn' : 'Next month',
'_SC.DateTime.monthsIn' : 'In %e months',
'_SC.DateTime.yearIn' : 'Next year',
'_SC.DateTime.yearsIn' : 'In %e years',

'_SC.DateTime.secondAgo' : 'A moment ago',
'_SC.DateTime.secondsAgo' : '%e seconds ago',
'_SC.DateTime.minuteAgo' : 'A minute ago',
'_SC.DateTime.minutesAgo' : '%e minutes ago',
'_SC.DateTime.hourAgo' : 'An hour ago',
'_SC.DateTime.hoursAgo' : 'About %e hours ago',
'_SC.DateTime.dayAgo' : 'Yesterday at %i:%M %p',
'_SC.DateTime.daysAgo' : '%A at %i:%M %p',
'_SC.DateTime.weekAgo' : 'About a week ago',
'_SC.DateTime.weeksAgo' : '%e weeks ago',
'_SC.DateTime.monthAgo' : 'About a month ago',
'_SC.DateTime.monthsAgo' : '%e months ago',
'_SC.DateTime.yearAgo' : 'Last year',
'_SC.DateTime.yearsAgo' : '%e years ago'

});