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 string language conversion
10$lang['msg_ratingend']      = 'Rating ends on %s';
11$lang['msg_ratingended']    = 'Rating already ended on %s';
12$lang['msg_votend']         = 'Vote period last until %s';
13$lang['msg_votended']       = 'Vote period already ended on %s';
14$lang['btn_submit']         = 'Rate';
15$lang['alink_Back']         = 'back';
16$lang['msg_why']            = '<br />Please let us know the points for improvements. Therefore you may use the <a href="doku.php?id=contact">contact form</a> or just report a Service Request within the <a href="doku.php?id=issuetracker:report">IssueTracker</a>.';
17$lang['foreigner']          = '<span style="color:grey!important;font-size:0.75em!important;"><i>(foreigner)</i></span>';
18$lang['search']             = ' ,ä,ö,ü,Ä,Ö,Ü,ß,´,&';
19$lang['replace']            = '_,ae,oe,ue,Ae,Oe,Ue,ss,,';