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

📄 common.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/>// -----------------------------------------------------------------------// ARRAY PERMISSIONS$lang['arr_permissions_desc']['add_poll'] = 		"Allow the adding of a poll";// PLUGIN$lang['plg_title'] = 								"Poll";$lang['plg_description'] = 							"A plugin that lets you add polls to your space.";$lang['plg_admin_edit_list_title'] = 				"Edit polls";// HEADERS$lang['hdr_poll'] =									"Poll";$lang['hdr_polls'] = 								"polls";$lang['hdr_edit_poll'] = 							"Edit your poll";// SUBMIT$lang['sub_save'] = 								"save";// HREF$lang['href_back_to_start'] = 						"back to start page";$lang['href_add_poll'] = 							"add a poll";// ERRORS$lang['error']['question_empty'] =					"Please enter a question for your poll";$lang['error']['options_under_min'] =				"You must have at least two options for your poll";// MESSAGE LOG$lang['message']['poll_saved'] = 					"Poll saved.";// BODY$lang['txt_edit_poll'] = 							"We need to alter this a bit. If you change an option then the votes are lost. We need to update each option rather than delete them all.";$lang['txt_poll_question'] = 						"question";$lang['txt_option'] = 								"option";$lang['txt_position'] = 							"position";$lang['txt_ajax_get_poll_error'] = 					"There was a problem with the request.";$lang['txt_connect_for_polls'] = 					"Connect to see polls.";$lang['txt_block_poll'] = 							"Add your poll with";?>

⌨️ 快捷键说明

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