Differential D9706 Diff 23311 src/applications/notification/view/PhabricatorNotificationStatusView.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/notification/view/PhabricatorNotificationStatusView.php
| Show All 17 Lines | Javelin::initBehavior( | ||||
| 'connecting' => pht('Connecting...'), | 'connecting' => pht('Connecting...'), | ||||
| 'connected' => pht('Connected'), | 'connected' => pht('Connected'), | ||||
| 'error' => pht('Connection Error'), | 'error' => pht('Connection Error'), | ||||
| 'client' => pht('Connected Locally'), | 'client' => pht('Connected Locally'), | ||||
| 'error.flash.xdomain' => pht( | 'error.flash.xdomain' => pht( | ||||
| 'Unable to connect to Flash Policy Server. Check that the '. | 'Unable to connect to Flash Policy Server. Check that the '. | ||||
| 'notification server is running and port 843 is not firewalled.'), | 'notification server is running and port 843 is not firewalled.'), | ||||
| 'error.flash.disconnected' => pht( | |||||
| 'Disconnected from notification server.'), | |||||
| ), | ), | ||||
| )); | )); | ||||
| return array( | return array( | ||||
| 'class' => 'aphlict-connection-status', | 'class' => 'aphlict-connection-status', | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||