From c78723f83b703ed8f0b1e3ff3b536db7ab2190a5 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Mon, 24 Aug 2009 13:14:10 +0000 Subject: [PATCH] Changed collections to lists. --- unl_theme/mod/notifications/languages/en.php | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 unl_theme/mod/notifications/languages/en.php diff --git a/unl_theme/mod/notifications/languages/en.php b/unl_theme/mod/notifications/languages/en.php new file mode 100644 index 00000000..12536669 --- /dev/null +++ b/unl_theme/mod/notifications/languages/en.php @@ -0,0 +1,31 @@ +<?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 -- GitLab