Files
Cris 6cc99bf2b9 Appended errormessage when retrieving invalid Gebiete
Now if the method check_gebiete() returns false, a userfriendly
errormessage will be displayed.
2019-05-14 15:25:51 +02:00

6 lines
137 B
PHP

<?php
$this->phrasen['errors/rolleExistiertBereits']='This role is already selected';
$this->phrasen['errors/achtung']='Attention!';
?>