- bugfixing undefined-variables

This commit is contained in:
Michael Kaufmann (d00p)
2010-02-04 12:42:12 +00:00
parent c00390ca7e
commit bf14528d17
4 changed files with 15 additions and 3 deletions

View File

@@ -1290,4 +1290,10 @@ $lng['tasks']['noneoutstanding'] = 'There are currently no outstanding tasks for
$lng['ticket']['nonexistingcustomer'] = '(deleted customer)';
$lng['admin']['ticket_nocustomeraddingavailable'] = 'It\'s not possible to open a new support-ticket currently. You first need to add at least one customer.';
// ADDED IN FROXLOR 0.9.1
$lng['admin']['accountdata'] = 'Account Data';
$lng['admin']['contactdata'] = 'Contact Data';
$lng['admin']['servicedata'] = 'Service Data';
?>