mediawiki-extensions-AJAXPoll/i18n/en-gb.json
Translation updater bot e508802d33 Localisation updates from https://translatewiki.net.
Change-Id: I92e091c1a263f7ebd3756f3dd3c00fceede002f6
2018-06-28 22:20:47 +02:00

31 lines
1.8 KiB
JSON

{
"@metadata": {
"authors": [
"Chase me ladies, I'm the Cavalry"
]
},
"ajaxpoll-desc": "Allows AJAX-based polls with <code>&lt;poll&gt;</code> tag",
"ajaxpoll-tracking-category": "Pages with a poll",
"ajaxpoll-tracking-category-desc": "The page has a <code>&lt;poll&gt;</code>.",
"ajaxpoll-vote-update": "Your vote has been updated.",
"ajaxpoll-vote-add": "Your vote has been added.",
"ajaxpoll-vote-error": "There was a problem with processing your vote, please try again.",
"ajaxpoll-percent-votes": "$1% of all votes",
"ajaxpoll-your-vote": "You voted for \"$1\" on $3 at $4. You can change your vote by clicking a different answer below.",
"ajaxpoll-no-vote": "Please vote below.",
"ajaxpoll-no-vote-results-after-voting": "Please vote below. Results will be shown when you have voted.",
"ajaxpoll-info": "There {{PLURAL:$1|was one vote|were $1 votes}} since the poll was created on $2.",
"ajaxpoll-submitting": "Please wait: submitting your vote.",
"ajaxpoll-vote-permission": "You are not entitled to vote.",
"ajaxpoll-view-results-permission": "You are not entitled to view the results of this poll.",
"ajaxpoll-view-results-before-vote-permission": "You are not entitled to view the results of this poll before you have voted.",
"ajaxpoll-revoke-vote": "I want to revoke my vote",
"ajaxpoll-vote-revoked": "Your vote has been revoked.",
"right-ajaxpoll-vote": "User can vote in AJAX-based polls",
"right-ajaxpoll-view-results": "User can view results in AJAX-based polls",
"right-ajaxpoll-view-results-before-vote": "User can view results in AJAX-based polls before user has voted",
"action-ajaxpoll-vote": "vote in AJAX-based polls",
"action-ajaxpoll-view-results": "view results in AJAX-based polls",
"action-ajaxpoll-view-results-before-vote": "view results in AJAX-based polls before you have voted"
}