Merge remote-tracking branch 'upstream/develop' into 1610-performance

This commit is contained in:
Michael Vogel 2016-10-20 08:44:19 +00:00
commit abb827b784
37 changed files with 21991 additions and 6633 deletions

View file

@ -480,6 +480,13 @@ function get_event_strings() {
"month" => t("month"),
"week" => t("week"),
"day" => t("day"),
"allday" => t("all-day"),
"noevent" => t("No events to display"),
"dtstart_label" => t("Starts:"),
"dtend_label" => t("Finishes:"),
"location_label" => t("Location:")
);
return $i18n;