/* Gettext strings used in core javascript files. */
$code['text'] = array(
- 'ajax_timeout' => _("There has been no contact with the remote server for several minutes. The server may be temporarily unavailable or network problems may be interrupting your session. You will not see any updates until the connection is restored."),
- 'ajax_recover' => _("The connection to the remote server has been restored."),
+ 'ajax_timeout' => _("There has been no contact with the calendar server for several minutes. The server may be temporarily unavailable or network problems may be interrupting your session. You will not see any updates until the connection is restored."),
+ 'ajax_recover' => _("The connection to the calendar server has been restored."),
'alarm' => _("Alarm:"),
'noalerts' => _("No Notifications"),
'alerts' => str_replace('%d', '#{count}', _("%d notifications")),