mediawiki-voteny/i18n/en.json
Jack Phoenix 1e23ff6a07 Version 2.8: extension registration support, replace AJAX stuff with an API module
Also some related cleanup (removal of wfProfile* stuff, etc.).

Change-Id: Id8a993e71ddca7bfbf3452725300167698ce3135
2016-08-09 05:14:02 +03:00

30 lines
1.7 KiB
JSON

{
"@metadata": {
"authors": [
"Aaron Wright <aaron.wright@gmail.com>",
"David Pean <david.pean@gmail.com>"
]
},
"apihelp-voteny-description": "VoteNY API module",
"apihelp-voteny-param-what": "Action to take; valid values are 'vote' (green voting box), 'multi' (voting stars) or 'delete' (delete a previously given vote)",
"apihelp-voteny-param-pageId": "Page ID of the page where the voting box/stars is/are",
"apihelp-voteny-param-voteValue": "Numerical vote value between 1 and 5",
"apihelp-voteny-param-type": "Set this to 'stars' to call the voting stars (VoteStars PHP class), otherwise the green vote box (Vote PHP class) is used",
"apihelp-voteny-example-1": "Cast a vote for the page which has the ID number 666",
"apihelp-voteny-example-2": "Delete your vote from the page which has the ID number 666",
"apihelp-voteny-example-3": "Cast a vote (3 stars out of 5) for the page which has the ID number 666",
"apihelp-voteny-example-4": "Delete your vote from the page which has the ID number 666 which is using the star rating",
"apihelp-voteny-example-5": "Cast a vote (4 stars out of 5) for the page which has the ID number 666, deleting your previous vote, if any",
"voteny-desc": "JavaScript-based voting with the <tt>&lt;vote&gt;</tt> tag",
"voteny-link": "Vote",
"voteny-unvote-link": "unvote",
"voteny-community-score": "community {{PLURAL:$2|score|scores}}: $1",
"voteny-ratings": "{{PLURAL:$1|one rating|$1 ratings}}",
"voteny-remove": "remove",
"voteny-gave-this": "you gave this a $1",
"voteny-votes": "{{PLURAL:$1|one vote|$1 votes}}",
"topratings": "Top rated pages",
"topratings-no-pages": "No top rated pages.",
"right-voteny": "Vote pages"
}