From fe3ff38c92d430bd87f1e1ed90a8fc859733af01 Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 4 Apr 2018 09:41:38 +0200 Subject: [PATCH] Added phrases for Ampelsystem phrases for no current notifications in Ampelsystem --- locale/de-AT/tools.php | 2 ++ locale/en-US/tools.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/locale/de-AT/tools.php b/locale/de-AT/tools.php index d3c9c6f51..7465d93c2 100644 --- a/locale/de-AT/tools.php +++ b/locale/de-AT/tools.php @@ -57,6 +57,8 @@ $this->phrasen['tools/ampelBitteBestaetigen']='Bitte bestätigen Sie diese jetzt $this->phrasen['tools/ampelAbgelaufenTitel']='Abgelaufene oder bereits bestätigte Ampeln'; $this->phrasen['tools/ampelAbgelaufenTxt']='Sie können diese Ampeln weiterhin lesen, aber nicht mehr bestätigen.'; $this->phrasen['tools/ampelBestaetigtAbgelaufen']='Bereits bestätigt oder abgelaufen'; +$this->phrasen['tools/ampelKeineAktuellen']='Keine aktuellen Ampeln'; +$this->phrasen['tools/ampelKeineAktuellenTxt']='Sie haben zur Zeit keine aktuellen Ampeln.'; //Software fuer Lehre -> Softgrid $this->phrasen['tools/applikationsliste']='Applikationsliste'; diff --git a/locale/en-US/tools.php b/locale/en-US/tools.php index 2e6d0213d..33e95efdc 100644 --- a/locale/en-US/tools.php +++ b/locale/en-US/tools.php @@ -59,6 +59,8 @@ $this->phrasen['tools/ampelBitteBestaetigen']='Please confirm now!'; $this->phrasen['tools/ampelAbgelaufenTitel']='Notifications expired or confirmed'; $this->phrasen['tools/ampelAbgelaufenTxt']='Notifications can still be read, but not confirmed anymore.'; $this->phrasen['tools/ampelBestaetigtAbgelaufen']='Almost confirmed or expired'; +$this->phrasen['tools/ampelKeineAktuellen']='No current notifications.'; +$this->phrasen['tools/ampelKeineAktuellenTxt']='You currently do not have any notifications.'; //Software fuer Lehre -> Softgrid $this->phrasen['tools/applikationsliste']='List of Applications';