]> git.mxchange.org Git - friendica.git/blobdiff - include/event.php
Merge pull request #2978 from annando/issue-2518
[friendica.git] / include / event.php
index 4937bd73f548a5f229a598f2d50cdfe07702ab3e..6c0e2bdec6e68608a5d8267200cb75ea6289f8e6 100644 (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;