The countdown "hours" "days" "minutes" - translation

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu May 09, 2013 9:13 am
Reply with quote
Report this post
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
User avatar
Fresh Boarder

GK User
Thu May 09, 2013 9:33 am
Reply with quote
Report this post
/wp-content/themes/Fest/js/gk.scripts.js
starting from line 368:
Code: Select all
   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.";

change text after || in each line.
User avatar
Moderator


cron