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

📄 profile.php

📁 支持邮寄/回复/编辑信息
💻 PHP
字号:
<?php/** ** acp_profile [English]** @package language* @version $Id: profile.php,v 1.14 2007/01/17 18:40:29 acydburn Exp $* @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License **//*** DO NOT CHANGE*/if (empty($lang) || !is_array($lang)){	$lang = array();}// DEVELOPERS PLEASE NOTE//// All language files should use UTF-8 as their encoding and the files must not contain a BOM.//// Placeholders can now contain order information, e.g. instead of// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows// translators to re-order the output of data while ensuring it remains correct//// You do not need this where single placeholders are used, e.g. 'Message %d' is fine// equally where a string contains only two placeholders which are used to wrap text// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine// Custom profile fields$lang = array_merge($lang, array(	'ADDED_PROFILE_FIELD'	=> 'Successfully added custom profile field.',	'ALPHA_ONLY'			=> 'Alphanumeric only',	'ALPHA_SPACERS'			=> 'Alphanumeric and spacers',	'ALWAYS_TODAY'			=> 'Always the current date',	'BOOL_ENTRIES_EXPLAIN'	=> 'Enter your options now',	'BOOL_TYPE_EXPLAIN'		=> 'Define the type, either a checkbox or radio buttons',	'CHANGED_PROFILE_FIELD'		=> 'Successfully changed profile field.',	'CHARS_ANY'					=> 'Any character',	'CHECKBOX'					=> 'Checkbox',	'COLUMNS'					=> 'Columns',	'CP_LANG_DEFAULT_VALUE'		=> 'Default value',	'CP_LANG_EXPLAIN'			=> 'Field description',	'CP_LANG_EXPLAIN_EXPLAIN'	=> 'The explanation for this field presented to the user',	'CP_LANG_NAME'				=> 'Field name/title presented to the user',	'CP_LANG_OPTIONS'			=> 'Options',	'CREATE_NEW_FIELD'			=> 'Create new field',	'CUSTOM_FIELDS_NOT_TRANSLATED'	=> 'At least one custom profile field has not yet been translated. Please enter the required information by clicking on the &quot;Translate&quot; link.',	'DEFAULT_ISO_LANGUAGE'			=> 'Default language [%s]',	'DEFAULT_LANGUAGE_NOT_FILLED'	=> 'The language entries for the default language are not filled for this profile field.',	'DEFAULT_VALUE'					=> 'Default value',	'DELETE_PROFILE_FIELD'			=> 'Remove profile field',	'DELETE_PROFILE_FIELD_CONFIRM'	=> 'Are you sure you want to delete this profile field?',	'DISPLAY_AT_PROFILE'			=> 'Display in user control panel',	'DISPLAY_AT_PROFILE_EXPLAIN'	=> 'The user is able to change this profile field within the user control panel.',	'DISPLAY_AT_REGISTER'			=> 'Display at registration screen',	'DISPLAY_AT_REGISTER_EXPLAIN'	=> 'If this option is enabled, the field will be displayed on registration and able to be changed within the user control panel.',	'DISPLAY_PROFILE_FIELD'			=> 'Display profile field',	'DISPLAY_PROFILE_FIELD_EXPLAIN'	=> 'The profile field will be shown on viewtopic/viewprofile/memberlist. if this is enabled within the load settings. Only showing within the users profile is enabled by default.',	'DROPDOWN_ENTRIES_EXPLAIN'		=> 'Enter your options now, every option in one line',	'EDIT_DROPDOWN_LANG_EXPLAIN'	=> 'Please note that you are able to change your options text and also able to add new options to the end. It is not advised to add new options between existing options - this could result in wrong options assigned to your users. This can also happen if you remove options in-between. Removing options from the end result in users having assigned this item now reverting back to the default one.',	'EMPTY_FIELD_IDENT'				=> 'Empty field identification',	'EMPTY_USER_FIELD_NAME'			=> 'Please enter a field name/title',	'ENTRIES'						=> 'Entries',	'EVERYTHING_OK'					=> 'Everything OK',	'FIELD_BOOL'				=> 'Boolean (Yes/No)',	'FIELD_DATE'				=> 'Date',	'FIELD_DESCRIPTION'			=> 'Field description',	'FIELD_DESCRIPTION_EXPLAIN'	=> 'The explanation for this field presented to the user',	'FIELD_DROPDOWN'			=> 'Dropdown box',	'FIELD_IDENT'				=> 'Field identification',	'FIELD_IDENT_ALREADY_EXIST'	=> 'The chosen field identification already exist. Please choose another name.',	'FIELD_IDENT_EXPLAIN'		=> 'The field identification is a name to identify the profile field within the database and the templates.',	'FIELD_INT'					=> 'Numbers',	'FIELD_LENGTH'				=> 'Length of input box',	'FIELD_NOT_FOUND'			=> 'Profile field not found.',	'FIELD_STRING'				=> 'Single textfield',	'FIELD_TEXT'				=> 'Textarea',	'FIELD_TYPE'				=> 'Field type',	'FIELD_TYPE_EXPLAIN'		=> 'You are not able to change the field type later.',	'FIELD_VALIDATION'			=> 'Field validation',	'FIRST_OPTION'				=> 'First option',	'HIDE_PROFILE_FIELD'			=> 'Hide profile field',	'HIDE_PROFILE_FIELD_EXPLAIN'	=> 'Only administrators and moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in users鈥

⌨️ 快捷键说明

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