📄 common.lang.php
字号:
<?php// -----------------------------------------------------------------------// This file is part of AROUNDMe// // Copyright (C) 2003-2007 Barnraiser// http://www.barnraiser.org/// info@barnraiser.org// // This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.// // This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.// // You should have received a copy of the GNU General Public License// along with this program; see the file COPYING.txt. If not, see// <http://www.gnu.org/licenses/>// -----------------------------------------------------------------------// ARRAYS$lang['arr_event_types'][1] = "activity";$lang['arr_event_types'][2] = "gathering";$lang['arr_event_types'][3] = "milestone";// ARRAY PERMISSIONS$lang['arr_permissions_desc']['add_event'] = "Allow the adding of events";$lang['arr_permissions_desc']['event_maintain'] = "Allow access to maintain the events";// PLUGIN$lang['plg_title'] = "Event";$lang['plg_description'] = "A plugin that lets your connections create and attend events.";// HEADERS$lang['hdr_event'] = "Event";$lang['hdr_edit_event'] = "Create a new event";// SUBMIT$lang['sub_save'] = "save";// HREF$lang['href_return_to_event'] = "return to events";$lang['href_add_event'] = "add an event";$lang['href_maintain_event'] = "maintain";// ERRORS$lang['error']['no_title'] = "The event has no title";$lang['error']['no_description'] = "The event has no description";$lang['error']['timeformat_not_valid'] = "The timeformat is not valid";$lang['error']['no_start_time'] = "The event has no start time";$lang['error']['no_start_date'] = "The event has no start date";$lang['error']['no_end_time'] = "The event has not end time";$lang['error']['no_end_date'] = "The event has no end date";$lang['error']['too_late'] = "The startdate you have chosen has already passed. Please pick another date";$lang['error']['end_date_before_start_date'] = "End datetime is before startdate";// MESSAGE LOG$lang['message']['event_saved'] = "Event saved.";// ERRORS$lang['err_no_event'] = "No event could be found.";$lang['err_no_events'] = "Sorry, no events have been left yet.";$lang['err_no_events_hint'] = "Visit the <a href=\"SYS_KEYWORD_URL\">events page</a> to add an event.";$lang['err_no_webpage'] = "Please add the webpage first.";// BODY$lang['txt_no_events'] = "There are no events to list.";$lang['txt_label_event'] = "event";$lang['txt_label_title'] = "title";$lang['txt_venue'] = "venue";$lang['txt_start_datetime'] = "start date";$lang['txt_end_datetime'] = "end date";$lang['txt_event_type'] = "type";$lang['txt_start_time'] = "time";$lang['txt_end_time'] = "time";$lang['txt_other'] = "other";$lang['txt_dateformat'] = "Dates should be entered as <b>YYYY-MM-DD</b>. Time should be entered as <b>HH:MM</b>.";$lang['txt_event_intro'] = "An event can be an activity, meeting or any milestone you wish to record.";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -