en.php 1.0 KB

12345678910111213141516171819
  1. <?php
  2. return array(
  3. // Plugin settings
  4. 'admin:administer_utilities:notification_tools' => 'Notification tools',
  5. 'admin:notification_tools:enable' => 'Enable notifications',
  6. 'notification_tools:admin:enable:description_link' => 'here',
  7. 'notification_tools:admin:enable:description' => 'These settings affect only new users. You can enable notifications also for existing users <u>%s</u>.',
  8. 'notification_tools:settings:personal' => 'Personal notifications',
  9. 'notification_tools:settings:collection' => 'Friend notifications',
  10. 'notification_tools:settings:group' => 'Group notifications',
  11. // Bulk operations
  12. 'notification_tools:process:personal' => 'Enable personal notifications for all users (%s)',
  13. 'notification_tools:process:collection' => 'Enable collection notifications for all users (%s)',
  14. 'notification_tools:process:group' => 'Enable group notifications for all group memberships (%s)',
  15. 'notification_tools:admin:activate' => 'Enable',
  16. 'notification_tools:error:no_methods' => 'Choose at least one notification method',
  17. );