mediawiki-voteny/VoteNY.i18n.magic.php
UltrasonicNXT 2eb2ad2057 Add {{NUMBEROFVOTESPAGE}}
With an optional parameter for the page to check the number of votes for.
Partially copied from the {{NUMBEROFVOTES}} and Comments'
{{NUMBEROFCOMMENTSPAGE}}

Change-Id: Ia19f63fe5894a407ad5826720199b9e24d141951
2014-02-08 22:13:54 +00:00

12 lines
221 B
PHP

<?php
/**
* Internationalization file for magic words.
*/
$magicWords = array();
$magicWords['en'] = array(
'NUMBEROFVOTES' => array( 0, 'NUMBEROFVOTES' ),
'NUMBEROFVOTESPAGE' => array( 0, 'NUMBEROFVOTESPAGE' ),
);