Add missing error messages to links & main menu modules

This commit is contained in:
Marc Alexander
2012-08-25 17:01:13 +02:00
parent c4026c9066
commit 74b5f6f87c
4 changed files with 16 additions and 0 deletions

View File

@@ -49,4 +49,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_LINK_PERMISSION' => 'Link permissions',
'ACP_PORTAL_LINK_PERMISSION_EXP'=> 'Select the groups that should be authorized to view the link. If you want all users to be able to view the link, dont select anything.<br />Select/Deselect multiple groups by holding <samp>CTRL</samp> and clicking.',
'ACP_PORTAL_LINKS_NEW_WINDOW' => 'Open external links in a new window',
// Errors
'NO_LINK_TITLE' => 'You must enter a title for this link.',
'NO_LINK_URL' => 'You must enter a link URL.',
));

View File

@@ -62,4 +62,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_MENU_PERMISSION' => 'Link permissions',
'ACP_PORTAL_MENU_PERMISSION_EXP'=> 'Select the groups that should be authorized to view the link. If you want all users to be able to view the link, dont select anything.<br />Select/Deselect multiple groups by holding <samp>CTRL</samp> and clicking.',
'ACP_PORTAL_MENU_EXT_NEW_WINDOW'=> 'Open external links in a new window',
// Errors
'NO_LINK_TITLE' => 'You must enter a title for this link.',
'NO_LINK_URL' => 'You must enter a link URL.',
));