punbb/lang/English/help.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in help.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_help = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'Help'					=>	'Help',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'produces'				=>	'produces',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Text style'			=>	'Text style',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'Text style info'		=>	'The following tags change the appearance of text:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'Bold text'				=>	'Bold text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'Underlined text'		=>	'Underlined text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'Italic text'			=>	'Italic text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Red text'				=>	'Red text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Blue text'				=>	'Blue text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
'Links and images'		=>	'Links and images',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
'Links info'			=>	'You can create links to other documents or to e-mail addresses using the following tags:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'My e-mail address'		=>	'My e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Images info'			=>	'If you want to display an image you can use the img tag.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
'Quotes'				=>	'Quotes',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
'Quotes info'			=>	'If you want to quote someone, you should use the quote tag.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
'Quotes info 2'			=>	'If you don\'t want to quote anyone in particular, you can use the quote tag without specifying a name.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Quote text'			=>	'This is the text i want to quote.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'produces quote box'	=>	'produces a quote box like this:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Code'					=>	'Code',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
'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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
'Code text'				=>	'This is some code.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
'produces code box'		=>	'produces a code box like this:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
'Nested tags'			=>	'Nested tags',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
'Nested tags info'		=>	'BBCode can be nested to create more advanced formatting. For example:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
'Bold, underlined text'	=>	'Bold, underlined text',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
'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 replaces them with images:'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    41
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
);