90 lines
3.3 KiB
JavaScript
90 lines
3.3 KiB
JavaScript
OC.L10N.register(
|
|
"tasks",
|
|
{
|
|
"Tasks" : "Tasks",
|
|
"Due yesterday" : "Due yesterday",
|
|
"Due today" : "Due today",
|
|
"Due tomorrow" : "Due tomorrow",
|
|
"Due on" : "Due on",
|
|
"Started yesterday" : "Started yesterday",
|
|
"Starts today" : "Starts today",
|
|
"Starts tomorrow" : "Starts tomorrow",
|
|
"Started on" : "Started on",
|
|
"Starts on" : "Starts on",
|
|
"[Remind me yesterday at ]HH:mm" : "[Remind me yesterday at ]HH:mm",
|
|
"[Remind me today at ]HH:mm" : "[Remind me today at ]HH:mm",
|
|
"[Remind me tomorrow at ]HH:mm" : "[Remind me tomorrow at ]HH:mm",
|
|
"[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "[Remind me on ]DD MMM, YYYY,[ at ]HH:mm",
|
|
"Yesterday" : "Yesterday",
|
|
"Today" : "Today",
|
|
"Tomorrow" : "Tomorrow",
|
|
"in %s" : "in %s",
|
|
"%s ago" : "%s ago",
|
|
"seconds" : "seconds",
|
|
"a minute" : "a minute",
|
|
"%d minutes" : "%d minutes",
|
|
"an hour" : "an hour",
|
|
"%d hours" : "%d hours",
|
|
"a day" : "a day",
|
|
"%d days" : "%d days",
|
|
"a month" : "a month",
|
|
"%d months" : "%d months",
|
|
"a year" : "a year",
|
|
"%d years" : "%d years",
|
|
"Hours" : "Hours",
|
|
"Minutes" : "Minutes",
|
|
"week" : "week",
|
|
"weeks" : "weeks",
|
|
"day" : "day",
|
|
"days" : "days",
|
|
"hour" : "hour",
|
|
"hours" : "hours",
|
|
"minute" : "minute",
|
|
"minutes" : "minutes",
|
|
"second" : "second",
|
|
"before beginning" : "before beginning",
|
|
"after beginning" : "after beginning",
|
|
"before end" : "before end",
|
|
"after end" : "after end",
|
|
"Comment" : "Comment",
|
|
"Add a comment" : "Add a comment",
|
|
"This will delete the Calendar \"%s\" and all of its entries." : "This will delete the Calendar \"%s\" and all of its entries.",
|
|
"The name \"%s\" is already used." : "The name \"%s\" is already used.",
|
|
"An empty name is not allowed." : "An empty name is not allowed.",
|
|
"Hidden" : "Hidden",
|
|
"Visible" : "Visible",
|
|
"Automatic" : "Automatic",
|
|
"Sunday" : "Sunday",
|
|
"Monday" : "Monday",
|
|
"Tuesday" : "Tuesday",
|
|
"Wednesday" : "Wednesday",
|
|
"Thursday" : "Thursday",
|
|
"Friday" : "Friday",
|
|
"Saturday" : "Saturday",
|
|
"Add an important item in \"%s\"..." : "Add an important item in \"%s\"...",
|
|
"Add an item due today in \"%s\"..." : "Add an item due today in \"%s\"...",
|
|
"Add an item in \"%s\"..." : "Add an item in \"%s\"...",
|
|
"Add a current item in \"%s\"..." : "Add a current item in \"%s\"...",
|
|
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Completed Task","%n Completed Tasks"],
|
|
"Set due date" : "Set due date",
|
|
"%s %% completed" : "%s %% completed",
|
|
"Remind me" : "Remind me",
|
|
"at the end" : "at the end",
|
|
"at the beginning" : "at the beginning",
|
|
"Set start date" : "Set start date",
|
|
"Important" : "Important",
|
|
"Week" : "Week",
|
|
"All" : "All",
|
|
"Current" : "Current",
|
|
"Completed" : "Completed",
|
|
"Add List..." : "Add List...",
|
|
"New List" : "New List",
|
|
"Start of week" : "Start of week",
|
|
"Visibility of Smart Collections" : "Visibility of Smart Collections",
|
|
"Load remaining completed tasks." : "Load remaining completed tasks.",
|
|
"(New category)" : "(New category)",
|
|
"Select categories..." : "Select categories...",
|
|
"Loading the task..." : "Loading the task...",
|
|
"Task not found!" : "Task not found!"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|