punbb/lang/English/help.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in help.php
       
     4 $lang_help = array(
       
     5 
       
     6 'Help'					=>	'Help',
       
     7 'Help with'				=>	'Help with %s',
       
     8 'produces'				=>	'produces',
       
     9 
       
    10 'BBCode info 1'			=>	'Administrators have the ability to enable or disable BBCode. If BBCode is enabled a link to BBCode help will appear when you compose/edit a post or your signature.',
       
    11 'BBCode info 2'			=>	'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.',
       
    12 'Image info 1'			=>	'Administrators have the ability to enable or disable the display of images in posts and/or signatures. If image display is enabled a link to Image help will appear when you compose/edit a post or your signature.',
       
    13 'Image info 2'			=>	'Images are inserted using the BBCode [img] tag. The text appearing after the "=" sign in the opening tag is used for the alt attribute and should be included whenever possible.',
       
    14 
       
    15 'Text style'			=>	'Text appearance can be changed with the following tags which can be nested.',
       
    16 'Bold text'				=>	'Bold text',
       
    17 'Underlined text'		=>	'Underlined text',
       
    18 'Italic text'			=>	'Italic text',
       
    19 'Red text'				=>	'Red text',
       
    20 'Blue text'				=>	'Blue text',
       
    21 
       
    22 'Links'					=>	'Links',
       
    23 'Images'				=>	'Images',
       
    24 'Links info'			=>	'You can create links to other documents or to e-mail addresses using the following tags:',
       
    25 'My e-mail address'		=>	'My e-mail address',
       
    26 
       
    27 'Quotes with name'		=>	'Quote with name',
       
    28 'Quotes without name'	=>	'Quote without name',
       
    29 'Quotes info'			=>	'To quote someone use the quote tag. You can use the quote tag without specifying a name.',
       
    30 'Quote text'			=>	'This is the text i want to quote.',
       
    31 'produces named'		=>	'produces a quote box citing the person being quoted.',
       
    32 'produces unnamed'		=>	'produces a bare quote box.',
       
    33 
       
    34 'Code'					=>	'Code',
       
    35 'Code info'				=>	'When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags. Long items of code will cause the text to scroll.',
       
    36 'Code text'				=>	'This is some code.',
       
    37 'Code text long'		=>	'This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code.',
       
    38 'produces code box'		=>	'produces a code box.',
       
    39 'produces scroll box'	=>	'produces a scrolling code box.',
       
    40 
       
    41 'Nested tags'			=>	'Nested tags',
       
    42 'Nested tags info'		=>	'BBCode can be nested to create more advanced formatting. For example:',
       
    43 'Bold, underlined text'	=>	'Bold, underlined text',
       
    44 
       
    45 'Smilies info'			=>	'If you like (and if it is enabled), the forum can convert a selection of smilies to image representations of those smilies. This forum recognizes the smilies listed below and replaces them with images.'
       
    46 
       
    47 );