1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update lang files

This commit is contained in:
Hillel Coren 2019-11-04 11:00:57 +02:00
parent 6ebc492454
commit 202d644d53

View File

@ -3199,6 +3199,84 @@ $LANG = array(
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
'late_fees' => 'Late Fees',
'payment_number' => 'Payment Number',
'before_due_date' => 'Before the due date',
'after_due_date' => 'After the due date',
'after_invoice_date' => 'After the invoice date',
'filtered_by_user' => 'Filtered by User',
'created_user' => 'Successfully created user',
'primary_font' => 'Primary Font',
'secondary_font' => 'Secondary Font',
'number_padding' => 'Number Padding',
'general' => 'General',
'surcharge_field' => 'Surcharge Field',
'company_value' => 'Company Value',
'credit_field' => 'Credit Field',
'payment_field' => 'Payment Field',
'group_field' => 'Group Field',
'number_counter' => 'Number Counter',
'number_pattern' => 'Number Pattern',
'custom_javascript' => 'Custom JavaScript',
'portal_mode' => 'Portal Mode',
'attach_pdf' => 'Attach PDF',
'attach_documents' => 'Attach Documents',
'attach_ubl' => 'Attach UBL',
'email_style' => 'Email Style',
'processed' => 'Processed',
'fee_amount' => 'Fee Amount',
'fee_percent' => 'Fee Percent',
'fee_cap' => 'Fee Cap',
'limits_and_fees' => 'Limits/Fees',
'credentials' => 'Credentials',
'require_billing_address_help' => 'Require client to provide their billing address',
'require_shipping_address_help' => 'Require client to provide their shipping address',
'deleted_tax_rate' => 'Successfully deleted tax rate',
'restored_tax_rate' => 'Successfully restored tax rate',
'provider' => 'Provider',
'company_gateway' => 'Payment Gateway',
'company_gateways' => 'Payment Gateways',
'new_company_gateway' => 'New Gateway',
'edit_company_gateway' => 'Edit Gateway',
'created_company_gateway' => 'Successfully created gateway',
'updated_company_gateway' => 'Successfully updated gateway',
'archived_company_gateway' => 'Successfully archived gateway',
'deleted_company_gateway' => 'Successfully deleted gateway',
'restored_company_gateway' => 'Successfully restored gateway',
'continue_editing' => 'Continue Editing',
'default_value' => 'Default value',
'currency_format' => 'Currency Format',
'first_day_of_the_week' => 'First Day of the Week',
'first_month_of_the_year' => 'First Month of the Year',
'symbol' => 'Symbol',
'ocde' => 'Code',
'date_format' => 'Date Format',
'datetime_format' => 'Datetime Format',
'send_reminders' => 'Send Reminders',
'timezone' => 'Timezone',
'filtered_by_group' => 'Filtered by Group',
'filtered_by_invoice' => 'Filtered by Invoice',
'filtered_by_client' => 'Filtered by Client',
'filtered_by_vendor' => 'Filtered by Vendor',
'group_settings' => 'Group Settings',
'groups' => 'Groups',
'new_group' => 'New Group',
'edit_group' => 'Edit Group',
'created_group' => 'Successfully created group',
'updated_group' => 'Successfully updated group',
'archived_group' => 'Successfully archived group',
'deleted_group' => 'Successfully deleted group',
'restored_group' => 'Successfully restored group',
'upload_logo' => 'Upload Logo',
'uploaded_logo' => 'Successfully uploaded logo',
'saved_settings' => 'Successfully saved settings',
'device_settings' => 'Device Settings',
'credit_cards_and_banks' => 'Credit Cards & Banks',
'price' => 'Price',
'email_sign_up' => 'Email Sign Up',
'google_sign_up' => 'Google Sign Up',
'sign_up_with_google' => 'Sign Up With Google',
'long_press_multiselect' => 'Long-press Multiselect',
);
return $LANG;