- show message-box if customer has no/insufficient aps-contingent, fixed #278

refs #278
This commit is contained in:
Michael Kaufmann (d00p)
2010-06-17 06:30:59 +00:00
parent 530b6da6e8
commit 794c4d3b55
3 changed files with 12 additions and 1 deletions

View File

@@ -1427,4 +1427,7 @@ $lng['error']['exception'] = '%s';
// ADDED IN FROXLOR 0.9.9-svn1
$lng['serversettings']['mail_also_with_mxservers'] = 'Create mail-, imap-, pop3- and smtp-"A record" also with MX-Servers set';
// ADDED IN FROXLOR 0.9.10-svn1
$lng['aps']['nocontingent'] = 'Your APS contingent is insufficient. You cannot install any package.';
?>