You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.7 KiB
78 lines
1.7 KiB
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$AgendaAdd = "";
|
|
$ShowAllEvents = "";
|
|
$ShowCurrent = "";
|
|
$AddCalendarItem = "";
|
|
$Day = "";
|
|
$Month = "";
|
|
$Year = "";
|
|
$Hour = "";
|
|
$Minutes = "";
|
|
$Detail = "";
|
|
$EditSuccess = "";
|
|
$AddSuccess = "";
|
|
$AgendaDeleteSuccess = "";
|
|
$NoAgendaItems = "";
|
|
$lang_september = "九月";
|
|
$langClassName = "班级名称";
|
|
$lang_agenda = "日程";
|
|
$ModifyCalendarItem = "";
|
|
$ItemTitle = "";
|
|
$langDay = "日";
|
|
$month_default = "";
|
|
$langYear = "年";
|
|
$year_default = "";
|
|
$langHour = "时";
|
|
$hour_default = "";
|
|
$langMinute = "分";
|
|
$langLasting = "持续时间";
|
|
$langOldToNew = "旧到新";
|
|
$langNewToOld = "新到旧";
|
|
$langNow = "现在";
|
|
$langAddEvent = "添加事件";
|
|
$langDetail = "详细内容";
|
|
$MonthView = "";
|
|
$WeekView = "";
|
|
$DayView = "";
|
|
$AddPersonalItem = "";
|
|
$Week = "";
|
|
$Date = "";
|
|
$Time = "";
|
|
$AddPersonalCalendarItem = "";
|
|
$ModifyPersonalCalendarItem = "";
|
|
$PeronalAgendaItemAdded = "";
|
|
$PeronalAgendaItemEdited = "";
|
|
$PeronalAgendaItemDeleted = "";
|
|
$ViewPersonalItem = "";
|
|
$UserGroupFilter = "";
|
|
$ShowAll = "";
|
|
$Print = "";
|
|
$MyTextHere = "";
|
|
$CopiedAsAnnouncement = "";
|
|
$NewAnnouncement = "";
|
|
$AddAnnouncement = "";
|
|
$UpcomingEvent = "";
|
|
$RepeatedEvent = "";
|
|
$RepeatType = "";
|
|
$RepeatDaily = "";
|
|
$RepeatWeekly = "";
|
|
$RepeatMonthlyByDate = "";
|
|
$RepeatMonthlyByDay = "";
|
|
$RepeatMonthlyByDayR = "";
|
|
$RepeatYearly = "";
|
|
$RepeatEnd = "";
|
|
$RepeatedEventViewOriginalEvent = "";
|
|
$ICalFileImport = "";
|
|
$AllUsersOfThePlatform = "";
|
|
$GlobalEvent = "";
|
|
$ModifyEvent = "";
|
|
$EndDateCannotBeBeforeTheStartDate = "";
|
|
$AgendaSortChronologicallyUp = "";
|
|
$AgendaSortChronologicallyDown = "";
|
|
$ItemForUserSelection = "";
|
|
$IsNotiCalFormatFile = "";
|
|
$RepeatEvent = "";
|
|
?>
|