Ampelsystem - diverse Bugfixes

This commit is contained in:
Andreas Österreicher
2011-11-30 15:11:37 +00:00
parent 29de736d46
commit cadaac0e0d
4 changed files with 62 additions and 12 deletions
+2
View File
@@ -33,5 +33,7 @@ $this->phrasen['tools/ampelStatus']='Status';
$this->phrasen['tools/ampelBeschreibung']='Beschreibung';
$this->phrasen['tools/ampelDeadline']='Deadline';
$this->phrasen['tools/ampelAktion']='Aktion';
$this->phrasen['tools/ampelBestaetigen']='bestätigen';
$this->phrasen['tools/ampelBestaetigt']='bestätigt';
?>
+2
View File
@@ -33,4 +33,6 @@ $this->phrasen['tools/ampelStatus']='Status';
$this->phrasen['tools/ampelBeschreibung']='Description';
$this->phrasen['tools/ampelDeadline']='Deadline';
$this->phrasen['tools/ampelAktion']='Action';
$this->phrasen['tools/ampelBestaetigen']='confirm';
$this->phrasen['tools/ampelBestaetigt']='confirmed';
?>