| 12345678910111213141516171819 | 
							- <?php
 
- return array(
 
- 	// Plugin settings
 
- 	'admin:administer_utilities:notification_tools' => 'Notification tools',
 
- 	'admin:notification_tools:enable' => 'Enable notifications',
 
- 	'notification_tools:admin:enable:description_link' => 'here',
 
- 	'notification_tools:admin:enable:description' => 'These settings affect only new users. You can enable notifications also for existing users <u>%s</u>.',
 
- 	'notification_tools:settings:personal' => 'Personal notifications',
 
- 	'notification_tools:settings:collection' => 'Friend notifications',
 
- 	'notification_tools:settings:group' => 'Group notifications',
 
- 	// Bulk operations
 
- 	'notification_tools:process:personal' => 'Enable personal notifications for all users (%s)',
 
- 	'notification_tools:process:collection' => 'Enable collection notifications for all users (%s)',
 
- 	'notification_tools:process:group' => 'Enable group notifications for all group memberships (%s)',
 
- 	'notification_tools:admin:activate' => 'Enable',
 
- 	'notification_tools:error:no_methods' => 'Choose at least one notification method',
 
- );
 
 
  |