Fixes for capitalization of attach
This commit is contained in:
parent
1ec6f405e3
commit
3d20205bd4
|
|
@ -188,7 +188,7 @@ $lang = array(
|
|||
'clients_will_create' => 'clients will be created',
|
||||
'email_settings' => 'Email Settings',
|
||||
'client_view_styling' => 'Client View Styling',
|
||||
'pdf_email_attachment' => 'attach PDF',
|
||||
'pdf_email_attachment' => 'Attach PDF',
|
||||
'custom_css' => 'Custom CSS',
|
||||
'import_clients' => 'Import Client Data',
|
||||
'csv_file' => 'CSV file',
|
||||
|
|
@ -1098,8 +1098,8 @@ $lang = array(
|
|||
'expense_documents' => 'Expense Documents',
|
||||
'invoice_embed_documents' => 'Embed Documents',
|
||||
'invoice_embed_documents_help' => 'Include attached images in the invoice.',
|
||||
'document_email_attachment' => 'attach Documents',
|
||||
'ubl_email_attachment' => 'attach UBL/E-Invoice',
|
||||
'document_email_attachment' => 'Attach Documents',
|
||||
'ubl_email_attachment' => 'Attach UBL/E-Invoice',
|
||||
'download_documents' => 'Download Documents (:size)',
|
||||
'documents_from_expenses' => 'From Expenses:',
|
||||
'dropzone_default_message' => 'Drop files or click to upload',
|
||||
|
|
@ -1872,7 +1872,7 @@ $lang = array(
|
|||
'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com',
|
||||
'pro_upgrade_feature2' => 'Customize every aspect of your invoice!',
|
||||
'enterprise_upgrade_feature1' => 'Set permissions for multiple-users',
|
||||
'enterprise_upgrade_feature2' => 'attach 3rd party files to invoices & expenses',
|
||||
'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses',
|
||||
'much_more' => 'Much More!',
|
||||
'all_pro_fetaures' => 'Plus all pro features!',
|
||||
|
||||
|
|
@ -2906,7 +2906,7 @@ $lang = array(
|
|||
'from_name_help' => 'From name is the recognizable sender which is displayed instead of the email address, ie Support Center',
|
||||
'local_part_placeholder' => 'YOUR_NAME',
|
||||
'from_name_placeholder' => 'Support Center',
|
||||
'attachments' => 'attachments',
|
||||
'attachments' => 'Attachments',
|
||||
'client_upload' => 'Client uploads',
|
||||
'enable_client_upload_help' => 'Allow clients to upload documents/attachments',
|
||||
'max_file_size_help' => 'Maximum file size (KB) is limited by your post_max_size and upload_max_filesize variables as set in your PHP.INI',
|
||||
|
|
@ -3044,9 +3044,9 @@ $lang = array(
|
|||
'number_pattern' => 'Number Pattern',
|
||||
'custom_javascript' => 'Custom JavaScript',
|
||||
'portal_mode' => 'Portal Mode',
|
||||
'attach_pdf' => 'attach PDF',
|
||||
'attach_documents' => 'attach Documents',
|
||||
'attach_ubl' => 'attach UBL/E-Invoice',
|
||||
'attach_pdf' => 'Attach PDF',
|
||||
'attach_documents' => 'Attach Documents',
|
||||
'attach_ubl' => 'Attach UBL/E-Invoice',
|
||||
'email_style' => 'Email Style',
|
||||
'processed' => 'Processed',
|
||||
'fee_amount' => 'Fee Amount',
|
||||
|
|
|
|||
Loading…
Reference in New Issue