tasks/l10n/en_GB.js

45 lines
1.5 KiB
JavaScript
Raw Normal View History

2014-10-30 10:57:57 +00:00
OC.L10N.register(
"tasks",
{
2015-06-25 05:07:20 +00:00
"Important" : "Important",
2019-01-26 01:37:48 +00:00
"Today" : "Today",
2015-06-25 05:07:20 +00:00
"Week" : "Week",
"All" : "All",
"Current" : "Current",
"Completed" : "Completed",
2019-09-24 02:52:31 +00:00
"Tasks" : "Tasks",
2018-06-12 00:41:13 +00:00
"The Tasks app for Nextcloud" : "The Tasks app for Nextcloud",
2019-12-22 03:47:45 +00:00
"Share with users or groups" : "Share with users or groups",
"can edit" : "can edit",
2020-02-10 03:06:34 +00:00
"New List" : "New List",
2016-08-26 23:07:25 +00:00
"Cancel" : "Cancel",
2020-02-10 03:06:34 +00:00
"Save" : "Save",
"An empty name is not allowed." : "An empty name is not allowed.",
"Edit" : "Edit",
"Download" : "Download",
"Delete" : "Delete",
"Unshare" : "Unshare",
"Visibility of Smart Collections" : "Visibility of Smart Collections",
"Hidden" : "Hidden",
"Visible" : "Visible",
"Automatic" : "Automatic",
2017-05-25 00:21:12 +00:00
"Change sort order" : "Change sort order",
"Start date" : "Start date",
2020-01-30 03:05:42 +00:00
"Due date" : "Due date",
2019-12-22 03:47:45 +00:00
"Last modified" : "Last modified",
2017-05-25 00:21:12 +00:00
"Priority" : "Priority",
"Manually" : "Manually",
2019-01-26 01:37:48 +00:00
"Alphabetically" : "Alphabetically",
2017-07-25 00:22:57 +00:00
"Task is completed" : "Task is completed",
2019-01-26 01:37:48 +00:00
"_%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",
2017-05-25 00:21:12 +00:00
"All day" : "All day",
2016-02-24 20:12:17 +00:00
"Task not found!" : "Task not found!",
2019-12-22 03:47:45 +00:00
"When shared show full event" : "When shared show full event",
"When shared show only busy" : "When shared show only busy",
2020-02-10 03:06:34 +00:00
"When shared hide this event" : "When shared hide this event"
2014-10-30 10:57:57 +00:00
},
"nplurals=2; plural=(n != 1);");