diff -r 44302dd20d62 -r 94c1ff984286 language/english/core.json --- a/language/english/core.json Mon Apr 13 17:28:24 2009 -0400 +++ b/language/english/core.json Tue Apr 14 21:02:13 2009 -0400 @@ -781,10 +781,16 @@ unit_terabytes_short: 'TB', unit_pixels: 'pixels', unit_pixels_short: 'px', + unit_second: 'second', + unit_seconds: 'seconds', unit_day: 'day', unit_days: 'days', unit_week: 'week', - unit_weeks: 'weeks' + unit_weeks: 'weeks', + unit_month: 'month', + unit_months: 'months', + unit_year: 'year', + unit_years: 'years', } } };