cmn.php 423 B

123456789101112
  1. <?php
  2. return array(
  3. 'site_notifications' => 'Site Notifications',
  4. 'notification:method:site' => 'Site',
  5. 'site_notifications:topbar' => 'Notifications',
  6. 'item:object:site_notification' => 'Site notifications',
  7. 'site_notifications:no_access' => 'You do not have access to this page. Perhaps you need to log in.',
  8. 'site_notifications:no_delete' => 'Cannot delete',
  9. 'site_notifications:empty' => 'No notifications',
  10. );