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

ef5584
ef5584
/**
ef5584
*
ef5584
* acp_posting [English]
ef5584
*
ef5584
* @package language
ef5584
* @version $Id: posting.php 8743 2008-08-12 16:03:18Z Kellanved $
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
// BBCodes
ef5584
// Note to translators: you can translate everything but what's between { and }
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_BBCODES_EXPLAIN'		=> 'BBCode is a special implementation of HTML offering greater control over what and how something is displayed. From this page you can add, remove and edit custom BBCodes.',
ef5584
	'ADD_BBCODE'				=> 'Add a new BBCode',
ef5584
ef5584
	'BBCODE_ADDED'				=> 'BBCode added successfully.',
ef5584
	'BBCODE_EDITED'				=> 'BBCode edited successfully.',
ef5584
	'BBCODE_NOT_EXIST'			=> 'The BBCode you selected does not exist.',
ef5584
	'BBCODE_HELPLINE'			=> 'Help line',
ef5584
	'BBCODE_HELPLINE_EXPLAIN'	=> 'This field contains the mouse over text of the BBCode.',
ef5584
	'BBCODE_HELPLINE_TEXT'		=> 'Help line text',
ef5584
	'BBCODE_HELPLINE_TOO_LONG'	=> 'The help line you entered is too long.',
ef5584
ef5584
	'BBCODE_INVALID_TAG_NAME'	=> 'The BBCode tag name that you selected already exists.',
ef5584
	'BBCODE_INVALID'			=> 'Your BBCode is constructed in an invalid form.',
ef5584
	'BBCODE_OPEN_ENDED_TAG'		=> 'Your custom BBCode must contain both an opening and a closing tag.',
ef5584
	'BBCODE_TAG'				=> 'Tag',
ef5584
	'BBCODE_TAG_TOO_LONG'		=> 'The tag name you selected is too long.',
ef5584
	'BBCODE_TAG_DEF_TOO_LONG'	=> 'The tag definition that you have entered is too long, please shorten your tag definition.',
ef5584
	'BBCODE_USAGE'				=> 'BBCode usage',
ef5584
	'BBCODE_USAGE_EXAMPLE'		=> '[highlight={COLOR}]{TEXT}[/highlight]

[font={SIMPLETEXT1}]{SIMPLETEXT2}[/font]',
ef5584
	'BBCODE_USAGE_EXPLAIN'		=> 'Here you define how to use the BBCode. Replace any variable input by the corresponding token (%ssee below%s).',
ef5584
ef5584
	'EXAMPLE'						=> 'Example:',
ef5584
	'EXAMPLES'						=> 'Examples:',
ef5584
ef5584
	'HTML_REPLACEMENT'				=> 'HTML replacement',
ef5584
	'HTML_REPLACEMENT_EXAMPLE'		=> '<span style="background-color: {COLOR};">{TEXT}</span>

<span style="font-family: {SIMPLETEXT1};">{SIMPLETEXT2}</span>',
ef5584
	'HTML_REPLACEMENT_EXPLAIN'		=> 'Here you define the default HTML replacement. Do not forget to put back tokens you used above!',
ef5584
ef5584
	'TOKEN'					=> 'Token',
ef5584
	'TOKENS'				=> 'Tokens',
ef5584
	'TOKENS_EXPLAIN'		=> 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {TEXT1}, {TEXT2}.

Within the HTML replacement you can also use any language string present in your language/ directory like this: {L_<STRINGNAME>} where <STRINGNAME> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as "wrote" or its translation according to user’s locale.

Please note that only tokens listed below are able to be used within custom BBCodes.',
ef5584
	'TOKEN_DEFINITION'		=> 'What can it be?',
ef5584
	'TOO_MANY_BBCODES'		=> 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again.',
ef5584
ef5584
	'tokens'	=>	array(
ef5584
		'TEXT'			=> 'Any text, including foreign characters, numbers, etc… You should not use this token in HTML tags. Instead try to use IDENTIFIER or SIMPLETEXT.',
ef5584
		'SIMPLETEXT'	=> 'Characters from the latin alphabet (A-Z), numbers, spaces, commas, dots, minus, plus, hyphen and underscore',
ef5584
		'IDENTIFIER'	=> 'Characters from the latin alphabet (A-Z), numbers, hyphen and underscore',
ef5584
		'NUMBER'		=> 'Any series of digits',
ef5584
		'EMAIL'			=> 'A valid e-mail address',
ef5584
		'URL'			=> 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, "http://" is prefixed to the string.',
ef5584
		'LOCAL_URL'		=> 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol.',
ef5584
		'COLOR'			=> 'A HTML colour, can be either in the numeric form <samp>#FF1234</samp> or a CSS colour keyword such as <samp>fuchsia</samp> or <samp>InactiveBorder</samp>'
ef5584
	)
ef5584
));
ef5584
ef5584
// Smilies and topic icons
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_ICONS_EXPLAIN'		=> 'From this page you can add, remove and edit the icons users may add to their topics or posts. These icons are generally displayed next to topic titles on the forum listing, or the post subjects in topic listings. You can also install and create new packages of icons.',
ef5584
	'ACP_SMILIES_EXPLAIN'	=> 'Smilies or emoticons are typically small, sometimes animated images used to convey an emotion or feeling. From this page you can add, remove and edit the emoticons users can use in their posts and private messages. You can also install and create new packages of smilies.',
ef5584
	'ADD_SMILIES'			=> 'Add multiple smilies',
ef5584
	'ADD_SMILEY_CODE'		=> 'Add additional smiley code',
ef5584
	'ADD_ICONS'				=> 'Add multiple icons',
ef5584
	'AFTER_ICONS'			=> 'After %s',
ef5584
	'AFTER_SMILIES'			=> 'After %s',
ef5584
ef5584
	'CODE'						=> 'Code',
ef5584
	'CURRENT_ICONS'				=> 'Current icons',
ef5584
	'CURRENT_ICONS_EXPLAIN'		=> 'Choose what to do with the currently installed icons.',
ef5584
	'CURRENT_SMILIES'			=> 'Current smilies',
ef5584
	'CURRENT_SMILIES_EXPLAIN'	=> 'Choose what to do with the currently installed smilies.',
ef5584
ef5584
	'DISPLAY_ON_POSTING'		=> 'Display on posting page',
ef5584
	'DISPLAY_POSTING'			=> 'On posting page',
ef5584
	'DISPLAY_POSTING_NO'		=> 'Not on posting page',
ef5584
ef5584
ef5584
ef5584
	'EDIT_ICONS'				=> 'Edit icons',
ef5584
	'EDIT_SMILIES'				=> 'Edit smilies',
ef5584
	'EMOTION'					=> 'Emotion',
ef5584
	'EXPORT_ICONS'				=> 'Export and download icons.pak',
ef5584
	'EXPORT_ICONS_EXPLAIN'		=> '%sOn clicking this link, the configuration for your installed icons will be packaged into <samp>icons.pak</samp> which once downloaded can be used to create a <samp>.zip</samp> or <samp>.tgz</samp> file containing all of your icons plus this <samp>icons.pak</samp> configuration file%s.',
ef5584
	'EXPORT_SMILIES'			=> 'Export and download smilies.pak',
ef5584
	'EXPORT_SMILIES_EXPLAIN'	=> '%sOn clicking this link, the configuration for your installed smilies will be packaged into <samp>smilies.pak</samp> which once downloaded can be used to create a <samp>.zip</samp> or <samp>.tgz</samp> file containing all of your smilies plus this <samp>smilies.pak</samp> configuration file%s.',
ef5584
ef5584
	'FIRST'			=> 'First',
ef5584
ef5584
	'ICONS_ADD'				=> 'Add a new icon',
ef5584
	'ICONS_NONE_ADDED'		=> 'No icons were added.',
ef5584
	'ICONS_ONE_ADDED'		=> 'The icon has been added successfully.',
ef5584
	'ICONS_ADDED'			=> 'The icons have been added successfully.',
ef5584
	'ICONS_CONFIG'			=> 'Icon configuration',
ef5584
	'ICONS_DELETED'			=> 'The icon has been removed successfully.',
ef5584
	'ICONS_EDIT'			=> 'Edit icon',
ef5584
	'ICONS_ONE_EDITED'		=> 'The icon has been updated successfully.',
ef5584
	'ICONS_NONE_EDITED'		=> 'No icons were updated.',
ef5584
	'ICONS_EDITED'			=> 'The icons have been updated successfully.',
ef5584
	'ICONS_HEIGHT'			=> 'Icon height',
ef5584
	'ICONS_IMAGE'			=> 'Icon image',
ef5584
	'ICONS_IMPORTED'		=> 'The icons pack has been installed successfully.',
ef5584
	'ICONS_IMPORT_SUCCESS'	=> 'The icons pack was imported successfully.',
ef5584
	'ICONS_LOCATION'		=> 'Icon location',
ef5584
	'ICONS_NOT_DISPLAYED'	=> 'The following icons are not displayed on the posting page',
ef5584
	'ICONS_ORDER'			=> 'Icon order',
ef5584
	'ICONS_URL'				=> 'Icon image file',
ef5584
	'ICONS_WIDTH'			=> 'Icon width',
ef5584
	'IMPORT_ICONS'			=> 'Install icons package',
ef5584
	'IMPORT_SMILIES'		=> 'Install smilies package',
ef5584
ef5584
	'KEEP_ALL'			=> 'Keep all',
ef5584
ef5584
	'MASS_ADD_SMILIES'	=> 'Add multiple smilies',
ef5584
ef5584
	'NO_ICONS_ADD'		=> 'There are no icons available for adding.',
ef5584
	'NO_ICONS_EDIT'		=> 'There are no icons available for modifying.',
ef5584
	'NO_ICONS_EXPORT'	=> 'You have no icons with which to create a package.',
ef5584
	'NO_ICONS_PAK'		=> 'No icon packages found.',
ef5584
	'NO_SMILIES_ADD'	=> 'There are no smilies available for adding.',
ef5584
	'NO_SMILIES_EDIT'	=> 'There are no smilies available for modifying.',
ef5584
	'NO_SMILIES_EXPORT'	=> 'You have no smilies with which to create a package.',
ef5584
	'NO_SMILIES_PAK'	=> 'No smiley packages found.',
ef5584
ef5584
	'PAK_FILE_NOT_READABLE'		=> 'Could not read <samp>.pak</samp> file.',
ef5584
ef5584
	'REPLACE_MATCHES'	=> 'Replace matches',
ef5584
ef5584
	'SELECT_PACKAGE'			=> 'Select a package file',
ef5584
	'SMILIES_ADD'				=> 'Add a new smiley',
ef5584
	'SMILIES_NONE_ADDED'		=> 'No smilies were added.',
ef5584
	'SMILIES_ONE_ADDED'			=> 'The smiley has been added successfully.',
ef5584
	'SMILIES_ADDED'				=> 'The smilies have been added successfully.',
ef5584
	'SMILIES_CODE'				=> 'Smiley code',
ef5584
	'SMILIES_CONFIG'			=> 'Smiley configuration',
ef5584
	'SMILIES_DELETED'			=> 'The smiley has been removed successfully.',
ef5584
	'SMILIES_EDIT'				=> 'Edit smiley',
ef5584
	'SMILIE_NO_CODE'			=> 'The smilie “%s”  was ignored, as there was no code entered.',
ef5584
	'SMILIE_NO_EMOTION'			=> 'The smilie “%s” was ignored, as there was no emotion entered.',
ef5584
	'SMILIES_NONE_EDITED'		=> 'No smilies were updated.',
ef5584
	'SMILIES_ONE_EDITED'		=> 'The smiley has been updated successfully.',
ef5584
	'SMILIES_EDITED'			=> 'The smilies have been updated successfully.',
ef5584
	'SMILIES_EMOTION'			=> 'Emotion',
ef5584
	'SMILIES_HEIGHT'			=> 'Smiley height',
ef5584
	'SMILIES_IMAGE'				=> 'Smiley image',
ef5584
	'SMILIES_IMPORTED'			=> 'The smilies pack has been installed successfully.',
ef5584
	'SMILIES_IMPORT_SUCCESS'	=> 'The smilies pack was imported successfully.',
ef5584
	'SMILIES_LOCATION'			=> 'Smiley location',
ef5584
	'SMILIES_NOT_DISPLAYED'		=> 'The following smilies are not displayed on the posting page',
ef5584
	'SMILIES_ORDER'				=> 'Smiley order',
ef5584
	'SMILIES_URL'				=> 'Smiley image file',
ef5584
	'SMILIES_WIDTH'				=> 'Smiley width',
ef5584
ef5584
	'WRONG_PAK_TYPE'	=> 'The specified package does not contain the appropriate data.',
ef5584
));
ef5584
ef5584
// Word censors
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_WORDS_EXPLAIN'		=> 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, e.g. *test* will match detestable, test* would match testing, *test would match detest.',
ef5584
	'ADD_WORD'				=> 'Add new word',
ef5584
ef5584
	'EDIT_WORD'		=> 'Edit word censor',
ef5584
	'ENTER_WORD'	=> 'You must enter a word and its replacement.',
ef5584
ef5584
	'NO_WORD'	=> 'No word selected for editing.',
ef5584
ef5584
	'REPLACEMENT'	=> 'Replacement',
ef5584
ef5584
	'UPDATE_WORD'	=> 'Update word censor',
ef5584
ef5584
	'WORD'				=> 'Word',
ef5584
	'WORD_ADDED'		=> 'The word censor has been successfully added.',
ef5584
	'WORD_REMOVED'		=> 'The selected word censor has been successfully removed.',
ef5584
	'WORD_UPDATED'		=> 'The selected word censor has been successfully updated.',
ef5584
));
ef5584
ef5584
// Ranks
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_RANKS_EXPLAIN'		=> 'Using this form you can add, edit, view and delete ranks. You can also create special ranks which can be applied to a user via the user management facility.',
ef5584
	'ADD_RANK'				=> 'Add new rank',
ef5584
ef5584
	'MUST_SELECT_RANK'		=> 'You must select a rank.',
ef5584
ef5584
	'NO_ASSIGNED_RANK'		=> 'No special rank assigned.',
ef5584
	'NO_RANK_TITLE'			=> 'You haven’t specified a title for the rank.',
ef5584
	'NO_UPDATE_RANKS'		=> 'The rank was successfully deleted. However user accounts using this rank were not updated. You will need to manually reset the rank on these accounts.',
ef5584
ef5584
	'RANK_ADDED'			=> 'The rank was successfully added.',
ef5584
	'RANK_IMAGE'			=> 'Rank image',
ef5584
	'RANK_IMAGE_EXPLAIN'	=> 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.',
ef5584
	'RANK_MINIMUM'			=> 'Minimum posts',
ef5584
	'RANK_REMOVED'			=> 'The rank was successfully deleted.',
ef5584
	'RANK_SPECIAL'			=> 'Set as special rank',
ef5584
	'RANK_TITLE'			=> 'Rank title',
ef5584
	'RANK_UPDATED'			=> 'The rank was successfully updated.',
ef5584
));
ef5584
ef5584
// Disallow Usernames
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_DISALLOW_EXPLAIN'	=> 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it.',
ef5584
	'ADD_DISALLOW_EXPLAIN'	=> 'You can disallow a username using the wildcard character * to match any character.',
ef5584
	'ADD_DISALLOW_TITLE'	=> 'Add a disallowed username',
ef5584
ef5584
	'DELETE_DISALLOW_EXPLAIN'	=> 'You can remove a disallowed username by selecting the username from this list and clicking submit.',
ef5584
	'DELETE_DISALLOW_TITLE'		=> 'Remove a disallowed username',
ef5584
	'DISALLOWED_ALREADY'		=> 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.',
ef5584
	'DISALLOWED_DELETED'		=> 'The disallowed username has been successfully removed.',
ef5584
	'DISALLOW_SUCCESSFUL'		=> 'The disallowed username has been successfully added.',
ef5584
ef5584
	'NO_DISALLOWED'				=> 'No disallowed usernames',
ef5584
	'NO_USERNAME_SPECIFIED'		=> 'You haven’t selected or entered a username to operate with.',
ef5584
));
ef5584
ef5584
// Reasons
ef5584
$lang = array_merge($lang, array(
ef5584
	'ACP_REASONS_EXPLAIN'	=> 'Here you can manage the reasons used in reports and denial messages when disapproving posts. There is one default reason (marked with a *) you are not able to remove, this reason is normally used for custom messages if no reason fits.',
ef5584
	'ADD_NEW_REASON'		=> 'Add new reason',
ef5584
	'AVAILABLE_TITLES'		=> 'Available localised reason titles',
ef5584
ef5584
	'IS_NOT_TRANSLATED'			=> 'Reason has not been localised.',
ef5584
	'IS_NOT_TRANSLATED_EXPLAIN'	=> 'Reason has not been localised. If you want to provide the localised form, specify the correct key from the language files report reasons section.',
ef5584
	'IS_TRANSLATED'				=> 'Reason has been localised.',
ef5584
	'IS_TRANSLATED_EXPLAIN'		=> 'Reason has been localised. If the title you enter here is specified within the language files report reasons section, the localised form of the title and description will be used.',
ef5584
ef5584
	'NO_REASON'					=> 'Reason could not be found.',
ef5584
	'NO_REASON_INFO'			=> 'You have to specify a title and a description for this reason.',
ef5584
	'NO_REMOVE_DEFAULT_REASON'	=> 'You are not able to remove the default reason “Other”.',
ef5584
ef5584
	'REASON_ADD'				=> 'Add report/denial reason',
ef5584
	'REASON_ADDED'				=> 'Report/denial reason successfully added.',
ef5584
	'REASON_ALREADY_EXIST'		=> 'A reason with this title already exist, please enter another title for this reason.',
ef5584
	'REASON_DESCRIPTION'		=> 'Reason description',
ef5584
	'REASON_DESC_TRANSLATED'	=> 'Displayed reason description',
ef5584
	'REASON_EDIT'				=> 'Edit report/denial reason',
ef5584
	'REASON_EDIT_EXPLAIN'		=> 'Here you are able to add or edit a reason. If the reason is translated the localised version is used instead of the description entered here.',
ef5584
	'REASON_REMOVED'			=> 'Report/denial reason successfully removed.',
ef5584
	'REASON_TITLE'				=> 'Reason title',
ef5584
	'REASON_TITLE_TRANSLATED'	=> 'Displayed reason title',
ef5584
	'REASON_UPDATED'			=> 'Report/denial reason successfully updated.',
ef5584
ef5584
	'USED_IN_REPORTS'		=> 'Used in reports',
ef5584
));
ef5584
ef5584
?>