diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-19 11:23:52 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-19 11:23:52 +0200 |
commit | e40bd05afc559335bc9b326f4ae2400043104818 (patch) | |
tree | 6dbd25f155a9b73f64b90cbca46f6f64e1ec87bb /languages | |
parent | 3b6f9d887fea4a97ae9b948922a8679496862bbf (diff) | |
download | elgg-e40bd05afc559335bc9b326f4ae2400043104818.tar.gz elgg-e40bd05afc559335bc9b326f4ae2400043104818.tar.bz2 |
fixes personal calendar toggle bug and adds the ability to add any site member to a site event and any group member to a group event
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index da055c6e5..3239e07bc 100644 --- a/languages/en.php +++ b/languages/en.php @@ -226,7 +226,11 @@ You can manage calendar requests for this event here: 'event_calendar:listing_title:all' => "All events", 'event_calendar:listing_title:open' => "Open events", 'event_calendar:listing_title:mine' => "My calendar", - 'event_calendar:listing_title:friends' => "Friends' calendars", + 'event_calendar:listing_title:friends' => "Friends' calendars", + 'event_calendar:manage_users:title' => "Manage subscribers for \"%s\"", + 'event_calendar:manage_users:breadcrumb' => "Manage subscribers", + 'event_calendar:manage_users:description' => "You can add or remove events from personal calendars using the buttons below.", + 'event_calendar:manage_users:unauthorized' => "Error: you are not authorised to manage personal calendars for this event.", /** * Event calendar river |