This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 97dd875c3f
commit fe333019ac

View File

@ -11,54 +11,54 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
return ['Billing' => [ return ['Billing' => [
'Address' => 'Address', 'Address' => 'Address',
'Addresses' => 'Addresses', 'Addresses' => 'Addresses',
'AlreadyPaid' => 'Already Paid', 'AlreadyPaid' => 'Already Paid',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Cashback' => 'Cash Back', 'Cashback' => 'Cash Back',
'City' => 'City', 'City' => 'City',
'Client' => 'Client', 'Client' => 'Client',
'ClientID' => 'Client ID', 'ClientID' => 'Client ID',
'Confirmation' => 'Confirmation', 'Confirmation' => 'Confirmation',
'Country' => 'Country', 'Country' => 'Country',
'Created' => 'Created', 'Created' => 'Created',
'CreditCard' => 'CreditCard', 'CreditCard' => 'CreditCard',
'CreditNote' => 'Credit Note', 'CreditNote' => 'Credit Note',
'Date' => 'Date', 'Date' => 'Date',
'Delivery' => 'Delivery', 'Delivery' => 'Delivery',
'DeliveryNote' => 'Delivery Note', 'DeliveryNote' => 'Delivery Note',
'DirectDebit' => 'DirectDebit', 'DirectDebit' => 'DirectDebit',
'Discount' => 'Discount', 'Discount' => 'Discount',
'DiscountP' => 'Discount %', 'DiscountP' => 'Discount %',
'Due' => 'Due', 'Due' => 'Due',
'Freightage' => 'Freightage', 'Freightage' => 'Freightage',
'Gross' => 'Gross', 'Gross' => 'Gross',
'Invoice' => 'Invoice', 'Invoice' => 'Invoice',
'Invoices' => 'Invoices', 'Invoices' => 'Invoices',
'Item' => 'Item', 'Item' => 'Item',
'Items' => 'Items', 'Items' => 'Items',
'Log' => 'Log', 'Log' => 'Log',
'Logs' => 'Logs', 'Logs' => 'Logs',
'Media' => 'Media', 'Media' => 'Media',
'MoneyTransfer' => 'Money Transfer', 'MoneyTransfer' => 'Money Transfer',
'Name' => 'Name', 'Name' => 'Name',
'Net' => 'Net', 'Net' => 'Net',
'Offer' => 'Offer', 'Offer' => 'Offer',
'Payment' => 'Payment', 'Payment' => 'Payment',
'Prepaid' => 'Prepaid', 'Prepaid' => 'Prepaid',
'Price' => 'Price', 'Price' => 'Price',
'Quantity' => 'Quantity', 'Quantity' => 'Quantity',
'Recipient' => 'Recipient', 'Recipient' => 'Recipient',
'Select' => 'Select', 'Select' => 'Select',
'Shipment' => 'Shipment', 'Shipment' => 'Shipment',
'Source' => 'Source', 'Source' => 'Source',
'Supplier' => 'Supplier', 'Supplier' => 'Supplier',
'SupplierID' => 'Supplier ID', 'SupplierID' => 'Supplier ID',
'Tax' => 'Tax', 'Tax' => 'Tax',
'TermsOfDelivery' => 'Terms Of Delivery', 'TermsOfDelivery' => 'Terms Of Delivery',
'Total' => 'Total', 'Total' => 'Total',
'Type' => 'Type', 'Type' => 'Type',
'Upload' => 'Upload', 'Upload' => 'Upload',
'Variation' => 'Variation', 'Variation' => 'Variation',
'Zip' => 'Zip', 'Zip' => 'Zip',
]]; ]];