mytinytodo/src/content/lang/en.json
2022-01-15 21:00:51 +03:00

173 lines
5.1 KiB
JSON

{
"_header": {
"ver": "v1.6",
"date": "2020-09-04",
"language": "English",
"original_name": "English",
"author": "Max Pozdeev",
"author_url": "http://www.mytinytodo.net"
},
"My Tiny Todolist": "My Tiny Todolist",
"powered_by": "Powered by",
"htab_newtask": "New task",
"htab_search": "Search",
"btn_add": "Add",
"btn_search": "Search",
"advanced_add": "Advanced",
"searching": "Searching for",
"tasks": "Tasks",
"taskdate_inline_created": "created at %s",
"taskdate_inline_completed": "Completed at %s",
"taskdate_inline_duedate": "Due %s",
"taskdate_created": "Created",
"taskdate_completed": "Completed",
"edit_task": "Edit Task",
"add_task": "New Task",
"priority": "Priority",
"task": "Task",
"note": "Note",
"tags": "Tags",
"save": "Save",
"cancel": "Cancel",
"password": "Password",
"btn_login": "Login",
"a_login": "Login",
"a_logout": "Logout",
"public_tasks": "Public Tasks",
"tagcloud": "Tags",
"tagfilter_cancel": "cancel filter",
"sortByHand": "Sort by hand",
"sortByPriority": "Sort by priority",
"sortByDueDate": "Sort by due date",
"sortByDateCreated": "Sort by date created",
"sortByDateModified": "Sort by date modified",
"due": "Due",
"daysago": "%d days ago",
"indays": "in %d days",
"months_short": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"months_long": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"days_min": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"days_long": [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"today": "today",
"yesterday": "yesterday",
"tomorrow": "tomorrow",
"f_past": "Overdue",
"f_today": "Today and tomorrow",
"f_soon": "Soon",
"action_edit": "Edit",
"action_note": "Edit Note",
"action_delete": "Delete",
"action_priority": "Priority",
"action_move": "Move to",
"notes": "Notes:",
"notes_show": "Show",
"notes_hide": "Hide",
"list_new": "New list",
"list_rename": "Rename list",
"list_delete": "Delete list",
"list_publish": "Publish list",
"list_showcompleted": "Show completed tasks",
"list_clearcompleted": "Clear completed tasks",
"list_select": "Select list",
"list_export": "Export",
"list_export_csv": "CSV",
"list_export_ical": "iCalendar",
"list_rssfeed": "RSS Feed",
"list_hide": "Hide list",
"alltags": "All tags:",
"alltags_show": "Show all",
"alltags_hide": "Hide all",
"a_settings": "Settings",
"rss_feed": "RSS Feed",
"feed_title": "%s",
"feed_completed_tasks": "Completed tasks",
"feed_modified_tasks": "Modified tasks",
"feed_new_tasks": "New tasks",
"feed_tasks": "Tasks",
"feed_status_new": "New",
"feed_status_updated": "Updated",
"feed_status_completed": "Completed",
"alltasks": "All tasks",
"set_header": "Settings",
"set_title": "Title",
"set_title_descr": "(specify if you want to change default title)",
"set_language": "Language",
"set_protection": "Password protection",
"set_enabled": "Enabled",
"set_disabled": "Disabled",
"set_newpass": "New password",
"set_newpass_descr": "(leave blank if won't change current password)",
"set_smartsyntax": "Smart syntax",
"set_smartsyntax2_descr": "Example: +1 Task title #tag1 #tag2",
"set_timezone": "Time zone",
"set_autotag": "Autotagging",
"set_autotag_descr": "(automatically adds tag of current tag filter to newly created task)",
"set_firstdayofweek": "First day of week",
"set_custom": "Custom",
"set_date": "Date format",
"set_date2": "Short Date format",
"set_shortdate": "Short Date (current year)",
"set_clock": "Clock format",
"set_12hour": "12-hour",
"set_24hour": "24-hour",
"set_submit": "Submit changes",
"set_cancel": "Cancel",
"set_showdate": "Show task date in list",
"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",
"listNotFound": "Not found",
"noPublicLists": "No public tasks",
"invalidpass": "Wrong password",
"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..."
}