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: e1fe1188495f54ea745ec116c6d13c7976cb5722 (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
OC.L10N.register(
    "polls",
    {
    "Nothing selected!\nClick on cells to turn them green." : "Nothing selected!\nClick on cells to turn them green.",
    "You must enter at least a title for the new poll." : "You must enter at least a title for the new poll.",
    "Please select at least one user or group!" : "Please select at least one user or group!",
    "Do you really want to delete that poll?" : "Do you really want to delete that poll?",
    "Copy to clipboard: Ctrl+C, Enter" : "Copy to clipboard: Ctrl+C, Enter",
    "You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "You are not registered.\nPlease enter your name to vote\n(at least 3 characters).",
    "Please add some text to your comment before submitting it." : "Please add some text to your comment before submitting it.",
    "An error occurred, your comment was not posted…" : "An error occurred, your comment was not posted…",
    "Polls" : "Polls",
    "Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>",
    "Polls App - New Comment" : "Polls App - New Comment",
    "Polls App" : "Polls App",
    "Edit poll" : "Edit poll",
    "Create new poll" : "Create new poll",
    "Title" : "Title",
    "Description" : "Description",
    "Access" : "Access",
    "Registered users only" : "Registered users only",
    "hidden" : "hidden",
    "Public access" : "Public access",
    "Select" : "Select",
    "User/Group search" : "User/Group search",
    "Anonymous" : "Anonymous",
    "Hide user names for admin" : "Hide user names for admin",
    "Expires" : "Expires",
    "Event schedule" : "Event schedule",
    "Text based" : "Text based",
    "Dates" : "Dates",
    "Text item" : "Text item",
    "Add" : "Add",
    "Update poll" : "Update poll",
    "Create poll" : "Create poll",
    "Cancel" : "Cancel",
    "No description provided." : "No description provided.",
    "Your name here" : "Your name here",
    "Total" : "Total",
    "Best option" : "Best option",
    "Vote!" : "Vote!",
    "Receive notification email on activity" : "Receive notification email on activity",
    "Link" : "Link",
    "Poll expired" : "Poll expired",
    "The poll expired on %s. Voting is disabled, but you can still comment." : "The poll expired on %s. Voting is disabled, but you can still comment.",
    "Comments" : "Comments",
    "Login" : "Login",
    "or" : "or",
    "Logged in as" : "Logged in as",
    "Send!" : "Send!",
    "No comments yet. Be the first." : "No comments yet. Be the first.",
    "No existing polls." : "No existing polls.",
    "By" : "By",
    "Created" : "Created",
    "participated" : "participated",
    "You did not vote" : "You did not vote",
    "You did not comment" : "You did not comment",
    "Yourself" : "Yourself",
    "Never" : "Never",
    "You voted" : "You voted",
    "You commented" : "You commented",
    "Click to get link" : "Click to get link",
    "Access denied" : "Access denied",
    "You are not allowed to view this poll or the poll does not exist." : "You are not allowed to view this poll or the poll does not exist."
},
"nplurals=2; plural=(n != 1);");