X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fevent.php;h=6c0e2bdec6e68608a5d8267200cb75ea6289f8e6;hb=250f978872daeb3cfe02b2ac63ffd2d893a53aa0;hp=4937bd73f548a5f229a598f2d50cdfe07702ab3e;hpb=e5c7ce090299102f427bdf427f5347ef6c17d121;p=friendica.git diff --git a/include/event.php b/include/event.php index 4937bd73f5..6c0e2bdec6 100644 --- a/include/event.php +++ b/include/event.php @@ -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;