#788 Whenever a timeout is detected by an ajax request, a popup dialog warns the user to log-in again.

SVN:trunk[3613]
This commit is contained in:
Denis Flaven
2015-06-25 15:32:30 +00:00
parent 6e92438282
commit 9f92e5e0be
6 changed files with 72 additions and 0 deletions

View File

@@ -987,5 +987,9 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'Month-11' => 'November',
'Month-12' => 'Dezember',
'UI:FillAllMandatoryFields' => 'Bitte füllen Sie alle Pflichtfelder',
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
'UI:DisconnectedDlgTitle' => 'Warning!~~',
'UI:LoginAgain' => 'Login again~~',
'UI:StayOnThePage' => 'Stay on this page~~',
));
?>