Update lang file

This commit is contained in:
Hillel Coren 2020-03-01 09:56:56 +02:00
parent 91e67eef75
commit 1ed3c9df1f

View File

@ -3286,9 +3286,9 @@ $LANG = array(
'product3' => 'Custom Product 3', 'product3' => 'Custom Product 3',
'product4' => 'Custom Product 4', 'product4' => 'Custom Product 4',
'client1' => 'Custom Client 1', 'client1' => 'Custom Client 1',
'client2' => 'Custom Client 1', 'client2' => 'Custom Client 2',
'client3' => 'Custom Client 1', 'client3' => 'Custom Client 3',
'client4' => 'Custom Client 1', 'client4' => 'Custom Client 4',
'contact1' => 'Custom Contact 1', 'contact1' => 'Custom Contact 1',
'contact2' => 'Custom Contact 2', 'contact2' => 'Custom Contact 2',
'contact3' => 'Custom Contact 3', 'contact3' => 'Custom Contact 3',
@ -3471,6 +3471,10 @@ $LANG = array(
'vendor_city' => 'Vendor City', 'vendor_city' => 'Vendor City',
'vendor_state' => 'Vendor State', 'vendor_state' => 'Vendor State',
'vendor_country' => 'Vendor Country', 'vendor_country' => 'Vendor Country',
'credit_footer' => 'Credit Footer',
'credit_terms' => 'Credit Terms',
'untitled_company' => 'Untitled Company',
'added_company' => 'Successfully added company',
); );
return $LANG; return $LANG;