diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 5761ff1b3646..8f8301a1fa4b 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4635,6 +4635,83 @@ $LANG = array( 'notification_purchase_order_accepted' => 'The following vendor :vendor accepted Purchase Order :purchase_order for :amount.', 'amount_received' => 'Amount received', 'purchase_order_already_expensed' => 'Already converted to an expense.', + 'convert_to_expense' => 'Convert to Expense', + 'add_to_inventory' => 'Add to Inventory', + 'added_purchase_order_to_inventory' => 'Successfully added purchase order to inventory', + 'added_purchase_orders_to_inventory' => 'Successfully added purchase orders to inventory', + 'client_document_upload' => 'Client Document Upload', + 'vendor_document_upload' => 'Vendor Document Upload', + 'vendor_document_upload_help' => 'Enable vendors to upload documents', + 'are_you_enjoying_the_app' => 'Are you enjoying the app?', + 'yes_its_great' => 'Yes, it"s great!', + 'not_so_much' => 'Not so much', + 'would_you_rate_it' => 'Great to hear! Would you like to rate it?', + 'would_you_tell_us_more' => 'Sorry to hear it! Would you like to tell us more?', + 'sure_happy_to' => 'Sure, happy to', + 'no_not_now' => 'No, not now', + 'add' => 'Add', + 'last_sent_template' => 'Last Sent Template', + 'enable_flexible_search' => 'Enable Flexible Search', + 'enable_flexible_search_help' => 'Match non-contiguous characters, ie. "ct" matches "cat"', + 'vendor_details' => 'Vendor Details', + 'purchase_order_details' => 'Purchase Order Details', + 'qr_iban' => 'QR IBAN', + 'besr_id' => 'BESR ID', + 'clone_to_purchase_order' => 'Clone to PO', + 'vendor_email_not_set' => 'Vendor does not have an email address set', + 'bulk_send_email' => 'Send Email', + 'marked_purchase_order_as_sent' => 'Successfully marked purchase order as sent', + 'marked_purchase_orders_as_sent' => 'Successfully marked purchase orders as sent', + 'accepted_purchase_order' => 'Successfully accepted purchase order', + 'accepted_purchase_orders' => 'Successfully accepted purchase orders', + 'cancelled_purchase_order' => 'Successfully cancelled purchase order', + 'cancelled_purchase_orders' => 'Successfully cancelled purchase orders', + 'please_select_a_vendor' => 'Please select a vendor', + 'purchase_order_total' => 'Purchase Order Total', + 'email_purchase_order' => 'Email Purchase Order', + 'bulk_email_purchase_order' => 'Email Purchase Order', + 'disconnected_email' => 'Successfully disconnected email', + 'connect_email' => 'Connect Email', + 'disconnect_email' => 'Disconnect Email', + 'use_web_app_to_connect_microsoft' => 'Please use the web app to connect to Microsoft', + 'email_provider' => 'Email Provider', + 'connect_microsoft' => 'Connect Microsoft', + 'disconnect_microsoft' => 'Disconnect Microsoft', + 'connected_microsoft' => 'Successfully connected Microsoft', + 'disconnected_microsoft' => 'Successfully disconnected Microsoft', + 'microsoft_sign_in' => 'Login with Microsoft', + 'microsoft_sign_up' => 'Sign up with Microsoft', + 'emailed_purchase_order' => 'Successfully queued purchase order to be sent', + 'emailed_purchase_orders' => 'Successfully queued purchase orders to be sent', + 'enable_react_app' => 'Change to the React web app', + 'purchase_order_design' => 'Purchase Order Design', + 'purchase_order_terms' => 'Purchase Order Terms', + 'purchase_order_footer' => 'Purchase Order Footer', + 'require_purchase_order_signature' => 'Purchase Order Signature', + 'require_purchase_order_signature_help' => 'Require vendor to provide their signature.', + 'new_purchase_order' => 'New Purchase Order', + 'edit_purchase_order' => 'Edit Purchase Order', + 'created_purchase_order' => 'Successfully created purchase order', + 'updated_purchase_order' => 'Successfully updated purchase order', + 'archived_purchase_order' => 'Successfully archived purchase order', + 'deleted_purchase_order' => 'Successfully deleted purchase order', + 'removed_purchase_order' => 'Successfully removed purchase order', + 'restored_purchase_order' => 'Successfully restored purchase order', + 'search_purchase_order' => 'Search Purchase Order', + 'search_purchase_orders' => 'Search Purchase Orders', + 'login_url' => 'Login URL', + 'enable_applying_payments' => 'Enable Applying Payments', + 'enable_applying_payments_help' => 'Support separately creating and applying payments', + 'stock_quantity' => 'Stock Quantity', + 'notification_threshold' => 'Notification Threshold', + 'track_inventory' => 'Track Inventory', + 'track_inventory_help' => 'Display a product stock field and update when invoices are sent', + 'stock_notifications' => 'Stock Notifications', + 'stock_notifications_help' => 'Send an email when the stock reaches the threshold', + 'vat' => 'VAT', + 'view_map' => 'View Map', + 'set_default_design' => 'Set Default Design', + 'add_gateway_help_message' => 'Add a payment gateway (ie. Stripe, WePay or PayPal) to accept online payments', ); return $LANG;