⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.lang.php

📁 一款开源的sns系统源码 安装简单
💻 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/>// -----------------------------------------------------------------------// HEADERS$lang['hdr_search_tags'] = 								"Tags";$lang['hdr_search'] = 									"Search";$lang['hdr_options'] = 									"Options";$lang['hdr_rated'] = 									"Rated";// SUBMIT$lang['sub_search'] = 									"go";// HREF$lang['href_search'] = 									"search";$lang['href_tagcloud'] = 								"tagcloud";$lang['href_rated'] = 									"rated";// TEXTS$lang['txt_tag_intro'] = 								"Items in this webspace have been labeled (or tagged) by contributors. Click then to find out what items have been tagged by the following names.";$lang['txt_search'] = 									"search texts";$lang['txt_options_intro'] = 							"You can perform a word search by simply typing in key words and pressing search. You can view a tagcloud; a visual look at what information hase been tagged by other people. Alternatively, you can view lists of content based on the ratings people have given them.";$lang['txt_rated_intro'] = 								"Highest rated items as rated by people connected to this webspace.";$lang['txt_rated_last_7'] = 							"Last 7 days";$lang['txt_rated_last_30'] = 							"Last 30 days";$lang['txt_rated_all'] = 								"All time highest";$lang['txt_search_intro'] = 							"Search on a word or words to find content containing those words. Put \"quotation marks\" around to search on the exact phrase.";$lang['txt_items_tagged_with'] =						"Items tagged with";$lang['txt_rating'] =									"rating";$lang['txt_no_result'] =								"no result";$lang['txt_relevance'] =								"relevance";?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -