<?php $s = "Dozenten Dozent Dozent Dozenten"; echo strtr($s, array("Dozenten" => "Dozentin", "Dozent" => "Dozenten"));
You have javascript disabled. You will not be able to edit any code.