﻿/*
 * Twitter Helper Functions
 */

/*
 * JSLint Configuration:
 */  
/*global $, mx */
mx.lang = (function () {
   
    return {
		nothing_on_tv: 'nothing on tv',
        thanks_well_keep_you_posted: "Thanks{0}, we'll keep you posted!",
        thanks_well_let_you_know_when_launch: "Hi {0}, stay tuned. You will receive an invite soon!",

        date_just_now: 'just now',
        date_second_ago: 'second ago',
        date_seconds_ago: 'seconds ago',
        date_minute_ago: 'minute ago',
        date_minutes_ago: 'minutes ago',
        date_hour_ago: 'hour ago',
        date_hours_ago: 'hours ago',
        date_day_ago: 'day ago',
        date_days_ago: 'days ago',
        date_week_ago: 'week ago',
        date_weeks_ago: 'weeks ago',
        date_month_ago: 'month ago',
        date_months_ago: 'months ago',
        date_year_ago: 'year ago',
        date_years_ago: 'years ago'
    }
}());
