This repository has been archived on 2024-07-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lwb5/site/static/beta5/js/pg_ticks-en.js

6 lines
161 B
JavaScript

var tText = ['Previous tick', 'Next tick', 'Last tick', 'Time remaining', 'These ticks have stopped.'];
function getDaysText(p)
{
return "day" + (p?'s':'');
}