en.php 1.3 KB

12345678910111213141516171819202122232425
  1. <?php
  2. return array(
  3. 'friends:all' => 'All friends',
  4. 'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
  5. 'notifications:subscriptions:personal:title' => 'Personal notifications',
  6. 'notifications:subscriptions:friends:title' => 'Friends',
  7. 'notifications:subscriptions:friends:description' => 'Below are collections of your friends. Selecting a collection turns on notifications for the users in that collection.',
  8. 'notifications:subscriptions:collections:edit' => 'To edit your shared access notifications, click here.',
  9. 'notifications:subscriptions:changesettings' => 'Notifications',
  10. 'notifications:subscriptions:changesettings:groups' => 'Group notifications',
  11. 'notifications:subscriptions:title' => 'Notifications per user',
  12. 'notifications:subscriptions:description' => 'To receive notifications from your friends (on an individual basis) when they create new content, find them below and select the notification method you would like to use.',
  13. 'notifications:subscriptions:groups:description' => 'To receive notifications when new content is added to a group you are a member of, find it below and select the notification method(s) you would like to use.',
  14. 'notifications:subscriptions:success' => 'Your notifications settings have been saved.',
  15. );