diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-26 21:41:58 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-26 21:41:58 +0200 |
commit | 0e264d23ae1b4c4a186cb855ed984bb082908fbb (patch) | |
tree | aa101aac2ad6fde7dba1a501eca4b1e33d12c4cd /languages | |
parent | f7096ad23eefdb9bab187975544bcbd6eddf8c88 (diff) | |
download | elgg-0e264d23ae1b4c4a186cb855ed984bb082908fbb.tar.gz elgg-0e264d23ae1b4c4a186cb855ed984bb082908fbb.tar.bz2 |
more changes to support event polls
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 3d8c94e3f..3fd9cf7cb 100644 --- a/languages/en.php +++ b/languages/en.php @@ -309,8 +309,6 @@ You can manage calendar requests for this event here: 'event_calendar:settings:repeated_events:title' => "Allow repeated events (currently only works properly in full calendar mode)", 'event_calendar:settings:reminders:title' => "Allow sending reminders", 'event_calendar:reminder:subject' => "Reminder for event: %s", - 'event_calendar:poll_suffix' => "(poll)", - 'event_calendar:cannot_drag_polls' => "Cannot change event polls.", 'event_calendar:reminder:body' => "The event %s @@ -332,6 +330,9 @@ You can visit the event page here: 'event_calendar:bbb_create_error' => "Error: unable to create BBB conference, message was: %s", 'event_calendar:bbb_settings_error' => "Error: must set conference URL and salt in plugin settings", 'event_calendar:join_conf_button' => "Join conference", + + 'event_calendar:poll_suffix' => "(poll)", + 'event_calendar:resend_poll_invitation' => "Do you want to alert poll invitees that the options have changed?", /** * Event calendar river |