mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
28 lines
667 B
PHP
28 lines
667 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'organization' => 'Organization',
|
|
'name' => 'Name',
|
|
'website' => 'Website',
|
|
'work_phone' => 'Phone',
|
|
'address' => 'Address',
|
|
'address1' => 'Street',
|
|
'address2' => 'Apt/Suite',
|
|
'city' => 'City',
|
|
'state' => 'State/Province',
|
|
'postal_code' => 'Postal Code',
|
|
'country_id' => 'Country',
|
|
'contacts' => 'Contacts',
|
|
'first_name' => 'First Name',
|
|
'last_name' => 'Last Name',
|
|
'phone' => 'Phone',
|
|
'email' => 'Email',
|
|
'additional_info' => 'Additional Info',
|
|
'payment_terms' => 'Payment Terms',
|
|
'currency_id' => 'Currency',
|
|
'size_id' => 'Size',
|
|
'industry_id' => 'Industry',
|
|
'private_notes' => 'Private Notes',
|
|
|
|
); |