Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb14a2cf543adfc47825f3dc4fd0f1ff2a890ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
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",
    "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\"...",
    "Add a subtask to \"%s\"..." : "Add a subtask to \"%s\"...",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n Completed Task","%n Completed Tasks"],
    "Hours" : "Hours",
    "Minutes" : "Minutes",
    "Set due date" : "Set due date",
    "%s %% completed" : "%s %% completed",
    "priority %s: " : "priority %s: ",
    "high" : "high",
    "medium" : "medium",
    "low" : "low",
    "no priority assigned" : "no priority assigned",
    "Remind me" : "Remind me",
    "at the end" : "at the end",
    "at the beginning" : "at the beginning",
    "Set start date" : "Set start date",
    "{calendar} shared by {owner}" : "{calendar} shared by {owner}",
    "Unnamed" : "Unnamed",
    "Important" : "Important",
    "Week" : "Week",
    "All" : "All",
    "Current" : "Current",
    "Completed" : "Completed",
    "Delete" : "Delete",
    "Cancel" : "Cancel",
    "Edit" : "Edit",
    "Link" : "Link",
    "Download" : "Download",
    "Save" : "Save",
    "Add List..." : "Add List...",
    "New List" : "New List",
    "Settings" : "Settings",
    "Start of week" : "Start of week",
    "Visibility of Smart Collections" : "Visibility of Smart Collections",
    "Change sort order" : "Change sort order",
    "Default" : "Default",
    "Due date" : "Due date",
    "Start date" : "Start date",
    "Priority" : "Priority",
    "Alphabetically" : "Alphabetically",
    "Manually" : "Manually",
    "Load remaining completed tasks." : "Load remaining completed tasks.",
    "Task is completed" : "Task is completed",
    "All day" : "All day",
    "(New category)" : "(New category)",
    "Select categories..." : "Select categories...",
    "Loading the task..." : "Loading the task...",
    "Task not found!" : "Task not found!",
    "add a subtask to" : "add a subtask to",
    "Toggle subtasks" : "Toggle subtasks",
    "Toggle completed subtasks" : "Toggle completed subtasks"
},
"nplurals=2; plural=(n != 1);");