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