mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Merge pull request #7916 from beganovich/react-278-translations
Update translations
This commit is contained in:
commit
e792bbe17c
@ -1004,7 +1004,7 @@ $LANG = array(
|
||||
'status_approved' => 'Approved',
|
||||
'quote_settings' => 'Quote Settings',
|
||||
'auto_convert_quote' => 'Auto Convert',
|
||||
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.',
|
||||
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved.',
|
||||
'validate' => 'Validate',
|
||||
'info' => 'Info',
|
||||
'imported_expenses' => 'Successfully created :count_vendors vendor(s) and :count_expenses expense(s)',
|
||||
@ -2822,11 +2822,11 @@ $LANG = array(
|
||||
'invalid_url' => 'Invalid URL',
|
||||
'workflow_settings' => 'Workflow Settings',
|
||||
'auto_email_invoice' => 'Auto Email',
|
||||
'auto_email_invoice_help' => 'Automatically email recurring invoices when they are created.',
|
||||
'auto_email_invoice_help' => 'Automatically email recurring invoices when created.',
|
||||
'auto_archive_invoice' => 'Auto Archive',
|
||||
'auto_archive_invoice_help' => 'Automatically archive invoices when they are paid.',
|
||||
'auto_archive_invoice_help' => 'Automatically archive invoices when paid.',
|
||||
'auto_archive_quote' => 'Auto Archive',
|
||||
'auto_archive_quote_help' => 'Automatically archive quotes when they are converted.',
|
||||
'auto_archive_quote_help' => 'Automatically archive quotes when converted to invoice.',
|
||||
'require_approve_quote' => 'Require approve quote',
|
||||
'require_approve_quote_help' => 'Require clients to approve quotes.',
|
||||
'allow_approve_expired_quote' => 'Allow approve expired quote',
|
||||
@ -3688,7 +3688,7 @@ $LANG = array(
|
||||
'force_update_help' => 'You are running the latest version but there may be pending fixes available.',
|
||||
'mark_paid_help' => 'Track the expense has been paid',
|
||||
'mark_invoiceable_help' => 'Enable the expense to be invoiced',
|
||||
'add_documents_to_invoice_help' => 'Make the documents visible',
|
||||
'add_documents_to_invoice_help' => 'Make the documents visible to client',
|
||||
'convert_currency_help' => 'Set an exchange rate',
|
||||
'expense_settings' => 'Expense Settings',
|
||||
'clone_to_recurring' => 'Clone to Recurring',
|
||||
@ -4573,13 +4573,13 @@ $LANG = array(
|
||||
'tax_amount3' => 'Tax Amount 3',
|
||||
'update_project' => 'Update Project',
|
||||
'auto_archive_invoice_cancelled' => 'Auto Archive Cancelled Invoice',
|
||||
'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when they are cancelled',
|
||||
'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when cancelled',
|
||||
'no_invoices_found' => 'No invoices found',
|
||||
'created_record' => 'Successfully created record',
|
||||
'auto_archive_paid_invoices' => 'Auto Archive Paid',
|
||||
'auto_archive_paid_invoices_help' => 'Automatically archive invoices when they are paid.',
|
||||
'auto_archive_cancelled_invoices' => 'Auto Archive Cancelled',
|
||||
'auto_archive_cancelled_invoices_help' => 'Automatically archive invoices when they are cancelled.',
|
||||
'auto_archive_cancelled_invoices_help' => 'Automatically archive invoices when cancelled.',
|
||||
'alternate_pdf_viewer' => 'Alternate PDF Viewer',
|
||||
'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]',
|
||||
'currency_cayman_island_dollar' => 'Cayman Island Dollar',
|
||||
|
Loading…
Reference in New Issue
Block a user