agenda.inc.php
来自「完美的在线教育系统」· PHP 代码 · 共 21 行
PHP
21 行
<?php /*for more information: see languages.txt in the lang folder. */$AgendaAdd = "Add new Agenda Item";$ShowAll = "Show All Agenda Items";$ShowCurrent = "Show Agenda Items of current month";$AddCalendarItem = "Add a new Agenda item";$Day = "Day";$Month = "Month";$Year = "Year";$Hour = "Hour";$Minutes = "Minutes";$Detail = "Detail";$EditSuccess = "The agenda item has been edited";$AddSuccess = "Agenda item added";$AgendaDeleteSuccess = "The agenda item has been deleted";$NoAgendaItems = "There are no Agenda Items";$lang_september = "September";$langClassName = "クラス名";$ShowAll = "Show All Agenda Items";?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?