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
|
{
"vote-add-your-vote": "Add your vote",
"vote-edit-your-vote": "Edit your vote",
"vote-option-yes": "I '''approve''' this proposal.",
"vote-option-no": "I '''oppose''' this proposal.",
"vote-option-abstain": "I '''abstain''' from voting on this proposal but have comments.",
"vote-editmsg-yes": "I approve this proposal.",
"vote-editmsg-no": "I oppose this proposal.",
"vote-editmsg-abstain": "I abstain from voting on this proposal.",
"vote-changed": "I changed my mind",
"vote-repeated": "repeated",
"vote-tally": "$1 {{PLURAL:$1|vote|votes}} for, $2 against and $3 {{PLURAL:$3|abstention|abstentions}}",
"vote-call-to-vote": "Nobody has voted yet ... be the first one to vote!",
"vote-comment": "Comment",
"vote-submit": "Submit",
"vote-error-unknown-attribute": "Unknown attribute '$1' for <vote> tag",
"vote-error-end": "Failed to parse end date (expected YYYY-MM-DD).",
"vote-error-missing-newline": "Please add a line break before </vote>",
"vote-error-one-vote-per-page": "There can only be one active vote per page (and it has to be the first one).",
"vote-error-invalid-date": "invalid date",
"vote-error-invalid-vote": "invalid vote, expected one of $1",
"vote-already-yes": "You already voted to approve.",
"vote-already-no": "You already voted to oppose.",
"vote-already-abstain": "You already chose to abstain.",
"vote-change": "Change your vote from $1 to $2.",
"vote-will-end": "This vote will end on $1.",
"vote-ended": "The voting period has ended on $1.",
"vote-cancelled": "The vote has been cancelled.",
"pages-with-open-votes-category": "Pages with open votes",
"pages-with-vote-errors-category": "Pages with vote errors"
}
|