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

📄 create_webspace.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_login'] = 							"Tell us who you are";$lang['hdr_unix_name'] = 						"Webspace name";$lang['hdr_setup_webspace'] = 					"Set up your webspace";$lang['hdr_layout'] = 							"Assemble webspace";$lang['hdr_finished'] = 						"You're done";$lang['hdr_pending_application'] =				"Additional application information";// SUBMIT$lang['sub_test_unix_name'] = 					"find out if it is free";$lang['sub_select_unix_name'] = 				"use this webspace name";$lang['sub_finish_create'] = 					"Activate my webspace!";//ERRORS$lang['error']['login_failed'] =				"Failed to login. Please check your input";$lang['error']['unix_name_empty'] = 			"You have not defined any webspace name for your webspace. Please enter your chosen webspace name (minimum three characters)";$lang['error']['unix_name_incorrect'] = 		"The webspace name you have chosen is incorrect. The name can only contain characters (a-z) and 0-9. No UPPERCASE characters are accepted.";$lang['error']['unix_name_short'] = 			"The webspace name you have chosen is to short. It has to be at least 3 characters long. Please choose a new one";$lang['error']['unix_name_taken'] =				"The webspace name you have chosen has already been taken. Please try a new one";$lang['error']['agreement_not_approved'] =		"You must check the policy agreement box in order to have a webspace with us";$lang['error']['title_empty'] =					"Please enter a title for your webspace";$lang['error']['description_empty'] =			"Please enter a description for your webspace";// BODY TEXTS$lang['txt_webspace_title'] = 					"What title do you want to give to your webspace?";$lang['txt_language'] = 						"Which language do you want the interface to be in?";$lang['txt_webspace_description'] = 			"Describe your webspace";$lang['txt_webspace_finished'] = 				"Congratulations, you are now ready to start playing! When you press 'Activate my webspace!' you will be taken to your new webspace.";$lang['txt_admin_intro'] = 						"Describe your criteria for creating webspaces here.";$lang['txt_login'] = 							"log in with your OpenID account";$lang['txt_unix_name'] = 						"Pick a name for your webspace. You can use any lowercase characters from a to z or numbers from 0 to 9.";$lang['txt_webspace_type'] = 					"What kind of webspace do you want?";$lang['txt_webspace_layout'] = 					"What do you want to do with your webspace?";$lang['txt_webspace_free_url'] = 				"Congratulations, this webspace name is free! Your web space will be at SYS_KEYWORD_URL. Press 'Use this webspace name' to continue or try another name.";$lang['txt_webspace_url'] = 					"Your web space will be SYS_KEYWORD_URL";$lang['txt_lock_webspace'] = 					"Keep it private?";$lang['txt_lock_intro'] = 						"You can either open up your webspace so that anyone can connect to it or keep it private so that only people that you invite can connect to it. Uncheck the box to make it public.";$lang['txt_agreement_approval'] = 				"I agree to abide with this <a href=\"index.php?t=policy\" target=\"_new\">policy</a>";$lang['txt_pending_application'] =				"This webspace will be submitted for approval to a team of maintainers who look after this site.";$lang['txt_pending_email'] =					"You have given us an email address (SYS_KEYWORD_EMAIL) which we will use to contact you.";$lang['txt_pending_no_email'] =					"You have given us no email address by which to contact you.";$lang['txt_webspace_maintainer_log'] =			"Please add any information you would like the maintainers to know including additional contact information and a description of the purpose and goals of your webspace. Upon decision they will attempt to contact you.";$lang['txt_label_webspace_maintainer_log'] =	"Additional information";$lang['txt_label_openid'] = 							"OpenID";?>

⌨️ 快捷键说明

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