Added permission-settings to the rest of the modules that use a custom acp template;
Updated missing or incorrect language variables; Outcommented a few language variables in info_acp_portal.php that should be deleted in the future;
This commit is contained in:
@@ -42,6 +42,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_PORTAL_LINK_TYPE_EXP' => 'If you have a link to a page of your board, choose "Internal link" in order to prevent unwanted logouts.',
|
||||
'ACP_PORTAL_LINK_INT' => 'Internal link',
|
||||
'ACP_PORTAL_LINK_EXT' => 'External link',
|
||||
'ACP_PORTAL_LINK_ADD' => 'Add new navigation link',
|
||||
'ACP_PORTAL_LINK_URL' => 'Link URL',
|
||||
'ACP_PORTAL_LINK_URL_EXP' => 'External links:<br />All links should be entered with a http://<br /><br />Internal links:<br />Only enter the php file as link url, i.e. index.php?style=4.',
|
||||
'ACP_PORTAL_LINK_PERMISSION' => 'Link permissions',
|
||||
|
||||
@@ -43,14 +43,17 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_MENU' => 'Menu settings',
|
||||
'ACP_PORTAL_MENU_LINK_SETTINGS' => 'Link Settings',
|
||||
'ACP_PORTAL_MENU_EXP' => 'Manage your main menu',
|
||||
'ACP_PORTAL_MENU_MANAGE' => 'Manage menu',
|
||||
'ACP_PORTAL_MENU_MANAGE_EXP' => 'You can manage the links of your main menu here.<br />Change the type of link by changing the selected option in the drop-down list next to the link.',
|
||||
'ACP_PORTAL_MENU_CAT' => 'Category',
|
||||
'ACP_PORTAL_MENU_IS_CAT' => 'Set as special link category',
|
||||
'ACP_PORTAL_MENU_INT' => 'Internal link',
|
||||
'ACP_PORTAL_MENU_EXT' => 'External link',
|
||||
'ACP_PORTAL_MENU_TITLE' => 'Title',
|
||||
'ACP_PORTAL_MENU_URL' => 'Link URL',
|
||||
'ACP_PORTAL_MENU_ADD' => 'Add new navigation link',
|
||||
'ACP_PORTAL_MENU_TYPE' => 'Link type',
|
||||
'ACP_PORTAL_MENU_TYPE_EXP' => 'If you have a link to a page of your board, choose "Internal link" in order to prevent unwanted logouts.',
|
||||
'ACP_PORTAL_MENU_CREATE_CAT' => 'You need to create a category first.',
|
||||
|
||||
Reference in New Issue
Block a user