Extension: Voting
[vanilla-miry.git] / extensions / Voting / language / English.php
blob48bc3a418218646cc93e45e9b5340ddc62178209
1 <?php
2 //English definition files
3 $Context->SetDefinition('VanillaVoting', 'Vanilla Voting');
4 $Context->SetDefinition('VanillaVotingCategory', 'Pick the category that should have voting enabled');
5 $Context->SetDefinition('Votes', 'votes');
6 $Context->SetDefinition('Vote!', 'Vote!');
7 $Context->SetDefinition('VoteHistory','Vote History');
8 $Context->SetDefinition('UnVote','Remove Vote');
9 $Context->SetDefinition('BelowViewingThreshold','below viewing threshold');
10 $Context->SetDefinition('ShowComment','show/hide comment');
11 $Context->SetDefinition('ErrLoveItCreateTable', 'Could not create "Love it" database tables!');
12 $Context->SetDefinition('ErrLoveItCreateConfig', 'Could not save "Love it" settings to configuration file!');
13 $Context->SetDefinition('PERMISSION_VOTING_FOR_DISCUSSIONS','Allow voting for discussions');
14 $Context->SetDefinition('PERMISSION_VOTING_FOR_COMMENTS','Allow voting for comments');