Skip to content
Snippets Groups Projects
Commit c78723f8 authored by Seth Meranda's avatar Seth Meranda
Browse files

Changed collections to lists.

parent 58f216c6
No related branches found
No related tags found
No related merge requests found
<?php
<?php
$english = array(
'friends:all' => 'All friends',
'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
'notifications:subscriptions:personal:title' => 'Personal notifications',
'notifications:subscriptions:collections:title' => 'Toggle friends lists',
'notifications:subscriptions:collections:description' => 'To toggle settings for members of your friends lists, use the icons below. This will affect the corresponding users in the main notification settings panel at the bottom of the page. ',
'notifications:subscriptions:collections:edit' => 'To edit your friends lists, click here.',
'notifications:subscriptions:changesettings' => 'Notifications',
'notifications:subscriptions:changesettings:groups' => 'Group notifications',
'notification:method:email' => 'Email',
'notifications:subscriptions:title' => 'Notifications per user',
'notifications:subscriptions:description' => 'To receive notifications from your friends when they create new content, find them below and select the notification method you would like to use.',
'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 you would like to use.',
'notifications:subscriptions:success' => 'Your notifications settings have been saved.',
);
add_translation("en",$english);
?>
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment