<?php
/**
 * German language file for rater plugin
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Taggic@t-online.de
 */
 
// for the string language conversion
$lang['msg_ratingend']      = 'Bewertungsende am %s';
$lang['msg_ratingended']    = 'Bewertungszeit endete am %s';
$lang['msg_votend']         = 'Zu/Absage bis %s';
$lang['msg_votended']       = 'Frist endete am %s';
$lang['btn_submit']         = 'Go';
$lang['alink_Back']         = 'zur&uumlck';
$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>.';
$lang['foreigner']          = '<span style="color:grey!important;font-size:0.75em!important;"><i>(unbekannt)</i></span>';
$lang['search']             = ' ,ä,ö,ü,Ä,Ö,Ü,ß,´,&';
$lang['replace']            = '_,ae,oe,ue,Ae,Oe,Ue,ss,,';