<?php
/**
 * English language file for rater plugin
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Taggic@t-online.de
 */
 
// for the configuration manager
$lang['voting_restriction'] = "restrict ip address voting";
$lang['vote_qty']           = "allowed user votes";
$lang['already_rated_msg']  = "Exceeded user rate attempts msg";
$lang['not_selected_msg']   = "Missing rate value msg";
$lang['thankyou_msg']       = "Thank you for msg";
$lang['generic_text']       = "generic item text";
$lang['eol_char']           = "end of line character (OS specific)";                                                                                                       