mediawiki-extensions-AJAXPoll/i18n/qqq.json
Ostrzyciel 949d97cdb6 Fix errors when using the DB readonly mode
AJAXPoll used to throw random DB errors when the DB is in readonly
mode, that should be fixed now. Also fixed a few minor bugs
encountered on the way.

Bug: T205219
Change-Id: I079b2876e01ab8e9916fcc8121d7f4c9a23f00a8
2020-01-29 10:57:08 +01:00

40 lines
3.8 KiB
JSON

{
"@metadata": {
"authors": [
"Okras",
"Ostrzyciel",
"Shirayuki",
"Umherirrender"
]
},
"apihelp-pollsubmitvote-description": "{{doc-apihelp-description|pollsubmitvote}}",
"apihelp-pollsubmitvote-summary": "{{doc-apihelp-summary|pollsubmitvote}}",
"apihelp-pollsubmitvote-param-poll": "{{doc-apihelp-param|pollsubmitvote|poll}}",
"apihelp-pollsubmitvote-param-answer": "{{doc-apihelp-param|pollsubmitvote|answer}}",
"apihelp-pollsubmitvote-example-1": "{{doc-apihelp-example|pollsubmitvote}}",
"ajaxpoll-desc": "{{desc|name=AJAX Poll|url=https://www.mediawiki.org/wiki/Extension:AJAX_Poll}}",
"ajaxpoll-tracking-category": "The name of a category for all pages which use the <code><nowiki><poll></nowiki></code> parser extension tag.\n\nThe category is automatically added unless the feature is disabled.",
"ajaxpoll-tracking-category-desc": "Description on [[Special:TrackingCategories]] for the {{msg-mw|ajaxpoll-tracking-category}} tracking category.",
"ajaxpoll-vote-update": "System response that the vote was successfully updated.\n\nIf error, the following message is used:\n* {{msg-mw|Ajaxpoll-vote-error}}",
"ajaxpoll-vote-add": "System response that the vote was successfully added.\n\nIf error, the following message is used:\n* {{msg-mw|Ajaxpoll-vote-error}}",
"ajaxpoll-vote-error": "Used as error message.\n\nIf successful, the following message are used:\n* {{msg-mw|Ajaxpoll-vote-update}}\n* {{msg-mw|Ajaxpoll-vote-add}}\n* {{msg-mw|Ajaxpoll-vote-revoked}}",
"ajaxpoll-percent-votes": "Parameters:\n* $1 - the percentage number of the votes",
"ajaxpoll-your-vote": "Parameters:\n* $1 - the answer name\n* $2 - unused\n* $3 - date\n* $4 - time",
"ajaxpoll-no-vote": "Used if there are no votes.\n\nSee also:\n* {{msg-mw|Ajaxpoll-revoke-vote}}",
"ajaxpoll-no-vote-results-after-voting": "Invitation to vote and indication that results will be shown after voting.",
"ajaxpoll-info": "Parameters:\n* $1 - the number of votes\n* $2 - the time and date when the poll was started",
"ajaxpoll-submitting": "Unused at this time.\n\nThe identical message is hard-coded in JavaScript code (resources/ajaxpoll.js), and is not localized.",
"ajaxpoll-vote-permission": "Text for viewers who do not have the right to vote.\n\nSee also:\n* {{msg-mw|Ajaxpoll-revoke-vote}}\n* {{msg-mw|Ajaxpoll-no-vote}}",
"ajaxpoll-readonly": "Text for when the database is in readonly mode and the poll cannot be voted on.\n\nParameters:\n* $1 - the reason for which the database was locked\n\nSee also:\n* {{msg-mw|Ajaxpoll-vote-permission}}\n* {{msg-mw|Readonlywarning}}",
"ajaxpoll-view-results-permission": "Used if the user is not allowed to view.\n\nSee also:\n* {{msg-mw|Ajaxpoll-view-results-before-vote-permission}}",
"ajaxpoll-view-results-before-vote-permission": "Used if the user is allowed to vote but the user has not voted.\n\nSee also:\n* {{msg-mw|Ajaxpoll-view-results-permission}}",
"ajaxpoll-revoke-vote": "Voters can revoke their vote and this is the message text to be clicked when a voter wants to revoke a previous vote.\n\nThe text is only shown for persons who already voted, in an extra line below the block of answers.\n\nSee also:\n* {{msg-mw|Ajaxpoll-no-vote}}\n* {{msg-mw|Ajaxpoll-vote-permission}}",
"ajaxpoll-vote-revoked": "System response that the vote was successfully revoked.\n\nIf error, the following message is used:\n* {{msg-mw|Ajaxpoll-vote-error}}",
"right-ajaxpoll-vote": "{{doc-right|ajaxpoll-vote}}",
"right-ajaxpoll-view-results": "{{doc-right|ajaxpoll-view-results}}",
"right-ajaxpoll-view-results-before-vote": "{{doc-right|ajaxpoll-view-results-before-vote}}",
"action-ajaxpoll-vote": "{{doc-action|ajaxpoll-vote}}",
"action-ajaxpoll-view-results": "{{doc-action|ajaxpoll-view-results}}",
"action-ajaxpoll-view-results-before-vote": "{{doc-action|ajaxpoll-view-results-before-vote}}"
}