This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
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':'');
}