📄 agenda.inc.php
字号:
<?php$lang_agenda="Agenda";$lang_agenda_add="Add new Agenda Item";$lang_agenda_show_all="Show All Agenda Items";$lang_agenda_show_current="Show Agenda Items of current month";$lang_agenda_sort_chronologically_up="Oldest items first";$lang_agenda_sort_chronologically_down="Newest items first";$lang_add_calendar_item="Add a new Agenda item";$lang_day="Day";$lang_month="Month";$lang_year="Year";$lang_hour="Hour";$lang_minutes="Minutes";$lang_title="Title";$lang_detail="Detail";$lang_lasting="Lasting";$lang_edit_success="The agenda item has been edited";$lang_add_success="Agenda item added";$lang_delete_success="The agenda item has been deleted";$lang_no_items="There are no Agenda Items";// The days of the week$lang_monday="Monday";$lang_tuesday="Tuesday";$lang_wednesday="Wednesday";$lang_thursday="Thursday";$lang_friday="Friday";$lang_saterday="Saterday";$lang_sunday="Sunday";// The shorts for the days of the week$lang_monday_short="Mon";$lang_tuesday_short="Tue";$lang_wednesday_short="Wed";$lang_thursday_short="Thu";$lang_friday_short="Fri";$lang_saterday_short="Sat";$lang_sunday_short="Sun";// The months of the year$lang_janary="January";$lang_february="February";$lang_march="March";$lang_april="April";$lang_may="May";$lang_june="June";$lang_july="July";$lang_august="August";$lang_september="September";$lang_october="October";$lang_november="November";$lang_december="December";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -