mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-15 03:04:14 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Iafae8dadc3f69b1965e054aa8b215f02b175b32a
This commit is contained in:
parent
2f2053c9a6
commit
ebbd497d34
|
@ -1552,6 +1552,35 @@ $messages['ru'] = array(
|
|||
'action-ajaxpoll-view-results-before-vote' => 'просмотр результатов опросов на основе AJAX перед голосованием',
|
||||
);
|
||||
|
||||
/** Scots (Scots)
|
||||
* @author John Reid
|
||||
*/
|
||||
$messages['sco'] = array(
|
||||
'ajaxpoll-desc' => 'Permits AJAX-based polls wi <tt><poll></tt> tag',
|
||||
'ajaxpoll-tracking-category' => 'Pages wi ae poll',
|
||||
'ajaxpoll-vote-update' => 'Yer vote haes been updated.',
|
||||
'ajaxpoll-vote-add' => 'Yer vote haes been added.',
|
||||
'ajaxpoll-vote-error' => 'Thaur wis ae problem wi processing yer vote, please try again.',
|
||||
'ajaxpoll-percent-votes' => '$1% o aw votes',
|
||||
'ajaxpoll-your-vote' => 'Ye voted fer "$1" oan $2. Ye can chynge yer vote bi clapin ae different answer ablow.',
|
||||
'ajaxpoll-no-vote' => 'Please vote ablow.',
|
||||
'ajaxpoll-no-vote-results-after-voting' => "Please vote ablow. Results will be shawn whan ye'v voted.",
|
||||
'ajaxpoll-info' => 'Thaur {{PLURAL:$1|wis yin vote|were $1 votes}} sin the poll wis creatit oan $2.',
|
||||
'ajaxpoll-submitting' => 'Please wait, haunin in yer vote.',
|
||||
'ajaxpoll-vote-permission' => "Ye'r no permited tae vote.",
|
||||
'ajaxpoll-view-results-permission' => "Ye'r no permited tae view the results o this poll.",
|
||||
'ajaxpoll-view-results-before-vote-permission' => "Ye'r no permited tae view results o this poll afore ye'v voted.",
|
||||
'ajaxpoll-revoke-vote' => 'I wish tae revoke ma vote',
|
||||
'ajaxpoll-vote-revoked' => 'Yer vote haes been revoked.',
|
||||
'ajaxpoll-error-csrf-wrong-token' => 'Ae wrang token wis received, an yer 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 afore votein',
|
||||
'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 afore votein',
|
||||
);
|
||||
|
||||
/** Sinhala (සිංහල)
|
||||
* @author පසිඳු කාවින්ද
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue