From 5d1670fe652bf28fa4723f785fd31f5b00dcd4f6 Mon Sep 17 00:00:00 2001 From: odiea Date: Mon, 11 Mar 2024 04:07:43 -0600 Subject: [PATCH] Update Config.php (#3944) Remove /Name from config language --- app/Language/en-US/Config.php | 48 ++++++++++------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) diff --git a/app/Language/en-US/Config.php b/app/Language/en-US/Config.php index d4d8d221a..c3a779a81 100644 --- a/app/Language/en-US/Config.php +++ b/app/Language/en-US/Config.php @@ -16,7 +16,7 @@ return [ "barcode_formats" => "Input Formats", "barcode_generate_if_empty" => "Generate if empty.", "barcode_height" => "Height (px)", - "barcode_id" => "Item Id/Name", + "barcode_id" => "Item Id", "barcode_info" => "Barcode Configuration Information", "barcode_layout" => "Barcode Layout", "barcode_name" => "Name", @@ -30,14 +30,7 @@ return [ "barcode_tooltip" => "Warning: This feature can cause duplicate items to be imported or created. Do not use if you do not want duplicate barcodes.", "barcode_type" => "Barcode Type", "barcode_width" => "Width (px)", - "bottom" => "Bottom", - "cash_button" => "", - "cash_button_1" => "", - "cash_button_2" => "", - "cash_button_3" => "", - "cash_button_4" => "", - "cash_button_5" => "", - "cash_button_6" => "", + "bottom" => "Bottom", "cash_decimals" => "Cash Decimals", "cash_decimals_tooltip" => "If Cash Decimals and Currency Decimals are the same then no cash triggered rounding will take place, unless Cash Rounding is set to Half Five.", "cash_rounding" => "Cash Rounding", @@ -45,8 +38,7 @@ return [ "center" => "Center", "change_apperance_tooltip" => "", "comma" => "comma", - "company" => "Company Name", - "company_avatar" => "", + "company" => "Company Name", "company_change_image" => "Change Image", "company_logo" => "Company Logo", "company_remove_image" => "Remove Image", @@ -57,8 +49,7 @@ return [ "country_codes_tooltip" => "Comma separated list of country codes for nominatim address lookup.", "currency_code" => "Currency Code", "currency_decimals" => "Currency Decimals", - "currency_symbol" => "Currency Symbol", - "current_employee_only" => "", + "currency_symbol" => "Currency Symbol", "customer_reward" => "Reward", "customer_reward_duplicate" => "Reward must be unique.", "customer_reward_enable" => "Enable Customer Rewards", @@ -95,8 +86,7 @@ return [ "default_tax_name_required" => "Default Tax Name is a required field.", "default_tax_rate" => "Default Tax Rate %", "default_tax_rate_1" => "Tax 1 Rate", - "default_tax_rate_2" => "Tax 2 Rate", - "default_tax_rate_3" => "", + "default_tax_rate_2" => "Tax 2 Rate", "default_tax_rate_number" => "Default Tax Rate must be a number.", "default_tax_rate_required" => "Default Tax Rate is a required field.", "derive_sale_quantity" => "Allow Derived Sale Quantity", @@ -120,13 +110,8 @@ return [ "email_smtp_pass" => "SMTP Password", "email_smtp_port" => "SMTP Port", "email_smtp_timeout" => "SMTP Timeout (s)", - "email_smtp_user" => "SMTP Username", - "enable_avatar" => "", - "enable_avatar_tooltip" => "", - "enable_dropdown_tooltip" => "", - "enable_new_look" => "", - "enable_right_bar" => "", - "enable_right_bar_tooltip" => "", + "email_smtp_user" => "SMTP Username", + "enable_dropdown_tooltip" => "", "enforce_privacy" => "Enforce privacy", "enforce_privacy_tooltip" => "Protect Customers privacy enforcing data scrambling in case of their data being deleted", "fax" => "Fax", @@ -175,8 +160,7 @@ return [ "invoice_printer" => "Invoice Printer", "invoice_type" => "Invoice Type", "is_readable" => "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh.", - "is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.", - "item_markup" => "", + "is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.", "jsprintsetup_required" => "Warning: This functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?", "language" => "Language", "last_used_invoice_number" => "Last used Invoice Number", @@ -254,8 +238,7 @@ return [ "quantity_decimals" => "Quantity Decimals", "quick_cash_enable" => "", "quote_default_comments" => "Default Quote Comments", - "receipt" => "Receipt", - "receipt_category" => "", + "receipt" => "Receipt", "receipt_configuration" => "Receipt Print Settings", "receipt_default" => "Default", "receipt_font_size" => "Font Size", @@ -284,19 +267,15 @@ return [ "saved_successfully" => "Configuration save successful.", "saved_unsuccessfully" => "Configuration save failed.", "security_issue" => "Security Vulnerability Warning", - "server_notice" => "Please use the below info for issue reporting.", - "service_charge" => "", - "show_due_enable" => "", + "server_notice" => "Please use the below info for issue reporting.", "show_office_group" => "Show office icon", "statistics" => "Send Statistics", "statistics_tooltip" => "Send statistics for development and feature improvement purposes.", "stock_location" => "Stock location", "stock_location_duplicate" => "Stock Location must be unique.", "stock_location_invalid_chars" => "Stock Location can not contain '_'.", - "stock_location_required" => "Stock location is a required field.", - "suggestions_fifth_column" => "", - "suggestions_first_column" => "Column 1", - "suggestions_fourth_column" => "", + "stock_location_required" => "Stock location is a required field.", + "suggestions_first_column" => "Column 1", "suggestions_layout" => "Search Suggestions Layout", "suggestions_second_column" => "Column 2", "suggestions_third_column" => "Column 3", @@ -323,8 +302,7 @@ return [ "top" => "Top", "use_destination_based_tax" => "Use Destination Based Tax", "user_timezone" => "Local Timezone:", - "website" => "Website", - "wholesale_markup" => "", + "website" => "Website", "work_order_enable" => "Work Order Support", "work_order_format" => "Work Order Format", ];