Added more language vars

This commit is contained in:
Marc Alexander
2010-08-27 21:38:18 +00:00
parent ed1e01e7ec
commit f1a44abc2c

View File

@@ -87,6 +87,16 @@ $lang = array_merge($lang, array(
// Portal Modules
'ACP_PORTAL_MODULES' => 'Portal Modules',
'ACP_PORTAL_MODULES_EXPLAIN' => 'You can manage your portal modules here',
'MODULE_POS_TOP' => 'Top',
'MODULE_POS_LEFT' => 'Left column',
'MODULE_POS_RIGHT' => 'Right column',
'MODULE_POS_CENTER' => 'Center column',
'MODULE_POS_BOTTOM' => 'Bottom',
'ADD_MODULE' => 'Add module',
'CHOOSE_MODULE' => 'Choose module',
'CHOOSE_MODULE_EXPLAIN' => 'Choose a module from the drop-down list',
'SUCCESS' => 'The module was added successfully',
// Manage links
'ACP_EXPRESS_LINKS_EXPLAIN' => 'Using this form you can add, edit, view and delete navigation links on the index page. You can also create special navigation links as categories which arent clickable links.',