diff --git a/lang/en/texts.php b/lang/en/texts.php index 96c46d70285d..cecb8da5aa6e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4954,6 +4954,53 @@ $LANG = [ 'unlock_pro' => 'Unlock Pro', 'preferences' => 'Preferences', 'click_to_variables' => 'Client here to see all variables.', + 'upgrade_to_paid_plan_to_schedule' => 'Upgrade to a paid plan to create schedules', + 'next_run' => 'Next Run', + 'all_clients' => 'All Clients', + 'show_aging_table' => 'Show Aging Table', + 'show_payments_table' => 'Show Payments Table', + 'email_statement' => 'Email Statement', + 'once' => 'Once', + 'schedules' => 'Schedules', + 'new_schedule' => 'New Schedule', + 'edit_schedule' => 'Edit Schedule', + 'created_schedule' => 'Successfully created schedule', + 'updated_schedule' => 'Successfully updated schedule', + 'archived_schedule' => 'Successfully archived schedule', + 'deleted_schedule' => 'Successfully deleted schedule', + 'removed_schedule' => 'Successfully removed schedule', + 'restored_schedule' => 'Successfully restored schedule', + 'search_schedule' => 'Search Schedule', + 'search_schedules' => 'Search Schedules', + 'update_product' => 'Update Product', + 'create_purchase_order' => 'Create Purchase Order', + 'update_purchase_order' => 'Update Purchase Order', + 'sent_invoice' => 'Sent Invoice', + 'sent_quote' => 'Sent Quote', + 'sent_credit' => 'Sent Credit', + 'sent_purchase_order' => 'Sent Purchase Order', + 'image_url' => 'Image URL', + 'max_quantity' => 'Max Quantity', + 'test_url' => 'Test URL', + 'auto_bill_help_off' => 'Option is not shown', + 'auto_bill_help_optin' => 'Option is shown but not selected', + 'auto_bill_help_optout' => 'Option is shown and selected', + 'auto_bill_help_always' => 'Option is not shown', + 'view_all' => 'View All', + 'edit_all' => 'Edit All', + 'accept_purchase_order_number' => 'Accept Purchase Order Number', + 'accept_purchase_order_number_help' => 'Enable clients to provide a PO number when approving a quote', + 'from_email' => 'From Email', + 'show_preview' => 'Show Preview', + 'show_paid_stamp' => 'Show Paid Stamp', + 'show_shipping_address' => 'Show Shipping Address', + 'no_documents_to_download' => 'There are no documents in the selected records to download', + 'pixels' => 'Pixels', + 'logo_size' => 'Logo Size', + 'failed' => 'Failed', + 'client_contacts' => 'Client Contacts', + 'sync_from' => 'Sync From', + ];