[ticket/469] Add new language entries for displaying portal on all pages

B3P-469
This commit is contained in:
Marc Alexander
2015-02-12 22:32:42 +01:00
parent ee096bf60d
commit bc3b430569

View File

@@ -80,6 +80,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_CONFIG_INFO' => 'General settings',
'ACP_PORTAL_GENERAL_TITLE' => 'Portal Administration',
'ACP_PORTAL_GENERAL_TITLE_EXP' => 'Thank you for choosing Board3 Portal! This is where you can manage your portal page. The options below let you customize the various general settings.',
'ACP_PORTAL_SHOW_ALL' => 'Show portal on all pages',
'ACP_PORTAL_SHOW_ALL_EXP' => 'Display the portal on all pages',
'PORTAL_ENABLE' => 'Enable Portal',
'PORTAL_ENABLE_EXP' => 'Turns the whole portal on or off',
'PORTAL_LEFT_COLUMN' => 'Enable left column',
@@ -94,6 +96,10 @@ $lang = array_merge($lang, array(
'PORTAL_LEFT_COLUMN_WIDTH_EXP' => 'Change the width of the left column in pixels; recommended value is 180',
'PORTAL_RIGHT_COLUMN_WIDTH' => 'Width of the right column',
'PORTAL_RIGHT_COLUMN_WIDTH_EXP' => 'Change the width of the right column in pixels; recommended value is 180',
'PORTAL_SHOW_ALL_LEFT' => 'Show left column on all pages',
'PORTAL_SHOW_ALL_LEFT_EXP' => 'Display the left column on all pages',
'PORTAL_SHOW_ALL_RIGHT' => 'Show right column on all pages',
'PORTAL_SHOW_ALL_RIGHT_EXP' => 'Display the right column on all pages',
'LINK_ADDED' => 'The link has been successfully added',
'LINK_UPDATED' => 'The link has been successfully updated',