Use double quotes in language files (#3468)

This commit is contained in:
jekkos
2022-11-20 22:51:19 +01:00
committed by jekkos
parent 8526947df1
commit 4123d9d8f7
24 changed files with 1573 additions and 1533 deletions

View File

@@ -1,30 +1,32 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain '_' or '|'";
$lang["attributes_confirm_delete"] = "Are you sure you want to delete the selected attribute(s)?";
$lang["attributes_confirm_restore"] = "Are you sure you want to restore the selected attribute(s)?";
$lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected attribute(s)";
$lang["attributes_definition_error_adding_updating"] = "Attribute %1 could not be added or updated. Please check the error log.";
$lang["attributes_definition_flags"] = "Attribute Visibility";
$lang["attributes_definition_group"] = "Group";
$lang["attributes_definition_id"] = "Id";
$lang["attributes_definition_name"] = "Add Attribute";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
$lang["attributes_definition_successful_updating"] = "You have successfully updated attribute";
$lang["attributes_definition_type"] = "Attribute Type";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_definition_unit"] = "Measurement Unit";
$lang["attributes_definition_values"] = "Attribute Values";
$lang["attributes_new"] = "New Attribute";
$lang["attributes_no_attributes_to_display"] = "No Attributes to display";
$lang["attributes_receipt_visibility"] = "Receipt";
$lang["attributes_show_in_items"] = "Show in items";
$lang["attributes_show_in_items_visibility"] = "Items";
$lang["attributes_show_in_receipt"] = "Show in receipt";
$lang["attributes_show_in_receivings"] = "Show in receivings";
$lang["attributes_show_in_receivings_visibility"] = "Receivings";
$lang["attributes_show_in_sales"] = "Show in sales";
$lang["attributes_show_in_sales_visibility"] = "Sales";
$lang["attributes_update"] = "Update Attribute";
<?php
return [
"attributes_attribute_value_invalid_chars" => "Attribute value cannot contain '_' or '|'",
"attributes_confirm_delete" => "Are you sure you want to delete the selected attribute(s)?",
"attributes_confirm_restore" => "Are you sure you want to restore the selected attribute(s)?",
"attributes_definition_cannot_be_deleted" => "Could not delete selected attribute(s)",
"attributes_definition_error_adding_updating" => "Attribute %1 could not be added or updated. Please check the error log.",
"attributes_definition_flags" => "Attribute Visibility",
"attributes_definition_group" => "Group",
"attributes_definition_id" => "Id",
"attributes_definition_name" => "Add Attribute",
"attributes_definition_name_required" => "Attribute name is a required field",
"attributes_definition_one_or_multiple" => "attribute(s)",
"attributes_definition_successful_adding" => "You have successfully added item",
"attributes_definition_successful_deleted" => "You have successfully deleted",
"attributes_definition_successful_updating" => "You have successfully updated attribute",
"attributes_definition_type" => "Attribute Type",
"attributes_definition_type_required" => "Attribute type is a required field",
"attributes_definition_unit" => "Measurement Unit",
"attributes_definition_values" => "Attribute Values",
"attributes_new" => "New Attribute",
"attributes_no_attributes_to_display" => "No Items to display",
"attributes_receipt_visibility" => "Receipt",
"attributes_show_in_items" => "Show in items",
"attributes_show_in_items_visibility" => "Items",
"attributes_show_in_receipt" => "Show in receipt",
"attributes_show_in_receivings" => "Show in receivings",
"attributes_show_in_receivings_visibility" => "Receivings",
"attributes_show_in_sales" => "Show in sales",
"attributes_show_in_sales_visibility" => "Sales",
"attributes_update" => "Update Attribute",
];

View File

@@ -1,10 +1,11 @@
<?php
$lang["tables_all"] = "all";
$lang["tables_columns"] = "Columns";
$lang["tables_hide_show_pagination"] = "Hide/Show pagination";
$lang["tables_loading"] = "Loading, please wait...";
$lang["tables_page_from_to"] = "Showing {0} to {1} of {2} rows";
$lang["tables_refresh"] = "Refresh";
$lang["tables_rows_per_page"] = "{0} rows per page";
$lang["tables_toggle"] = "Toggle";
<?php
return [
"tables_all" => "all",
"tables_columns" => "Columns",
"tables_hide_show_pagination" => "Hide/Show pagination",
"tables_loading" => "Loading, please wait...",
"tables_page_from_to" => "Showing {0} to {1} of {2} rows",
"tables_refresh" => "Refresh",
"tables_rows_per_page" => "{0} rows per page",
"tables_toggle" => "Toggle",
];

View File

@@ -1,48 +1,49 @@
<?php
$lang["cashups_amount"] = "Amount";
$lang["cashups_amount_number"] = "Amount must be a number";
$lang["cashups_amount_required"] = "Amount is a Required Field.";
$lang["cashups_cancel_cashups"] = "";
$lang["cashups_cancel_cashups_enter"] = "";
$lang["cashups_cannot_be_deleted"] = "Cashup cannot be deleted";
$lang["cashups_cash_difference"] = "";
$lang["cashups_close_date"] = "Close Date";
$lang["cashups_close_employee"] = "Closed By";
$lang["cashups_closed_amount_card"] = "Cards";
$lang["cashups_closed_amount_cash"] = "Closed Cash";
$lang["cashups_closed_amount_check"] = "Checks";
$lang["cashups_closed_amount_due"] = "Dues";
$lang["cashups_closed_amount_giftcard"] = "";
$lang["cashups_closed_amount_total"] = "Total";
$lang["cashups_closed_date"] = "Closed Date";
$lang["cashups_confirm_delete"] = "Are you sure you want to delete the selected Cashup?";
$lang["cashups_confirm_restore"] = "Are you sure you want to restore selected Cashup(s)?";
$lang["cashups_confirm_submit"] = "";
$lang["cashups_date_number"] = "Date must be a number";
$lang["cashups_date_required"] = "Date is a required field";
$lang["cashups_description"] = "Description";
$lang["cashups_enable_expected"] = "";
$lang["cashups_error_adding_updating"] = "Error adding/updating Cashup";
$lang["cashups_giftcard"] = "";
$lang["cashups_id"] = "Id";
$lang["cashups_info"] = "Cashups Info";
$lang["cashups_info_employee"] = "";
$lang["cashups_is_deleted"] = "Deleted";
$lang["cashups_new"] = "New Cashup";
$lang["cashups_no_cashups_to_display"] = "There are no Cashups to display";
$lang["cashups_none_selected"] = "You have not selected any Cashups";
$lang["cashups_note"] = "Notes";
$lang["cashups_one_or_multiple"] = "Cashups(s)";
$lang["cashups_open_amount_cash"] = "Open Cash";
$lang["cashups_open_date"] = "Open Date";
$lang["cashups_open_employee"] = "Opened By";
$lang["cashups_opened_date"] = "Opened Date";
$lang["cashups_successful_adding"] = "Cashup add successful";
$lang["cashups_successful_deleted"] = "Cashup delete successful";
$lang["cashups_successful_updating"] = "Cashup update successful";
$lang["cashups_total"] = "Total";
$lang["cashups_transfer_amount_cash"] = "In/Out Cash";
$lang["cashups_transfer_amount_cash_minus"] = "";
$lang["cashups_update"] = "Update Cashup";
$lang["cashups_warning"] = "";
<?php
return [
"cashups_amount" => "Amount",
"cashups_amount_number" => "Amount must be a number",
"cashups_amount_required" => "Amount is a Required Field.",
"cashups_cancel_cashups" => "",
"cashups_cancel_cashups_enter" => "",
"cashups_cannot_be_deleted" => "Cashup cannot be deleted",
"cashups_cash_difference" => "",
"cashups_close_date" => "Close Date",
"cashups_close_employee" => "Closed By",
"cashups_closed_amount_card" => "Cards",
"cashups_closed_amount_cash" => "Closed Cash",
"cashups_closed_amount_check" => "Checks",
"cashups_closed_amount_due" => "Dues",
"cashups_closed_amount_giftcard" => "",
"cashups_closed_amount_total" => "Total",
"cashups_closed_date" => "Closed Date",
"cashups_confirm_delete" => "Are you sure you want to delete the selected Cashup?",
"cashups_confirm_restore" => "Are you sure you want to restore selected Cashup(s)?",
"cashups_confirm_submit" => "",
"cashups_date_number" => "Date must be a number",
"cashups_date_required" => "Date is a required field",
"cashups_description" => "Description",
"cashups_enable_expected" => "",
"cashups_error_adding_updating" => "Error adding/updating Cashup",
"cashups_giftcard" => "",
"cashups_id" => "Id",
"cashups_info" => "Cashups Info",
"cashups_info_employee" => "",
"cashups_is_deleted" => "Deleted",
"cashups_new" => "New Cashup",
"cashups_no_cashups_to_display" => "There are no Cashups to display",
"cashups_none_selected" => "You have not selected any Cashups",
"cashups_note" => "Notes",
"cashups_one_or_multiple" => "Cashups(s)",
"cashups_open_amount_cash" => "Open Cash",
"cashups_open_date" => "Open Date",
"cashups_open_employee" => "Opened By",
"cashups_opened_date" => "Opened Date",
"cashups_successful_adding" => "Cashup add successful",
"cashups_successful_deleted" => "Cashup delete successful",
"cashups_successful_updating" => "Cashup update successful",
"cashups_total" => "Total",
"cashups_transfer_amount_cash" => "In/Out Cash",
"cashups_transfer_amount_cash_minus" => "",
"cashups_update" => "Update Cashup",
"cashups_warning" => "",
];

View File

@@ -1,87 +1,88 @@
<?php
$lang["common_address_1"] = "Address 1";
$lang["common_address_2"] = "Address 2";
$lang["common_admin"] = "";
$lang["common_city"] = "City";
$lang["common_clerk"] = "";
$lang["common_close"] = "Close";
$lang["common_color"] = "";
$lang["common_comments"] = "Comments";
$lang["common_common"] = "common";
$lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?";
$lang["common_copyrights"] = "© 2010 - %1";
$lang["common_correct_errors"] = "Please correct identified errors before saving";
$lang["common_country"] = "Country";
$lang["common_dashboard"] = "";
$lang["common_date"] = "Date";
$lang["common_delete"] = "Delete";
$lang["common_det"] = "details";
$lang["common_download_import_template"] = "Download Import CSV Template (CSV)";
$lang["common_edit"] = "edit";
$lang["common_email"] = "Email";
$lang["common_email_invalid_format"] = "The email address is not in the correct format.";
$lang["common_export_csv"] = "CSV Export";
$lang["common_export_csv_no"] = "No";
$lang["common_export_csv_yes"] = "Yes";
$lang["common_fields_required_message"] = "Fields in red are required";
$lang["common_fields_required_message_unique"] = "";
$lang["common_first_name"] = "First Name";
$lang["common_first_name_required"] = "First Name is a required field.";
$lang["common_first_page"] = "First";
$lang["common_gender"] = "Gender";
$lang["common_gender_female"] = "F";
$lang["common_gender_male"] = "M";
$lang["common_gender_undefined"] = "";
$lang["common_icon"] = "Icon";
$lang["common_id"] = "ID";
$lang["common_import"] = "Import";
$lang["common_import_change_file"] = "Change";
$lang["common_import_csv"] = "CSV Import";
$lang["common_import_full_path"] = "Full path to CSV file required";
$lang["common_import_remove_file"] = "Remove";
$lang["common_import_select_file"] = "Select file";
$lang["common_inv"] = "inv";
$lang["common_last_name"] = "Last Name";
$lang["common_last_name_required"] = "Last Name is a required field.";
$lang["common_last_page"] = "Last";
$lang["common_learn_about_project"] = "to learn the latest information about the project.";
$lang["common_list_of"] = "List of";
$lang["common_logo"] = "Logo";
$lang["common_logo_mark"] = "Mark";
$lang["common_logout"] = "";
$lang["common_manager"] = "";
$lang["common_migration_needed"] = "";
$lang["common_new"] = "New";
$lang["common_no"] = "No";
$lang["common_no_persons_to_display"] = "There are no people to display.";
$lang["common_none_selected_text"] = "[Select]";
$lang["common_or"] = "OR";
$lang["common_people"] = "";
$lang["common_phone_number"] = "Phone Number";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "Please visit the";
$lang["common_position"] = "";
$lang["common_powered_by"] = "Powered by";
$lang["common_price"] = "Price";
$lang["common_print"] = "Print";
$lang["common_remove"] = "Remove";
$lang["common_required"] = "Required";
$lang["common_restore"] = "Restore";
$lang["common_return_policy"] = "Return Policy";
$lang["common_search"] = "Search";
$lang["common_search_options"] = "Search options";
$lang["common_searched_for"] = "Searched for";
$lang["common_software_short"] = "OSPOS";
$lang["common_software_title"] = "Open Source Point of Sale";
$lang["common_state"] = "State";
$lang["common_submit"] = "Submit";
$lang["common_total_spent"] = "Total Spent";
$lang["common_unknown"] = "Unknown";
$lang["common_view_recent_sales"] = "View Recent Sales";
$lang["common_website"] = "opensourcepos.org";
$lang["common_welcome"] = "Welcome";
$lang["common_welcome_message"] = "Welcome to OSPOS, click a module below to get started.";
$lang["common_yes"] = "Yes";
$lang["common_you_are_using_ospos"] = "";
$lang["common_zip"] = "Postal Code";
<?php
return [
"common_address_1" => "Address 1",
"common_address_2" => "Address 2",
"common_admin" => "",
"common_city" => "City",
"common_clerk" => "",
"common_close" => "Close",
"common_color" => "",
"common_comments" => "Comments",
"common_common" => "common",
"common_confirm_search" => "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?",
"common_copyrights" => "© 2010 - %1",
"common_correct_errors" => "Please correct identified errors before saving",
"common_country" => "Country",
"common_dashboard" => "",
"common_date" => "Date",
"common_delete" => "Delete",
"common_det" => "details",
"common_download_import_template" => "Download Import CSV Template (CSV)",
"common_edit" => "edit",
"common_email" => "Email",
"common_email_invalid_format" => "The email address is not in the correct format.",
"common_export_csv" => "CSV Export",
"common_export_csv_no" => "No",
"common_export_csv_yes" => "Yes",
"common_fields_required_message" => "Fields in red are required",
"common_fields_required_message_unique" => "",
"common_first_name" => "First Name",
"common_first_name_required" => "First Name is a required field.",
"common_first_page" => "First",
"common_gender" => "Gender",
"common_gender_female" => "F",
"common_gender_male" => "M",
"common_gender_undefined" => "",
"common_icon" => "Icon",
"common_id" => "ID",
"common_import" => "Import",
"common_import_change_file" => "Change",
"common_import_csv" => "CSV Import",
"common_import_full_path" => "Full path to CSV file required",
"common_import_remove_file" => "Remove",
"common_import_select_file" => "Select file",
"common_inv" => "inv",
"common_last_name" => "Last Name",
"common_last_name_required" => "Last Name is a required field.",
"common_last_page" => "Last",
"common_learn_about_project" => "to learn the latest information about the project.",
"common_list_of" => "List of",
"common_logo" => "Logo",
"common_logo_mark" => "Mark",
"common_logout" => "",
"common_manager" => "",
"common_migration_needed" => "",
"common_new" => "New",
"common_no" => "No",
"common_no_persons_to_display" => "There are no people to display.",
"common_none_selected_text" => "[Select]",
"common_or" => "OR",
"common_people" => "",
"common_phone_number" => "Phone Number",
"common_phone_number_required" => "",
"common_please_visit_my" => "Please visit the",
"common_position" => "",
"common_powered_by" => "Powered by",
"common_price" => "Price",
"common_print" => "Print",
"common_remove" => "Remove",
"common_required" => "Required",
"common_restore" => "Restore",
"common_return_policy" => "Return Policy",
"common_search" => "Search",
"common_search_options" => "Search options",
"common_searched_for" => "Searched for",
"common_software_short" => "OSPOS",
"common_software_title" => "Open Source Point of Sale",
"common_state" => "State",
"common_submit" => "Submit",
"common_total_spent" => "Total Spent",
"common_unknown" => "Unknown",
"common_view_recent_sales" => "View Recent Sales",
"common_website" => "opensourcepos.org",
"common_welcome" => "Welcome",
"common_welcome_message" => "Welcome to OSPOS, click a module below to get started.",
"common_yes" => "Yes",
"common_you_are_using_ospos" => "",
"common_zip" => "Postal Code",
];

View File

@@ -1,328 +1,330 @@
<?php
$lang["config_address"] = "Company Address";
$lang["config_address_required"] = "Company address is a required field.";
$lang["config_all_set"] = "All file permissions are set correctly!";
$lang["config_allow_duplicate_barcodes"] = "Allow Duplicate Barcodes";
$lang["config_apostrophe"] = "apostrophe";
$lang["config_backup_button"] = "Backup";
$lang["config_backup_database"] = "Backup Database";
$lang["config_barcode"] = "Barcode";
$lang["config_barcode_company"] = "Company Name";
$lang["config_barcode_configuration"] = "Barcode Configuration";
$lang["config_barcode_content"] = "Barcode Content";
$lang["config_barcode_first_row"] = "Row 1";
$lang["config_barcode_font"] = "Font";
$lang["config_barcode_formats"] = "Input Formats";
$lang["config_barcode_generate_if_empty"] = "Generate if empty.";
$lang["config_barcode_height"] = "Height (px)";
$lang["config_barcode_id"] = "Item Id/Name";
$lang["config_barcode_info"] = "Barcode Configuration Information";
$lang["config_barcode_layout"] = "Barcode Layout";
$lang["config_barcode_name"] = "Name";
$lang["config_barcode_number"] = "Barcode";
$lang["config_barcode_number_in_row"] = "Number in row";
$lang["config_barcode_page_cellspacing"] = "Display page cellspacing.";
$lang["config_barcode_page_width"] = "Display page width";
$lang["config_barcode_price"] = "Price";
$lang["config_barcode_second_row"] = "Row 2";
$lang["config_barcode_third_row"] = "Row 3";
$lang["config_barcode_tooltip"] = "Warning: This feature can cause duplicate items to be imported or created. Do not use if you do not want duplicate barcodes.";
$lang["config_barcode_type"] = "Barcode Type";
$lang["config_barcode_width"] = "Width (px)";
$lang["config_bottom"] = "Bottom";
$lang["config_cash_button"] = "";
$lang["config_cash_button_1"] = "";
$lang["config_cash_button_2"] = "";
$lang["config_cash_button_3"] = "";
$lang["config_cash_button_4"] = "";
$lang["config_cash_button_5"] = "";
$lang["config_cash_button_6"] = "";
$lang["config_cash_decimals"] = "Cash Decimals";
$lang["config_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.";
$lang["config_cash_rounding"] = "Cash Rounding";
$lang["config_category_dropdown"] = "Show Category as a dropdown";
$lang["config_center"] = "Center";
$lang["config_change_apperance_tooltip"] = "";
$lang["config_comma"] = "comma";
$lang["config_company"] = "Company Name";
$lang["config_company_avatar"] = "";
$lang["config_company_change_image"] = "Change Image";
$lang["config_company_logo"] = "Company Logo";
$lang["config_company_remove_image"] = "Remove Image";
$lang["config_company_required"] = "Company name is a required field";
$lang["config_company_select_image"] = "Select Image";
$lang["config_company_website_url"] = "Company website is not a valid URL (http://...).";
$lang["config_country_codes"] = "Country Codes";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_code"] = "Currency Code";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "Currency Symbol";
$lang["config_current_employee_only"] = "";
$lang["config_customer_reward"] = "Reward";
$lang["config_customer_reward_duplicate"] = "Reward must be unique.";
$lang["config_customer_reward_enable"] = "Enable Customer Rewards";
$lang["config_customer_reward_invalid_chars"] = "Reward can not contain '_'";
$lang["config_customer_reward_required"] = "Reward is a required field";
$lang["config_customer_sales_tax_support"] = "";
$lang["config_date_or_time_format"] = "Date and Time Filter";
$lang["config_datetimeformat"] = "Date and Time Format";
$lang["config_decimal_point"] = "Decimal Point";
$lang["config_default_barcode_font_size_number"] = "Default Barcode Font Size must be a number.";
$lang["config_default_barcode_font_size_required"] = "Default Barcode Font Size is a required field.";
$lang["config_default_barcode_height_number"] = "Default Barcode Height must be a number.";
$lang["config_default_barcode_height_required"] = "Default Barcode Height is a required field.";
$lang["config_default_barcode_num_in_row_number"] = "Default Barcode Number in Row must be a number.";
$lang["config_default_barcode_num_in_row_required"] = "Default Barcode Number in Row is a required field.";
$lang["config_default_barcode_page_cellspacing_number"] = "Default Barcode Page Cellspacing must be a number.";
$lang["config_default_barcode_page_cellspacing_required"] = "Default Barcode Page Cellspacing is a required field.";
$lang["config_default_barcode_page_width_number"] = "Default Barcode Page Width must be a number.";
$lang["config_default_barcode_page_width_required"] = "Default Barcode Page Width is a required field.";
$lang["config_default_barcode_width_number"] = "Default Barcode Width must be a number.";
$lang["config_default_barcode_width_required"] = "Default Barcode Width is a required field.";
$lang["config_default_item_columns"] = "Default Visible Item Columns";
$lang["config_default_origin_tax_code"] = "Default Origin Tax Code";
$lang["config_default_receivings_discount"] = "Default Receivings Discount";
$lang["config_default_receivings_discount_number"] = "Default Receivings Discount must be a number.";
$lang["config_default_receivings_discount_required"] = "Default Receivings Discount is a required field.";
$lang["config_default_sales_discount"] = "Default Sales Discount";
$lang["config_default_sales_discount_number"] = "Default Sales Discount must be a number.";
$lang["config_default_sales_discount_required"] = "Default Sales Discount is a required field.";
$lang["config_default_tax_category"] = "Default Tax Category";
$lang["config_default_tax_code"] = "Default Tax Code";
$lang["config_default_tax_jurisdiction"] = "Default Tax Jurisdiction";
$lang["config_default_tax_name_number"] = "Default Tax Name must be a string.";
$lang["config_default_tax_name_required"] = "Default Tax Name is a required field.";
$lang["config_default_tax_rate"] = "Default Tax Rate %";
$lang["config_default_tax_rate_1"] = "Tax 1 Rate";
$lang["config_default_tax_rate_2"] = "Tax 2 Rate";
$lang["config_default_tax_rate_3"] = "";
$lang["config_default_tax_rate_number"] = "Default Tax Rate must be a number.";
$lang["config_default_tax_rate_required"] = "Default Tax Rate is a required field.";
$lang["config_derive_sale_quantity"] = "Allow Derived Sale Quantity";
$lang["config_derive_sale_quantity_tooltip"] = "If checked then a new item type will be provided for items ordered by extended amount";
$lang["config_dinner_table"] = "Table";
$lang["config_dinner_table_duplicate"] = "Table must be unique.";
$lang["config_dinner_table_enable"] = "Enable Dinner Tables";
$lang["config_dinner_table_invalid_chars"] = "Table Name can not contain '_'.";
$lang["config_dinner_table_required"] = "Table is a required field.";
$lang["config_dot"] = "dot";
$lang["config_email"] = "Email";
$lang["config_email_configuration"] = "Email Configuration";
$lang["config_email_mailpath"] = "Path to Sendmail";
$lang["config_email_protocol"] = "Protocol";
$lang["config_email_receipt_check_behaviour"] = "Email Receipt checkbox";
$lang["config_email_receipt_check_behaviour_always"] = "Always checked";
$lang["config_email_receipt_check_behaviour_last"] = "Remember last selection";
$lang["config_email_receipt_check_behaviour_never"] = "Always unchecked";
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
$lang["config_email_smtp_host"] = "SMTP Server";
$lang["config_email_smtp_pass"] = "SMTP Password";
$lang["config_email_smtp_port"] = "SMTP Port";
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
$lang["config_email_smtp_user"] = "SMTP Username";
$lang["config_enable_avatar"] = "";
$lang["config_enable_avatar_tooltip"] = "";
$lang["config_enable_dropdown_tooltip"] = "";
$lang["config_enable_new_look"] = "";
$lang["config_enable_right_bar"] = "";
$lang["config_enable_right_bar_tooltip"] = "";
$lang["config_enforce_privacy"] = "Enforce privacy";
$lang["config_enforce_privacy_tooltip"] = "Protect Customers privacy enforcing data scrambling in case of their data being deleted";
$lang["config_fax"] = "Fax";
$lang["config_file_perm"] = "There are problems with file permissions. Please fix and reload this page.";
$lang["config_financial_year"] = "Fiscal Year Start";
$lang["config_financial_year_apr"] = "1st of April";
$lang["config_financial_year_aug"] = "1st of August";
$lang["config_financial_year_dec"] = "1st of December";
$lang["config_financial_year_feb"] = "1st of February";
$lang["config_financial_year_jan"] = "1st of January";
$lang["config_financial_year_jul"] = "1st of July";
$lang["config_financial_year_jun"] = "1st of June";
$lang["config_financial_year_mar"] = "1st of March";
$lang["config_financial_year_may"] = "1st of May";
$lang["config_financial_year_nov"] = "1st of November";
$lang["config_financial_year_oct"] = "1st of October";
$lang["config_financial_year_sep"] = "1st of September";
$lang["config_floating_labels"] = "Floating Labels";
$lang["config_gcaptcha_enable"] = "Login Page reCAPTCHA";
$lang["config_gcaptcha_secret_key"] = "reCAPTCHA Secret Key";
$lang["config_gcaptcha_secret_key_required"] = "reCAPTCHA Secret Key is a required field";
$lang["config_gcaptcha_site_key"] = "reCAPTCHA Site Key";
$lang["config_gcaptcha_site_key_required"] = "reCAPTCHA Site Key is a required field";
$lang["config_gcaptcha_tooltip"] = "Protect the Login page with Google reCAPTCHA, click the icon for an API key pair.";
$lang["config_general"] = "General";
$lang["config_general_configuration"] = "General Configuration";
$lang["config_giftcard_number"] = "Gift Card Number";
$lang["config_giftcard_random"] = "Generate Random";
$lang["config_giftcard_series"] = "Generate in Series";
$lang["config_image_allowed_file_types"] = "Allowed file types";
$lang["config_image_max_height_tooltip"] = "Maximum allowed height of image uploads in pixels (px).";
$lang["config_image_max_size_tooltip"] = "Maximum allowed file size of image uploads in kilobytes (kb).";
$lang["config_image_max_width_tooltip"] = "Maximum allowed width of image uploads in pixels (px).";
$lang["config_image_restrictions"] = "Image Upload Restrictions";
$lang["config_include_hsn"] = "Include Support for HSN Codes";
$lang["config_info"] = "Information";
$lang["config_info_configuration"] = "Store Information";
$lang["config_input_groups"] = "Input Groups";
$lang["config_integrations"] = "Integrations";
$lang["config_integrations_configuration"] = "Third Party Integrations";
$lang["config_invoice"] = "Invoice";
$lang["config_invoice_configuration"] = "Invoice Print Settings";
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
$lang["config_invoice_email_message"] = "Invoice Email Template";
$lang["config_invoice_enable"] = "Enable Invoicing";
$lang["config_invoice_printer"] = "Invoice Printer";
$lang["config_invoice_type"] = "Invoice Type";
$lang["config_is_readable"] = "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh.";
$lang["config_is_writable"] = "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.";
$lang["config_item_markup"] = "";
$lang["config_jsprintsetup_required"] = "Warning: This functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?";
$lang["config_language"] = "Language";
$lang["config_last_used_invoice_number"] = "Last used Invoice Number";
$lang["config_last_used_quote_number"] = "Last used Quote Number";
$lang["config_last_used_work_order_number"] = "Last used W/O Number";
$lang["config_left"] = "Left";
$lang["config_license"] = "License";
$lang["config_license_configuration"] = "License Statement";
$lang["config_line_sequence"] = "Line Sequence";
$lang["config_lines_per_page"] = "Lines per Page";
$lang["config_lines_per_page_number"] = "Lines per Page must be a number.";
$lang["config_lines_per_page_required"] = "Lines per Page is a required field.";
$lang["config_locale"] = "Localization";
$lang["config_locale_configuration"] = "Localization Configuration";
$lang["config_locale_info"] = "Localization Configuration Information";
$lang["config_location"] = "Stock";
$lang["config_location_configuration"] = "Stock Locations";
$lang["config_location_info"] = "Location Configuration Information";
$lang["config_login_form"] = "Login Form Style";
$lang["config_logout"] = "Do you want to make a backup before logging out? Click [OK] to backup or [Cancel] to logout.";
$lang["config_mailchimp"] = "MailChimp";
$lang["config_mailchimp_api_key"] = "MailChimp API Key";
$lang["config_mailchimp_configuration"] = "MailChimp Configuration";
$lang["config_mailchimp_key_successfully"] = "API Key is valid.";
$lang["config_mailchimp_key_unsuccessfully"] = "API Key is invalid.";
$lang["config_mailchimp_lists"] = "MailChimp List(s)";
$lang["config_mailchimp_tooltip"] = "Click the icon for an API Key.";
$lang["config_message"] = "Message";
$lang["config_message_configuration"] = "Message Configuration";
$lang["config_msg_msg"] = "Saved Text Message";
$lang["config_msg_msg_placeholder"] = "If you wish to use a SMS template save your message here, otherwise leave the box blank.";
$lang["config_msg_pwd"] = "SMS-API Password";
$lang["config_msg_pwd_required"] = "SMS-API Password is a required field";
$lang["config_msg_src"] = "SMS-API Sender ID";
$lang["config_msg_src_required"] = "SMS-API Sender ID is a required field";
$lang["config_msg_uid"] = "SMS-API Username";
$lang["config_msg_uid_required"] = "SMS-API Username is a required field";
$lang["config_multi_pack_enabled"] = "Multiple Packages per Item";
$lang["config_no_risk"] = "No security/vulnerability risks.";
$lang["config_none"] = "none";
$lang["config_notify_alignment"] = "Notification Popup Position";
$lang["config_number_format"] = "Number Format";
$lang["config_number_locale"] = "Localization";
$lang["config_number_locale_invalid"] = "The entered locale is invalid. Check the link in the tooltip to find a valid locale.";
$lang["config_number_locale_required"] = "Number Locale is a required field.";
$lang["config_number_locale_tooltip"] = "Find a suitable locale through this link.";
$lang["config_os_timezone"] = "OSPOS Timezone:";
$lang["config_ospos_info"] = "OSPOS Installation Info";
$lang["config_payment_options_order"] = "Payment Options Order";
$lang["config_perm_risk"] = "Incorrect permissions leaves this software at risk.";
$lang["config_phone"] = "Company Phone";
$lang["config_phone_required"] = "Company Phone is a required field.";
$lang["config_print_bottom_margin"] = "Margin Bottom";
$lang["config_print_bottom_margin_number"] = "Margin Bottom must be a number.";
$lang["config_print_bottom_margin_required"] = "Margin Bottom is a required field.";
$lang["config_print_delay_autoreturn"] = "Autoreturn to Sale delay";
$lang["config_print_delay_autoreturn_number"] = "Autoreturn to Sale delay is a required field.";
$lang["config_print_delay_autoreturn_required"] = "Autoreturn to Sale delay must be a number.";
$lang["config_print_footer"] = "Print Browser Footer";
$lang["config_print_header"] = "Print Browser Header";
$lang["config_print_left_margin"] = "Margin Left";
$lang["config_print_left_margin_number"] = "Margin Left must be a number.";
$lang["config_print_left_margin_required"] = "Margin Left is a required field.";
$lang["config_print_receipt_check_behaviour"] = "Print Receipt checkbox";
$lang["config_print_receipt_check_behaviour_always"] = "Always checked";
$lang["config_print_receipt_check_behaviour_last"] = "Remember last selection";
$lang["config_print_receipt_check_behaviour_never"] = "Always unchecked";
$lang["config_print_right_margin"] = "Margin Right";
$lang["config_print_right_margin_number"] = "Margin Right must be a number.";
$lang["config_print_right_margin_required"] = "Margin Right is a required field.";
$lang["config_print_silently"] = "Show Print Dialog";
$lang["config_print_top_margin"] = "Margin Top";
$lang["config_print_top_margin_number"] = "Margin Top must be a number.";
$lang["config_print_top_margin_required"] = "Margin Top is a required field.";
$lang["config_quantity_decimals"] = "Quantity Decimals";
$lang["config_quick_cash_enable"] = "";
$lang["config_quote_default_comments"] = "Default Quote Comments";
$lang["config_receipt"] = "Receipt";
$lang["config_receipt_category"] = "";
$lang["config_receipt_configuration"] = "Receipt Print Settings";
$lang["config_receipt_default"] = "Default";
$lang["config_receipt_font_size"] = "Font Size";
$lang["config_receipt_font_size_number"] = "Font Size must be a number.";
$lang["config_receipt_font_size_required"] = "Font Size is a required field.";
$lang["config_receipt_info"] = "Receipt Configuration Information";
$lang["config_receipt_printer"] = "Ticket Printer";
$lang["config_receipt_short"] = "Short";
$lang["config_receipt_show_company_name"] = "Show Company Name";
$lang["config_receipt_show_description"] = "Show Description";
$lang["config_receipt_show_serialnumber"] = "Show Serial Number";
$lang["config_receipt_show_tax_ind"] = "Show Tax Indicator";
$lang["config_receipt_show_taxes"] = "Show Taxes";
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
$lang["config_receipt_template"] = "Receipt Template";
$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)";
$lang["config_recv_invoice_format"] = "Receivings Invoice Format";
$lang["config_register_mode_default"] = "Default Register Mode";
$lang["config_report_an_issue"] = "Report an issue";
$lang["config_return_policy_required"] = "Return policy is a required field.";
$lang["config_reward"] = "Reward";
$lang["config_reward_configuration"] = "Reward Configuration";
$lang["config_right"] = "Right";
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
$lang["config_sales_quote_format"] = "Sales Quote Format";
$lang["config_saved_successfully"] = "Configuration save successful.";
$lang["config_saved_unsuccessfully"] = "Configuration save failed.";
$lang["config_security_issue"] = "Security Vulnerability Warning";
$lang["config_server_notice"] = "Please use the below info for issue reporting.";
$lang["config_service_charge"] = "";
$lang["config_show_due_enable"] = "";
$lang["config_show_office_group"] = "Show office icon";
$lang["config_statistics"] = "Send Statistics";
$lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes.";
$lang["config_stock_location"] = "Stock location";
$lang["config_stock_location_duplicate"] = "Stock Location must be unique.";
$lang["config_stock_location_invalid_chars"] = "Stock Location can not contain '_'.";
$lang["config_stock_location_required"] = "Stock location is a required field.";
$lang["config_suggestions_fifth_column"] = "";
$lang["config_suggestions_first_column"] = "Column 1";
$lang["config_suggestions_fourth_column"] = "";
$lang["config_suggestions_layout"] = "Search Suggestions Layout";
$lang["config_suggestions_second_column"] = "Column 2";
$lang["config_suggestions_third_column"] = "Column 3";
$lang["config_system_conf"] = "Setup & Conf";
$lang["config_system_info"] = "System Info";
$lang["config_table"] = "Table";
$lang["config_table_configuration"] = "Table Configuration";
$lang["config_takings_printer"] = "Receipt Printer";
$lang["config_tax"] = "Tax";
$lang["config_tax_category"] = "Tax Category";
$lang["config_tax_category_duplicate"] = "The entered tax category already exists.";
$lang["config_tax_category_invalid_chars"] = "The entered tax category is invalid.";
$lang["config_tax_category_required"] = "The tax category is required.";
$lang["config_tax_category_used"] = "Tax category cannot be deleted because it is being used.";
$lang["config_tax_configuration"] = "Tax Configuration";
$lang["config_tax_decimals"] = "Tax Decimals";
$lang["config_tax_id"] = "Tax Id";
$lang["config_tax_included"] = "Tax Included";
$lang["config_theme"] = "Theme";
$lang["config_theme_preview"] = "Preview Theme:";
$lang["config_thousands_separator"] = "Thousands Separator";
$lang["config_timezone"] = "Timezone";
$lang["config_timezone_error"] = "OSPOS Timezone is Different from your Local Timezone.";
$lang["config_top"] = "Top";
$lang["config_use_destination_based_tax"] = "Use Destination Based Tax";
$lang["config_user_timezone"] = "Local Timezone:";
$lang["config_website"] = "Website";
$lang["config_wholesale_markup"] = "";
$lang["config_work_order_enable"] = "Work Order Support";
$lang["config_work_order_format"] = "Work Order Format";
return [
"config_address" => "Company Address",
"config_address_required" => "Company address is a required field.",
"config_all_set" => "All file permissions are set correctly!",
"config_allow_duplicate_barcodes" => "Allow Duplicate Barcodes",
"config_apostrophe" => "apostrophe",
"config_backup_button" => "Backup",
"config_backup_database" => "Backup Database",
"config_barcode" => "Barcode",
"config_barcode_company" => "Company Name",
"config_barcode_configuration" => "Barcode Configuration",
"config_barcode_content" => "Barcode Content",
"config_barcode_first_row" => "Row 1",
"config_barcode_font" => "Font",
"config_barcode_formats" => "Input Formats",
"config_barcode_generate_if_empty" => "Generate if empty.",
"config_barcode_height" => "Height (px)",
"config_barcode_id" => "Item Id/Name",
"config_barcode_info" => "Barcode Configuration Information",
"config_barcode_layout" => "Barcode Layout",
"config_barcode_name" => "Name",
"config_barcode_number" => "Barcode",
"config_barcode_number_in_row" => "Number in row",
"config_barcode_page_cellspacing" => "Display page cellspacing.",
"config_barcode_page_width" => "Display page width",
"config_barcode_price" => "Price",
"config_barcode_second_row" => "Row 2",
"config_barcode_third_row" => "Row 3",
"config_barcode_tooltip" => "Warning: This feature can cause duplicate items to be imported or created. Do not use if you do not want duplicate barcodes.",
"config_barcode_type" => "Barcode Type",
"config_barcode_width" => "Width (px)",
"config_bottom" => "Bottom",
"config_cash_button" => "",
"config_cash_button_1" => "",
"config_cash_button_2" => "",
"config_cash_button_3" => "",
"config_cash_button_4" => "",
"config_cash_button_5" => "",
"config_cash_button_6" => "",
"config_cash_decimals" => "Cash Decimals",
"config_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.",
"config_cash_rounding" => "Cash Rounding",
"config_category_dropdown" => "Show Category as a dropdown",
"config_center" => "Center",
"config_change_apperance_tooltip" => "",
"config_comma" => "comma",
"config_company" => "Company Name",
"config_company_avatar" => "",
"config_company_change_image" => "Change Image",
"config_company_logo" => "Company Logo",
"config_company_remove_image" => "Remove Image",
"config_company_required" => "Company name is a required field",
"config_company_select_image" => "Select Image",
"config_company_website_url" => "Company website is not a valid URL (http://...).",
"config_country_codes" => "Country Codes",
"config_country_codes_tooltip" => "Comma separated list of country codes for nominatim address lookup.",
"config_currency_code" => "Currency Code",
"config_currency_decimals" => "Currency Decimals",
"config_currency_symbol" => "Currency Symbol",
"config_current_employee_only" => "",
"config_customer_reward" => "Reward",
"config_customer_reward_duplicate" => "Reward must be unique.",
"config_customer_reward_enable" => "Enable Customer Rewards",
"config_customer_reward_invalid_chars" => "Reward can not contain '_'",
"config_customer_reward_required" => "Reward is a required field",
"config_customer_sales_tax_support" => "",
"config_date_or_time_format" => "Date and Time Filter",
"config_datetimeformat" => "Date and Time Format",
"config_decimal_point" => "Decimal Point",
"config_default_barcode_font_size_number" => "Default Barcode Font Size must be a number.",
"config_default_barcode_font_size_required" => "Default Barcode Font Size is a required field.",
"config_default_barcode_height_number" => "Default Barcode Height must be a number.",
"config_default_barcode_height_required" => "Default Barcode Height is a required field.",
"config_default_barcode_num_in_row_number" => "Default Barcode Number in Row must be a number.",
"config_default_barcode_num_in_row_required" => "Default Barcode Number in Row is a required field.",
"config_default_barcode_page_cellspacing_number" => "Default Barcode Page Cellspacing must be a number.",
"config_default_barcode_page_cellspacing_required" => "Default Barcode Page Cellspacing is a required field.",
"config_default_barcode_page_width_number" => "Default Barcode Page Width must be a number.",
"config_default_barcode_page_width_required" => "Default Barcode Page Width is a required field.",
"config_default_barcode_width_number" => "Default Barcode Width must be a number.",
"config_default_barcode_width_required" => "Default Barcode Width is a required field.",
"config_default_item_columns" => "Default Visible Item Columns",
"config_default_origin_tax_code" => "Default Origin Tax Code",
"config_default_receivings_discount" => "Default Receivings Discount",
"config_default_receivings_discount_number" => "Default Receivings Discount must be a number.",
"config_default_receivings_discount_required" => "Default Receivings Discount is a required field.",
"config_default_sales_discount" => "Default Sales Discount",
"config_default_sales_discount_number" => "Default Sales Discount must be a number.",
"config_default_sales_discount_required" => "Default Sales Discount is a required field.",
"config_default_tax_category" => "Default Tax Category",
"config_default_tax_code" => "Default Tax Code",
"config_default_tax_jurisdiction" => "Default Tax Jurisdiction",
"config_default_tax_name_number" => "Default Tax Name must be a string.",
"config_default_tax_name_required" => "Default Tax Name is a required field.",
"config_default_tax_rate" => "Default Tax Rate %",
"config_default_tax_rate_1" => "Tax 1 Rate",
"config_default_tax_rate_2" => "Tax 2 Rate",
"config_default_tax_rate_3" => "",
"config_default_tax_rate_number" => "Default Tax Rate must be a number.",
"config_default_tax_rate_required" => "Default Tax Rate is a required field.",
"config_derive_sale_quantity" => "Allow Derived Sale Quantity",
"config_derive_sale_quantity_tooltip" => "If checked then a new item type will provided for items ordered by extended amount",
"config_dinner_table" => "Table",
"config_dinner_table_duplicate" => "Table must be unique.",
"config_dinner_table_enable" => "Enable Dinner Tables",
"config_dinner_table_invalid_chars" => "Table Name can not contain '_'.",
"config_dinner_table_required" => "Table is a required field.",
"config_dot" => "dot",
"config_email" => "Email",
"config_email_configuration" => "Email Configuration",
"config_email_mailpath" => "Path to Sendmail",
"config_email_protocol" => "Protocol",
"config_email_receipt_check_behaviour" => "Email Receipt checkbox",
"config_email_receipt_check_behaviour_always" => "Always checked",
"config_email_receipt_check_behaviour_last" => "Remember last selection",
"config_email_receipt_check_behaviour_never" => "Always unchecked",
"config_email_smtp_crypto" => "SMTP Encryption",
"config_email_smtp_host" => "SMTP Server",
"config_email_smtp_pass" => "SMTP Password",
"config_email_smtp_port" => "SMTP Port",
"config_email_smtp_timeout" => "SMTP Timeout (s)",
"config_email_smtp_user" => "SMTP Username",
"config_enable_avatar" => "",
"config_enable_avatar_tooltip" => "",
"config_enable_dropdown_tooltip" => "",
"config_enable_new_look" => "",
"config_enable_right_bar" => "",
"config_enable_right_bar_tooltip" => "",
"config_enforce_privacy" => "Enforce privacy",
"config_enforce_privacy_tooltip" => "Protect Customers privacy enforcing data scrambling in case of their data being deleted",
"config_fax" => "Fax",
"config_file_perm" => "There are problems with file permissions please fix and reload this page.",
"config_financial_year" => "Fiscal Year Start",
"config_financial_year_apr" => "1st of April",
"config_financial_year_aug" => "1st of August",
"config_financial_year_dec" => "1st of December",
"config_financial_year_feb" => "1st of February",
"config_financial_year_jan" => "1st of January",
"config_financial_year_jul" => "1st of July",
"config_financial_year_jun" => "1st of June",
"config_financial_year_mar" => "1st of March",
"config_financial_year_may" => "1st of May",
"config_financial_year_nov" => "1st of November",
"config_financial_year_oct" => "1st of October",
"config_financial_year_sep" => "1st of September",
"config_floating_labels" => "Floating Labels",
"config_gcaptcha_enable" => "Login Page reCAPTCHA",
"config_gcaptcha_secret_key" => "reCAPTCHA Secret Key",
"config_gcaptcha_secret_key_required" => "reCAPTCHA Secret Key is a required field",
"config_gcaptcha_site_key" => "reCAPTCHA Site Key",
"config_gcaptcha_site_key_required" => "reCAPTCHA Site Key is a required field",
"config_gcaptcha_tooltip" => "Protect the Login page with Google reCAPTCHA, click the icon for an API key pair.",
"config_general" => "General",
"config_general_configuration" => "General Configuration",
"config_giftcard_number" => "Gift Card Number",
"config_giftcard_random" => "Generate Random",
"config_giftcard_series" => "Generate in Series",
"config_image_allowed_file_types" => "Allowed file types",
"config_image_max_height_tooltip" => "Maximum allowed height of image uploads in pixels (px).",
"config_image_max_size_tooltip" => "Maximum allowed file size of image uploads in kilobytes (kb).",
"config_image_max_width_tooltip" => "Maximum allowed width of image uploads in pixels (px).",
"config_image_restrictions" => "Image Upload Restrictions",
"config_include_hsn" => "Include Support for HSN Codes",
"config_info" => "Information",
"config_info_configuration" => "Store Information",
"config_input_groups" => "Input Groups",
"config_integrations" => "Integrations",
"config_integrations_configuration" => "Third Party Integrations",
"config_invoice" => "Invoice",
"config_invoice_configuration" => "Invoice Print Settings",
"config_invoice_default_comments" => "Default Invoice Comments",
"config_invoice_email_message" => "Invoice Email Template",
"config_invoice_enable" => "Enable Invoicing",
"config_invoice_printer" => "Invoice Printer",
"config_invoice_type" => "Invoice Type",
"config_is_readable" => "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh.",
"config_is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.",
"config_item_markup" => "",
"config_jsprintsetup_required" => "Warning: This functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?",
"config_language" => "Language",
"config_last_used_invoice_number" => "Last used Invoice Number",
"config_last_used_quote_number" => "Last used Quote Number",
"config_last_used_work_order_number" => "Last used W/O Number",
"config_left" => "Left",
"config_license" => "License",
"config_license_configuration" => "License Statement",
"config_line_sequence" => "Line Sequence",
"config_lines_per_page" => "Lines per Page",
"config_lines_per_page_number" => "Lines per Page must be a number.",
"config_lines_per_page_required" => "Lines per Page is a required field.",
"config_locale" => "Localization",
"config_locale_configuration" => "Localization Configuration",
"config_locale_info" => "Localization Configuration Information",
"config_location" => "Stock",
"config_location_configuration" => "Stock Locations",
"config_location_info" => "Location Configuration Information",
"config_login_form" => "Login Form Style",
"config_logout" => "Do you want to make a backup before logging out? Click [OK] to backup or [Cancel] to logout.",
"config_mailchimp" => "MailChimp",
"config_mailchimp_api_key" => "MailChimp API Key",
"config_mailchimp_configuration" => "MailChimp Configuration",
"config_mailchimp_key_successfully" => "API Key is valid.",
"config_mailchimp_key_unsuccessfully" => "API Key is invalid.",
"config_mailchimp_lists" => "MailChimp List(s)",
"config_mailchimp_tooltip" => "Click the icon for an API Key.",
"config_message" => "Message",
"config_message_configuration" => "Message Configuration",
"config_msg_msg" => "Saved Text Message",
"config_msg_msg_placeholder" => "If you wish to use a SMS template save your message here, otherwise leave the box blank.",
"config_msg_pwd" => "SMS-API Password",
"config_msg_pwd_required" => "SMS-API Password is a required field",
"config_msg_src" => "SMS-API Sender ID",
"config_msg_src_required" => "SMS-API Sender ID is a required field",
"config_msg_uid" => "SMS-API Username",
"config_msg_uid_required" => "SMS-API Username is a required field",
"config_multi_pack_enabled" => "Multiple Packages per Item",
"config_no_risk" => "No security/vulnerability risks.",
"config_none" => "none",
"config_notify_alignment" => "Notification Popup Position",
"config_number_format" => "Number Format",
"config_number_locale" => "Localization",
"config_number_locale_invalid" => "The entered locale is invalid. Check the link in the tooltip to find a valid locale.",
"config_number_locale_required" => "Number Locale is a required field.",
"config_number_locale_tooltip" => "Find a suitable locale through this link.",
"config_os_timezone" => "OSPOS Timezone:",
"config_ospos_info" => "OSPOS Installation Info",
"config_payment_options_order" => "Payment Options Order",
"config_perm_risk" => "Incorrect permissions leaves this software at risk.",
"config_phone" => "Company Phone",
"config_phone_required" => "Company Phone is a required field.",
"config_print_bottom_margin" => "Margin Bottom",
"config_print_bottom_margin_number" => "Margin Bottom must be a number.",
"config_print_bottom_margin_required" => "Margin Bottom is a required field.",
"config_print_delay_autoreturn" => "Autoreturn to Sale delay",
"config_print_delay_autoreturn_number" => "Autoreturn to Sale delay is a required field.",
"config_print_delay_autoreturn_required" => "Autoreturn to Sale delay must be a number.",
"config_print_footer" => "Print Browser Footer",
"config_print_header" => "Print Browser Header",
"config_print_left_margin" => "Margin Left",
"config_print_left_margin_number" => "Margin Left must be a number.",
"config_print_left_margin_required" => "Margin Left is a required field.",
"config_print_receipt_check_behaviour" => "Print Receipt checkbox",
"config_print_receipt_check_behaviour_always" => "Always checked",
"config_print_receipt_check_behaviour_last" => "Remember last selection",
"config_print_receipt_check_behaviour_never" => "Always unchecked",
"config_print_right_margin" => "Margin Right",
"config_print_right_margin_number" => "Margin Right must be a number.",
"config_print_right_margin_required" => "Margin Right is a required field.",
"config_print_silently" => "Show Print Dialog",
"config_print_top_margin" => "Margin Top",
"config_print_top_margin_number" => "Margin Top must be a number.",
"config_print_top_margin_required" => "Margin Top is a required field.",
"config_quantity_decimals" => "Quantity Decimals",
"config_quick_cash_enable" => "",
"config_quote_default_comments" => "Default Quote Comments",
"config_receipt" => "Receipt",
"config_receipt_category" => "",
"config_receipt_configuration" => "Receipt Print Settings",
"config_receipt_default" => "Default",
"config_receipt_font_size" => "Font Size",
"config_receipt_font_size_number" => "Font Size must be a number.",
"config_receipt_font_size_required" => "Font Size is a required field.",
"config_receipt_info" => "Receipt Configuration Information",
"config_receipt_printer" => "Ticket Printer",
"config_receipt_short" => "Short",
"config_receipt_show_company_name" => "Show Company Name",
"config_receipt_show_description" => "Show Description",
"config_receipt_show_serialnumber" => "Show Serial Number",
"config_receipt_show_tax_ind" => "Show Tax Indicator",
"config_receipt_show_taxes" => "Show Taxes",
"config_receipt_show_total_discount" => "Show Total Discount",
"config_receipt_template" => "Receipt Template",
"config_receiving_calculate_average_price" => "Calc avg. Price (Receiving)",
"config_recv_invoice_format" => "Receivings Invoice Format",
"config_register_mode_default" => "Default Register Mode",
"config_report_an_issue" => "Report an issue",
"config_return_policy_required" => "Return policy is a required field.",
"config_reward" => "Reward",
"config_reward_configuration" => "Reward Configuration",
"config_right" => "Right",
"config_sales_invoice_format" => "Sales Invoice Format",
"config_sales_quote_format" => "Sales Quote Format",
"config_saved_successfully" => "Configuration save successful.",
"config_saved_unsuccessfully" => "Configuration save failed.",
"config_security_issue" => "Security Vulnerability Warning",
"config_server_notice" => "Please use the below info for issue reporting.",
"config_service_charge" => "",
"config_show_due_enable" => "",
"config_show_office_group" => "Show office icon",
"config_statistics" => "Send Statistics",
"config_statistics_tooltip" => "Send statistics for development and feature improvement purposes.",
"config_stock_location" => "Stock location",
"config_stock_location_duplicate" => "Stock Location must be unique.",
"config_stock_location_invalid_chars" => "Stock Location can not contain '_'.",
"config_stock_location_required" => "Stock location is a required field.",
"config_suggestions_fifth_column" => "",
"config_suggestions_first_column" => "Column 1",
"config_suggestions_fourth_column" => "",
"config_suggestions_layout" => "Search Suggestions Layout",
"config_suggestions_second_column" => "Column 2",
"config_suggestions_third_column" => "Column 3",
"config_system_conf" => "Setup & Conf",
"config_system_info" => "System Info",
"config_table" => "Table",
"config_table_configuration" => "Table Configuration",
"config_takings_printer" => "Receipt Printer",
"config_tax" => "Tax",
"config_tax_category" => "Tax Category",
"config_tax_category_duplicate" => "The entered tax category already exists.",
"config_tax_category_invalid_chars" => "The entered tax category is invalid.",
"config_tax_category_required" => "The tax category is required.",
"config_tax_category_used" => "Tax category cannot be deleted because it is being used.",
"config_tax_configuration" => "Tax Configuration",
"config_tax_decimals" => "Tax Decimals",
"config_tax_id" => "Tax Id",
"config_tax_included" => "Tax Included",
"config_theme" => "Theme",
"config_theme_preview" => "Preview Theme:",
"config_thousands_separator" => "Thousands Separator",
"config_timezone" => "Timezone",
"config_timezone_error" => "OSPOS Timezone is Different from your Local Timezone.",
"config_top" => "Top",
"config_use_destination_based_tax" => "Use Destination Based Tax",
"config_user_timezone" => "Local Timezone:",
"config_website" => "Website",
"config_wholesale_markup" => "",
"config_work_order_enable" => "Work Order Support",
"config_work_order_format" => "Work Order Format",
];

View File

@@ -1,54 +1,56 @@
<?php
$lang["customers_account_number"] = "Account #";
$lang["customers_account_number_duplicate"] = "Account Number is already present in the database.";
$lang["customers_available_points"] = "Points Available";
$lang["customers_available_points_value"] = "";
$lang["customers_average"] = "Average spent";
$lang["customers_avg_discount"] = "Average discount";
$lang["customers_basic_information"] = "Information";
$lang["customers_cannot_be_deleted"] = "Could not delete selected customers, one or more of the selected customers has sales.";
$lang["customers_company_name"] = "Company";
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customer(s)?";
$lang["customers_confirm_restore"] = "Are you sure you want to restore selected customers(s)?";
$lang["customers_consent"] = "Registration consent";
$lang["customers_consent_required"] = "Registration consent is a required field.";
$lang["customers_csv_import_failed"] = "CSV import failed";
$lang["customers_csv_import_nodata_wrongformat"] = "The uploaded file has no data or is incorrectly formatted.";
$lang["customers_csv_import_partially_failed"] = "Customer import successful with some failures:";
$lang["customers_csv_import_success"] = "Customer import successful.";
$lang["customers_customer"] = "Customer";
$lang["customers_date"] = "Date";
$lang["customers_discount"] = "Discount";
$lang["customers_discount_fixed"] = "Fixed Discount";
$lang["customers_discount_percent"] = "Percentage Discount";
$lang["customers_discount_type"] = "Discount Type";
$lang["customers_email_duplicate"] = "Email Address is already present in the database.";
$lang["customers_employee"] = "Employee";
$lang["customers_error_adding_updating"] = "Customer add or update failed.";
$lang["customers_import_items_csv"] = "Customer Import from CSV";
$lang["customers_mailchimp_activity_click"] = "Email click";
$lang["customers_mailchimp_activity_lastopen"] = "Last open email";
$lang["customers_mailchimp_activity_open"] = "Email open";
$lang["customers_mailchimp_activity_total"] = "Email sent";
$lang["customers_mailchimp_activity_unopen"] = "Email unopen";
$lang["customers_mailchimp_email_client"] = "Email client";
$lang["customers_mailchimp_info"] = "MailChimp";
$lang["customers_mailchimp_member_rating"] = "Rating";
$lang["customers_mailchimp_status"] = "Status";
$lang["customers_mailchimp_vip"] = "VIP";
$lang["customers_max"] = "Max. spent";
$lang["customers_min"] = "Min. spent";
$lang["customers_new"] = "New Customer";
$lang["customers_none_selected"] = "You have not selected any customer(s) to delete.";
$lang["customers_one_or_multiple"] = "Customer(s)";
$lang["customers_quantity"] = "Quantity";
$lang["customers_stats_info"] = "Stats";
$lang["customers_successful_adding"] = "You have successfully added customer";
$lang["customers_successful_deleted"] = "You have successfully deleted";
$lang["customers_successful_updating"] = "You have successfully updated customer";
$lang["customers_tax_code"] = "Tax Code";
$lang["customers_tax_id"] = "Tax Id";
$lang["customers_taxable"] = "Taxable";
$lang["customers_total"] = "Total spent";
$lang["customers_update"] = "Update Customer";
$lang["rewards_package"] = "Rewards Package";
return [
"customers_account_number" => "Account #",
"customers_account_number_duplicate" => "Account Number is already present in the database.",
"customers_available_points" => "Available Points",
"customers_available_points_value" => "",
"customers_average" => "Average spent",
"customers_avg_discount" => "Average discount",
"customers_basic_information" => "Information",
"customers_cannot_be_deleted" => "Could not delete selected customers, one or more of the selected customers has sales.",
"customers_company_name" => "Company",
"customers_confirm_delete" => "Are you sure you want to delete the selected customer(s)?",
"customers_confirm_restore" => "Are you sure you want to restore selected customers(s)?",
"customers_consent" => "Registration consent",
"customers_consent_required" => "Registration consent is a required field.",
"customers_csv_import_failed" => "CSV import failed",
"customers_csv_import_nodata_wrongformat" => "The uploaded file has no data or is incorrectly formatted.",
"customers_csv_import_partially_failed" => "Customer import successful with some failures:",
"customers_csv_import_success" => "Customer import successful.",
"customers_customer" => "Customer",
"customers_date" => "Date",
"customers_discount" => "Discount",
"customers_discount_fixed" => "Fixed Discount",
"customers_discount_percent" => "Percentage Discount",
"customers_discount_type" => "Discount Type",
"customers_email_duplicate" => "Email Address is already present in the database.",
"customers_employee" => "Employee",
"customers_error_adding_updating" => "Customer add or update failed.",
"customers_import_items_csv" => "Customer Import from CSV",
"customers_mailchimp_activity_click" => "Email click",
"customers_mailchimp_activity_lastopen" => "Last open email",
"customers_mailchimp_activity_open" => "Email open",
"customers_mailchimp_activity_total" => "Email sent",
"customers_mailchimp_activity_unopen" => "Email unopen",
"customers_mailchimp_email_client" => "Email client",
"customers_mailchimp_info" => "MailChimp",
"customers_mailchimp_member_rating" => "Rating",
"customers_mailchimp_status" => "Status",
"customers_mailchimp_vip" => "VIP",
"customers_max" => "Max. spent",
"customers_min" => "Min. spent",
"customers_new" => "New Customer",
"customers_none_selected" => "You have not selected any customer(s) to delete.",
"customers_one_or_multiple" => "customer(s)",
"customers_quantity" => "Quantity",
"customers_stats_info" => "Stats",
"customers_successful_adding" => "You have successfully added customer",
"customers_successful_deleted" => "You have successfully deleted",
"customers_successful_updating" => "You have successfully updated customer",
"customers_tax_code" => "Tax Code",
"customers_tax_id" => "Tax Id",
"customers_taxable" => "Taxable",
"customers_total" => "Total spent",
"customers_update" => "Update Customer",
"rewards_package" => "Rewards Package",
];

View File

@@ -1,22 +1,23 @@
<?php
$lang["datepicker_all_time"] = "All Time";
$lang["datepicker_apply"] = "Apply";
$lang["datepicker_cancel"] = "Cancel";
$lang["datepicker_custom"] = "Custom";
$lang["datepicker_from"] = "From";
$lang["datepicker_last_30"] = "Last 30 Days";
$lang["datepicker_last_7"] = "Last 7 Days";
$lang["datepicker_last_financial_year"] = "Last Fiscal Year";
$lang["datepicker_last_month"] = "Last Month";
$lang["datepicker_last_year"] = "Last Year";
$lang["datepicker_same_month_last_year"] = "Same Month Last Year";
$lang["datepicker_same_month_to_same_day_last_year"] = "Same Month To Same Day Last Year";
$lang["datepicker_this_financial_year"] = "Current Fiscal Year";
$lang["datepicker_this_month"] = "Current Month";
$lang["datepicker_this_year"] = "Current Year";
$lang["datepicker_to"] = "To";
$lang["datepicker_today"] = "Today";
$lang["datepicker_today_last_year"] = "Today Last Year";
$lang["datepicker_weekstart"] = "0";
$lang["datepicker_yesterday"] = "Yesterday";
<?php
return [
"datepicker_all_time" => "All Time",
"datepicker_apply" => "Apply",
"datepicker_cancel" => "Cancel",
"datepicker_custom" => "Custom",
"datepicker_from" => "From",
"datepicker_last_30" => "Last 30 Days",
"datepicker_last_7" => "Last 7 Days",
"datepicker_last_financial_year" => "Last Fiscal Year",
"datepicker_last_month" => "Last Month",
"datepicker_last_year" => "Last Year",
"datepicker_same_month_last_year" => "Same Month Last Year",
"datepicker_same_month_to_same_day_last_year" => "Same Month To Same Day Last Year",
"datepicker_this_financial_year" => "Current Fiscal Year",
"datepicker_this_month" => "Current Month",
"datepicker_this_year" => "Current Year",
"datepicker_to" => "To",
"datepicker_today" => "Today",
"datepicker_today_last_year" => "Today Last Year",
"datepicker_weekstart" => "0",
"datepicker_yesterday" => "Yesterday",
];

View File

@@ -1,43 +1,44 @@
<?php
$lang["employees_administrator"] = "";
$lang["employees_basic_information"] = "Information";
$lang["employees_cannot_be_deleted"] = "Unable to delete selected employee(s), one or more of the has processed sales or you are trying to delete your account.";
$lang["employees_change_employee"] = "";
$lang["employees_change_password"] = "Change Password";
$lang["employees_clerk"] = "";
$lang["employees_commission"] = "";
$lang["employees_confirm_delete"] = "Are you sure you want to delete the selected employee(s)?";
$lang["employees_confirm_restore"] = "Are you sure you want to restore selected employee(s)?";
$lang["employees_current_password"] = "Current Password";
$lang["employees_current_password_invalid"] = "Current Password is invalid.";
$lang["employees_employee"] = "Employee";
$lang["employees_error_adding_updating"] = "Employee add or update failed.";
$lang["employees_error_deleting_demo_admin"] = "You can not delete the demo admin user.";
$lang["employees_error_updating_demo_admin"] = "You can not change the demo admin user.";
$lang["employees_language"] = "Language";
$lang["employees_login_info"] = "Login";
$lang["employees_manager"] = "";
$lang["employees_new"] = "New Employee";
$lang["employees_none_selected"] = "You have not selected any employee(s) to delete.";
$lang["employees_one_or_multiple"] = "employee(s)";
$lang["employees_password"] = "Password";
$lang["employees_password_minlength"] = "Password must be at least 8 characters in length.";
$lang["employees_password_must_match"] = "Passwords do not match.";
$lang["employees_password_not_must_match"] = "Current password and new password must be unique.";
$lang["employees_password_required"] = "Password is required.";
$lang["employees_permission_desc"] = "Check the boxes below to grant access to modules.";
$lang["employees_permission_info"] = "Permissions";
$lang["employees_repeat_password"] = "Password Again";
$lang["employees_subpermission_required"] = "Add at least one grant for each module.";
$lang["employees_successful_adding"] = "Employee add successful.";
$lang["employees_successful_change_password"] = "Password change successful.";
$lang["employees_successful_deleted"] = "You have successfully deleted";
$lang["employees_successful_updating"] = "You have successfully updated employee";
$lang["employees_system_language"] = "System Language";
$lang["employees_unsuccessful_change_password"] = "Password change failed.";
$lang["employees_update"] = "Update Employee";
$lang["employees_username"] = "Username";
$lang["employees_username_duplicate"] = "Employee username is already in use. Please choose another one.";
$lang["employees_username_minlength"] = "Username must be at least 5 characters in length.";
$lang["employees_username_required"] = "Username is a required field.";
<?php
return [
"employees_administrator" => "",
"employees_basic_information" => "Information",
"employees_cannot_be_deleted" => "Unable to delete selected employee(s), one or more of the has processed sales or you are trying to delete your account.",
"employees_change_employee" => "",
"employees_change_password" => "Change Password",
"employees_clerk" => "",
"employees_commission" => "",
"employees_confirm_delete" => "Are you sure you want to delete the selected employee(s)?",
"employees_confirm_restore" => "Are you sure you want to restore selected employee(s)?",
"employees_current_password" => "Current Password",
"employees_current_password_invalid" => "Current Password is invalid.",
"employees_employee" => "Employee",
"employees_error_adding_updating" => "Employee add or update failed.",
"employees_error_deleting_demo_admin" => "You can not delete the demo admin user.",
"employees_error_updating_demo_admin" => "You can not change the demo admin user.",
"employees_language" => "Language",
"employees_login_info" => "Login",
"employees_manager" => "",
"employees_new" => "New Employee",
"employees_none_selected" => "You have not selected any employee(s) to delete.",
"employees_one_or_multiple" => "employee(s)",
"employees_password" => "Password",
"employees_password_minlength" => "Password must be at least 8 characters in length.",
"employees_password_must_match" => "Passwords do not match.",
"employees_password_not_must_match" => "Current password and new password must be unique.",
"employees_password_required" => "Password is required.",
"employees_permission_desc" => "Check the boxes below to grant access to modules.",
"employees_permission_info" => "Permissions",
"employees_repeat_password" => "Password Again",
"employees_subpermission_required" => "Add at least one grant for each module.",
"employees_successful_adding" => "Employee add successful.",
"employees_successful_change_password" => "Password change successful.",
"employees_successful_deleted" => "You have successfully deleted",
"employees_successful_updating" => "You have successfully updated employee",
"employees_system_language" => "System Language",
"employees_unsuccessful_change_password" => "Password change failed.",
"employees_update" => "Update Employee",
"employees_username" => "Username",
"employees_username_duplicate" => "Employee username is already in use. Please choose another one.",
"employees_username_minlength" => "Username must be at least 5 characters in length.",
"employees_username_required" => "Username is a required field.",
];

View File

@@ -1,9 +1,10 @@
<?php
$lang["enum_half_down"] = "Half Down";
$lang["enum_half_even"] = "Half Even";
$lang["enum_half_five"] = "Half Five";
$lang["enum_half_odd"] = "Half Odd";
$lang["enum_half_up"] = "Half Up";
$lang["enum_round_down"] = "Round Down";
$lang["enum_round_up"] = "Round Up";
<?php
return [
"enum_half_down" => "Half Down",
"enum_half_even" => "Half Even",
"enum_half_five" => "Half Five",
"enum_half_odd" => "Half Odd",
"enum_half_up" => "Half Up",
"enum_round_down" => "Round Down",
"enum_round_up" => "Round Up",
];

View File

@@ -1,4 +1,5 @@
<?php
$lang["error_no_permission_module"] = "You do not have permission to access the module named";
$lang["error_unknown"] = "Unexpected error";
<?php
return [
"error_no_permission_module" => "You do not have permission to access the module named",
"error_unknown" => "Unexpected error",
];

View File

@@ -1,49 +1,50 @@
<?php
$lang["expenses_add_item"] = "Add Expense";
$lang["expenses_amount"] = "Amount";
$lang["expenses_amount_number"] = "Amount must be a number";
$lang["expenses_amount_required"] = "Expense Amount required";
$lang["expenses_by_category"] = "Category";
$lang["expenses_cannot_be_deleted"] = "Could not delete Category Expense(s)";
$lang["expenses_cash"] = "Cash";
$lang["expenses_cash_filter"] = "Cash";
$lang["expenses_categories_name"] = "Category";
$lang["expenses_category_required"] = "category is a required field";
$lang["expenses_check"] = "Check";
$lang["expenses_check_filter"] = "Check";
$lang["expenses_confirm_delete"] = "Are you sure you want to delete the selected Expense(s)?";
$lang["expenses_confirm_restore"] = "Are you sure you want to restore the selected Expense(s)?";
$lang["expenses_credit"] = "Credit Card";
$lang["expenses_credit_filter"] = "Credit Card";
$lang["expenses_date"] = "Date";
$lang["expenses_date_number"] = "date must be a number";
$lang["expenses_date_required"] = "date is a required field";
$lang["expenses_debit"] = "Debit Card";
$lang["expenses_debit_filter"] = "Debit Card";
$lang["expenses_description"] = "Description";
$lang["expenses_due"] = "Due";
$lang["expenses_due_filter"] = "Due";
$lang["expenses_employee"] = "Created By";
$lang["expenses_error_adding_updating"] = "Error adding/updating Expense";
$lang["expenses_expense_id"] = "Id";
$lang["expenses_expenses_employee"] = "Employee";
$lang["expenses_info"] = "Expense Info";
$lang["expenses_ip_address"] = "";
$lang["expenses_is_deleted"] = "Deleted";
$lang["expenses_name_required"] = "Expense Name required";
$lang["expenses_new"] = "New Expense";
$lang["expenses_new_supplier"] = "";
$lang["expenses_no_expenses_to_display"] = "There are no Expenses to display";
$lang["expenses_none_selected"] = "You have not selected any Expense";
$lang["expenses_one_or_multiple"] = "Expense(s)";
$lang["expenses_payment"] = "Payment Type";
$lang["expenses_start_typing_supplier_name"] = "Start Typing Supplier's name...";
$lang["expenses_successful_adding"] = "Expense add successful";
$lang["expenses_successful_deleted"] = "Expense delete successful";
$lang["expenses_successful_updating"] = "Expense update successful";
$lang["expenses_supplier_name"] = "Supplier";
$lang["expenses_supplier_tax_code"] = "Tax Code";
$lang["expenses_tax_amount"] = "Tax";
$lang["expenses_tax_amount_number"] = "";
$lang["expenses_update"] = "Update Expense";
<?php
return [
"expenses_add_item" => "Add Expense",
"expenses_amount" => "Amount",
"expenses_amount_number" => "Amount must be a number",
"expenses_amount_required" => "Expense Amount required",
"expenses_by_category" => "Category",
"expenses_cannot_be_deleted" => "Could not delete Category Expense(s)",
"expenses_cash" => "Cash",
"expenses_cash_filter" => "Cash",
"expenses_categories_name" => "Category",
"expenses_category_required" => "category is a required field",
"expenses_check" => "Check",
"expenses_check_filter" => "Check",
"expenses_confirm_delete" => "Are you sure you want to delete the selected Expense(s)?",
"expenses_confirm_restore" => "Are you sure you want to restore the selected Expense(s)?",
"expenses_credit" => "Credit Card",
"expenses_credit_filter" => "Credit Card",
"expenses_date" => "Date",
"expenses_date_number" => "date must be a number",
"expenses_date_required" => "date is a required field",
"expenses_debit" => "Debit Card",
"expenses_debit_filter" => "Debit Card",
"expenses_description" => "Description",
"expenses_due" => "Due",
"expenses_due_filter" => "Due",
"expenses_employee" => "Created By",
"expenses_error_adding_updating" => "Error adding/updating Expense",
"expenses_expense_id" => "Id",
"expenses_expenses_employee" => "Employee",
"expenses_info" => "Expense Info",
"expenses_ip_address" => "",
"expenses_is_deleted" => "Deleted",
"expenses_name_required" => "Expense Name required",
"expenses_new" => "New Expense",
"expenses_new_supplier" => "",
"expenses_no_expenses_to_display" => "There are no Expenses to display",
"expenses_none_selected" => "You have not selected any Expense",
"expenses_one_or_multiple" => "Expense(s)",
"expenses_payment" => "Payment Type",
"expenses_start_typing_supplier_name" => "Start Typing Supplier's name...",
"expenses_successful_adding" => "Expense add successful",
"expenses_successful_deleted" => "Expense delete successful",
"expenses_successful_updating" => "Expense update successful",
"expenses_supplier_name" => "Supplier",
"expenses_supplier_tax_code" => "Tax Code",
"expenses_tax_amount" => "Tax",
"expenses_tax_amount_number" => "",
"expenses_update" => "Update Expense",
];

View File

@@ -1,21 +1,22 @@
<?php
$lang["category_name_required"] = "Expense Category name required";
$lang["expenses_categories_add_item"] = "Add Category";
$lang["expenses_categories_cannot_be_deleted"] = "Could not delete Category Expense(s)";
$lang["expenses_categories_category_id"] = "Id";
$lang["expenses_categories_confirm_delete"] = "Are you sure you want to delete the selected Expense Category?";
$lang["expenses_categories_confirm_restore"] = "Are you sure you want to restore the selected Expense Category?";
$lang["expenses_categories_description"] = "Category Description";
$lang["expenses_categories_error_adding_updating"] = "Error adding/updating Expense Category";
$lang["expenses_categories_info"] = "Category Expense Info";
$lang["expenses_categories_name"] = "Category Name";
$lang["expenses_categories_new"] = "New Category";
$lang["expenses_categories_no_expenses_categories_to_display"] = "No Category to display";
$lang["expenses_categories_none_selected"] = "You have not selected any Category Expense";
$lang["expenses_categories_one_or_multiple"] = "Category Expense";
$lang["expenses_categories_quantity"] = "Quantity";
$lang["expenses_categories_successful_adding"] = "Expense Category add successful";
$lang["expenses_categories_successful_deleted"] = "Expense Category delete successful";
$lang["expenses_categories_successful_updating"] = "Expense Category update successful";
$lang["expenses_categories_update"] = "Update Category";
<?php
return [
"category_name_required" => "Expense Category name required",
"expenses_categories_add_item" => "Add Category",
"expenses_categories_cannot_be_deleted" => "Could not delete Category Expense(s)",
"expenses_categories_category_id" => "Id",
"expenses_categories_confirm_delete" => "Are you sure you want to delete the selected Expense Category?",
"expenses_categories_confirm_restore" => "Are you sure you want to restore the selected Expense Category?",
"expenses_categories_description" => "Category Description",
"expenses_categories_error_adding_updating" => "Error adding/updating Expense Category",
"expenses_categories_info" => "Category Expense Info",
"expenses_categories_name" => "Category Name",
"expenses_categories_new" => "New Category",
"expenses_categories_no_expenses_categories_to_display" => "No Category to display",
"expenses_categories_none_selected" => "You have not selected any Category Expense",
"expenses_categories_one_or_multiple" => "Category Expense",
"expenses_categories_quantity" => "Quantity",
"expenses_categories_successful_adding" => "Expense Category add successful",
"expenses_categories_successful_deleted" => "Expense Category delete successful",
"expenses_categories_successful_updating" => "Expense Category update successful",
"expenses_categories_update" => "Update Category",
];

View File

@@ -1,70 +1,71 @@
<?php
$lang["giftcards_add_minus"] = "Inventory to add or subtract.";
$lang["giftcards_allow_alt_description"] = "Allow Alternate Description";
$lang["giftcards_bulk_edit"] = "Bulk Edit";
$lang["giftcards_cannot_be_deleted"] = "Could not delete selected Gift Card(s), one or more of the selected Gift Cards has sales.";
$lang["giftcards_cannot_find_giftcard"] = "Gift Card not found.";
$lang["giftcards_cannot_use"] = "Gift Card %1 cannot be used for this sale: invalid Customer.";
$lang["giftcards_card_value"] = "Value";
$lang["giftcards_category"] = "Category";
$lang["giftcards_change_all_to_allow_alt_desc"] = "Allow alternate description for all.";
$lang["giftcards_change_all_to_not_allow_allow_desc"] = "Do not allow alternate description for all.";
$lang["giftcards_change_all_to_serialized"] = "Change All To Serialized";
$lang["giftcards_change_all_to_unserialized"] = "Change All To Unserialized";
$lang["giftcards_confirm_bulk_edit"] = "Are you sure you want to edit the selected Gift Card(s)?";
$lang["giftcards_confirm_delete"] = "Are you sure you want to delete the selected Gift Card(s)?";
$lang["giftcards_confirm_restore"] = "Are you sure you want to restore selected Gift Card(s)?";
$lang["giftcards_cost_price"] = "Wholesale Price";
$lang["giftcards_count"] = "Update Inventory";
$lang["giftcards_csv_import_failed"] = "CSV import failed.";
$lang["giftcards_current_quantity"] = "Current Quantity";
$lang["giftcards_description"] = "Description";
$lang["giftcards_details_count"] = "Inventory Count Details";
$lang["giftcards_do_nothing"] = "Do Nothing";
$lang["giftcards_edit_fields_you_want_to_update"] = "Edit desired fields for selected Gift Card(s).";
$lang["giftcards_edit_multiple_giftcards"] = "Edit Multiple Gift Cards.";
$lang["giftcards_error_adding_updating"] = "Gift Card add or update failed.";
$lang["giftcards_error_updating_multiple"] = "Gift Card(s) update failed.";
$lang["giftcards_generate_barcodes"] = "Generate Barcodes";
$lang["giftcards_giftcard"] = "Gift Card";
$lang["giftcards_giftcard_number"] = "Gift Card Number";
$lang["giftcards_info_provided_by"] = "Info provided by";
$lang["giftcards_inventory_comments"] = "Comments";
$lang["giftcards_is_serialized"] = "Gift Card has Serial Number";
$lang["giftcards_low_inventory_giftcards"] = "Low Inventory Gift Cards";
$lang["giftcards_manually_editing_of_quantity"] = "Manual Edit of Quantity";
$lang["giftcards_must_select_giftcard_for_barcode"] = "You must select at least one (1) Gift Card to generate barcodes.";
$lang["giftcards_new"] = "New Gift Card";
$lang["giftcards_no_description_giftcards"] = "No Description Gift Cards";
$lang["giftcards_no_giftcards_to_display"] = "No Gift Cards to display.";
$lang["giftcards_none"] = "None";
$lang["giftcards_none_selected"] = "No Gift Card(s) selected to edit.";
$lang["giftcards_number"] = "Gift Card Number must be a number.";
$lang["giftcards_number_information"] = "Gift Card Number";
$lang["giftcards_number_required"] = "Gift Card Number is a required field.";
$lang["giftcards_one_or_multiple"] = "Gift Card(s)";
$lang["giftcards_person_id"] = "Customer";
$lang["giftcards_quantity"] = "Quantity";
$lang["giftcards_quantity_required"] = "Quantity is a required field. Please close (X) to cancel.";
$lang["giftcards_remaining_balance"] = "Gift Card %1 remaining value is %2!";
$lang["giftcards_reorder_level"] = "Reorder Level";
$lang["giftcards_retrive_giftcard_info"] = "Retrieve Gift Card Info";
$lang["giftcards_sales_tax_1"] = "Sales Tax";
$lang["giftcards_sales_tax_2"] = "Sales Tax 2";
$lang["giftcards_serialized_giftcards"] = "Serialized Gift Cards";
$lang["giftcards_successful_adding"] = "You have successfully added Gift Card";
$lang["giftcards_successful_bulk_edit"] = "You have successfully updated the selected Gift Card(s)";
$lang["giftcards_successful_deleted"] = "You have successfully deleted";
$lang["giftcards_successful_updating"] = "You have successfully updated Gift Card";
$lang["giftcards_supplier"] = "Supplier";
$lang["giftcards_tax_1"] = "Tax 1";
$lang["giftcards_tax_2"] = "Tax 2";
$lang["giftcards_tax_percent"] = "Tax Percent";
$lang["giftcards_tax_percents"] = "Tax Percent(s)";
$lang["giftcards_unit_price"] = "Retail Value";
$lang["giftcards_upc_database"] = "Barcode Database";
$lang["giftcards_update"] = "Update Gift Card";
$lang["giftcards_use_inventory_menu"] = "Use Inventory Menu";
$lang["giftcards_value"] = "Gift Card Value must be a number.";
$lang["giftcards_value_required"] = "Gift Card Value is a required field.";
<?php
return [
"giftcards_add_minus" => "Inventory to add or subtract.",
"giftcards_allow_alt_description" => "Allow Alternate Description",
"giftcards_bulk_edit" => "Bulk Edit",
"giftcards_cannot_be_deleted" => "Could not delete selected Gift Card(s), one or more of the selected Gift Cards has sales.",
"giftcards_cannot_find_giftcard" => "Gift Card not found.",
"giftcards_cannot_use" => "Gift Card %1 cannot be used for this sale: invalid Customer.",
"giftcards_card_value" => "Value",
"giftcards_category" => "Category",
"giftcards_change_all_to_allow_alt_desc" => "Allow alternate description for all.",
"giftcards_change_all_to_not_allow_allow_desc" => "Do not allow alternate description for all.",
"giftcards_change_all_to_serialized" => "Change All To Serialized",
"giftcards_change_all_to_unserialized" => "Change All To Unserialized",
"giftcards_confirm_bulk_edit" => "Are you sure you want to edit the selected Gift Card(s)?",
"giftcards_confirm_delete" => "Are you sure you want to delete the selected Gift Card(s)?",
"giftcards_confirm_restore" => "Are you sure you want to restore selected Gift Card(s)?",
"giftcards_cost_price" => "Wholesale Price",
"giftcards_count" => "Update Inventory",
"giftcards_csv_import_failed" => "CSV import failed.",
"giftcards_current_quantity" => "Current Quantity",
"giftcards_description" => "Description",
"giftcards_details_count" => "Inventory Count Details",
"giftcards_do_nothing" => "Do Nothing",
"giftcards_edit_fields_you_want_to_update" => "Edit desired fields for selected Gift Card(s).",
"giftcards_edit_multiple_giftcards" => "Edit Multiple Gift Cards.",
"giftcards_error_adding_updating" => "Gift Card add or update failed.",
"giftcards_error_updating_multiple" => "Gift Card(s) update failed.",
"giftcards_generate_barcodes" => "Generate Barcodes",
"giftcards_giftcard" => "Gift Card",
"giftcards_giftcard_number" => "Gift Card Number",
"giftcards_info_provided_by" => "Info provided by",
"giftcards_inventory_comments" => "Comments",
"giftcards_is_serialized" => "Gift Card has Serial Number",
"giftcards_low_inventory_giftcards" => "Low Inventory Gift Cards",
"giftcards_manually_editing_of_quantity" => "Manual Edit of Quantity",
"giftcards_must_select_giftcard_for_barcode" => "You must select at least one (1) Gift Card to generate barcodes.",
"giftcards_new" => "New Gift Card",
"giftcards_no_description_giftcards" => "No Description Gift Cards",
"giftcards_no_giftcards_to_display" => "No Gift Cards to display.",
"giftcards_none" => "None",
"giftcards_none_selected" => "No Gift Card(s) selected to edit.",
"giftcards_number" => "Gift Card Number must be a number.",
"giftcards_number_information" => "Gift Card Number",
"giftcards_number_required" => "Gift Card Number is a required field.",
"giftcards_one_or_multiple" => "Gift Card(s)",
"giftcards_person_id" => "Customer",
"giftcards_quantity" => "Quantity",
"giftcards_quantity_required" => "Quantity is a required field. Please close (X) to cancel.",
"giftcards_remaining_balance" => "Gift Card %1 remaining value is %2!",
"giftcards_reorder_level" => "Reorder Level",
"giftcards_retrive_giftcard_info" => "Retrieve Gift Card Info",
"giftcards_sales_tax_1" => "Sales Tax",
"giftcards_sales_tax_2" => "Sales Tax 2",
"giftcards_serialized_giftcards" => "Serialized Gift Cards",
"giftcards_successful_adding" => "You have successfully added Gift Card",
"giftcards_successful_bulk_edit" => "You have successfully updated the selected Gift Card(s)",
"giftcards_successful_deleted" => "You have successfully deleted",
"giftcards_successful_updating" => "You have successfully updated Gift Card",
"giftcards_supplier" => "Supplier",
"giftcards_tax_1" => "Tax 1",
"giftcards_tax_2" => "Tax 2",
"giftcards_tax_percent" => "Tax Percent",
"giftcards_tax_percents" => "Tax Percent(s)",
"giftcards_unit_price" => "Retail Value",
"giftcards_upc_database" => "Barcode Database",
"giftcards_update" => "Update Gift Card",
"giftcards_use_inventory_menu" => "Use Inventory Menu",
"giftcards_value" => "Gift Card Value must be a number.",
"giftcards_value_required" => "Gift Card Value is a required field.",
];

View File

@@ -1,40 +1,41 @@
<?php
$lang["item_kits_add_item"] = "Add Item";
$lang["item_kits_all"] = "All";
$lang["item_kits_cannot_be_deleted"] = "Item Kit(s) delete failed.";
$lang["item_kits_confirm_delete"] = "Are you sure you want to delete the selected Item Kit(s)?";
$lang["item_kits_confirm_restore"] = "Are you sure you want to restore selected Item Kit(s)?";
$lang["item_kits_description"] = "Item Kit Description";
$lang["item_kits_discount"] = "Discount";
$lang["item_kits_discount_fixed"] = "Fixed Discount";
$lang["item_kits_discount_percent"] = "Discount Percent";
$lang["item_kits_discount_type"] = "Discount Type";
$lang["item_kits_error_adding_updating"] = "Item Kit add or update failed.";
$lang["item_kits_find_kit_item"] = "Kit Item";
$lang["item_kits_info"] = "Item Kit Info";
$lang["item_kits_item"] = "Item";
$lang["item_kits_item_kit_number"] = "Barcode";
$lang["item_kits_item_kit_number_duplicate"] = "Item Kit Number is already present in the database.";
$lang["item_kits_item_number"] = "";
$lang["item_kits_item_number_duplicate"] = "";
$lang["item_kits_items"] = "Items";
$lang["item_kits_kit"] = "Kit ID";
$lang["item_kits_kit_and_components"] = "Kit and Components";
$lang["item_kits_kit_and_stock"] = "Kit and Stock";
$lang["item_kits_kit_only"] = "Kit Only";
$lang["item_kits_name"] = "Item Kit Name";
$lang["item_kits_new"] = "New Item Kit";
$lang["item_kits_no_item_kits_to_display"] = "No Item Kits to display.";
$lang["item_kits_none_selected"] = "You have not selected any Item Kits.";
$lang["item_kits_one_or_multiple"] = "Item Kit(s)";
$lang["item_kits_price_option"] = "Price Option";
$lang["item_kits_priced_only"] = "Priced Only";
$lang["item_kits_print_option"] = "Print Option";
$lang["item_kits_quantity"] = "Quantity";
$lang["item_kits_sequence"] = "Sequence";
$lang["item_kits_successful_adding"] = "You have successfully added Item Kit";
$lang["item_kits_successful_deleted"] = "You have successfully deleted";
$lang["item_kits_successful_updating"] = "You have successfully updated Item Kit";
$lang["item_kits_unit_price"] = "";
$lang["item_kits_update"] = "Update Item Kit";
<?php
return [
"item_kits_add_item" => "Add Item",
"item_kits_all" => "All",
"item_kits_cannot_be_deleted" => "Item Kit(s) delete failed.",
"item_kits_confirm_delete" => "Are you sure you want to delete the selected Item Kit(s)?",
"item_kits_confirm_restore" => "Are you sure you want to restore selected Item Kit(s)?",
"item_kits_description" => "Item Kit Description",
"item_kits_discount" => "Discount",
"item_kits_discount_fixed" => "Fixed Discount",
"item_kits_discount_percent" => "Discount Percent",
"item_kits_discount_type" => "Discount Type",
"item_kits_error_adding_updating" => "Item Kit add or update failed.",
"item_kits_find_kit_item" => "Kit Item",
"item_kits_info" => "Item Kit Info",
"item_kits_item" => "Item",
"item_kits_item_kit_number" => "Barcode",
"item_kits_item_kit_number_duplicate" => "Item Kit Number is already present in the database.",
"item_kits_item_number" => "",
"item_kits_item_number_duplicate" => "",
"item_kits_items" => "Items",
"item_kits_kit" => "Kit ID",
"item_kits_kit_and_components" => "Kit and Components",
"item_kits_kit_and_stock" => "Kit and Stock",
"item_kits_kit_only" => "Kit Only",
"item_kits_name" => "Item Kit Name",
"item_kits_new" => "New Item Kit",
"item_kits_no_item_kits_to_display" => "No Item Kits to display.",
"item_kits_none_selected" => "You have not selected any Item Kits.",
"item_kits_one_or_multiple" => "Item Kit(s)",
"item_kits_price_option" => "Price Option",
"item_kits_priced_only" => "Priced Only",
"item_kits_print_option" => "Print Option",
"item_kits_quantity" => "Quantity",
"item_kits_sequence" => "Sequence",
"item_kits_successful_adding" => "You have successfully added Item Kit",
"item_kits_successful_deleted" => "You have successfully deleted",
"item_kits_successful_updating" => "You have successfully updated Item Kit",
"item_kits_unit_price" => "",
"item_kits_update" => "Update Item Kit",
];

View File

@@ -1,119 +1,120 @@
<?php
$lang["items_add_minus"] = "Inventory to add or subtract.";
$lang["items_allow_alt_description"] = "Allow Alternate Description";
$lang["items_amount_entry"] = "Amount Entry";
$lang["items_bulk_edit"] = "Bulk Edit";
$lang["items_buy_price_required"] = "Purchase Price is a required field.";
$lang["items_cannot_be_deleted"] = "Could not delete selected Item(s), one or more of the selected Items have sales.";
$lang["items_cannot_find_item"] = "Item not found.";
$lang["items_categories"] = "";
$lang["items_category"] = "Category";
$lang["items_category_new"] = "";
$lang["items_category_required"] = "Category is a required field.";
$lang["items_change_all_to_allow_alt_desc"] = "Allow Alternate Description for all.";
$lang["items_change_all_to_not_allow_allow_desc"] = "Do not allow Alternate Description for all.";
$lang["items_change_all_to_serialized"] = "Change all to Serialized";
$lang["items_change_all_to_unserialized"] = "Change all to Unserialized";
$lang["items_change_image"] = "Change Image";
$lang["items_confirm_bulk_edit"] = "Are you sure you want to edit selected Item(s)?";
$lang["items_confirm_bulk_edit_wipe_taxes"] = "All Item Tax information will be replaced.";
$lang["items_confirm_delete"] = "Are you sure you want to delete selected item(s)?";
$lang["items_confirm_restore"] = "Are you sure you want to restore selected item(s)?";
$lang["items_cost_price"] = "Wholesale Price";
$lang["items_cost_price_number"] = "Wholesale Price must be a number.";
$lang["items_cost_price_required"] = "Wholesale Price is a required field.";
$lang["items_count"] = "Update Inventory";
$lang["items_csv_import_failed"] = "CSV import failed";
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded CSV file has no data or is formatted incorrectly.";
$lang["items_csv_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
$lang["items_csv_import_success"] = "Item CSV import successful.";
$lang["items_current_quantity"] = "Current Quantity";
$lang["items_default_pack_name"] = "Each";
$lang["items_description"] = "Description";
$lang["items_details_count"] = "Inventory Count Details";
$lang["items_do_nothing"] = "Do Nothing";
$lang["items_edit"] = "";
$lang["items_edit_fields_you_want_to_update"] = "Edit the desired fields for selected item(s).";
$lang["items_edit_multiple_items"] = "Editing Multiple Items";
$lang["items_empty_upc_items"] = "Empty Barcode Items";
$lang["items_error_adding_updating"] = "Error adding/updating item";
$lang["items_error_updating_multiple"] = "Error updating items";
$lang["items_generate_barcodes"] = "Generate Barcodes";
$lang["items_hsn_code"] = "Harmonized System Nomenclature";
$lang["items_image"] = "Avatar";
$lang["items_import_items_csv"] = "Item Import from CSV";
$lang["items_info_provided_by"] = "Information provided by";
$lang["items_inventory"] = "Inventory";
$lang["items_inventory_CSV_import_quantity"] = "Quantity Imported from CSV";
$lang["items_inventory_comments"] = "Comments";
$lang["items_inventory_data_tracking"] = "Inventory Data Tracking";
$lang["items_inventory_date"] = "Date";
$lang["items_inventory_employee"] = "Employee";
$lang["items_inventory_in_out_quantity"] = "In/Out Quantity";
$lang["items_inventory_remarks"] = "Remarks";
$lang["items_is_deleted"] = "Deleted";
$lang["items_is_printed"] = "";
$lang["items_is_serialized"] = "Item has Serial Number";
$lang["items_item"] = "Item";
$lang["items_item_id"] = "";
$lang["items_item_number"] = "Barcode";
$lang["items_item_number_duplicate"] = "Item Number is already present in the database.";
$lang["items_kit"] = "Kit";
$lang["items_location"] = "Location";
$lang["items_low_inventory_items"] = "Out Of Stock Items";
$lang["items_low_sell_item"] = "Low sell item";
$lang["items_manually_editing_of_quantity"] = "Manual Edit of Quantity";
$lang["items_markup"] = "";
$lang["items_name"] = "Item Name";
$lang["items_name_required"] = "Item Name is a required field.";
$lang["items_new"] = "New Item";
$lang["items_no_description_items"] = "No Description Items";
$lang["items_no_items_to_display"] = "No Items to display.";
$lang["items_none"] = "None";
$lang["items_none_selected"] = "You have not selected any Item(s) to edit";
$lang["items_nonstock"] = "Non-stocked";
$lang["items_number_information"] = "Item Number";
$lang["items_number_required"] = "Barcode is a required field.";
$lang["items_one_or_multiple"] = "item(s)";
$lang["items_pack_name"] = "Pack Name";
$lang["items_qty_per_pack"] = "Quantity per pack";
$lang["items_quantity"] = "Quantity";
$lang["items_quantity_number"] = "Quantity must be a number.";
$lang["items_quantity_required"] = "Quantity is a required field.";
$lang["items_receiving_quantity"] = "Receiving Quantity";
$lang["items_remove_image"] = "Remove Image";
$lang["items_reorder_level"] = "Reorder Level";
$lang["items_reorder_level_number"] = "Reorder Level must be a number.";
$lang["items_reorder_level_required"] = "Reorder Level is a required field.";
$lang["items_retrive_item_info"] = "Retrieve Item Info";
$lang["items_sales_tax_1"] = "Sales Tax";
$lang["items_sales_tax_2"] = "Sales Tax 2";
$lang["items_search_attributes"] = "Search Attributes";
$lang["items_select_image"] = "Select Image";
$lang["items_serialized_items"] = "Serialized Items";
$lang["items_standard"] = "Standard";
$lang["items_stock"] = "Stock";
$lang["items_stock_location"] = "Stock location";
$lang["items_stock_type"] = "Stock Type";
$lang["items_successful_adding"] = "You have successfully added item";
$lang["items_successful_bulk_edit"] = "You have successfully updated the selected item(s)";
$lang["items_successful_deleted"] = "You have successfully deleted";
$lang["items_successful_updating"] = "You have successfully updated item";
$lang["items_supplier"] = "Supplier";
$lang["items_tax_1"] = "Tax 1";
$lang["items_tax_2"] = "Tax 2";
$lang["items_tax_3"] = "";
$lang["items_tax_category"] = "Tax Category";
$lang["items_tax_percent"] = "";
$lang["items_tax_percent_number"] = "Tax Percent must be a numeric value";
$lang["items_tax_percent_required"] = "Tax Percent is a required field.";
$lang["items_tax_percents"] = "Tax Percent(s)";
$lang["items_temp"] = "Temporary";
$lang["items_type"] = "Item Type";
$lang["items_unit_price"] = "Retail Price";
$lang["items_unit_price_number"] = "Unit price must be a number.";
$lang["items_unit_price_required"] = "Retail Price is a required field.";
$lang["items_upc_database"] = "Barcode Database";
$lang["items_update"] = "Update Item";
$lang["items_use_inventory_menu"] = "Use Inventory Menu";
<?php
return [
"items_add_minus" => "Inventory to add or subtract.",
"items_allow_alt_description" => "Allow Alternate Description",
"items_amount_entry" => "Amount Entry",
"items_bulk_edit" => "Bulk Edit",
"items_buy_price_required" => "Purchase Price is a required field.",
"items_cannot_be_deleted" => "Could not delete selected Item(s), one or more of the selected Items have sales.",
"items_cannot_find_item" => "Item not found.",
"items_categories" => "",
"items_category" => "Category",
"items_category_new" => "",
"items_category_required" => "Category is a required field.",
"items_change_all_to_allow_alt_desc" => "Allow Alternate Description for all.",
"items_change_all_to_not_allow_allow_desc" => "Do not allow Alternate Description for all.",
"items_change_all_to_serialized" => "Change all to Serialized",
"items_change_all_to_unserialized" => "Change all to Unserialized",
"items_change_image" => "Change Image",
"items_confirm_bulk_edit" => "Are you sure you want to edit selected Item(s)?",
"items_confirm_bulk_edit_wipe_taxes" => "All Item Tax information will be replaced.",
"items_confirm_delete" => "Are you sure you want to delete selected item(s)?",
"items_confirm_restore" => "Are you sure you want to restore selected item(s)?",
"items_cost_price" => "Wholesale Price",
"items_cost_price_number" => "Wholesale Price must be a number.",
"items_cost_price_required" => "Wholesale Price is a required field.",
"items_count" => "Update Inventory",
"items_csv_import_failed" => "CSV import failed",
"items_csv_import_nodata_wrongformat" => "The uploaded CSV file has no data or is formatted incorrectly.",
"items_csv_import_partially_failed" => "There were %1 item import failure(s) on line(s): %2. No rows were imported.",
"items_csv_import_success" => "Item CSV import successful.",
"items_current_quantity" => "Current Quantity",
"items_default_pack_name" => "Each",
"items_description" => "Description",
"items_details_count" => "Inventory Count Details",
"items_do_nothing" => "Do Nothing",
"items_edit" => "",
"items_edit_fields_you_want_to_update" => "Edit the desired fields for selected item(s).",
"items_edit_multiple_items" => "Editing Multiple Items",
"items_empty_upc_items" => "Empty Barcode Items",
"items_error_adding_updating" => "Error adding/updating item",
"items_error_updating_multiple" => "Error updating items",
"items_generate_barcodes" => "Generate Barcodes",
"items_hsn_code" => "Harmonized System Nomenclature",
"items_image" => "Avatar",
"items_import_items_csv" => "Item Import from CSV",
"items_info_provided_by" => "Information provided by",
"items_inventory" => "Inventory",
"items_inventory_CSV_import_quantity" => "Quantity Imported from CSV",
"items_inventory_comments" => "Comments",
"items_inventory_data_tracking" => "Inventory Data Tracking",
"items_inventory_date" => "Date",
"items_inventory_employee" => "Employee",
"items_inventory_in_out_quantity" => "In/Out Quantity",
"items_inventory_remarks" => "Remarks",
"items_is_deleted" => "Deleted",
"items_is_printed" => "",
"items_is_serialized" => "Item has Serial Number",
"items_item" => "Item",
"items_item_id" => "",
"items_item_number" => "Barcode",
"items_item_number_duplicate" => "Item Number is already present in the database.",
"items_kit" => "Kit",
"items_location" => "Location",
"items_low_inventory_items" => "Out Of Stock Items",
"items_low_sell_item" => "Low sell item",
"items_manually_editing_of_quantity" => "Manual Edit of Quantity",
"items_markup" => "",
"items_name" => "Item Name",
"items_name_required" => "Item Name is a required field.",
"items_new" => "New Item",
"items_no_description_items" => "No Description Items",
"items_no_items_to_display" => "No Items to display.",
"items_none" => "None",
"items_none_selected" => "You have not selected any Item(s) to edit",
"items_nonstock" => "Non-stocked",
"items_number_information" => "Item Number",
"items_number_required" => "Barcode is a required field.",
"items_one_or_multiple" => "item(s)",
"items_pack_name" => "Pack Name",
"items_qty_per_pack" => "Quantity per pack",
"items_quantity" => "Quantity",
"items_quantity_number" => "Quantity must be a number.",
"items_quantity_required" => "Quantity is a required field.",
"items_receiving_quantity" => "Receiving Quantity",
"items_remove_image" => "Remove Image",
"items_reorder_level" => "Reorder Level",
"items_reorder_level_number" => "Reorder Level must be a number.",
"items_reorder_level_required" => "Reorder Level is a required field.",
"items_retrive_item_info" => "Retrieve Item Info",
"items_sales_tax_1" => "Sales Tax",
"items_sales_tax_2" => "Sales Tax 2",
"items_search_attributes" => "Search Attributes",
"items_select_image" => "Select Image",
"items_serialized_items" => "Serialized Items",
"items_standard" => "Standard",
"items_stock" => "Stock",
"items_stock_location" => "Stock location",
"items_stock_type" => "Stock Type",
"items_successful_adding" => "You have successfully added item",
"items_successful_bulk_edit" => "You have successfully updated the selected item(s)",
"items_successful_deleted" => "You have successfully deleted",
"items_successful_updating" => "You have successfully updated item",
"items_supplier" => "Supplier",
"items_tax_1" => "Tax 1",
"items_tax_2" => "Tax 2",
"items_tax_3" => "",
"items_tax_category" => "Tax Category",
"items_tax_percent" => "",
"items_tax_percent_number" => "Tax Percent must be a numeric value",
"items_tax_percent_required" => "Tax Percent is a required field.",
"items_tax_percents" => "Tax Percent(s)",
"items_temp" => "Temporary",
"items_type" => "Item Type",
"items_unit_price" => "Retail Price",
"items_unit_price_number" => "Unit price must be a number.",
"items_unit_price_required" => "Retail Price is a required field.",
"items_upc_database" => "Barcode Database",
"items_update" => "Update Item",
"items_use_inventory_menu" => "Use Inventory Menu",
];

View File

@@ -1,13 +1,14 @@
<?php
$lang["login_gcaptcha"] = "I'm not a robot.";
$lang["login_go"] = "Go";
$lang["login_invalid_gcaptcha"] = "Please verify that you are not a robot.";
$lang["login_invalid_installation"] = "The installation is not correct, check your php.ini file.";
$lang["login_invalid_username_and_password"] = "Invalid username and/or password.";
$lang["login_login"] = "Login";
$lang["login_logout"] = "Logout";
$lang["login_migration_needed"] = "A database migration to %1 will start after login.";
$lang["login_password"] = "Password";
$lang["login_username"] = "Username";
$lang["login_welcome"] = "Welcome to %1!";
<?php
return [
"login_gcaptcha" => "I'm not a robot.",
"login_go" => "Go",
"login_invalid_gcaptcha" => "Please verify that you are not a robot.",
"login_invalid_installation" => "The installation is not correct, check your php.ini file.",
"login_invalid_username_and_password" => "Invalid username and/or password.",
"login_login" => "Login",
"login_logout" => "Logout",
"login_migration_needed" => "A database migration to %1 will start after login.",
"login_password" => "Password",
"login_username" => "Username",
"login_welcome" => "Welcome to %1!",
];

View File

@@ -1,14 +1,15 @@
<?php
$lang["messages_first_name"] = "First name";
$lang["messages_last_name"] = "Last name";
$lang["messages_message"] = "Message";
$lang["messages_message_placeholder"] = "Your Message here...";
$lang["messages_message_required"] = "Message required";
$lang["messages_multiple_phones"] = "(In case of multiple recipients, enter mobile numbers separated by commas)";
$lang["messages_phone"] = "Phone number";
$lang["messages_phone_number_required"] = "Phone number required";
$lang["messages_phone_placeholder"] = "Mobile Number(s) here...";
$lang["messages_sms_send"] = "Send SMS";
$lang["messages_successfully_sent"] = "Message successfully sent to: ";
$lang["messages_unsuccessfully_sent"] = "Message unsuccessfully sent to: ";
<?php
return [
"messages_first_name" => "First name",
"messages_last_name" => "Last name",
"messages_message" => "Message",
"messages_message_placeholder" => "Your Message here...",
"messages_message_required" => "Message required",
"messages_multiple_phones" => "(In case of multiple recipients, enter mobile numbers separated by commas)",
"messages_phone" => "Phone number",
"messages_phone_number_required" => "Phone number required",
"messages_phone_placeholder" => "Mobile Number(s) here...",
"messages_sms_send" => "Send SMS",
"messages_successfully_sent" => "Message successfully sent to: ",
"messages_unsuccessfully_sent" => "Message unsuccessfully sent to: ",
];

View File

@@ -1,47 +1,48 @@
<?php
$lang["module_admin_cashups"] = "";
$lang["module_admin_cashups_desc"] = "";
$lang["module_attributes"] = "Attributes";
$lang["module_attributes_desc"] = "Add, Update, Delete, and Search attributes.";
$lang["module_both"] = "Both";
$lang["module_cashups"] = "Cashups";
$lang["module_cashups_desc"] = "Add, Update, Delete, and Search Cashups.";
$lang["module_config"] = "Configuration";
$lang["module_config_desc"] = "Change OSPOS's Configuration.";
$lang["module_customers"] = "Customers";
$lang["module_customers_desc"] = "Add, Update, Delete, and Search Customers.";
$lang["module_employees"] = "Employees";
$lang["module_employees_desc"] = "Add, Update, Delete, and Search Employees.";
$lang["module_expenses"] = "Expenses";
$lang["module_expenses_categories"] = "Expenses Categories";
$lang["module_expenses_categories_desc"] = "Add, Update, and Delete Expenses Categories.";
$lang["module_expenses_desc"] = "Add, Update, Delete, and Search Expenses.";
$lang["module_giftcards"] = "Gift Cards";
$lang["module_giftcards_desc"] = "Add, Update, Delete and Search Gift Cards.";
$lang["module_home"] = "Home";
$lang["module_home_desc"] = "List home menu modules.";
$lang["module_item_kits"] = "Item Kits";
$lang["module_item_kits_desc"] = "Add, Update, Delete and Search Item Kits.";
$lang["module_items"] = "Items";
$lang["module_items_desc"] = "Add, Update, Delete, and Search Items.";
$lang["module_messages"] = "Messages";
$lang["module_messages_desc"] = "Send Messages to Customers, Suppliers and Employees.";
$lang["module_migrate"] = "Migrate";
$lang["module_migrate_desc"] = "Update the OSPOS Database.";
$lang["module_office"] = "Office";
$lang["module_office_desc"] = "List office menu modules.";
$lang["module_receivings"] = "Receivings";
$lang["module_receivings_desc"] = "Process Purchase Orders.";
$lang["module_reports"] = "Reports";
$lang["module_reports_desc"] = "View and generate Reports.";
$lang["module_sales"] = "Sales";
$lang["module_sales_desc"] = "Process Sales and Returns.";
$lang["module_suppliers"] = "Suppliers";
$lang["module_suppliers_desc"] = "Add, Update, Delete, and Search Suppliers.";
$lang["module_taxes"] = "Taxes";
$lang["module_taxes_desc"] = "Configure Sales Taxes.";
$lang["module_timeclocks"] = "";
$lang["module_timeclocks_categories"] = "";
$lang["module_timeclocks_categories_desc"] = "";
$lang["module_timeclocks_desc"] = "";
<?php
return [
"module_admin_cashups" => "",
"module_admin_cashups_desc" => "",
"module_attributes" => "Attributes",
"module_attributes_desc" => "Add, Update, Delete, and Search attributes.",
"module_both" => "Both",
"module_cashups" => "Cashups",
"module_cashups_desc" => "Add, Update, Delete, and Search Cashups.",
"module_config" => "Configuration",
"module_config_desc" => "Change OSPOS's Configuration.",
"module_customers" => "Customers",
"module_customers_desc" => "Add, Update, Delete, and Search Customers.",
"module_employees" => "Employees",
"module_employees_desc" => "Add, Update, Delete, and Search Employees.",
"module_expenses" => "Expenses",
"module_expenses_categories" => "Expenses Categories",
"module_expenses_categories_desc" => "Add, Update, and Delete Expenses Categories.",
"module_expenses_desc" => "Add, Update, Delete, and Search Expenses.",
"module_giftcards" => "Gift Cards",
"module_giftcards_desc" => "Add, Update, Delete and Search Gift Cards.",
"module_home" => "Home",
"module_home_desc" => "List home menu modules.",
"module_item_kits" => "Item Kits",
"module_item_kits_desc" => "Add, Update, Delete and Search Item Kits.",
"module_items" => "Items",
"module_items_desc" => "Add, Update, Delete, and Search Items.",
"module_messages" => "Messages",
"module_messages_desc" => "Send Messages to Customers, Suppliers and Employees.",
"module_migrate" => "Migrate",
"module_migrate_desc" => "Update the OSPOS Database.",
"module_office" => "Office",
"module_office_desc" => "List office menu modules.",
"module_receivings" => "Receivings",
"module_receivings_desc" => "Process Purchase Orders.",
"module_reports" => "Reports",
"module_reports_desc" => "View and generate Reports.",
"module_sales" => "Sales",
"module_sales_desc" => "Process Sales and Returns.",
"module_suppliers" => "Suppliers",
"module_suppliers_desc" => "Add, Update, Delete, and Search Suppliers.",
"module_taxes" => "Taxes",
"module_taxes_desc" => "Configure Sales Taxes.",
"module_timeclocks" => "",
"module_timeclocks_categories" => "",
"module_timeclocks_categories_desc" => "",
"module_timeclocks_desc" => "",
];

View File

@@ -1,57 +1,58 @@
<?php
$lang["receivings_amount_due"] = "";
$lang["receivings_cancel_receiving"] = "Cancel";
$lang["receivings_cannot_be_deleted"] = "Receiving(s) delete failed.";
$lang["receivings_comments"] = "Comments";
$lang["receivings_complete_receiving"] = "Finish";
$lang["receivings_confirm_cancel_receiving"] = "Are you sure you want to clear this receiving? All items will cleared.";
$lang["receivings_confirm_delete"] = "Are you sure you want to delete this receiving? This action cannot be undone.";
$lang["receivings_confirm_finish_receiving"] = "Are you sure you want to submit this receiving? This cannot be undone.";
$lang["receivings_confirm_restore"] = "";
$lang["receivings_cost"] = "Cost";
$lang["receivings_daily"] = "";
$lang["receivings_date"] = "Receiving Date";
$lang["receivings_date_required"] = "A correct date must be entered.";
$lang["receivings_date_type"] = "Date is a required field.";
$lang["receivings_delete_entire_sale"] = "Delete Entire Sale";
$lang["receivings_discount"] = "Discount";
$lang["receivings_edit"] = "Edit";
$lang["receivings_edit_sale"] = "Edit Receiving";
$lang["receivings_employee"] = "Employee";
$lang["receivings_error_editing_item"] = "Item edit failed.";
$lang["receivings_error_requisition"] = "Unable to move Inventory from or to the same Stock Location.";
$lang["receivings_find_or_scan_item"] = "Find or Scan Item";
$lang["receivings_find_or_scan_item_or_receipt"] = "Find or Scan Item or Receipt";
$lang["receivings_id"] = "Receiving ID";
$lang["receivings_item_name"] = "Item Name";
$lang["receivings_mode"] = "Receiving Mode";
$lang["receivings_new_supplier"] = "New Supplier";
$lang["receivings_one_or_multiple"] = "receiving(s)";
$lang["receivings_print_after_sale"] = "Print After Sale";
$lang["receivings_quantity"] = "Qty.";
$lang["receivings_receipt"] = "Receivings Receipt";
$lang["receivings_receipt_number"] = "Receiving #";
$lang["receivings_receiving"] = "Receive";
$lang["receivings_reference"] = "Reference";
$lang["receivings_register"] = "Items Receiving";
$lang["receivings_requisition"] = "Requisition";
$lang["receivings_return"] = "Return";
$lang["receivings_select_supplier"] = "Select Supplier (Optional)";
$lang["receivings_ship_pack"] = "Ship Pack";
$lang["receivings_start_typing_supplier_name"] = "Start Typing Supplier's name...";
$lang["receivings_stock"] = "Stock";
$lang["receivings_stock_destination"] = "Stock Destination";
$lang["receivings_stock_locaiton"] = "Stock Location";
$lang["receivings_stock_source"] = "Stock Source";
$lang["receivings_successfully_deleted"] = "You have successfully deleted";
$lang["receivings_successfully_updated"] = "Receiving successfully updated";
$lang["receivings_supplier"] = "Supplier";
$lang["receivings_supplier_address"] = "Address";
$lang["receivings_supplier_email"] = "Email";
$lang["receivings_supplier_location"] = "Location";
$lang["receivings_total"] = "Total";
$lang["receivings_transaction_failed"] = "Receivings transaction(s) failed.";
$lang["receivings_unable_to_add_item"] = "Item add to Receiving failed.";
$lang["receivings_unsuccessfully_updated"] = "Receiving update failed.";
$lang["receivings_update"] = "Update";
<?php
return [
"receivings_amount_due" => "",
"receivings_cancel_receiving" => "Cancel",
"receivings_cannot_be_deleted" => "Receiving(s) delete failed.",
"receivings_comments" => "Comments",
"receivings_complete_receiving" => "Finish",
"receivings_confirm_cancel_receiving" => "Are you sure you want to clear this receiving? All items will cleared.",
"receivings_confirm_delete" => "Are you sure you want to delete this receiving? This action cannot be undone.",
"receivings_confirm_finish_receiving" => "Are you sure you want to submit this receiving? This cannot be undone.",
"receivings_confirm_restore" => "",
"receivings_cost" => "Cost",
"receivings_daily" => "",
"receivings_date" => "Receiving Date",
"receivings_date_required" => "A correct date must be entered.",
"receivings_date_type" => "Date is a required field.",
"receivings_delete_entire_sale" => "Delete Entire Sale",
"receivings_discount" => "Discount",
"receivings_edit" => "Edit",
"receivings_edit_sale" => "Edit Receiving",
"receivings_employee" => "Employee",
"receivings_error_editing_item" => "Item edit failed.",
"receivings_error_requisition" => "Unable to move Inventory from or to the same Stock Location.",
"receivings_find_or_scan_item" => "Find or Scan Item",
"receivings_find_or_scan_item_or_receipt" => "Find or Scan Item or Receipt",
"receivings_id" => "Receiving ID",
"receivings_item_name" => "Item Name",
"receivings_mode" => "Receiving Mode",
"receivings_new_supplier" => "New Supplier",
"receivings_one_or_multiple" => "receiving(s)",
"receivings_print_after_sale" => "Print After Sale",
"receivings_quantity" => "Qty.",
"receivings_receipt" => "Receivings Receipt",
"receivings_receipt_number" => "Receiving #",
"receivings_receiving" => "Receive",
"receivings_reference" => "Reference",
"receivings_register" => "Items Receiving",
"receivings_requisition" => "Requisition",
"receivings_return" => "Return",
"receivings_select_supplier" => "Select Supplier (Optional)",
"receivings_ship_pack" => "Ship Pack",
"receivings_start_typing_supplier_name" => "Start Typing Supplier's name...",
"receivings_stock" => "Stock",
"receivings_stock_destination" => "Stock Destination",
"receivings_stock_locaiton" => "Stock Location",
"receivings_stock_source" => "Stock Source",
"receivings_successfully_deleted" => "You have successfully deleted",
"receivings_successfully_updated" => "Receiving successfully updated",
"receivings_supplier" => "Supplier",
"receivings_supplier_address" => "Address",
"receivings_supplier_email" => "Email",
"receivings_supplier_location" => "Location",
"receivings_total" => "Total",
"receivings_transaction_failed" => "Receivings transaction(s) failed.",
"receivings_unable_to_add_item" => "Item add to Receiving failed.",
"receivings_unsuccessfully_updated" => "Receiving update failed.",
"receivings_update" => "Update",
];

View File

@@ -1,147 +1,148 @@
<?php
$lang["reports_all"] = "All";
$lang["reports_authority"] = "Authority";
$lang["reports_canceled"] = "Canceled";
$lang["reports_categories"] = "Categories";
$lang["reports_categories_summary_report"] = "Categories Summary Report";
$lang["reports_category"] = "Category";
$lang["reports_code_canceled"] = "CNL";
$lang["reports_code_invoice"] = "INV";
$lang["reports_code_pos"] = "POS";
$lang["reports_code_quote"] = "Q";
$lang["reports_code_return"] = "RET";
$lang["reports_code_type"] = "Type";
$lang["reports_code_work_order"] = "W/O";
$lang["reports_comments"] = "Comments";
$lang["reports_commission"] = "";
$lang["reports_complete"] = "Completed Sales and Returns";
$lang["reports_completed_sales"] = "Completed Sales";
$lang["reports_confirm_delete"] = "Are you sure you want to delete selected entry(s)?";
$lang["reports_confirm_restore"] = "Are you sure you want to restore selected entry(s)?";
$lang["reports_cost"] = "Wholesale";
$lang["reports_cost_price"] = "Wholesale Price";
$lang["reports_count"] = "Count";
$lang["reports_customer"] = "Customer";
$lang["reports_customers"] = "Customers";
$lang["reports_customers_summary_report"] = "Customers Summary Report";
$lang["reports_date"] = "Date";
$lang["reports_date_range"] = "Date Range";
$lang["reports_description"] = "Description";
$lang["reports_detailed_receivings_report"] = "Detailed Receivings Report";
$lang["reports_detailed_receivings_report_input"] = "";
$lang["reports_detailed_reports"] = "Detailed Reports";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Detailed Transactions Report";
$lang["reports_discount"] = "Discount";
$lang["reports_discount_fixed"] = "Fixed Discount";
$lang["reports_discount_percent"] = "Discount Percent";
$lang["reports_discount_type"] = "Discount Type";
$lang["reports_discounts"] = "Discounts";
$lang["reports_discounts_summary_report"] = "Discounts Summary Report";
$lang["reports_earned"] = "Points Earned";
$lang["reports_employee"] = "Employee";
$lang["reports_employees"] = "Employees";
$lang["reports_employees_summary_report"] = "Employees Summary Report";
$lang["reports_expenses"] = "Expenses";
$lang["reports_expenses_amount"] = "Amount";
$lang["reports_expenses_categories"] = "Expenses";
$lang["reports_expenses_categories_summary_report"] = "Expense Categories Summary Report";
$lang["reports_expenses_category"] = "Category";
$lang["reports_expenses_payment_amount"] = "";
$lang["reports_expenses_tax_amount"] = "Tax";
$lang["reports_expenses_total_amount"] = "Total Amount";
$lang["reports_expenses_total_tax_amount"] = "Total Tax";
$lang["reports_graphical_reports"] = "Graphical Reports";
$lang["reports_inventory"] = "Inventory";
$lang["reports_inventory_low"] = "Low Inventory";
$lang["reports_inventory_low_report"] = "Low Inventory Report";
$lang["reports_inventory_reports"] = "Inventory Reports";
$lang["reports_inventory_summary"] = "Inventory Summary";
$lang["reports_inventory_summary_report"] = "Inventory Summary Report";
$lang["reports_item"] = "Item";
$lang["reports_item_count"] = "Filter Item Count";
$lang["reports_item_name"] = "Item Name";
$lang["reports_item_number"] = "Barcode";
$lang["reports_items"] = "Items";
$lang["reports_items_purchased"] = "Items Purchased";
$lang["reports_items_received"] = "Items Received";
$lang["reports_items_summary_report"] = "Items Summary Report";
$lang["reports_jurisdiction"] = "Jurisdiction";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_low_sell_quantity"] = "Low Sell Qty";
$lang["reports_more_than_zero"] = "More than zero";
$lang["reports_name"] = "Name";
$lang["reports_no_reports_to_display"] = "No Items to display.";
$lang["reports_payment_type"] = "Payment Type";
$lang["reports_payments"] = "Payments";
$lang["reports_payments_summary_report"] = "Payments Summary Report";
$lang["reports_profit"] = "Profit";
$lang["reports_quantity"] = "Quantity";
$lang["reports_quantity_purchased"] = "Quantity Purchased";
$lang["reports_quotes"] = "Quotes";
$lang["reports_received_by"] = "Received By";
$lang["reports_receiving_id"] = "Receiving ID";
$lang["reports_receiving_type"] = "Receiving Type";
$lang["reports_receivings"] = "Receivings";
$lang["reports_reorder_level"] = "Reorder Level";
$lang["reports_report"] = "Report";
$lang["reports_report_input"] = "Report Input";
$lang["reports_reports"] = "Reports";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "Requisitions";
$lang["reports_returns"] = "Returns";
$lang["reports_revenue"] = "Revenue";
$lang["reports_sale_id"] = "Trans. ID";
$lang["reports_sale_type"] = "Transaction Type";
$lang["reports_sales"] = "Transactions";
$lang["reports_sales_amount"] = "Transactions amount";
$lang["reports_sales_summary_report"] = "Transactions Summary Report";
$lang["reports_sales_taxes"] = "Sales Taxes";
$lang["reports_sales_taxes_summary_report"] = "Sales Taxes Summary Report";
$lang["reports_serial_number"] = "Serial Number";
$lang["reports_service_charge"] = "";
$lang["reports_sold_by"] = "Sold By";
$lang["reports_sold_items"] = "";
$lang["reports_sold_to"] = "Sold To";
$lang["reports_stock_location"] = "Stock Location";
$lang["reports_sub_total_value"] = "Subtotal";
$lang["reports_subtotal"] = "Subtotal";
$lang["reports_summary_reports"] = "Summary Reports";
$lang["reports_supplied_by"] = "Supplied by";
$lang["reports_supplier"] = "Supplier";
$lang["reports_suppliers"] = "Suppliers";
$lang["reports_suppliers_summary_report"] = "Suppliers Summary Report";
$lang["reports_tax"] = "Tax";
$lang["reports_tax_category"] = "Tax Category";
$lang["reports_tax_name"] = "Tax Name";
$lang["reports_tax_percent"] = "Tax Percent";
$lang["reports_tax_rate"] = "Tax Rate";
$lang["reports_taxes"] = "Taxes";
$lang["reports_taxes_summary_report"] = "Taxes Summary Report";
$lang["reports_total"] = "Total";
$lang["reports_total_inventory_value"] = "Total Inventory Value";
$lang["reports_total_low_sell_quantity"] = "Total Low Sell Quantity";
$lang["reports_total_quantity"] = "Total Quantity";
$lang["reports_total_retail"] = "Total Inv. Retail Value";
$lang["reports_trans_amount"] = "Transaction Amount";
$lang["reports_trans_due"] = "Due";
$lang["reports_trans_group"] = "Transaction Group";
$lang["reports_trans_nopay_sales"] = "Sales with no payment";
$lang["reports_trans_payments"] = "Payments";
$lang["reports_trans_refunded"] = "Refunded";
$lang["reports_trans_sales"] = "Sales";
$lang["reports_trans_type"] = "Transaction Type";
$lang["reports_type"] = "Type";
$lang["reports_unit_price"] = "Retail Price";
$lang["reports_used"] = "Points Used";
$lang["reports_work_orders"] = "Work Orders";
$lang["reports_zero_and_less"] = "Zero and less";
<?php
return [
"reports_all" => "All",
"reports_authority" => "Authority",
"reports_canceled" => "Canceled",
"reports_categories" => "Categories",
"reports_categories_summary_report" => "Categories Summary Report",
"reports_category" => "Category",
"reports_code_canceled" => "CNL",
"reports_code_invoice" => "INV",
"reports_code_pos" => "POS",
"reports_code_quote" => "Q",
"reports_code_return" => "RET",
"reports_code_type" => "Type",
"reports_code_work_order" => "W/O",
"reports_comments" => "Comments",
"reports_commission" => "",
"reports_complete" => "Completed Sales and Returns",
"reports_completed_sales" => "Completed Sales",
"reports_confirm_delete" => "Are you sure you want to delete selected entry(s)?",
"reports_confirm_restore" => "Are you sure you want to restore selected entry(s)?",
"reports_cost" => "Wholesale",
"reports_cost_price" => "Wholesale Price",
"reports_count" => "Count",
"reports_customer" => "Customer",
"reports_customers" => "Customers",
"reports_customers_summary_report" => "Customers Summary Report",
"reports_date" => "Date",
"reports_date_range" => "Date Range",
"reports_description" => "Description",
"reports_detailed_receivings_report" => "Detailed Receivings Report",
"reports_detailed_receivings_report_input" => "",
"reports_detailed_reports" => "Detailed Reports",
"reports_detailed_requisition_report" => "",
"reports_detailed_sales_report" => "Detailed Transactions Report",
"reports_discount" => "Discount",
"reports_discount_fixed" => "Fixed Discount",
"reports_discount_percent" => "Discount Percent",
"reports_discount_type" => "Discount Type",
"reports_discounts" => "Discounts",
"reports_discounts_summary_report" => "Discounts Summary Report",
"reports_earned" => "Points Earned",
"reports_employee" => "Employee",
"reports_employees" => "Employees",
"reports_employees_summary_report" => "Employees Summary Report",
"reports_expenses" => "Expenses",
"reports_expenses_amount" => "Amount",
"reports_expenses_categories" => "Expenses",
"reports_expenses_categories_summary_report" => "Expense Categories Summary Report",
"reports_expenses_category" => "Category",
"reports_expenses_payment_amount" => "",
"reports_expenses_tax_amount" => "Tax",
"reports_expenses_total_amount" => "Total Amount",
"reports_expenses_total_tax_amount" => "Total Tax",
"reports_graphical_reports" => "Graphical Reports",
"reports_inventory" => "Inventory",
"reports_inventory_low" => "Low Inventory",
"reports_inventory_low_report" => "Low Inventory Report",
"reports_inventory_reports" => "Inventory Reports",
"reports_inventory_summary" => "Inventory Summary",
"reports_inventory_summary_report" => "Inventory Summary Report",
"reports_item" => "Item",
"reports_item_count" => "Filter Item Count",
"reports_item_name" => "Item Name",
"reports_item_number" => "Barcode",
"reports_items" => "Items",
"reports_items_purchased" => "Items Purchased",
"reports_items_received" => "Items Received",
"reports_items_summary_report" => "Items Summary Report",
"reports_jurisdiction" => "Jurisdiction",
"reports_low_inventory" => "",
"reports_low_inventory_report" => "",
"reports_low_sell_quantity" => "Low Sell Qty",
"reports_more_than_zero" => "More than zero",
"reports_name" => "Name",
"reports_no_reports_to_display" => "No Items to display.",
"reports_payment_type" => "Payment Type",
"reports_payments" => "Payments",
"reports_payments_summary_report" => "Payments Summary Report",
"reports_profit" => "Profit",
"reports_quantity" => "Quantity",
"reports_quantity_purchased" => "Quantity Purchased",
"reports_quotes" => "Quotes",
"reports_received_by" => "Received By",
"reports_receiving_id" => "Receiving ID",
"reports_receiving_type" => "Receiving Type",
"reports_receivings" => "Receivings",
"reports_reorder_level" => "Reorder Level",
"reports_report" => "Report",
"reports_report_input" => "Report Input",
"reports_reports" => "Reports",
"reports_requisition" => "",
"reports_requisition_by" => "",
"reports_requisition_id" => "",
"reports_requisition_item" => "",
"reports_requisition_item_quantity" => "",
"reports_requisition_related_item" => "",
"reports_requisition_related_item_total_quantity" => "",
"reports_requisition_related_item_unit_quantity" => "",
"reports_requisitions" => "Requisitions",
"reports_returns" => "Returns",
"reports_revenue" => "Revenue",
"reports_sale_id" => "Trans. ID",
"reports_sale_type" => "Transaction Type",
"reports_sales" => "Transactions",
"reports_sales_amount" => "Transactions amount",
"reports_sales_summary_report" => "Transactions Summary Report",
"reports_sales_taxes" => "Sales Taxes",
"reports_sales_taxes_summary_report" => "Sales Taxes Summary Report",
"reports_serial_number" => "Serial Number",
"reports_service_charge" => "",
"reports_sold_by" => "Sold By",
"reports_sold_items" => "",
"reports_sold_to" => "Sold To",
"reports_stock_location" => "Stock Location",
"reports_sub_total_value" => "Subtotal",
"reports_subtotal" => "Subtotal",
"reports_summary_reports" => "Summary Reports",
"reports_supplied_by" => "Supplied by",
"reports_supplier" => "Supplier",
"reports_suppliers" => "Suppliers",
"reports_suppliers_summary_report" => "Suppliers Summary Report",
"reports_tax" => "Tax",
"reports_tax_category" => "Tax Category",
"reports_tax_name" => "Tax Name",
"reports_tax_percent" => "Tax Percent",
"reports_tax_rate" => "Tax Rate",
"reports_taxes" => "Taxes",
"reports_taxes_summary_report" => "Taxes Summary Report",
"reports_total" => "Total",
"reports_total_inventory_value" => "Total Inventory Value",
"reports_total_low_sell_quantity" => "Total Low Sell Quantity",
"reports_total_quantity" => "Total Quantity",
"reports_total_retail" => "Total Inv. Retail Value",
"reports_trans_amount" => "Transaction Amount",
"reports_trans_due" => "Due",
"reports_trans_group" => "Transaction Group",
"reports_trans_nopay_sales" => "Sales with no payment",
"reports_trans_payments" => "Payments",
"reports_trans_refunded" => "Refunded",
"reports_trans_sales" => "Sales",
"reports_trans_type" => "Transaction Type",
"reports_type" => "Type",
"reports_unit_price" => "Retail Price",
"reports_used" => "Points Used",
"reports_work_orders" => "Work Orders",
"reports_zero_and_less" => "Zero and less",
];

View File

@@ -1,222 +1,224 @@
<?php
$lang["customers_available_points"] = "Points Available";
$lang["rewards_package"] = "Rewards";
$lang["rewards_remaining_balance"] = "Reward Points remaining value is ";
$lang["sales_account_number"] = "Account #";
$lang["sales_add_payment"] = "Add Payment";
$lang["sales_amount_due"] = "Amount Due";
$lang["sales_amount_tendered"] = "Amount Tendered";
$lang["sales_authorized_signature"] = "Authorized Signature";
$lang["sales_cancel_sale"] = "Cancel";
$lang["sales_cash"] = "Cash";
$lang["sales_cash_1"] = "";
$lang["sales_cash_2"] = "";
$lang["sales_cash_3"] = "";
$lang["sales_cash_4"] = "";
$lang["sales_cash_adjustment"] = "Cash Adjustment";
$lang["sales_cash_deposit"] = "Cash Deposit";
$lang["sales_cash_filter"] = "Cash";
$lang["sales_change_due"] = "Change Due";
$lang["sales_change_price"] = "Change Selling Price";
$lang["sales_check"] = "Check";
$lang["sales_check_balance"] = "Check remainder";
$lang["sales_check_filter"] = "Check";
$lang["sales_close"] = "";
$lang["sales_comment"] = "Comment";
$lang["sales_comments"] = "Comments";
$lang["sales_company_name"] = "";
$lang["sales_complete"] = "";
$lang["sales_complete_sale"] = "Complete";
$lang["sales_confirm_cancel_sale"] = "Are you sure you want to clear this sale? All items will be cleared.";
$lang["sales_confirm_delete"] = "Are you sure you want to delete the selected Sale(s)?";
$lang["sales_confirm_restore"] = "Are you sure you want to restore the selected Sale(s)?";
$lang["sales_credit"] = "Credit Card";
$lang["sales_credit_deposit"] = "Credit Deposit";
$lang["sales_credit_filter"] = "Credit Card";
$lang["sales_current_table"] = "";
$lang["sales_customer"] = "Customer";
$lang["sales_customer_address"] = "Address";
$lang["sales_customer_discount"] = "Discount";
$lang["sales_customer_email"] = "Email";
$lang["sales_customer_location"] = "Location";
$lang["sales_customer_mailchimp_status"] = "MailChimp Status";
$lang["sales_customer_optional"] = "(Required for Due Payments)";
$lang["sales_customer_required"] = "(Required)";
$lang["sales_customer_total"] = "Total";
$lang["sales_customer_total_spent"] = "";
$lang["sales_daily_sales"] = "";
$lang["sales_date"] = "Sale Date";
$lang["sales_date_range"] = "Date Range";
$lang["sales_date_required"] = "A correct date must be entered.";
$lang["sales_date_type"] = "Date is a required field.";
$lang["sales_debit"] = "Debit Card";
$lang["sales_debit_filter"] = "";
$lang["sales_delete"] = "Allow Delete";
$lang["sales_delete_confirmation"] = "Are you sure you want to delete this sale? This action cannot be undone.";
$lang["sales_delete_entire_sale"] = "Delete Entire Sale";
$lang["sales_delete_successful"] = "Sale delete successful.";
$lang["sales_delete_unsuccessful"] = "Sale delete failed.";
$lang["sales_description_abbrv"] = "Desc.";
$lang["sales_discard"] = "Discard";
$lang["sales_discard_quote"] = "";
$lang["sales_discount"] = "Disc";
$lang["sales_discount_included"] = "% Discount";
$lang["sales_discount_short"] = "%";
$lang["sales_due"] = "Due";
$lang["sales_due_filter"] = "Due";
$lang["sales_edit"] = "Edit";
$lang["sales_edit_item"] = "Edit Item";
$lang["sales_edit_sale"] = "Edit Sale";
$lang["sales_email_receipt"] = "Email Receipt";
$lang["sales_employee"] = "Employee";
$lang["sales_entry"] = "Entry";
$lang["sales_error_editing_item"] = "Error editing item";
$lang["sales_find_or_scan_item"] = "Find or Scan Item";
$lang["sales_find_or_scan_item_or_receipt"] = "Find or Scan Item or Receipt";
$lang["sales_giftcard"] = "Gift Card";
$lang["sales_giftcard_balance"] = "Gift Card Balance";
$lang["sales_giftcard_filter"] = "";
$lang["sales_giftcard_number"] = "Gift Card Number";
$lang["sales_group_by_category"] = "Group by Category";
$lang["sales_group_by_type"] = "Group by Type";
$lang["sales_hsn"] = "HSN";
$lang["sales_id"] = "Sale ID";
$lang["sales_include_prices"] = "Include Prices?";
$lang["sales_invoice"] = "Invoice";
$lang["sales_invoice_confirm"] = "This invoice will be sent to";
$lang["sales_invoice_enable"] = "Invoice Number";
$lang["sales_invoice_filter"] = "Invoices";
$lang["sales_invoice_no_email"] = "This customer does not have a valid email address.";
$lang["sales_invoice_number"] = "Invoice #";
$lang["sales_invoice_number_duplicate"] = "Invoice Number %1 must be unique.";
$lang["sales_invoice_sent"] = "Invoice sent to";
$lang["sales_invoice_total"] = "Invoice Total";
$lang["sales_invoice_type_custom_invoice"] = "Custom Invoice (custom_invoice.php)";
$lang["sales_invoice_type_custom_tax_invoice"] = "Custom Tax Invoice (custom_tax_invoice.php)";
$lang["sales_invoice_type_invoice"] = "Invoice (invoice.php)";
$lang["sales_invoice_type_tax_invoice"] = "Tax Invoice (tax_invoice.php)";
$lang["sales_invoice_unsent"] = "Invoice failed to be sent to";
$lang["sales_invoice_update"] = "Recount";
$lang["sales_item_insufficient_of_stock"] = "Item has insufficient stock.";
$lang["sales_item_name"] = "Item Name";
$lang["sales_item_number"] = "Item #";
$lang["sales_item_out_of_stock"] = "Item is out of stock.";
$lang["sales_key_browser"] = "Helpful Shortcuts";
$lang["sales_key_cancel"] = "Cancels Current Quote/Invoice/Sale";
$lang["sales_key_customer_search"] = "Customer Search";
$lang["sales_key_finish_quote"] = "Finish Quote/Invoice without payment";
$lang["sales_key_finish_sale"] = "Add Payment and Complete Invoice/Sale";
$lang["sales_key_full"] = "Open in Full Screen Mode";
$lang["sales_key_function"] = "Function";
$lang["sales_key_help"] = "Shortcuts";
$lang["sales_key_help_modal"] = "Open Shortcuts Window";
$lang["sales_key_in"] = "Zoom in";
$lang["sales_key_item_search"] = "Item Search";
$lang["sales_key_out"] = "Zoom Out";
$lang["sales_key_payment"] = "Add Payment";
$lang["sales_key_print"] = "Print Current Page";
$lang["sales_key_restore"] = "Restore Original Display/Zoom";
$lang["sales_key_search"] = "Search Reports Tables";
$lang["sales_key_suspend"] = "Suspend Current Sale";
$lang["sales_key_suspended"] = "Show Suspended Sales";
$lang["sales_key_system"] = "System Shortcuts";
$lang["sales_key_tendered"] = "Edit Amount Tendered";
$lang["sales_key_title"] = "Sales Keyboard Shortcuts";
$lang["sales_mc"] = "";
$lang["sales_mode"] = "Register Mode";
$lang["sales_must_enter_numeric"] = "Amount Tendered must be a number.";
$lang["sales_must_enter_numeric_giftcard"] = "Gift Card Number must be a number.";
$lang["sales_new_customer"] = "New Customer";
$lang["sales_new_item"] = "New Item";
$lang["sales_no_description"] = "No description";
$lang["sales_no_filter"] = "All";
$lang["sales_no_items_in_cart"] = "There are no Items in the cart.";
$lang["sales_no_sales_to_display"] = "No Sales to display.";
$lang["sales_none_selected"] = "You have not selected any Sale(s) to delete.";
$lang["sales_nontaxed_ind"] = " ";
$lang["sales_not_authorized"] = "This action is not authorized.";
$lang["sales_one_or_multiple"] = "Sale(s)";
$lang["sales_payment"] = "Payment Type";
$lang["sales_payment_amount"] = "Amount";
$lang["sales_payment_not_cover_total"] = "Payment Amount must be greater than or equal to Total.";
$lang["sales_payment_type"] = "Type";
$lang["sales_payments"] = "";
$lang["sales_payments_total"] = "Payments Total";
$lang["sales_price"] = "Price";
$lang["sales_print_after_sale"] = "Print after Sale";
$lang["sales_quantity"] = "Quantity";
$lang["sales_quantity_less_than_reorder_level"] = "Warning: Desired Quantity is below Reorder Level for that Item.";
$lang["sales_quantity_less_than_zero"] = "Warning: Desired Quantity is insufficient. You can still process the sale, but audit your inventory.";
$lang["sales_quantity_of_items"] = "Quantity of %1 Items";
$lang["sales_quote"] = "Quote";
$lang["sales_quote_number"] = "Quote Number";
$lang["sales_quote_number_duplicate"] = "Quote Number must be unique.";
$lang["sales_quote_sent"] = "Quote sent to";
$lang["sales_quote_unsent"] = "Quote failed to be sent to";
$lang["sales_receipt"] = "Sales Receipt";
$lang["sales_receipt_no_email"] = "This customer does not have a valid email address.";
$lang["sales_receipt_number"] = "Sale #";
$lang["sales_receipt_sent"] = "Receipt sent to";
$lang["sales_receipt_unsent"] = "Receipt failed to be sent to";
$lang["sales_refund"] = "Refund Type";
$lang["sales_register"] = "Sales Register";
$lang["sales_remove_customer"] = "Remove Customer";
$lang["sales_remove_discount"] = "";
$lang["sales_return"] = "Return";
$lang["sales_rewards"] = "Reward Points";
$lang["sales_rewards_balance"] = "Reward Points Balance";
$lang["sales_sale"] = "Sale";
$lang["sales_sale_by_invoice"] = "Sale by Invoice";
$lang["sales_sale_for_customer"] = "Customer:";
$lang["sales_sale_time"] = "Time";
$lang["sales_sales_tax"] = "Sales Tax";
$lang["sales_sales_total"] = "";
$lang["sales_select_customer"] = "Select Customer";
$lang["sales_send_invoice"] = "Send Invoice";
$lang["sales_send_quote"] = "Send Quote";
$lang["sales_send_receipt"] = "Send Receipt";
$lang["sales_send_work_order"] = "Send Work Order";
$lang["sales_serial"] = "Serial";
$lang["sales_service_charge"] = "";
$lang["sales_show_due"] = "";
$lang["sales_show_invoice"] = "Show Invoice";
$lang["sales_show_receipt"] = "Show Receipt";
$lang["sales_start_typing_customer_name"] = "Start typing customer details...";
$lang["sales_start_typing_item_name"] = "Start typing Item Name or scan Barcode...";
$lang["sales_stock"] = "Stock";
$lang["sales_stock_location"] = "Stock Location";
$lang["sales_sub_total"] = "Subtotal";
$lang["sales_successfully_deleted"] = "You have successfully deleted";
$lang["sales_successfully_restored"] = "You have successfully restored";
$lang["sales_successfully_suspended_sale"] = "Sale suspend successful.";
$lang["sales_successfully_updated"] = "Sale update successful.";
$lang["sales_suspend_sale"] = "Suspend";
$lang["sales_suspended_doc_id"] = "Document";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Suspended";
$lang["sales_table"] = "Table";
$lang["sales_takings"] = "Daily Sales";
$lang["sales_tax"] = "Tax";
$lang["sales_tax_id"] = "Tax Id";
$lang["sales_tax_invoice"] = "Tax Invoice";
$lang["sales_tax_percent"] = "Tax %";
$lang["sales_taxed_ind"] = "T";
$lang["sales_total"] = "Total";
$lang["sales_total_tax_exclusive"] = "Tax excluded";
$lang["sales_transaction_failed"] = "Sales Transaction failed.";
$lang["sales_unable_to_add_item"] = "Item add to Sale failed";
$lang["sales_unsuccessfully_deleted"] = "Sale(s) delete failed.";
$lang["sales_unsuccessfully_restored"] = "Sale(s) restore failed.";
$lang["sales_unsuccessfully_suspended_sale"] = "Sale suspend failed.";
$lang["sales_unsuccessfully_updated"] = "Sale update failed.";
$lang["sales_unsuspend"] = "Unsuspend";
$lang["sales_unsuspend_and_delete"] = "Action";
$lang["sales_update"] = "Update";
$lang["sales_upi"] = "UPI";
$lang["sales_visa"] = "";
$lang["sales_wholesale"] = "";
$lang["sales_work_order"] = "Work Order";
$lang["sales_work_order_number"] = "Work Order Number";
$lang["sales_work_order_number_duplicate"] = "Work Order Number must be unique.";
$lang["sales_work_order_sent"] = "Work Order sent to";
$lang["sales_work_order_unsent"] = "Work Order failed to be sent to";
return [
"customers_available_points" => "Available Points",
"rewards_package" => "Rewards",
"rewards_remaining_balance" => "Reward Points remaining value is ",
"sales_account_number" => "Account #",
"sales_add_payment" => "Add Payment",
"sales_amount_due" => "Amount Due",
"sales_amount_tendered" => "Amount Tendered",
"sales_authorized_signature" => "Authorized Signature",
"sales_cancel_sale" => "Cancel",
"sales_cash" => "Cash",
"sales_cash_1" => "",
"sales_cash_2" => "",
"sales_cash_3" => "",
"sales_cash_4" => "",
"sales_cash_adjustment" => "Cash Adjustment",
"sales_cash_deposit" => "Cash Deposit",
"sales_cash_filter" => "Cash",
"sales_change_due" => "Change Due",
"sales_change_price" => "Change Selling Price",
"sales_check" => "Check",
"sales_check_balance" => "Check remainder",
"sales_check_filter" => "Check",
"sales_close" => "",
"sales_comment" => "Comment",
"sales_comments" => "Comments",
"sales_company_name" => "",
"sales_complete" => "",
"sales_complete_sale" => "Complete",
"sales_confirm_cancel_sale" => "Are you sure you want to clear this sale? All items will be cleared.",
"sales_confirm_delete" => "Are you sure you want to delete the selected Sale(s)?",
"sales_confirm_restore" => "Are you sure you want to restore the selected Sale(s)?",
"sales_credit" => "Credit Card",
"sales_credit_deposit" => "Credit Deposit",
"sales_credit_filter" => "Credit Card",
"sales_current_table" => "",
"sales_customer" => "Customer",
"sales_customer_address" => "Address",
"sales_customer_discount" => "Discount",
"sales_customer_email" => "Email",
"sales_customer_location" => "Location",
"sales_customer_mailchimp_status" => "MailChimp status",
"sales_customer_optional" => "(Required for Due Payments)",
"sales_customer_required" => "(Required)",
"sales_customer_total" => "Total",
"sales_customer_total_spent" => "",
"sales_daily_sales" => "",
"sales_date" => "Sale Date",
"sales_date_range" => "Date Range",
"sales_date_required" => "A correct date must be entered.",
"sales_date_type" => "Date is a required field.",
"sales_debit" => "Debit Card",
"sales_debit_filter" => "",
"sales_delete" => "Allow Delete",
"sales_delete_confirmation" => "Are you sure you want to delete this sale? This action cannot be undone.",
"sales_delete_entire_sale" => "Delete Entire Sale",
"sales_delete_successful" => "Sale delete successful.",
"sales_delete_unsuccessful" => "Sale delete failed.",
"sales_description_abbrv" => "Desc.",
"sales_discard" => "Discard",
"sales_discard_quote" => "",
"sales_discount" => "Disc",
"sales_discount_included" => "% Discount",
"sales_discount_short" => "%",
"sales_due" => "Due",
"sales_due_filter" => "Due",
"sales_edit" => "Edit",
"sales_edit_item" => "Edit Item",
"sales_edit_sale" => "Edit Sale",
"sales_email_receipt" => "Email Receipt",
"sales_employee" => "Employee",
"sales_entry" => "Entry",
"sales_error_editing_item" => "Error editing item",
"sales_find_or_scan_item" => "Find or Scan Item",
"sales_find_or_scan_item_or_receipt" => "Find or Scan Item or Receipt",
"sales_giftcard" => "Gift Card",
"sales_giftcard_balance" => "Gift Card Balance",
"sales_giftcard_filter" => "",
"sales_giftcard_number" => "Gift Card Number",
"sales_group_by_category" => "Group by Category",
"sales_group_by_type" => "Group by Type",
"sales_hsn" => "HSN",
"sales_id" => "Sale ID",
"sales_include_prices" => "Include Prices?",
"sales_invoice" => "Invoice",
"sales_invoice_confirm" => "This invoice will be sent to",
"sales_invoice_enable" => "Invoice Number",
"sales_invoice_filter" => "Invoices",
"sales_invoice_no_email" => "This customer does not have a valid email address.",
"sales_invoice_number" => "Invoice #",
"sales_invoice_number_duplicate" => "Invoice Number %1 must be unique.",
"sales_invoice_sent" => "Invoice sent to",
"sales_invoice_total" => "Invoice Total",
"sales_invoice_type_custom_invoice" => "Custom Invoice (custom_invoice.php)",
"sales_invoice_type_custom_tax_invoice" => "Custom Tax Invoice (custom_tax_invoice.php)",
"sales_invoice_type_invoice" => "Invoice (invoice.php)",
"sales_invoice_type_tax_invoice" => "Tax Invoice (tax_invoice.php)",
"sales_invoice_unsent" => "Invoice failed to be sent to",
"sales_invoice_update" => "Recount",
"sales_item_insufficient_of_stock" => "Item has insufficient stock.",
"sales_item_name" => "Item Name",
"sales_item_number" => "Item #",
"sales_item_out_of_stock" => "Item is out of stock.",
"sales_key_browser" => "Helpful Shortcuts",
"sales_key_cancel" => "Cancels Current Quote/Invoice/Sale",
"sales_key_customer_search" => "Customer Search",
"sales_key_finish_quote" => "Finish Quote/Invoice without payment",
"sales_key_finish_sale" => "Add Payment and Complete Invoice/Sale",
"sales_key_full" => "Open in Full Screen Mode",
"sales_key_function" => "Function",
"sales_key_help" => "Shortcuts",
"sales_key_help_modal" => "Open Shortcuts Window",
"sales_key_in" => "Zoom in",
"sales_key_item_search" => "Item Search",
"sales_key_out" => "Zoom Out",
"sales_key_payment" => "Add Payment",
"sales_key_print" => "Print Current Page",
"sales_key_restore" => "Restore Original Display/Zoom",
"sales_key_search" => "Search Reports Tables",
"sales_key_suspend" => "Suspend Current Sale",
"sales_key_suspended" => "Show Suspended Sales",
"sales_key_system" => "System Shortcuts",
"sales_key_tendered" => "Edit Amount Tendered",
"sales_key_title" => "Sales Keyboard Shortcuts",
"sales_mc" => "",
"sales_mode" => "Register Mode",
"sales_must_enter_numeric" => "Amount Tendered must be a number.",
"sales_must_enter_numeric_giftcard" => "Gift Card Number must be a number.",
"sales_new_customer" => "New Customer",
"sales_new_item" => "New Item",
"sales_no_description" => "No description",
"sales_no_filter" => "All",
"sales_no_items_in_cart" => "There are no Items in the cart.",
"sales_no_sales_to_display" => "No Sales to display.",
"sales_none_selected" => "You have not selected any Sale(s) to delete.",
"sales_nontaxed_ind" => " ",
"sales_not_authorized" => "This action is not authorized.",
"sales_one_or_multiple" => "Sale(s)",
"sales_payment" => "Payment Type",
"sales_payment_amount" => "Amount",
"sales_payment_not_cover_total" => "Payment Amount must be greater than or equal to Total.",
"sales_payment_type" => "Type",
"sales_payments" => "",
"sales_payments_total" => "Payments Total",
"sales_price" => "Price",
"sales_print_after_sale" => "Print after Sale",
"sales_quantity" => "Quantity",
"sales_quantity_less_than_reorder_level" => "Warning: Desired Quantity is below Reorder Level for that Item.",
"sales_quantity_less_than_zero" => "Warning: Desired Quantity is insufficient. You can still process the sale, but audit your inventory.",
"sales_quantity_of_items" => "Quantity of %1 Items",
"sales_quote" => "Quote",
"sales_quote_number" => "Quote Number",
"sales_quote_number_duplicate" => "Quote Number must be unique.",
"sales_quote_sent" => "Quote sent to",
"sales_quote_unsent" => "Quote failed to be sent to",
"sales_receipt" => "Sales Receipt",
"sales_receipt_no_email" => "This customer does not have a valid email address.",
"sales_receipt_number" => "Sale #",
"sales_receipt_sent" => "Receipt sent to",
"sales_receipt_unsent" => "Receipt failed to be sent to",
"sales_refund" => "Refund Type",
"sales_register" => "Sales Register",
"sales_remove_customer" => "Remove Customer",
"sales_remove_discount" => "",
"sales_return" => "Return",
"sales_rewards" => "Reward Points",
"sales_rewards_balance" => "Reward Points Balance",
"sales_sale" => "Sale",
"sales_sale_by_invoice" => "Sale by Invoice",
"sales_sale_for_customer" => "Customer:",
"sales_sale_time" => "Time",
"sales_sales_tax" => "Sales Tax",
"sales_sales_total" => "",
"sales_select_customer" => "Select Customer",
"sales_send_invoice" => "Send Invoice",
"sales_send_quote" => "Send Quote",
"sales_send_receipt" => "Send Receipt",
"sales_send_work_order" => "Send Work Order",
"sales_serial" => "Serial",
"sales_service_charge" => "",
"sales_show_due" => "",
"sales_show_invoice" => "Show Invoice",
"sales_show_receipt" => "Show Receipt",
"sales_start_typing_customer_name" => "Start typing customer details...",
"sales_start_typing_item_name" => "Start typing Item Name or scan Barcode...",
"sales_stock" => "Stock",
"sales_stock_location" => "Stock Location",
"sales_sub_total" => "Subtotal",
"sales_successfully_deleted" => "You have successfully deleted",
"sales_successfully_restored" => "You have successfully restored",
"sales_successfully_suspended_sale" => "Sale suspend successful.",
"sales_successfully_updated" => "Sale update successful.",
"sales_suspend_sale" => "Suspend",
"sales_suspended_doc_id" => "Document",
"sales_suspended_sale_id" => "ID",
"sales_suspended_sales" => "Suspended",
"sales_table" => "Table",
"sales_takings" => "Daily Sales",
"sales_tax" => "Tax",
"sales_tax_id" => "Tax Id",
"sales_tax_invoice" => "Tax Invoice",
"sales_tax_percent" => "Tax %",
"sales_taxed_ind" => "T",
"sales_total" => "Total",
"sales_total_tax_exclusive" => "Tax excluded",
"sales_transaction_failed" => "Sales Transaction failed.",
"sales_unable_to_add_item" => "Item add to Sale failed",
"sales_unsuccessfully_deleted" => "Sale(s) delete failed.",
"sales_unsuccessfully_restored" => "Sale(s) restore failed.",
"sales_unsuccessfully_suspended_sale" => "Sale suspend failed.",
"sales_unsuccessfully_updated" => "Sale update failed.",
"sales_unsuspend" => "Unsuspend",
"sales_unsuspend_and_delete" => "Action",
"sales_update" => "Update",
"sales_upi" => "UPI",
"sales_visa" => "",
"sales_wholesale" => "",
"sales_work_order" => "Work Order",
"sales_work_order_number" => "Work Order Number",
"sales_work_order_number_duplicate" => "Work Order Number must be unique.",
"sales_work_order_sent" => "Work Order sent to",
"sales_work_order_unsent" => "Work Order failed to be sent to",
];

View File

@@ -1,23 +1,24 @@
<?php
$lang["suppliers_account_number"] = "Account Number";
$lang["suppliers_agency_name"] = "Agency Name";
$lang["suppliers_cannot_be_deleted"] = "Could not delete selected Supplier(s). One or more have Sales.";
$lang["suppliers_category"] = "Category";
$lang["suppliers_company_name"] = "Company Name";
$lang["suppliers_company_name_required"] = "Company Name is a required field.";
$lang["suppliers_confirm_delete"] = "Are you sure you want to delete the selected Supplier(s)?";
$lang["suppliers_confirm_restore"] = "Are you sure you want to restore selected Supplier(s)?";
$lang["suppliers_cost"] = "Cost Supplier";
$lang["suppliers_error_adding_updating"] = "Supplier update or add failed.";
$lang["suppliers_goods"] = "Goods Supplier";
$lang["suppliers_new"] = "New Supplier";
$lang["suppliers_none_selected"] = "You have not selected Supplier(s) to delete.";
$lang["suppliers_one_or_multiple"] = "Supplier(s)";
$lang["suppliers_successful_adding"] = "You have successfully added Supplier";
$lang["suppliers_successful_deleted"] = "You have successfully deleted";
$lang["suppliers_successful_updating"] = "You have successfully updated Supplier";
$lang["suppliers_supplier"] = "Supplier";
$lang["suppliers_supplier_id"] = "Id";
$lang["suppliers_tax_id"] = "Tax Id";
$lang["suppliers_update"] = "Update Supplier";
<?php
return [
"suppliers_account_number" => "Account Number",
"suppliers_agency_name" => "Agency Name",
"suppliers_cannot_be_deleted" => "Could not delete selected Supplier(s). One or more have Sales.",
"suppliers_category" => "Category",
"suppliers_company_name" => "Company Name",
"suppliers_company_name_required" => "Company Name is a required field.",
"suppliers_confirm_delete" => "Are you sure you want to delete the selected Supplier(s)?",
"suppliers_confirm_restore" => "Are you sure you want to restore selected Supplier(s)?",
"suppliers_cost" => "Cost Supplier",
"suppliers_error_adding_updating" => "Supplier update or add failed.",
"suppliers_goods" => "Goods Supplier",
"suppliers_new" => "New Supplier",
"suppliers_none_selected" => "You have not selected Supplier(s) to delete.",
"suppliers_one_or_multiple" => "Supplier(s)",
"suppliers_successful_adding" => "You have successfully added Supplier",
"suppliers_successful_deleted" => "You have successfully deleted",
"suppliers_successful_updating" => "You have successfully updated Supplier",
"suppliers_supplier" => "Supplier",
"suppliers_supplier_id" => "Id",
"suppliers_tax_id" => "Tax Id",
"suppliers_update" => "Update Supplier",
];

View File

@@ -1,80 +1,82 @@
<?php
$lang["taxes_add_exception"] = "Add Exception";
$lang["taxes_cascade"] = "Cascade";
$lang["taxes_cascade_sequence"] = "Cascade Sequence";
$lang["taxes_city"] = "City";
$lang["taxes_code"] = "Code";
$lang["taxes_confirm_delete"] = "Are you sure you want to delete this Tax Code? This action cannot be undone";
$lang["taxes_confirm_restore"] = "Are you sure you want to restore selected Tax Code(s)?";
$lang["taxes_default_tax_category"] = "Default Tax Category";
$lang["taxes_default_tax_rate"] = "Default Tax Rate";
$lang["taxes_error_adding_updating"] = "Tax Code add or update failed";
$lang["taxes_group_seq"] = "Group Seq";
$lang["taxes_jurisdiction_name"] = "Jurisdiction Name";
$lang["taxes_name"] = "Name";
$lang["taxes_new"] = "New Tax";
$lang["taxes_no_taxes"] = "";
$lang["taxes_no_taxes_to_display"] = "No Taxes Code available to display";
$lang["taxes_reporting_authority"] = "Reporting Authority";
$lang["taxes_round_half_down"] = "Half Down";
$lang["taxes_round_half_even"] = "Half Even";
$lang["taxes_round_half_odd"] = "Half Odd";
$lang["taxes_round_half_up"] = "Half Up";
$lang["taxes_rounding_code"] = "Rounding Code";
$lang["taxes_sales_tax"] = "Sales Tax";
$lang["taxes_sales_tax_by_invoice"] = "Sales Tax by Invoice";
$lang["taxes_sequence"] = "Seq.";
$lang["taxes_state"] = "State";
$lang["taxes_successful_deleted"] = "You have successfully deleted";
$lang["taxes_tax_categories"] = "Tax Categories";
$lang["taxes_tax_categories_configuration"] = "Tax Categories Configuration";
$lang["taxes_tax_categories_saved_successfully"] = "Tax Categories changes saved";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Tax Categories changes not saved";
$lang["taxes_tax_category"] = "Tax Category";
$lang["taxes_tax_category_code"] = "Tax Category Code";
$lang["taxes_tax_category_duplicate"] = "Duplicate tax category";
$lang["taxes_tax_category_invalid_chars"] = "Invalid characters in tax category name";
$lang["taxes_tax_category_name"] = "Tax Category Name";
$lang["taxes_tax_category_new"] = "New Tax Category";
$lang["taxes_tax_category_required"] = "Tax Category is Required";
$lang["taxes_tax_code"] = "Tax Code";
$lang["taxes_tax_code_cannot_be_deleted"] = "Tax Code delete failed";
$lang["taxes_tax_code_duplicate"] = "Duplicate Tax Code";
$lang["taxes_tax_code_invalid_chars"] = "Invalid Characters in Tax Code";
$lang["taxes_tax_code_name"] = "Tax Code Name";
$lang["taxes_tax_code_required"] = "Tax Code is a required field";
$lang["taxes_tax_code_successful_deleted"] = "You have successfully deleted Tax Code";
$lang["taxes_tax_code_successful_updated"] = "You have successfully updated";
$lang["taxes_tax_code_successful_updating"] = "You have successfully updated Tax Code";
$lang["taxes_tax_code_successfully_added"] = "You have successfully added";
$lang["taxes_tax_code_type"] = "Tax Code Type";
$lang["taxes_tax_codes"] = "Tax Codes";
$lang["taxes_tax_codes_configuration"] = "Tax Codes Configuration";
$lang["taxes_tax_codes_saved_successfully"] = "Tax Code changes saved";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "Tax Code changes not saved";
$lang["taxes_tax_excluded"] = "Tax excluded";
$lang["taxes_tax_group"] = "Tax Group";
$lang["taxes_tax_group_not_unique"] = "Tax Group %1 is not unique";
$lang["taxes_tax_group_sequence"] = "Tax Group Sequence";
$lang["taxes_tax_included"] = "Tax included";
$lang["taxes_tax_jurisdiction"] = "Tax Jurisdiction";
$lang["taxes_tax_jurisdiction_duplicate"] = "Duplicate Tax Jurisdiction";
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Invalid Characters in Jurisdiction Name";
$lang["taxes_tax_jurisdiction_required"] = "Tax jurisdiction is required";
$lang["taxes_tax_jurisdictions"] = "Tax Jurisdictions";
$lang["taxes_tax_jurisdictions_configuration"] = "Tax Jurisdictions Configuration";
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Tax Jurisdiction changes saved";
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Tax Jurisdiction changes not saved";
$lang["taxes_tax_rate"] = "Tax Rate";
$lang["taxes_tax_rate_configuration"] = "Tax Rate Configuration";
$lang["taxes_tax_rate_error_adding_updating"] = "Tax Rate add or update failed";
$lang["taxes_tax_rate_numeric"] = "Tax Rate must be a number";
$lang["taxes_tax_rate_required"] = "Tax Rate is a required field";
$lang["taxes_tax_rate_successful_updated"] = "You have successfully updated";
$lang["taxes_tax_rate_successfully_added"] = "You have successfully added";
$lang["taxes_tax_rates"] = "Tax Rates";
$lang["taxes_tax_rates_configuration"] = "Tax Rates Configuration";
$lang["taxes_tax_rounding"] = "Tax Rounding";
$lang["taxes_tax_type"] = "Tax Type";
$lang["taxes_update"] = "Update Tax Rate";
$lang["taxes_vat_tax"] = "VAT Tax";
return [
"taxes_add_exception" => "Add Exception",
"taxes_cascade" => "Cascade",
"taxes_cascade_sequence" => "Cascade Sequence",
"taxes_city" => "City",
"taxes_code" => "Code",
"taxes_confirm_delete" => "Are you sure you want to delete this Tax Code? This action cannot be undone",
"taxes_confirm_restore" => "Are you sure you want to restore selected Tax Code(s)?",
"taxes_default_tax_category" => "Default Tax Category",
"taxes_default_tax_rate" => "Default Tax Rate",
"taxes_error_adding_updating" => "Tax Code add or update failed",
"taxes_group_seq" => "Group Seq",
"taxes_jurisdiction_name" => "Jurisdiction Name",
"taxes_name" => "Name",
"taxes_new" => "New Tax",
"taxes_no_taxes" => "",
"taxes_no_taxes_to_display" => "No Taxes Code available to display",
"taxes_reporting_authority" => "Reporting Authority",
"taxes_round_half_down" => "Half Down",
"taxes_round_half_even" => "Half Even",
"taxes_round_half_odd" => "Half Odd",
"taxes_round_half_up" => "Half Up",
"taxes_rounding_code" => "Rounding Code",
"taxes_sales_tax" => "Sales Tax",
"taxes_sales_tax_by_invoice" => "Sales Tax by Invoice",
"taxes_sequence" => "Seq.",
"taxes_state" => "State",
"taxes_successful_deleted" => "You have successfully deleted",
"taxes_tax_categories" => "Tax Categories",
"taxes_tax_categories_configuration" => "Tax Categories Configuration",
"taxes_tax_categories_saved_successfully" => "Tax Categories changes saved",
"taxes_tax_categories_saved_unsuccessfully" => "Tax Categories changes not saved",
"taxes_tax_category" => "Tax Category",
"taxes_tax_category_code" => "Tax Category Code",
"taxes_tax_category_duplicate" => "Duplicate tax category",
"taxes_tax_category_invalid_chars" => "Invalid characters in tax category name",
"taxes_tax_category_name" => "Tax Category Name",
"taxes_tax_category_new" => "New Tax Category",
"taxes_tax_category_required" => "Tax category is required",
"taxes_tax_code" => "Tax Code",
"taxes_tax_code_cannot_be_deleted" => "Tax Code delete failed",
"taxes_tax_code_duplicate" => "Duplicate tax code",
"taxes_tax_code_invalid_chars" => "Invalid characters in tax code",
"taxes_tax_code_name" => "Tax Code Name",
"taxes_tax_code_required" => "Tax Code is a required field",
"taxes_tax_code_successful_deleted" => "You have successfully deleted Tax Code",
"taxes_tax_code_successful_updated" => "You have successfully updated",
"taxes_tax_code_successful_updating" => "You have successfully updated Tax Code",
"taxes_tax_code_successfully_added" => "You have successfully added",
"taxes_tax_code_type" => "Tax Code Type",
"taxes_tax_codes" => "Tax Codes",
"taxes_tax_codes_configuration" => "Tax Codes Configuration",
"taxes_tax_codes_saved_successfully" => "Tax Code changes saved",
"taxes_tax_codes_saved_unsuccessfully" => "Tax Code changes not saved",
"taxes_tax_excluded" => "Tax excluded",
"taxes_tax_group" => "Tax Group",
"taxes_tax_group_not_unique" => "Tax Group %1 is not unique",
"taxes_tax_group_sequence" => "Tax Group Sequence",
"taxes_tax_included" => "Tax included",
"taxes_tax_jurisdiction" => "Tax Jurisdiction",
"taxes_tax_jurisdiction_duplicate" => "Duplicate tax jurisdiction",
"taxes_tax_jurisdiction_invalid_chars" => "Invalid characters in jurisdiction name",
"taxes_tax_jurisdiction_required" => "Tax jurisdiction is required",
"taxes_tax_jurisdictions" => "Tax Jurisdictions",
"taxes_tax_jurisdictions_configuration" => "Tax Jurisdictions Configuration",
"taxes_tax_jurisdictions_saved_successfully" => "Tax Jurisdiction changes saved",
"taxes_tax_jurisdictions_saved_unsuccessfully" => "Tax Jurisdiction changes not saved",
"taxes_tax_rate" => "Tax Rate",
"taxes_tax_rate_configuration" => "Tax Rate Configuration",
"taxes_tax_rate_error_adding_updating" => "Tax Rate add or update failed",
"taxes_tax_rate_numeric" => "Tax Rate must be a number",
"taxes_tax_rate_required" => "Tax Rate is a required field",
"taxes_tax_rate_successful_updated" => "You have successfully updated",
"taxes_tax_rate_successfully_added" => "You have successfully added",
"taxes_tax_rates" => "Tax Rates",
"taxes_tax_rates_configuration" => "Tax Rates Configuration",
"taxes_tax_rounding" => "Tax Rounding",
"taxes_tax_type" => "Tax Type",
"taxes_update" => "Update Tax Rate",
"taxes_vat_tax" => "VAT Tax",
];

12
convert.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
include($argv[1]);
echo "<?php\n";
echo "return [\n";
foreach ($lang as $key=>$value) {
echo "\t\<EFBFBD>"$ke\"' => \"$value\",\n";
}
echo "];";
?>