Seditio Source
Root |
./othercms/PHPFusion 9.10.20/locale/English/includes/dynamics/assets/datepicker/locale/tooltip/en-gb.js
var tooltips_locale = {
    today: "Go to today",
    clear: "Clear selection",
    close: "Close the picker",
    selectMonth: "Select Month",
    prevMonth: "Previous Month",
    nextMonth: "Next Month",
    selectYear: "Select Year",
    prevYear: "Previous Year",
    nextYear: "Next Year",
    selectDecade: "Select Decade",
    prevDecade: "Previous Decade",
    nextDecade: "Next Decade",
    prevCentury: "Previous Century",
    nextCentury: "Next Century",
    pickHour: "Pick Hour",
    incrementHour: "Increment Hour",
    decrementHour: "Decrement Hour",
    pickMinute: "Pick Minute",
    incrementMinute: "Increment Minute",
    decrementMinute: "Decrement Minute",
    pickSecond: "Pick Second",
    incrementSecond: "Increment Second",
    decrementSecond: "Decrement Second",
    togglePeriod: "Toggle Period",
    selectTime: "Select Time"
}