source: branches/rsr.v5.1.dev/web/punbb/lang/English/help.php @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 3.3 KB
Line 
1<?php
2
3// Language definitions used in help.php
4$lang_help = array(
5
6'Help'                                  =>      'Help',
7'produces'                              =>      'produces',
8
9'BBCode'                                =>      'BBCode',
10'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.',
11'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.',
12
13'Text style'                    =>      'Text style',
14'Text style info'               =>      'The following tags change the appearance of text:',
15'Bold text'                             =>      'Bold text',
16'Underlined text'               =>      'Underlined text',
17'Italic text'                   =>      'Italic text',
18'Strike-through text'   =>      'Strike-through text',
19'Red text'                              =>      'Red text',
20'Blue text'                             =>      'Blue text',
21'Heading text'                  =>      'Heading text',
22'Deleted text'                  =>      'Deleted text',
23'Inserted text'                 =>      'Inserted text',
24'Emphasised text'               =>      'Emphasised text',
25
26'Links and images'              =>      'Links and images',
27'Links info'                    =>      'You can create links to other documents or to email addresses using the following tags:',
28'This help page'                =>      'This help page',
29'My email address'              =>      'My email address',
30'Images info'                   =>      'If you want to display an image you can use the img tag. The text appearing after the "=" sign in the opening tag is used for the alt attribute and should be included whenever possible.',
31'FluxBB bbcode test'    =>      'FluxBB bbcode test',
32
33'Test topic'                    =>      'Test topic',
34'Test post'                             =>      'Test post',
35'Test forum'                    =>      'Test forum',
36'Test user'                             =>      'Test user',
37
38'Quotes'                                =>      'Quotes',
39'Quotes info'                   =>      'If you want to quote someone, you should use the quote tag.',
40'Quotes info 2'                 =>      'If you don\'t want to quote anyone in particular, you can use the quote tag without specifying a name.',
41'Quote text'                    =>      'This is the text i want to quote.',
42'produces quote box'    =>      'produces a quote box like this:',
43'quote note'                    =>      'Note: If a username contains the characters [ or ] you can enclose it in quote marks.',
44
45'Code'                                  =>      'Code',
46'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.',
47'Code text'                             =>      'This is some code.',
48'produces code box'             =>      'produces a code box like this:',
49
50'Nested tags'                   =>      'Nested tags',
51'Nested tags info'              =>      'BBCode can be nested to create more advanced formatting. For example:',
52'Bold, underlined text' =>      'Bold, underlined text',
53
54'Lists'                                 =>      'Lists',
55'List info'                             =>      'To create a list you can use the list tag. You can create 3 types of lists using the list tag.',
56'List text 1'                   =>      'Example list item 1.',
57'List text 2'                   =>      'Example list item 2.',
58'List text 3'                   =>      'Example list item 3.',
59'produces list'                 =>      'produces a bulleted list.',
60'produces decimal list' =>      'produces a numbered list.',
61'produces alpha list'   =>      'produces an alphabetically labelled list.',
62
63'Smilies'                               =>      'Smilies',
64'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:'
65
66);
Note: See TracBrowser for help on using the repository browser.