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: d877f700e2e808f9c780c43f2bc071139da6125e (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
OC.L10N.register(
    "polls",
    {
    "Copied!" : "Copied!",
    "Copy" : "Copy",
    "Not supported!" : "Not supported!",
    "Press ⌘-C to copy." : "Press ⌘-C to copy.",
    "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
    "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",
    "Polls App - New Activity" : "Polls App - New Activity",
    "just now" : "just now",
    "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).",
    "Expired" : "Expired",
    "Expires never" : "Expires never",
    "Usernames hidden to Owner" : "Usernames hidden to Owner",
    "Usernames visible to Owner" : "Usernames visible to Owner",
    "Title" : "Title",
    "Access" : "Access",
    "Owner" : "Owner",
    "Created" : "Created",
    "Expires" : "Expires",
    "Copy Link" : "Copy Link",
    "Delete poll" : "Delete poll",
    "Description" : "Description",
    "Create new poll" : "Create new poll",
    "Update poll" : "Update poll",
    "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.",
    "You are not allowed to edit this poll or the poll does not exist." : "You are not allowed to edit this poll or the poll does not exist.",
    "No description provided." : "No description provided.",
    "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.",
    "Switch all options at once" : "Switch all options at once",
    "Your name here" : "Your name here",
    "Vote!" : "Vote!",
    "Receive notification email on activity" : "Receive notification email on activity",
    "Close details" : "Close details",
    "Close" : "Close",
    "Expires on %s" : "Expires on %s",
    "Invitation access" : "Invitation access",
    "Click to get link" : "Click to get link",
    "Edit Poll" : "Edit Poll",
    "Poll expired" : "Poll expired",
    "Comments" : "Comments",
    "Login or ..." : "Login or ...",
    "New comment …" : "New comment …",
    "No comments yet. Be the first." : "No comments yet. Be the first."
},
"nplurals=2; plural=(n != 1);");