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

en_GB.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1944feb6d645cce9ca00b93efd347f97bd5cc6ba (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
OC.L10N.register(
    "polls",
    {
    "Polls" : "Polls",
    "Polls App - New Activity" : "Polls App - New Activity",
    "A polls app, similar to doodle/dudle with the possibility to restrict access." : "A polls app, similar to doodle/dudle with the possibility to restrict access.",
    "A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).",
    "Confirmed" : "Confirmed",
    "Cancel" : "Cancel",
    "OK" : "OK",
    "Week" : "Week",
    "Back" : "Back",
    "Group" : "Group",
    "Unknown user" : "Unknown user",
    "Conflict" : "Conflict",
    "New comment …" : "New comment …",
    "Delete comment" : "Delete comment",
    "No comments yet. Be the first." : "No comments yet. Be the first.",
    "Title" : "Title",
    "Apply" : "Apply",
    "Settings" : "Settings",
    "Delete poll" : "Delete poll",
    "Access" : "Access",
    "Owner" : "Owner",
    "Created" : "Created",
    "Expires" : "Expires",
    "never" : "never",
    "Details" : "Details",
    "Configuration" : "Configuration",
    "Shares" : "Shares",
    "Comments" : "Comments",
    "Description" : "Description",
    "Expiration date" : "Expiration date",
    "Update poll" : "Update poll",
    "Create new poll" : "Create new poll",
    "Receive notification email on activity" : "Receive notification email on activity",
    "No" : "No",
    "Yes" : "Yes",
    "No existing polls." : "No existing polls.",
    "Deleted" : "Deleted",
    "Hour" : "Hour",
    "Day" : "Day",
    "Month" : "Month"
},
"nplurals=2; plural=(n != 1);");