language/en/acp/posting.php
FIND
Code: Select all
// RedBar
$lang = array_merge($lang, array(
'ACP_REDBAR' => 'RedBar³',
'ACP_REDBAR_EXPLAIN' => 'Using this form you can add, edit, view and delete links - thses links will show in the header and footer of your forum.',
'ADD_URL' => 'Add a new hyperlink.',
'MUST_SELECT_LINK' => 'You must specify a link.',
'NO_REDBAR_NAME' => 'You haven\'t entered a name for the link.',
'NO_REDBAR_LINK' => 'You haven\'t entered a url for the link.',
'REDBAR_NAME' => 'Link Name',
'REDBAR_URL' => 'Link URL',
'REDBAR_COLOUR' => 'Link Colour',
'REDBAR_COLOUR_EXPLAIN' => 'Defines the colour the RedBar link will appear in, leave blank for theme default.',
'REDBAR_ADDED' => 'The hyperlink was successfully added.',
'REDBAR_REMOVED' => 'The hyperlink was successfully deleted.',
'REDBAR_UPDATED' => 'The hyperlink was successfully updated.',
));
Code: Select all
// RedBar
'ACP_REDBAR' => 'RedBar³',
'ACP_REDBAR_EXPLAIN' => 'Using this form you can add, edit, view and delete links - thses links will show in the header and footer of your forum.',
'ADD_URL' => 'Add a new hyperlink.',
'MUST_SELECT_LINK' => 'You must specify a link.',
'NO_REDBAR_NAME' => 'You haven\'t entered a name for the link.',
'NO_REDBAR_LINK' => 'You haven\'t entered a url for the link.',
'REDBAR_NAME' => 'Link Name',
'REDBAR_URL' => 'Link URL',
'REDBAR_COLOUR' => 'Link Colour',
'REDBAR_COLOUR_EXPLAIN' => 'Defines the colour the RedBar link will appear in, leave blank for theme default.',
'REDBAR_ADDED' => 'The hyperlink was successfully added.',
'REDBAR_REMOVED' => 'The hyperlink was successfully deleted.',
'REDBAR_UPDATED' => 'The hyperlink was successfully updated.',