Blame Identity/Webenv/phpBB/3.0.4/language/en/acp/profile.php

ef5584
ef5584
/**
ef5584
*
ef5584
* acp_profile [English]
ef5584
*
ef5584
* @package language
ef5584
* @version $Id: profile.php 9128 2008-11-26 20:10:29Z acydburn $
ef5584
* @copyright (c) 2005 phpBB Group
ef5584
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
ef5584
*
ef5584
*/
ef5584
ef5584
/**
ef5584
* DO NOT CHANGE
ef5584
*/
ef5584
if (!defined('IN_PHPBB'))
ef5584
{
ef5584
	exit;
ef5584
}
ef5584
ef5584
if (empty($lang) || !is_array($lang))
ef5584
{
ef5584
	$lang = array();
ef5584
}
ef5584
ef5584
// DEVELOPERS PLEASE NOTE
ef5584
//
ef5584
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
ef5584
//
ef5584
// Placeholders can now contain order information, e.g. instead of
ef5584
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
ef5584
// translators to re-order the output of data while ensuring it remains correct
ef5584
//
ef5584
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
ef5584
// equally where a string contains only two placeholders which are used to wrap text
ef5584
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
ef5584
ef5584
// Custom profile fields
ef5584
$lang = array_merge($lang, array(
ef5584
	'ADDED_PROFILE_FIELD'	=> 'Successfully added custom profile field.',
ef5584
	'ALPHA_ONLY'			=> 'Alphanumeric only',
ef5584
	'ALPHA_SPACERS'			=> 'Alphanumeric and spacers',
ef5584
	'ALWAYS_TODAY'			=> 'Always the current date',
ef5584
ef5584
	'BOOL_ENTRIES_EXPLAIN'	=> 'Enter your options now',
ef5584
	'BOOL_TYPE_EXPLAIN'		=> 'Define the type, either a checkbox or radio buttons. A checkbox will only be displayed if it is checked for a given user. In that case the second language option will be used. Radio buttons will display regardless of their value.',
ef5584
ef5584
	'CHANGED_PROFILE_FIELD'		=> 'Successfully changed profile field.',
ef5584
	'CHARS_ANY'					=> 'Any character',
ef5584
	'CHECKBOX'					=> 'Checkbox',
ef5584
	'COLUMNS'					=> 'Columns',
ef5584
	'CP_LANG_DEFAULT_VALUE'		=> 'Default value',
ef5584
	'CP_LANG_EXPLAIN'			=> 'Field description',
ef5584
	'CP_LANG_EXPLAIN_EXPLAIN'	=> 'The explanation for this field presented to the user.',
ef5584
	'CP_LANG_NAME'				=> 'Field name/title presented to the user',
ef5584
	'CP_LANG_OPTIONS'			=> 'Options',
ef5584
	'CREATE_NEW_FIELD'			=> 'Create new field',
ef5584
	'CUSTOM_FIELDS_NOT_TRANSLATED'	=> 'At least one custom profile field has not yet been translated. Please enter the required information by clicking on the “Translate” link.',
ef5584
ef5584
	'DEFAULT_ISO_LANGUAGE'			=> 'Default language [%s]',
ef5584
	'DEFAULT_LANGUAGE_NOT_FILLED'	=> 'The language entries for the default language are not filled for this profile field.',
ef5584
	'DEFAULT_VALUE'					=> 'Default value',
ef5584
	'DELETE_PROFILE_FIELD'			=> 'Remove profile field',
ef5584
	'DELETE_PROFILE_FIELD_CONFIRM'	=> 'Are you sure you want to delete this profile field?',
ef5584
	'DISPLAY_AT_PROFILE'			=> 'Display in user control panel',
ef5584
	'DISPLAY_AT_PROFILE_EXPLAIN'	=> 'The user is able to change this profile field within the user control panel.',
ef5584
	'DISPLAY_AT_REGISTER'			=> 'Display on registration screen',
ef5584
	'DISPLAY_AT_REGISTER_EXPLAIN'	=> 'If this option is enabled, the field will be displayed on registration.',
ef5584
	'DISPLAY_PROFILE_FIELD'			=> 'Display profile field',
ef5584
	'DISPLAY_PROFILE_FIELD_EXPLAIN'	=> 'The profile field will be shown in all locations allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.',
ef5584
	'DROPDOWN_ENTRIES_EXPLAIN'		=> 'Enter your options now, every option in one line.',
ef5584
ef5584
	'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.',
ef5584
	'EMPTY_FIELD_IDENT'				=> 'Empty field identification',
ef5584
	'EMPTY_USER_FIELD_NAME'			=> 'Please enter a field name/title',
ef5584
	'ENTRIES'						=> 'Entries',
ef5584
	'EVERYTHING_OK'					=> 'Everything OK',
ef5584
ef5584
	'FIELD_BOOL'				=> 'Boolean (Yes/No)',
ef5584
	'FIELD_DATE'				=> 'Date',
ef5584
	'FIELD_DESCRIPTION'			=> 'Field description',
ef5584
	'FIELD_DESCRIPTION_EXPLAIN'	=> 'The explanation for this field presented to the user.',
ef5584
	'FIELD_DROPDOWN'			=> 'Dropdown box',
ef5584
	'FIELD_IDENT'				=> 'Field identification',
ef5584
	'FIELD_IDENT_ALREADY_EXIST'	=> 'The chosen field identification already exist. Please choose another name.',
ef5584
	'FIELD_IDENT_EXPLAIN'		=> 'The field identification is a name to identify the profile field within the database and the templates.',
ef5584
	'FIELD_INT'					=> 'Numbers',
ef5584
	'FIELD_LENGTH'				=> 'Length of input box',
ef5584
	'FIELD_NOT_FOUND'			=> 'Profile field not found.',
ef5584
	'FIELD_STRING'				=> 'Single text field',
ef5584
	'FIELD_TEXT'				=> 'Textarea',
ef5584
	'FIELD_TYPE'				=> 'Field type',
ef5584
	'FIELD_TYPE_EXPLAIN'		=> 'You are not able to change the field type later.',
ef5584
	'FIELD_VALIDATION'			=> 'Field validation',
ef5584
	'FIRST_OPTION'				=> 'First option',
ef5584
ef5584
	'HIDE_PROFILE_FIELD'			=> 'Hide profile field',
ef5584
	'HIDE_PROFILE_FIELD_EXPLAIN'	=> 'Hide the profile field from all other users except the user, administrators and moderators who are still able to see this field. If the Display in user control panel option is disabled, the user will not be able to see or change this field and the field can only be changed by administrators.',
ef5584
ef5584
	'INVALID_CHARS_FIELD_IDENT'	=> 'Field identification can only contain lowercase a-z and _',
ef5584
	'INVALID_FIELD_IDENT_LEN'	=> 'Field identification can only be 17 characters long',
ef5584
	'ISO_LANGUAGE'				=> 'Language [%s]',
ef5584
ef5584
	'LANG_SPECIFIC_OPTIONS'		=> 'Language specific options [%s]',
ef5584
ef5584
	'MAX_FIELD_CHARS'		=> 'Maximum number of characters',
ef5584
	'MAX_FIELD_NUMBER'		=> 'Highest allowed number',
ef5584
	'MIN_FIELD_CHARS'		=> 'Minimum number of characters',
ef5584
	'MIN_FIELD_NUMBER'		=> 'Lowest allowed number',
ef5584
ef5584
	'NO_FIELD_ENTRIES'			=> 'No entries defined',
ef5584
	'NO_FIELD_ID'				=> 'No field id specified.',
ef5584
	'NO_FIELD_TYPE'				=> 'No Field type specified.',
ef5584
	'NO_VALUE_OPTION'			=> 'Option equal to non entered value',
ef5584
	'NO_VALUE_OPTION_EXPLAIN'	=> 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here.',
ef5584
	'NUMBERS_ONLY'				=> 'Only numbers (0-9)',
ef5584
ef5584
	'PROFILE_BASIC_OPTIONS'		=> 'Basic options',
ef5584
	'PROFILE_FIELD_ACTIVATED'	=> 'Profile field successfully activated.',
ef5584
	'PROFILE_FIELD_DEACTIVATED'	=> 'Profile field successfully deactivated.',
ef5584
	'PROFILE_LANG_OPTIONS'		=> 'Language specific options',
ef5584
	'PROFILE_TYPE_OPTIONS'		=> 'Profile type specific options',
ef5584
ef5584
	'RADIO_BUTTONS'				=> 'Radio buttons',
ef5584
	'REMOVED_PROFILE_FIELD'		=> 'Successfully removed profile field.',
ef5584
	'REQUIRED_FIELD'			=> 'Required field',
ef5584
	'REQUIRED_FIELD_EXPLAIN'	=> 'Force profile field to be filled out or specified by user or administrator. If display at registration screen option is disabled, the field will only be required when the user edits their profile.',
ef5584
	'ROWS'						=> 'Rows',
ef5584
ef5584
	'SAVE'							=> 'Save',
ef5584
	'SECOND_OPTION'					=> 'Second option',
ef5584
	'STEP_1_EXPLAIN_CREATE'			=> 'Here you can enter the first basic parameters of your new profile field. This information is needed for the second step where you’ll be able to set remaining options and tweak your profile field further.',
ef5584
	'STEP_1_EXPLAIN_EDIT'			=> 'Here you can change the basic parameters of your profile field. The relevant options are re-calculated within the second step.',
ef5584
	'STEP_1_TITLE_CREATE'			=> 'Add profile field',
ef5584
	'STEP_1_TITLE_EDIT'				=> 'Edit profile field',
ef5584
	'STEP_2_EXPLAIN_CREATE'			=> 'Here you are able to define some common options you may want to adjust.',
ef5584
	'STEP_2_EXPLAIN_EDIT'			=> 'Here you are able to change some common options.
Please note that changes to profile fields will not affect existing profile fields entered by your users.',
ef5584
	'STEP_2_TITLE_CREATE'			=> 'Profile type specific options',
ef5584
	'STEP_2_TITLE_EDIT'				=> 'Profile type specific options',
ef5584
	'STEP_3_EXPLAIN_CREATE'			=> 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.',
ef5584
	'STEP_3_EXPLAIN_EDIT'			=> 'Since you have more than one board language installed, you now can change or add the remaining language items too. The profile field will work with the default language enabled.',
ef5584
	'STEP_3_TITLE_CREATE'			=> 'Remaining language definitions',
ef5584
	'STEP_3_TITLE_EDIT'				=> 'Language definitions',
ef5584
	'STRING_DEFAULT_VALUE_EXPLAIN'	=> 'Enter a default phrase to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
ef5584
ef5584
	'TEXT_DEFAULT_VALUE_EXPLAIN'	=> 'Enter a default text to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
ef5584
	'TRANSLATE'						=> 'Translate',
ef5584
ef5584
	'USER_FIELD_NAME'	=> 'Field name/title presented to the user',
ef5584
ef5584
	'VISIBILITY_OPTION'				=> 'Visibility options',
ef5584
));
ef5584
ef5584
?>