mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-15 03:04:14 +00:00
0469665d77
MW 1.30.0+ is now explicitly required; as such, dropped pre-1.17 support from AJAXPoll#onLoadExtensionSchemaUpdates. Also "fixed" T163625 by changing an INSERT INTO query into INSERT IGNORE INTO, swapped some "double quotes" to 'single quotes', refactored some stuff, etc. Bug: T163625 Change-Id: Ifbabf3bf5da25c602fe5873539520c517573890c
37 lines
2.5 KiB
JSON
37 lines
2.5 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Dariusz Siedlecki",
|
|
"Thomas Gries"
|
|
]
|
|
},
|
|
"apihelp-pollsubmitvote-description": "AJAXPoll API module",
|
|
"apihelp-pollsubmitvote-summary": "AJAXPoll API module",
|
|
"apihelp-pollsubmitvote-param-poll": "Poll ID, such as 832A5FA2C2583A5732B90CEFF658FE25; IDs are formed by hashing the input (question + answer options, i.e. the text between <code><poll>...</poll></code> tags) with MD5 hashing algorithm and converting the result to UPPERCASE with PHP's <code>strtoupper</code> function",
|
|
"apihelp-pollsubmitvote-param-answer": "Numerical answer option identifier; use 0 to revoke a previously cast vote",
|
|
"apihelp-pollsubmitvote-example-1": "Submit the third (3) answer to the poll that has the ID 832A5FA2C2583A5732B90CEFF658FE25",
|
|
"ajaxpoll-desc": "Allows AJAX-based polls with <code><poll></code> tag",
|
|
"ajaxpoll-tracking-category": "Pages with a poll",
|
|
"ajaxpoll-tracking-category-desc": "The page has a <code><poll></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 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.",
|
|
"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"
|
|
}
|