tasks/l10n/en_GB.js
2019-12-22 03:47:45 +00:00

45 lines
1.6 KiB
JavaScript

OC.L10N.register(
"tasks",
{
"Important" : "Important",
"Today" : "Today",
"Week" : "Week",
"All" : "All",
"Current" : "Current",
"Completed" : "Completed",
"Tasks" : "Tasks",
"The Tasks app for Nextcloud" : "The Tasks app for Nextcloud",
"Share with users or groups" : "Share with users or groups",
"can edit" : "can edit",
"Delete" : "Delete",
"Cancel" : "Cancel",
"Change sort order" : "Change sort order",
"Default" : "Default",
"Due date" : "Due date",
"Start date" : "Start date",
"Last modified" : "Last modified",
"Priority" : "Priority",
"Manually" : "Manually",
"Alphabetically" : "Alphabetically",
"Task is completed" : "Task is completed",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Completed Task","%n Completed Tasks"],
"Tomorrow" : "Tomorrow",
"Set start date" : "Set start date",
"Set due date" : "Set due date",
"All day" : "All day",
"Task not found!" : "Task not found!",
"When shared show full event" : "When shared show full event",
"When shared show only busy" : "When shared show only busy",
"When shared hide this event" : "When shared hide this event",
"Edit" : "Edit",
"Download" : "Download",
"Save" : "Save",
"New List" : "New List",
"An empty name is not allowed." : "An empty name is not allowed.",
"Settings" : "Settings",
"Visibility of Smart Collections" : "Visibility of Smart Collections",
"Hidden" : "Hidden",
"Visible" : "Visible",
"Automatic" : "Automatic"
},
"nplurals=2; plural=(n != 1);");