From ed463a39d16b8b1f679206d251f0351562cbdfff Mon Sep 17 00:00:00 2001 From: Translation updater bot Date: Mon, 25 Mar 2013 19:24:24 +0000 Subject: [PATCH] Localisation updates from http://translatewiki.net. Change-Id: Ic9d3bfd33df4ba7192444598f53d2ea17c937578 --- AJAXPoll.i18n.php | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/AJAXPoll.i18n.php b/AJAXPoll.i18n.php index 159d0e9..7e93edc 100644 --- a/AJAXPoll.i18n.php +++ b/AJAXPoll.i18n.php @@ -37,17 +37,51 @@ $messages['en'] = array( $messages['qqq'] = array( 'ajaxpoll-desc' => '{{desc|name=AJAX Poll|url=http://www.mediawiki.org/wiki/Extension:AJAX_Poll}}', 'ajaxpoll-tracking-category' => 'The name of a category for all pages which use the <poll> parser extension tag. The category is automatically added unless the feature is disabled.', + 'ajaxpoll-vote-update' => 'System response that the vote was successfully updated. + +If error, the following message is used: +* {{msg-mw|Ajaxpoll-vote-error}}', + 'ajaxpoll-vote-add' => 'System response that the vote was successfully added. + +If error, the following message is used: +* {{msg-mw|Ajaxpoll-vote-error}}', + 'ajaxpoll-vote-error' => 'Used as error message. + +If successful, the following message are used: +* {{msg-mw|Ajaxpoll-vote-update}} +* {{msg-mw|Ajaxpoll-vote-add}} +* {{msg-mw|Ajaxpoll-vote-revoked}}', 'ajaxpoll-percent-votes' => 'Parameters: * $1 - the percentage number of the votes', 'ajaxpoll-your-vote' => 'Parameters: * $1 - the answer name * $2 - the time/date when the answer was posted', + 'ajaxpoll-no-vote' => 'Used if there are no votes. + +See also: +* {{msg-mw|Ajaxpoll-revoke-vote}}', 'ajaxpoll-info' => 'Parameters: * $1 - the number of votes * $2 - the time and date when the poll was started', - 'ajaxpoll-vote-permission' => 'Text for viewers who do not have the right to vote', - '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. The text is only shown for persons who already voted, in an extra line below the block of answers.', - 'ajaxpoll-vote-revoked' => 'System response that the vote was successfully revoked.', + 'ajaxpoll-submitting' => 'Unused at this time. + +The 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. + +See also: +* {{msg-mw|Ajaxpoll-revoke-vote}} +* {{msg-mw|Ajaxpoll-no-vote}}', + '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. + +The text is only shown for persons who already voted, in an extra line below the block of answers. + +See also: +* {{msg-mw|Ajaxpoll-no-vote}} +* {{msg-mw|Ajaxpoll-vote-permission}}', + 'ajaxpoll-vote-revoked' => 'System response that the vote was successfully revoked. + +If error, the following message is used: +* {{msg-mw|Ajaxpoll-vote-error}}', 'right-ajaxpoll-vote' => '{{doc-right|ajaxpoll-vote}}', );