Where is the hours, days, min. & seconds text taken from for the css countdown display? I need them translated to different languages, but cannot find out where they are.
Thanks Ben
var dtext = this.element.attr('data-daystext') || "days";
var htext = this.element.attr('data-hourstext') || "hours";
var mtext = this.element.attr('data-mintext') || "min.";
var stext = this.element.attr('data-sectext') || "sec.";