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: 2a84d6186fc02b31b5c4059987bf801da8bdcd0a (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
OC.L10N.register(
    "tasks",
    {
    "Tasks" : "Tasks",
    "Important" : "Important",
    "Today" : "Today",
    "Week" : "Week",
    "All" : "All",
    "Current" : "Current",
    "Completed" : "Completed",
    "The Tasks app for Nextcloud" : "The Tasks app for Nextcloud",
    "Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar.",
    "Delete" : "Delete",
    "Cancel" : "Cancel",
    "Change sort order" : "Change sort order",
    "Default" : "Default",
    "Due date" : "Due date",
    "Start date" : "Start date",
    "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!",
    "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);");