mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-15 03:04:14 +00:00
82bbec257f
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php with shim. Change-Id: I82fbdd86a86feb717443d4133200ab0d4e7b859f
31 lines
1.9 KiB
JSON
31 lines
1.9 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Dariusz Siedlecki",
|
|
"Thomas Gries"
|
|
]
|
|
},
|
|
"ajaxpoll-desc": "Allows AJAX-based polls with <tt><poll></tt> tag",
|
|
"ajaxpoll-tracking-category": "Pages with a poll",
|
|
"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 $2. 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 results of this poll.",
|
|
"ajaxpoll-view-results-before-vote-permission": "You are not entitled to view 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.",
|
|
"ajaxpoll-error-csrf-wrong-token": "A wrong token was received, and your vote is ignored.",
|
|
"right-ajaxpoll-vote": "Can vote in AJAX-based polls",
|
|
"right-ajaxpoll-view-results": "Can view results in AJAX-based polls",
|
|
"right-ajaxpoll-view-results-before-vote": "Can view results in AJAX-based polls before having 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 having voted"
|
|
} |