📄 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/>// -----------------------------------------------------------------------// PLUGIN$lang['plg_title'] = "Blog";$lang['plg_description'] = "A plugin that lets your connections blog.";// ARRAY PERMISSIONS$lang['arr_permissions_desc']['add_blog'] = "Allow this person to add a blog entry";$lang['arr_permissions_desc']['blog_maintain'] = "Allow access to maintain the blog";// HEADERS$lang['hdr_blog'] = "Blog";$lang['hdr_edit_blog'] = "Create a new entry for your blog";// SUBMIT$lang['sub_save'] = "save";// HREF$lang['href_return_to_blog'] = "return to blog";$lang['href_add_blog'] = "add blog";$lang['href_maintain_blog'] = "maintain";// ERRORS$lang['err_no_blog'] = "No blog entry could be found.";$lang['err_no_blogs'] = "Sorry, no blog entries have been left yet.";$lang['err_no_blogs_hint'] = "Visit the <a href=\"SYS_KEYWORD_URL\">blog entries page</a> to add a blog entry.";$lang['err_no_webpage'] = "Please add the webpage first.";// ERRORS$lang['error']['title_empty'] = "Please enter a title for your blog entry";$lang['error']['body_empty'] = "Please enter some body text into your blog entry";// MESSAGE LOG$lang['message']['blog_saved'] = "Blog entry saved.";// BODY$lang['txt_blog'] = "A blog ois made up of a series of entries over time.";$lang['txt_no_blogs'] = "There are no blog entries to list.";$lang['txt_label_blog'] = "entry";$lang['txt_label_title'] = "title";$lang['txt_wiki_pages'] = "pages";$lang['txt_images'] = "images";$lang['txt_files'] = "files";$lang['txt_last_edited'] = "last edited";$lang['txt_tags'] = "tags";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -