mytinytodo.lang.init({ confirmDelete: "Are you sure you want to delete the task?", confirmLeave: "There can be unsaved data. Do you really want to leave?", actionNoteSave: "save", actionNoteCancel: "cancel", error: "Some error occurred (click for details)", denied: "Access denied", invalidpass: "Wrong password", tagfilter: "Tag:", addList: "Create new list", addListDefault: "Todo", renameList: "Rename list", deleteList: "This will delete current list with all tasks in it.\nAre you sure?", clearCompleted: "This will delete all completed tasks in the list.\nAre you sure?", settingsSaved: "Settings saved. Reloading...", daysMin: ["Su","Mo","Tu","We","Th","Fr","Sa"], daysLong: ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], monthsLong: ["January","February","March","April","May","June","July","August","September","October","November","December"], tags: "Tags", tasks: "Tasks", f_past: "Overdue", f_today: "Today and tomorrow", f_soon: "Soon" });