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:
@@ -94,6 +94,7 @@ $lang = array_merge($lang, array(
|
||||
'MODULE_PERMISSIONS_EXP' => 'Select the groups that should be authorized to view the module. If you want all users to be able to view the module, don’t select anything.<br />Select/Deselect multiple groups by holding <samp>CTRL</samp> and clicking.',
|
||||
|
||||
// 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 aren’t clickable links.',
|
||||
'ADD_LINK' => 'Add new navigation link',
|
||||
'ACP_PORTAL_MANAGE_LINKS' => 'Links verwalten',
|
||||
@@ -114,7 +115,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_LINK_URL' => 'You have created clickable navigation link but haven’t entered the URL for this navigation link.',
|
||||
|
||||
'SELECT_LINK_ICON' => 'Select an icon…',
|
||||
|
||||
*/
|
||||
// Logs
|
||||
'LOG_PORTAL_CONFIG' => '<strong>Altered Portal settings</strong><br />» %s',
|
||||
|
||||
|
||||
@@ -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