forum_punbb_1_0_php8/lang/en/en_help.php

42 lines
2.0 KiB
PHP

<?php
// Language definitions used in help.php
$lang_help = array(
'Help' => 'Help',
'produces' => 'produces',
'BBCode' => 'BBCode',
'BBCode info 1' => 'BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.',
'BBCode info 2' => 'Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled out in the left margin whenever you post a message or edit your signature.',
'Text style' => 'Text style',
'Text style info' => 'The following tags change the appearance of text:',
'Bold text' => 'Bold text',
'Underlined text' => 'Underlined text',
'Italic text' => 'Italic text',
'Red text' => 'Red text',
'Links and images' => 'Links and images',
'Links info' => 'You can create links to other documents or to e-mail adresses using the following tags:',
'My e-mail address' => 'My e-mail address',
'Images info' => 'If you want to display an image you can use the img tag:',
'Quotes and code' => 'Quotes and code',
'Quotes info' => 'If you want to quote someone, you should use the quote tag:',
'Quote text' => 'This is the text i want to quote.',
'produces quote box' => 'produces a quote box like this:',
'Code info' => 'When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will not be affected by other tags.',
'Code text' => 'This is some code.',
'produces code box' => 'produces a code box like this:',
'Nested tags' => 'Nested tags',
'Nested tags info' => 'BBCode can be nested to create more advanced formatting. For example:',
'Bold, underlined text' => 'Bold, underlined text',
'Smilies' => 'Smilies',
'Smilies info' => 'If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and converts them to an image:'
);