User:Nx/Extensions/wigo3/wigo3.i18n.php
From RationalWiki
< User:Nx | Extensions
<?php $messages = array(); $messages['en'] = array( 'wigouparrow' => 'wigovoteup.png', 'wigodownarrow' => 'wigovotedown.png', 'wigoresetvote' => 'wigovoteneutral.png', 'wigoerror' => 'Missing poll id', 'wigovotestotal' => '$1 {{plural:$1|vote|votes}} total', 'wigovotestotald' => '$1 {{plural:$1|vote|votes}} total ($2/$3/$4)', 'wigovotedistrib' => '$1 up, $2 neutral, $3 down', 'wigoaltup' => 'up', 'wigoaltdown' => 'down', 'wigoaltreset' => 'neutral', 'wigotitleup' => 'vote up', 'wigotitledown' => 'vote down', 'wigotitlereset' => 'vote neutral', );