mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 07:26:18 -04:00
Update language strings to CI4 format
This commit is contained in:
committed by
Steve Ireland
parent
e4c4b0df45
commit
e3647c351c
@@ -1,32 +1,32 @@
|
||||
<?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",
|
||||
"attribute_value_invalid_chars" => "Attribute value cannot contain '_' or '|'",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected attribute(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore the selected attribute(s)?",
|
||||
"definition_cannot_be_deleted" => "Could not delete selected attribute(s)",
|
||||
"definition_error_adding_updating" => "Attribute %1 could not be added or updated. Please check the error log.",
|
||||
"definition_flags" => "Attribute Visibility",
|
||||
"definition_group" => "Group",
|
||||
"definition_id" => "Id",
|
||||
"definition_name" => "Add Attribute",
|
||||
"definition_name_required" => "Attribute name is a required field",
|
||||
"definition_one_or_multiple" => "attribute(s)",
|
||||
"definition_successful_adding" => "You have successfully added item",
|
||||
"definition_successful_deleted" => "You have successfully deleted",
|
||||
"definition_successful_updating" => "You have successfully updated attribute",
|
||||
"definition_type" => "Attribute Type",
|
||||
"definition_type_required" => "Attribute type is a required field",
|
||||
"definition_unit" => "Measurement Unit",
|
||||
"definition_values" => "Attribute Values",
|
||||
"new" => "New Attribute",
|
||||
"no_attributes_to_display" => "No Items to display",
|
||||
"receipt_visibility" => "Receipt",
|
||||
"show_in_items" => "Show in items",
|
||||
"show_in_items_visibility" => "Items",
|
||||
"show_in_receipt" => "Show in receipt",
|
||||
"show_in_receivings" => "Show in receivings",
|
||||
"show_in_receivings_visibility" => "Receivings",
|
||||
"show_in_sales" => "Show in sales",
|
||||
"show_in_sales_visibility" => "Sales",
|
||||
"update" => "Update Attribute",
|
||||
];
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?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",
|
||||
"all" => "all",
|
||||
"columns" => "Columns",
|
||||
"hide_show_pagination" => "Hide/Show pagination",
|
||||
"loading" => "Loading, please wait...",
|
||||
"page_from_to" => "Showing {0} to {1} of {2} rows",
|
||||
"refresh" => "Refresh",
|
||||
"rows_per_page" => "{0} rows per page",
|
||||
"toggle" => "Toggle",
|
||||
];
|
||||
|
||||
@@ -1,49 +1,49 @@
|
||||
<?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" => "",
|
||||
"amount" => "Amount",
|
||||
"amount_number" => "Amount must be a number",
|
||||
"amount_required" => "Amount is a Required Field.",
|
||||
"cancel_cashups" => "",
|
||||
"cancel_cashups_enter" => "",
|
||||
"cannot_be_deleted" => "Cashup cannot be deleted",
|
||||
"cash_difference" => "",
|
||||
"close_date" => "Close Date",
|
||||
"close_employee" => "Closed By",
|
||||
"closed_amount_card" => "Cards",
|
||||
"closed_amount_cash" => "Closed Cash",
|
||||
"closed_amount_check" => "Checks",
|
||||
"closed_amount_due" => "Dues",
|
||||
"closed_amount_giftcard" => "",
|
||||
"closed_amount_total" => "Total",
|
||||
"closed_date" => "Closed Date",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Cashup?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected Cashup(s)?",
|
||||
"confirm_submit" => "",
|
||||
"date_number" => "Date must be a number",
|
||||
"date_required" => "Date is a required field",
|
||||
"description" => "Description",
|
||||
"enable_expected" => "",
|
||||
"error_adding_updating" => "Error adding/updating Cashup",
|
||||
"giftcard" => "",
|
||||
"id" => "Id",
|
||||
"info" => "Cashups Info",
|
||||
"info_employee" => "",
|
||||
"is_deleted" => "Deleted",
|
||||
"new" => "New Cashup",
|
||||
"no_cashups_to_display" => "There are no Cashups to display",
|
||||
"none_selected" => "You have not selected any Cashups",
|
||||
"note" => "Notes",
|
||||
"one_or_multiple" => "Cashups(s)",
|
||||
"open_amount_cash" => "Open Cash",
|
||||
"open_date" => "Open Date",
|
||||
"open_employee" => "Opened By",
|
||||
"opened_date" => "Opened Date",
|
||||
"successful_adding" => "Cashup add successful",
|
||||
"successful_deleted" => "Cashup delete successful",
|
||||
"successful_updating" => "Cashup update successful",
|
||||
"total" => "Total",
|
||||
"transfer_amount_cash" => "In/Out Cash",
|
||||
"transfer_amount_cash_minus" => "",
|
||||
"update" => "Update Cashup",
|
||||
"warning" => "",
|
||||
];
|
||||
|
||||
@@ -1,88 +1,88 @@
|
||||
<?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" => "",
|
||||
"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" => "",
|
||||
"common_you_are_using_ospos" => "",
|
||||
"common_zip" => "Postal Code",
|
||||
"address_1" => "Address 1",
|
||||
"address_2" => "Address 2",
|
||||
"admin" => "",
|
||||
"city" => "City",
|
||||
"clerk" => "",
|
||||
"close" => "Close",
|
||||
"color" => "",
|
||||
"comments" => "Comments",
|
||||
"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?",
|
||||
"copyrights" => "© 2010 - %1",
|
||||
"correct_errors" => "Please correct identified errors before saving",
|
||||
"country" => "Country",
|
||||
"dashboard" => "",
|
||||
"date" => "Date",
|
||||
"delete" => "Delete",
|
||||
"det" => "details",
|
||||
"download_import_template" => "Download Import CSV Template (CSV)",
|
||||
"edit" => "edit",
|
||||
"email" => "Email",
|
||||
"email_invalid_format" => "The email address is not in the correct format.",
|
||||
"export_csv" => "CSV Export",
|
||||
"export_csv_no" => "No",
|
||||
"export_csv_yes" => "Yes",
|
||||
"fields_required_message" => "Fields in red are required",
|
||||
"fields_required_message_unique" => "",
|
||||
"first_name" => "First Name",
|
||||
"first_name_required" => "First Name is a required field.",
|
||||
"first_page" => "First",
|
||||
"gender" => "Gender",
|
||||
"gender_female" => "F",
|
||||
"gender_male" => "M",
|
||||
"gender_undefined" => "",
|
||||
"icon" => "Icon",
|
||||
"id" => "ID",
|
||||
"import" => "Import",
|
||||
"import_change_file" => "Change",
|
||||
"import_csv" => "CSV Import",
|
||||
"import_full_path" => "Full path to CSV file required",
|
||||
"import_remove_file" => "Remove",
|
||||
"import_select_file" => "Select file",
|
||||
"inv" => "inv",
|
||||
"last_name" => "Last Name",
|
||||
"last_name_required" => "Last Name is a required field.",
|
||||
"last_page" => "Last",
|
||||
"learn_about_project" => "to learn the latest information about the project.",
|
||||
"list_of" => "List of",
|
||||
"logo" => "Logo",
|
||||
"logo_mark" => "Mark",
|
||||
"logout" => "",
|
||||
"manager" => "",
|
||||
"migration_needed" => "",
|
||||
"new" => "New",
|
||||
"no" => "",
|
||||
"no_persons_to_display" => "There are no people to display.",
|
||||
"none_selected_text" => "[Select]",
|
||||
"or" => "OR",
|
||||
"people" => "",
|
||||
"phone_number" => "Phone Number",
|
||||
"phone_number_required" => "",
|
||||
"please_visit_my" => "Please visit the",
|
||||
"position" => "",
|
||||
"powered_by" => "Powered by",
|
||||
"price" => "Price",
|
||||
"print" => "Print",
|
||||
"remove" => "Remove",
|
||||
"required" => "Required",
|
||||
"restore" => "Restore",
|
||||
"return_policy" => "Return Policy",
|
||||
"search" => "Search",
|
||||
"search_options" => "Search options",
|
||||
"searched_for" => "Searched for",
|
||||
"software_short" => "OSPOS",
|
||||
"software_title" => "Open Source Point of Sale",
|
||||
"state" => "State",
|
||||
"submit" => "Submit",
|
||||
"total_spent" => "Total Spent",
|
||||
"unknown" => "Unknown",
|
||||
"view_recent_sales" => "View Recent Sales",
|
||||
"website" => "opensourcepos.org",
|
||||
"welcome" => "Welcome",
|
||||
"welcome_message" => "Welcome to OSPOS, click a module below to get started.",
|
||||
"yes" => "",
|
||||
"you_are_using_ospos" => "",
|
||||
"zip" => "Postal Code",
|
||||
];
|
||||
|
||||
@@ -1,330 +1,330 @@
|
||||
<?php
|
||||
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",
|
||||
"address" => "Company Address",
|
||||
"address_required" => "Company address is a required field.",
|
||||
"all_set" => "All file permissions are set correctly!",
|
||||
"allow_duplicate_barcodes" => "Allow Duplicate Barcodes",
|
||||
"apostrophe" => "apostrophe",
|
||||
"backup_button" => "Backup",
|
||||
"backup_database" => "Backup Database",
|
||||
"barcode" => "Barcode",
|
||||
"barcode_company" => "Company Name",
|
||||
"barcode_configuration" => "Barcode Configuration",
|
||||
"barcode_content" => "Barcode Content",
|
||||
"barcode_first_row" => "Row 1",
|
||||
"barcode_font" => "Font",
|
||||
"barcode_formats" => "Input Formats",
|
||||
"barcode_generate_if_empty" => "Generate if empty.",
|
||||
"barcode_height" => "Height (px)",
|
||||
"barcode_id" => "Item Id/Name",
|
||||
"barcode_info" => "Barcode Configuration Information",
|
||||
"barcode_layout" => "Barcode Layout",
|
||||
"barcode_name" => "Name",
|
||||
"barcode_number" => "Barcode",
|
||||
"barcode_number_in_row" => "Number in row",
|
||||
"barcode_page_cellspacing" => "Display page cellspacing.",
|
||||
"barcode_page_width" => "Display page width",
|
||||
"barcode_price" => "Price",
|
||||
"barcode_second_row" => "Row 2",
|
||||
"barcode_third_row" => "Row 3",
|
||||
"barcode_tooltip" => "Warning: This feature can cause duplicate items to be imported or created. Do not use if you do not want duplicate barcodes.",
|
||||
"barcode_type" => "Barcode Type",
|
||||
"barcode_width" => "Width (px)",
|
||||
"bottom" => "Bottom",
|
||||
"cash_button" => "",
|
||||
"cash_button_1" => "",
|
||||
"cash_button_2" => "",
|
||||
"cash_button_3" => "",
|
||||
"cash_button_4" => "",
|
||||
"cash_button_5" => "",
|
||||
"cash_button_6" => "",
|
||||
"cash_decimals" => "Cash Decimals",
|
||||
"cash_decimals_tooltip" => "If Cash Decimals and Currency Decimals are the same then no cash triggered rounding will take place, unless Cash Rounding is set to Half Five.",
|
||||
"cash_rounding" => "Cash Rounding",
|
||||
"category_dropdown" => "Show Category as a dropdown",
|
||||
"center" => "Center",
|
||||
"change_apperance_tooltip" => "",
|
||||
"comma" => "comma",
|
||||
"company" => "Company Name",
|
||||
"company_avatar" => "",
|
||||
"company_change_image" => "Change Image",
|
||||
"company_logo" => "Company Logo",
|
||||
"company_remove_image" => "Remove Image",
|
||||
"company_required" => "Company name is a required field",
|
||||
"company_select_image" => "Select Image",
|
||||
"company_website_url" => "Company website is not a valid URL (http://...).",
|
||||
"country_codes" => "Country Codes",
|
||||
"country_codes_tooltip" => "Comma separated list of country codes for nominatim address lookup.",
|
||||
"currency_code" => "Currency Code",
|
||||
"currency_decimals" => "Currency Decimals",
|
||||
"currency_symbol" => "Currency Symbol",
|
||||
"current_employee_only" => "",
|
||||
"customer_reward" => "Reward",
|
||||
"customer_reward_duplicate" => "Reward must be unique.",
|
||||
"customer_reward_enable" => "Enable Customer Rewards",
|
||||
"customer_reward_invalid_chars" => "Reward can not contain '_'",
|
||||
"customer_reward_required" => "Reward is a required field",
|
||||
"customer_sales_tax_support" => "",
|
||||
"date_or_time_format" => "Date and Time Filter",
|
||||
"datetimeformat" => "Date and Time Format",
|
||||
"decimal_point" => "Decimal Point",
|
||||
"default_barcode_font_size_number" => "Default Barcode Font Size must be a number.",
|
||||
"default_barcode_font_size_required" => "Default Barcode Font Size is a required field.",
|
||||
"default_barcode_height_number" => "Default Barcode Height must be a number.",
|
||||
"default_barcode_height_required" => "Default Barcode Height is a required field.",
|
||||
"default_barcode_num_in_row_number" => "Default Barcode Number in Row must be a number.",
|
||||
"default_barcode_num_in_row_required" => "Default Barcode Number in Row is a required field.",
|
||||
"default_barcode_page_cellspacing_number" => "Default Barcode Page Cellspacing must be a number.",
|
||||
"default_barcode_page_cellspacing_required" => "Default Barcode Page Cellspacing is a required field.",
|
||||
"default_barcode_page_width_number" => "Default Barcode Page Width must be a number.",
|
||||
"default_barcode_page_width_required" => "Default Barcode Page Width is a required field.",
|
||||
"default_barcode_width_number" => "Default Barcode Width must be a number.",
|
||||
"default_barcode_width_required" => "Default Barcode Width is a required field.",
|
||||
"default_item_columns" => "Default Visible Item Columns",
|
||||
"default_origin_tax_code" => "Default Origin Tax Code",
|
||||
"default_receivings_discount" => "Default Receivings Discount",
|
||||
"default_receivings_discount_number" => "Default Receivings Discount must be a number.",
|
||||
"default_receivings_discount_required" => "Default Receivings Discount is a required field.",
|
||||
"default_sales_discount" => "Default Sales Discount",
|
||||
"default_sales_discount_number" => "Default Sales Discount must be a number.",
|
||||
"default_sales_discount_required" => "Default Sales Discount is a required field.",
|
||||
"default_tax_category" => "Default Tax Category",
|
||||
"default_tax_code" => "Default Tax Code",
|
||||
"default_tax_jurisdiction" => "Default Tax Jurisdiction",
|
||||
"default_tax_name_number" => "Default Tax Name must be a string.",
|
||||
"default_tax_name_required" => "Default Tax Name is a required field.",
|
||||
"default_tax_rate" => "Default Tax Rate %",
|
||||
"default_tax_rate_1" => "Tax 1 Rate",
|
||||
"default_tax_rate_2" => "Tax 2 Rate",
|
||||
"default_tax_rate_3" => "",
|
||||
"default_tax_rate_number" => "Default Tax Rate must be a number.",
|
||||
"default_tax_rate_required" => "Default Tax Rate is a required field.",
|
||||
"derive_sale_quantity" => "Allow Derived Sale Quantity",
|
||||
"derive_sale_quantity_tooltip" => "If checked then a new item type will provided for items ordered by extended amount",
|
||||
"dinner_table" => "Table",
|
||||
"dinner_table_duplicate" => "Table must be unique.",
|
||||
"dinner_table_enable" => "Enable Dinner Tables",
|
||||
"dinner_table_invalid_chars" => "Table Name can not contain '_'.",
|
||||
"dinner_table_required" => "Table is a required field.",
|
||||
"dot" => "dot",
|
||||
"email" => "Email",
|
||||
"email_configuration" => "Email Configuration",
|
||||
"email_mailpath" => "Path to Sendmail",
|
||||
"email_protocol" => "Protocol",
|
||||
"email_receipt_check_behaviour" => "Email Receipt checkbox",
|
||||
"email_receipt_check_behaviour_always" => "Always checked",
|
||||
"email_receipt_check_behaviour_last" => "Remember last selection",
|
||||
"email_receipt_check_behaviour_never" => "Always unchecked",
|
||||
"email_smtp_crypto" => "SMTP Encryption",
|
||||
"email_smtp_host" => "SMTP Server",
|
||||
"email_smtp_pass" => "SMTP Password",
|
||||
"email_smtp_port" => "SMTP Port",
|
||||
"email_smtp_timeout" => "SMTP Timeout (s)",
|
||||
"email_smtp_user" => "SMTP Username",
|
||||
"enable_avatar" => "",
|
||||
"enable_avatar_tooltip" => "",
|
||||
"enable_dropdown_tooltip" => "",
|
||||
"enable_new_look" => "",
|
||||
"enable_right_bar" => "",
|
||||
"enable_right_bar_tooltip" => "",
|
||||
"enforce_privacy" => "Enforce privacy",
|
||||
"enforce_privacy_tooltip" => "Protect Customers privacy enforcing data scrambling in case of their data being deleted",
|
||||
"fax" => "Fax",
|
||||
"file_perm" => "There are problems with file permissions please fix and reload this page.",
|
||||
"financial_year" => "Fiscal Year Start",
|
||||
"financial_year_apr" => "1st of April",
|
||||
"financial_year_aug" => "1st of August",
|
||||
"financial_year_dec" => "1st of December",
|
||||
"financial_year_feb" => "1st of February",
|
||||
"financial_year_jan" => "1st of January",
|
||||
"financial_year_jul" => "1st of July",
|
||||
"financial_year_jun" => "1st of June",
|
||||
"financial_year_mar" => "1st of March",
|
||||
"financial_year_may" => "1st of May",
|
||||
"financial_year_nov" => "1st of November",
|
||||
"financial_year_oct" => "1st of October",
|
||||
"financial_year_sep" => "1st of September",
|
||||
"floating_labels" => "Floating Labels",
|
||||
"gcaptcha_enable" => "Login Page reCAPTCHA",
|
||||
"gcaptcha_secret_key" => "reCAPTCHA Secret Key",
|
||||
"gcaptcha_secret_key_required" => "reCAPTCHA Secret Key is a required field",
|
||||
"gcaptcha_site_key" => "reCAPTCHA Site Key",
|
||||
"gcaptcha_site_key_required" => "reCAPTCHA Site Key is a required field",
|
||||
"gcaptcha_tooltip" => "Protect the Login page with Google reCAPTCHA, click the icon for an API key pair.",
|
||||
"general" => "General",
|
||||
"general_configuration" => "General Configuration",
|
||||
"giftcard_number" => "Gift Card Number",
|
||||
"giftcard_random" => "Generate Random",
|
||||
"giftcard_series" => "Generate in Series",
|
||||
"image_allowed_file_types" => "Allowed file types",
|
||||
"image_max_height_tooltip" => "Maximum allowed height of image uploads in pixels (px).",
|
||||
"image_max_size_tooltip" => "Maximum allowed file size of image uploads in kilobytes (kb).",
|
||||
"image_max_width_tooltip" => "Maximum allowed width of image uploads in pixels (px).",
|
||||
"image_restrictions" => "Image Upload Restrictions",
|
||||
"include_hsn" => "Include Support for HSN Codes",
|
||||
"info" => "Information",
|
||||
"info_configuration" => "Store Information",
|
||||
"input_groups" => "Input Groups",
|
||||
"integrations" => "Integrations",
|
||||
"integrations_configuration" => "Third Party Integrations",
|
||||
"invoice" => "Invoice",
|
||||
"invoice_configuration" => "Invoice Print Settings",
|
||||
"invoice_default_comments" => "Default Invoice Comments",
|
||||
"invoice_email_message" => "Invoice Email Template",
|
||||
"invoice_enable" => "Enable Invoicing",
|
||||
"invoice_printer" => "Invoice Printer",
|
||||
"invoice_type" => "Invoice Type",
|
||||
"is_readable" => "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh.",
|
||||
"is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.",
|
||||
"item_markup" => "",
|
||||
"jsprintsetup_required" => "Warning: This functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?",
|
||||
"language" => "Language",
|
||||
"last_used_invoice_number" => "Last used Invoice Number",
|
||||
"last_used_quote_number" => "Last used Quote Number",
|
||||
"last_used_work_order_number" => "Last used W/O Number",
|
||||
"left" => "Left",
|
||||
"license" => "License",
|
||||
"license_configuration" => "License Statement",
|
||||
"line_sequence" => "Line Sequence",
|
||||
"lines_per_page" => "Lines per Page",
|
||||
"lines_per_page_number" => "Lines per Page must be a number.",
|
||||
"lines_per_page_required" => "Lines per Page is a required field.",
|
||||
"locale" => "Localization",
|
||||
"locale_configuration" => "Localization Configuration",
|
||||
"locale_info" => "Localization Configuration Information",
|
||||
"location" => "Stock",
|
||||
"location_configuration" => "Stock Locations",
|
||||
"location_info" => "Location Configuration Information",
|
||||
"login_form" => "Login Form Style",
|
||||
"logout" => "Do you want to make a backup before logging out? Click [OK] to backup or [Cancel] to logout.",
|
||||
"mailchimp" => "MailChimp",
|
||||
"mailchimp_api_key" => "MailChimp API Key",
|
||||
"mailchimp_configuration" => "MailChimp Configuration",
|
||||
"mailchimp_key_successfully" => "API Key is valid.",
|
||||
"mailchimp_key_unsuccessfully" => "API Key is invalid.",
|
||||
"mailchimp_lists" => "MailChimp List(s)",
|
||||
"mailchimp_tooltip" => "Click the icon for an API Key.",
|
||||
"message" => "Message",
|
||||
"message_configuration" => "Message Configuration",
|
||||
"msg_msg" => "Saved Text Message",
|
||||
"msg_msg_placeholder" => "If you wish to use a SMS template save your message here, otherwise leave the box blank.",
|
||||
"msg_pwd" => "SMS-API Password",
|
||||
"msg_pwd_required" => "SMS-API Password is a required field",
|
||||
"msg_src" => "SMS-API Sender ID",
|
||||
"msg_src_required" => "SMS-API Sender ID is a required field",
|
||||
"msg_uid" => "SMS-API Username",
|
||||
"msg_uid_required" => "SMS-API Username is a required field",
|
||||
"multi_pack_enabled" => "Multiple Packages per Item",
|
||||
"no_risk" => "No security/vulnerability risks.",
|
||||
"none" => "none",
|
||||
"notify_alignment" => "Notification Popup Position",
|
||||
"number_format" => "Number Format",
|
||||
"number_locale" => "Localization",
|
||||
"number_locale_invalid" => "The entered locale is invalid. Check the link in the tooltip to find a valid locale.",
|
||||
"number_locale_required" => "Number Locale is a required field.",
|
||||
"number_locale_tooltip" => "Find a suitable locale through this link.",
|
||||
"os_timezone" => "OSPOS Timezone:",
|
||||
"ospos_info" => "OSPOS Installation Info",
|
||||
"payment_options_order" => "Payment Options Order",
|
||||
"perm_risk" => "Incorrect permissions leaves this software at risk.",
|
||||
"phone" => "Company Phone",
|
||||
"phone_required" => "Company Phone is a required field.",
|
||||
"print_bottom_margin" => "Margin Bottom",
|
||||
"print_bottom_margin_number" => "Margin Bottom must be a number.",
|
||||
"print_bottom_margin_required" => "Margin Bottom is a required field.",
|
||||
"print_delay_autoreturn" => "Autoreturn to Sale delay",
|
||||
"print_delay_autoreturn_number" => "Autoreturn to Sale delay is a required field.",
|
||||
"print_delay_autoreturn_required" => "Autoreturn to Sale delay must be a number.",
|
||||
"print_footer" => "Print Browser Footer",
|
||||
"print_header" => "Print Browser Header",
|
||||
"print_left_margin" => "Margin Left",
|
||||
"print_left_margin_number" => "Margin Left must be a number.",
|
||||
"print_left_margin_required" => "Margin Left is a required field.",
|
||||
"print_receipt_check_behaviour" => "Print Receipt checkbox",
|
||||
"print_receipt_check_behaviour_always" => "Always checked",
|
||||
"print_receipt_check_behaviour_last" => "Remember last selection",
|
||||
"print_receipt_check_behaviour_never" => "Always unchecked",
|
||||
"print_right_margin" => "Margin Right",
|
||||
"print_right_margin_number" => "Margin Right must be a number.",
|
||||
"print_right_margin_required" => "Margin Right is a required field.",
|
||||
"print_silently" => "Show Print Dialog",
|
||||
"print_top_margin" => "Margin Top",
|
||||
"print_top_margin_number" => "Margin Top must be a number.",
|
||||
"print_top_margin_required" => "Margin Top is a required field.",
|
||||
"quantity_decimals" => "Quantity Decimals",
|
||||
"quick_cash_enable" => "",
|
||||
"quote_default_comments" => "Default Quote Comments",
|
||||
"receipt" => "Receipt",
|
||||
"receipt_category" => "",
|
||||
"receipt_configuration" => "Receipt Print Settings",
|
||||
"receipt_default" => "Default",
|
||||
"receipt_font_size" => "Font Size",
|
||||
"receipt_font_size_number" => "Font Size must be a number.",
|
||||
"receipt_font_size_required" => "Font Size is a required field.",
|
||||
"receipt_info" => "Receipt Configuration Information",
|
||||
"receipt_printer" => "Ticket Printer",
|
||||
"receipt_short" => "Short",
|
||||
"receipt_show_company_name" => "Show Company Name",
|
||||
"receipt_show_description" => "Show Description",
|
||||
"receipt_show_serialnumber" => "Show Serial Number",
|
||||
"receipt_show_tax_ind" => "Show Tax Indicator",
|
||||
"receipt_show_taxes" => "Show Taxes",
|
||||
"receipt_show_total_discount" => "Show Total Discount",
|
||||
"receipt_template" => "Receipt Template",
|
||||
"receiving_calculate_average_price" => "Calc avg. Price (Receiving)",
|
||||
"recv_invoice_format" => "Receivings Invoice Format",
|
||||
"register_mode_default" => "Default Register Mode",
|
||||
"report_an_issue" => "Report an issue",
|
||||
"return_policy_required" => "Return policy is a required field.",
|
||||
"reward" => "Reward",
|
||||
"reward_configuration" => "Reward Configuration",
|
||||
"right" => "Right",
|
||||
"sales_invoice_format" => "Sales Invoice Format",
|
||||
"sales_quote_format" => "Sales Quote Format",
|
||||
"saved_successfully" => "Configuration save successful.",
|
||||
"saved_unsuccessfully" => "Configuration save failed.",
|
||||
"security_issue" => "Security Vulnerability Warning",
|
||||
"server_notice" => "Please use the below info for issue reporting.",
|
||||
"service_charge" => "",
|
||||
"show_due_enable" => "",
|
||||
"show_office_group" => "Show office icon",
|
||||
"statistics" => "Send Statistics",
|
||||
"statistics_tooltip" => "Send statistics for development and feature improvement purposes.",
|
||||
"stock_location" => "Stock location",
|
||||
"stock_location_duplicate" => "Stock Location must be unique.",
|
||||
"stock_location_invalid_chars" => "Stock Location can not contain '_'.",
|
||||
"stock_location_required" => "Stock location is a required field.",
|
||||
"suggestions_fifth_column" => "",
|
||||
"suggestions_first_column" => "Column 1",
|
||||
"suggestions_fourth_column" => "",
|
||||
"suggestions_layout" => "Search Suggestions Layout",
|
||||
"suggestions_second_column" => "Column 2",
|
||||
"suggestions_third_column" => "Column 3",
|
||||
"system_conf" => "Setup & Conf",
|
||||
"system_info" => "System Info",
|
||||
"table" => "Table",
|
||||
"table_configuration" => "Table Configuration",
|
||||
"takings_printer" => "Receipt Printer",
|
||||
"tax" => "Tax",
|
||||
"tax_category" => "Tax Category",
|
||||
"tax_category_duplicate" => "The entered tax category already exists.",
|
||||
"tax_category_invalid_chars" => "The entered tax category is invalid.",
|
||||
"tax_category_required" => "The tax category is required.",
|
||||
"tax_category_used" => "Tax category cannot be deleted because it is being used.",
|
||||
"tax_configuration" => "Tax Configuration",
|
||||
"tax_decimals" => "Tax Decimals",
|
||||
"tax_id" => "Tax Id",
|
||||
"tax_included" => "Tax Included",
|
||||
"theme" => "Theme",
|
||||
"theme_preview" => "Preview Theme:",
|
||||
"thousands_separator" => "Thousands Separator",
|
||||
"timezone" => "Timezone",
|
||||
"timezone_error" => "OSPOS Timezone is Different from your Local Timezone.",
|
||||
"top" => "Top",
|
||||
"use_destination_based_tax" => "Use Destination Based Tax",
|
||||
"user_timezone" => "Local Timezone:",
|
||||
"website" => "Website",
|
||||
"wholesale_markup" => "",
|
||||
"work_order_enable" => "Work Order Support",
|
||||
"work_order_format" => "Work Order Format",
|
||||
];
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
<?php
|
||||
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",
|
||||
"account_number" => "Account #",
|
||||
"account_number_duplicate" => "Account Number is already present in the database.",
|
||||
"available_points" => "Available Points",
|
||||
"available_points_value" => "",
|
||||
"average" => "Average spent",
|
||||
"avg_discount" => "Average discount",
|
||||
"basic_information" => "Information",
|
||||
"cannot_be_deleted" => "Could not delete selected customers, one or more of the selected customers has sales.",
|
||||
"company_name" => "Company",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected customer(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected customers(s)?",
|
||||
"consent" => "Registration consent",
|
||||
"consent_required" => "Registration consent is a required field.",
|
||||
"csv_import_failed" => "CSV import failed",
|
||||
"csv_import_nodata_wrongformat" => "The uploaded file has no data or is incorrectly formatted.",
|
||||
"csv_import_partially_failed" => "Customer import successful with some failures:",
|
||||
"csv_import_success" => "Customer import successful.",
|
||||
"customer" => "Customer",
|
||||
"date" => "Date",
|
||||
"discount" => "Discount",
|
||||
"discount_fixed" => "Fixed Discount",
|
||||
"discount_percent" => "Percentage Discount",
|
||||
"discount_type" => "Discount Type",
|
||||
"email_duplicate" => "Email Address is already present in the database.",
|
||||
"employee" => "Employee",
|
||||
"error_adding_updating" => "Customer add or update failed.",
|
||||
"import_items_csv" => "Customer Import from CSV",
|
||||
"mailchimp_activity_click" => "Email click",
|
||||
"mailchimp_activity_lastopen" => "Last open email",
|
||||
"mailchimp_activity_open" => "Email open",
|
||||
"mailchimp_activity_total" => "Email sent",
|
||||
"mailchimp_activity_unopen" => "Email unopen",
|
||||
"mailchimp_email_client" => "Email client",
|
||||
"mailchimp_info" => "MailChimp",
|
||||
"mailchimp_member_rating" => "Rating",
|
||||
"mailchimp_status" => "Status",
|
||||
"mailchimp_vip" => "VIP",
|
||||
"max" => "Max. spent",
|
||||
"min" => "Min. spent",
|
||||
"new" => "New Customer",
|
||||
"none_selected" => "You have not selected any customer(s) to delete.",
|
||||
"one_or_multiple" => "customer(s)",
|
||||
"quantity" => "Quantity",
|
||||
"stats_info" => "Stats",
|
||||
"successful_adding" => "You have successfully added customer",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated customer",
|
||||
"tax_code" => "Tax Code",
|
||||
"tax_id" => "Tax Id",
|
||||
"taxable" => "Taxable",
|
||||
"total" => "Total spent",
|
||||
"update" => "Update Customer",
|
||||
"rewards_package" => "Rewards Package",
|
||||
];
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
<?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",
|
||||
"all_time" => "All Time",
|
||||
"apply" => "Apply",
|
||||
"cancel" => "Cancel",
|
||||
"custom" => "Custom",
|
||||
"from" => "From",
|
||||
"last_30" => "Last 30 Days",
|
||||
"last_7" => "Last 7 Days",
|
||||
"last_financial_year" => "Last Fiscal Year",
|
||||
"last_month" => "Last Month",
|
||||
"last_year" => "Last Year",
|
||||
"same_month_last_year" => "Same Month Last Year",
|
||||
"same_month_to_same_day_last_year" => "Same Month To Same Day Last Year",
|
||||
"this_financial_year" => "Current Fiscal Year",
|
||||
"this_month" => "Current Month",
|
||||
"this_year" => "Current Year",
|
||||
"to" => "To",
|
||||
"today" => "Today",
|
||||
"today_last_year" => "Today Last Year",
|
||||
"weekstart" => "0",
|
||||
"yesterday" => "Yesterday",
|
||||
];
|
||||
|
||||
@@ -1,44 +1,44 @@
|
||||
<?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.",
|
||||
"administrator" => "",
|
||||
"basic_information" => "Information",
|
||||
"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.",
|
||||
"change_employee" => "",
|
||||
"change_password" => "Change Password",
|
||||
"clerk" => "",
|
||||
"commission" => "",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected employee(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected employee(s)?",
|
||||
"current_password" => "Current Password",
|
||||
"current_password_invalid" => "Current Password is invalid.",
|
||||
"employee" => "Employee",
|
||||
"error_adding_updating" => "Employee add or update failed.",
|
||||
"error_deleting_demo_admin" => "You can not delete the demo admin user.",
|
||||
"error_updating_demo_admin" => "You can not change the demo admin user.",
|
||||
"language" => "Language",
|
||||
"login_info" => "Login",
|
||||
"manager" => "",
|
||||
"new" => "New Employee",
|
||||
"none_selected" => "You have not selected any employee(s) to delete.",
|
||||
"one_or_multiple" => "employee(s)",
|
||||
"password" => "Password",
|
||||
"password_minlength" => "Password must be at least 8 characters in length.",
|
||||
"password_must_match" => "Passwords do not match.",
|
||||
"password_not_must_match" => "Current password and new password must be unique.",
|
||||
"password_required" => "Password is required.",
|
||||
"permission_desc" => "Check the boxes below to grant access to modules.",
|
||||
"permission_info" => "Permissions",
|
||||
"repeat_password" => "Password Again",
|
||||
"subpermission_required" => "Add at least one grant for each module.",
|
||||
"successful_adding" => "Employee add successful.",
|
||||
"successful_change_password" => "Password change successful.",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated employee",
|
||||
"system_language" => "System Language",
|
||||
"unsuccessful_change_password" => "Password change failed.",
|
||||
"update" => "Update Employee",
|
||||
"username" => "Username",
|
||||
"username_duplicate" => "Employee username is already in use. Please choose another one.",
|
||||
"username_minlength" => "Username must be at least 5 characters in length.",
|
||||
"username_required" => "Username is a required field.",
|
||||
];
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?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",
|
||||
"half_down" => "Half Down",
|
||||
"half_even" => "Half Even",
|
||||
"half_five" => "Half Five",
|
||||
"half_odd" => "Half Odd",
|
||||
"half_up" => "Half Up",
|
||||
"round_down" => "Round Down",
|
||||
"round_up" => "Round Up",
|
||||
];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
"error_no_permission_module" => "You do not have permission to access the module named",
|
||||
"error_unknown" => "Unexpected error",
|
||||
"no_permission_module" => "You do not have permission to access the module named",
|
||||
"unknown" => "Unexpected error",
|
||||
];
|
||||
|
||||
@@ -1,50 +1,50 @@
|
||||
<?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",
|
||||
"add_item" => "Add Expense",
|
||||
"amount" => "Amount",
|
||||
"amount_number" => "Amount must be a number",
|
||||
"amount_required" => "Expense Amount required",
|
||||
"by_category" => "Category",
|
||||
"cannot_be_deleted" => "Could not delete Category Expense(s)",
|
||||
"cash" => "Cash",
|
||||
"cash_filter" => "Cash",
|
||||
"categories_name" => "Category",
|
||||
"category_required" => "category is a required field",
|
||||
"check" => "Check",
|
||||
"check_filter" => "Check",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Expense(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore the selected Expense(s)?",
|
||||
"credit" => "Credit Card",
|
||||
"credit_filter" => "Credit Card",
|
||||
"date" => "Date",
|
||||
"date_number" => "date must be a number",
|
||||
"date_required" => "date is a required field",
|
||||
"debit" => "Debit Card",
|
||||
"debit_filter" => "Debit Card",
|
||||
"description" => "Description",
|
||||
"due" => "Due",
|
||||
"due_filter" => "Due",
|
||||
"employee" => "Created By",
|
||||
"error_adding_updating" => "Error adding/updating Expense",
|
||||
"expense_id" => "Id",
|
||||
"expenses_employee" => "Employee",
|
||||
"info" => "Expense Info",
|
||||
"ip_address" => "",
|
||||
"is_deleted" => "Deleted",
|
||||
"name_required" => "Expense Name required",
|
||||
"new" => "New Expense",
|
||||
"new_supplier" => "",
|
||||
"no_expenses_to_display" => "There are no Expenses to display",
|
||||
"none_selected" => "You have not selected any Expense",
|
||||
"one_or_multiple" => "Expense(s)",
|
||||
"payment" => "Payment Type",
|
||||
"start_typing_supplier_name" => "Start Typing Supplier's name...",
|
||||
"successful_adding" => "Expense add successful",
|
||||
"successful_deleted" => "Expense delete successful",
|
||||
"successful_updating" => "Expense update successful",
|
||||
"supplier_name" => "Supplier",
|
||||
"supplier_tax_code" => "Tax Code",
|
||||
"tax_amount" => "Tax",
|
||||
"tax_amount_number" => "",
|
||||
"update" => "Update Expense",
|
||||
];
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
<?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",
|
||||
"categories_add_item" => "Add Category",
|
||||
"categories_cannot_be_deleted" => "Could not delete Category Expense(s)",
|
||||
"categories_category_id" => "Id",
|
||||
"categories_confirm_delete" => "Are you sure you want to delete the selected Expense Category?",
|
||||
"categories_confirm_restore" => "Are you sure you want to restore the selected Expense Category?",
|
||||
"categories_description" => "Category Description",
|
||||
"categories_error_adding_updating" => "Error adding/updating Expense Category",
|
||||
"categories_info" => "Category Expense Info",
|
||||
"categories_name" => "Category Name",
|
||||
"categories_new" => "New Category",
|
||||
"categories_no_expenses_categories_to_display" => "No Category to display",
|
||||
"categories_none_selected" => "You have not selected any Category Expense",
|
||||
"categories_one_or_multiple" => "Category Expense",
|
||||
"categories_quantity" => "Quantity",
|
||||
"categories_successful_adding" => "Expense Category add successful",
|
||||
"categories_successful_deleted" => "Expense Category delete successful",
|
||||
"categories_successful_updating" => "Expense Category update successful",
|
||||
"categories_update" => "Update Category",
|
||||
];
|
||||
|
||||
@@ -1,71 +1,71 @@
|
||||
<?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.",
|
||||
"add_minus" => "Inventory to add or subtract.",
|
||||
"allow_alt_description" => "Allow Alternate Description",
|
||||
"bulk_edit" => "Bulk Edit",
|
||||
"cannot_be_deleted" => "Could not delete selected Gift Card(s), one or more of the selected Gift Cards has sales.",
|
||||
"cannot_find_giftcard" => "Gift Card not found.",
|
||||
"cannot_use" => "Gift Card %1 cannot be used for this sale: invalid Customer.",
|
||||
"card_value" => "Value",
|
||||
"category" => "Category",
|
||||
"change_all_to_allow_alt_desc" => "Allow alternate description for all.",
|
||||
"change_all_to_not_allow_allow_desc" => "Do not allow alternate description for all.",
|
||||
"change_all_to_serialized" => "Change All To Serialized",
|
||||
"change_all_to_unserialized" => "Change All To Unserialized",
|
||||
"confirm_bulk_edit" => "Are you sure you want to edit the selected Gift Card(s)?",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Gift Card(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected Gift Card(s)?",
|
||||
"cost_price" => "Wholesale Price",
|
||||
"count" => "Update Inventory",
|
||||
"csv_import_failed" => "CSV import failed.",
|
||||
"current_quantity" => "Current Quantity",
|
||||
"description" => "Description",
|
||||
"details_count" => "Inventory Count Details",
|
||||
"do_nothing" => "Do Nothing",
|
||||
"edit_fields_you_want_to_update" => "Edit desired fields for selected Gift Card(s).",
|
||||
"edit_multiple_giftcards" => "Edit Multiple Gift Cards.",
|
||||
"error_adding_updating" => "Gift Card add or update failed.",
|
||||
"error_updating_multiple" => "Gift Card(s) update failed.",
|
||||
"generate_barcodes" => "Generate Barcodes",
|
||||
"giftcard" => "Gift Card",
|
||||
"giftcard_number" => "Gift Card Number",
|
||||
"info_provided_by" => "Info provided by",
|
||||
"inventory_comments" => "Comments",
|
||||
"is_serialized" => "Gift Card has Serial Number",
|
||||
"low_inventory_giftcards" => "Low Inventory Gift Cards",
|
||||
"manually_editing_of_quantity" => "Manual Edit of Quantity",
|
||||
"must_select_giftcard_for_barcode" => "You must select at least one (1) Gift Card to generate barcodes.",
|
||||
"new" => "New Gift Card",
|
||||
"no_description_giftcards" => "No Description Gift Cards",
|
||||
"no_giftcards_to_display" => "No Gift Cards to display.",
|
||||
"none" => "None",
|
||||
"none_selected" => "No Gift Card(s) selected to edit.",
|
||||
"number" => "Gift Card Number must be a number.",
|
||||
"number_information" => "Gift Card Number",
|
||||
"number_required" => "Gift Card Number is a required field.",
|
||||
"one_or_multiple" => "Gift Card(s)",
|
||||
"person_id" => "Customer",
|
||||
"quantity" => "Quantity",
|
||||
"quantity_required" => "Quantity is a required field. Please close (X) to cancel.",
|
||||
"remaining_balance" => "Gift Card %1 remaining value is %2!",
|
||||
"reorder_level" => "Reorder Level",
|
||||
"retrive_giftcard_info" => "Retrieve Gift Card Info",
|
||||
"sales_tax_1" => "Sales Tax",
|
||||
"sales_tax_2" => "Sales Tax 2",
|
||||
"serialized_giftcards" => "Serialized Gift Cards",
|
||||
"successful_adding" => "You have successfully added Gift Card",
|
||||
"successful_bulk_edit" => "You have successfully updated the selected Gift Card(s)",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated Gift Card",
|
||||
"supplier" => "Supplier",
|
||||
"tax_1" => "Tax 1",
|
||||
"tax_2" => "Tax 2",
|
||||
"tax_percent" => "Tax Percent",
|
||||
"tax_percents" => "Tax Percent(s)",
|
||||
"unit_price" => "Retail Value",
|
||||
"upc_database" => "Barcode Database",
|
||||
"update" => "Update Gift Card",
|
||||
"use_inventory_menu" => "Use Inventory Menu",
|
||||
"value" => "Gift Card Value must be a number.",
|
||||
"value_required" => "Gift Card Value is a required field.",
|
||||
];
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
<?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",
|
||||
"add_item" => "Add Item",
|
||||
"all" => "All",
|
||||
"cannot_be_deleted" => "Item Kit(s) delete failed.",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Item Kit(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected Item Kit(s)?",
|
||||
"description" => "Item Kit Description",
|
||||
"discount" => "Discount",
|
||||
"discount_fixed" => "Fixed Discount",
|
||||
"discount_percent" => "Discount Percent",
|
||||
"discount_type" => "Discount Type",
|
||||
"error_adding_updating" => "Item Kit add or update failed.",
|
||||
"find_kit_item" => "Kit Item",
|
||||
"info" => "Item Kit Info",
|
||||
"item" => "Item",
|
||||
"item_kit_number" => "Barcode",
|
||||
"item_kit_number_duplicate" => "Item Kit Number is already present in the database.",
|
||||
"item_number" => "",
|
||||
"item_number_duplicate" => "",
|
||||
"items" => "Items",
|
||||
"kit" => "Kit ID",
|
||||
"kit_and_components" => "Kit and Components",
|
||||
"kit_and_stock" => "Kit and Stock",
|
||||
"kit_only" => "Kit Only",
|
||||
"name" => "Item Kit Name",
|
||||
"new" => "New Item Kit",
|
||||
"no_item_kits_to_display" => "No Item Kits to display.",
|
||||
"none_selected" => "You have not selected any Item Kits.",
|
||||
"one_or_multiple" => "Item Kit(s)",
|
||||
"price_option" => "Price Option",
|
||||
"priced_only" => "Priced Only",
|
||||
"print_option" => "Print Option",
|
||||
"quantity" => "Quantity",
|
||||
"sequence" => "Sequence",
|
||||
"successful_adding" => "You have successfully added Item Kit",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated Item Kit",
|
||||
"unit_price" => "",
|
||||
"update" => "Update Item Kit",
|
||||
];
|
||||
|
||||
@@ -1,120 +1,120 @@
|
||||
<?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",
|
||||
"add_minus" => "Inventory to add or subtract.",
|
||||
"allow_alt_description" => "Allow Alternate Description",
|
||||
"amount_entry" => "Amount Entry",
|
||||
"bulk_edit" => "Bulk Edit",
|
||||
"buy_price_required" => "Purchase Price is a required field.",
|
||||
"cannot_be_deleted" => "Could not delete selected Item(s), one or more of the selected Items have sales.",
|
||||
"cannot_find_item" => "Item not found.",
|
||||
"categories" => "",
|
||||
"category" => "Category",
|
||||
"category_new" => "",
|
||||
"category_required" => "Category is a required field.",
|
||||
"change_all_to_allow_alt_desc" => "Allow Alternate Description for all.",
|
||||
"change_all_to_not_allow_allow_desc" => "Do not allow Alternate Description for all.",
|
||||
"change_all_to_serialized" => "Change all to Serialized",
|
||||
"change_all_to_unserialized" => "Change all to Unserialized",
|
||||
"change_image" => "Change Image",
|
||||
"confirm_bulk_edit" => "Are you sure you want to edit selected Item(s)?",
|
||||
"confirm_bulk_edit_wipe_taxes" => "All Item Tax information will be replaced.",
|
||||
"confirm_delete" => "Are you sure you want to delete selected item(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected item(s)?",
|
||||
"cost_price" => "Wholesale Price",
|
||||
"cost_price_number" => "Wholesale Price must be a number.",
|
||||
"cost_price_required" => "Wholesale Price is a required field.",
|
||||
"count" => "Update Inventory",
|
||||
"csv_import_failed" => "CSV import failed",
|
||||
"csv_import_nodata_wrongformat" => "The uploaded CSV file has no data or is formatted incorrectly.",
|
||||
"csv_import_partially_failed" => "There were %1 item import failure(s) on line(s): %2. No rows were imported.",
|
||||
"csv_import_success" => "Item CSV import successful.",
|
||||
"current_quantity" => "Current Quantity",
|
||||
"default_pack_name" => "Each",
|
||||
"description" => "Description",
|
||||
"details_count" => "Inventory Count Details",
|
||||
"do_nothing" => "Do Nothing",
|
||||
"edit" => "",
|
||||
"edit_fields_you_want_to_update" => "Edit the desired fields for selected item(s).",
|
||||
"edit_multiple_items" => "Editing Multiple Items",
|
||||
"empty_upc_items" => "Empty Barcode Items",
|
||||
"error_adding_updating" => "Error adding/updating item",
|
||||
"error_updating_multiple" => "Error updating items",
|
||||
"generate_barcodes" => "Generate Barcodes",
|
||||
"hsn_code" => "Harmonized System Nomenclature",
|
||||
"image" => "Avatar",
|
||||
"import_items_csv" => "Item Import from CSV",
|
||||
"info_provided_by" => "Information provided by",
|
||||
"inventory" => "Inventory",
|
||||
"inventory_CSV_import_quantity" => "Quantity Imported from CSV",
|
||||
"inventory_comments" => "Comments",
|
||||
"inventory_data_tracking" => "Inventory Data Tracking",
|
||||
"inventory_date" => "Date",
|
||||
"inventory_employee" => "Employee",
|
||||
"inventory_in_out_quantity" => "In/Out Quantity",
|
||||
"inventory_remarks" => "Remarks",
|
||||
"is_deleted" => "Deleted",
|
||||
"is_printed" => "",
|
||||
"is_serialized" => "Item has Serial Number",
|
||||
"item" => "Item",
|
||||
"item_id" => "",
|
||||
"item_number" => "Barcode",
|
||||
"item_number_duplicate" => "Item Number is already present in the database.",
|
||||
"kit" => "Kit",
|
||||
"location" => "Location",
|
||||
"low_inventory_items" => "Out Of Stock Items",
|
||||
"low_sell_item" => "Low sell item",
|
||||
"manually_editing_of_quantity" => "Manual Edit of Quantity",
|
||||
"markup" => "",
|
||||
"name" => "Item Name",
|
||||
"name_required" => "Item Name is a required field.",
|
||||
"new" => "New Item",
|
||||
"no_description_items" => "No Description Items",
|
||||
"no_items_to_display" => "No Items to display.",
|
||||
"none" => "None",
|
||||
"none_selected" => "You have not selected any Item(s) to edit",
|
||||
"nonstock" => "Non-stocked",
|
||||
"number_information" => "Item Number",
|
||||
"number_required" => "Barcode is a required field.",
|
||||
"one_or_multiple" => "item(s)",
|
||||
"pack_name" => "Pack Name",
|
||||
"qty_per_pack" => "Quantity per pack",
|
||||
"quantity" => "Quantity",
|
||||
"quantity_number" => "Quantity must be a number.",
|
||||
"quantity_required" => "Quantity is a required field.",
|
||||
"receiving_quantity" => "Receiving Quantity",
|
||||
"remove_image" => "Remove Image",
|
||||
"reorder_level" => "Reorder Level",
|
||||
"reorder_level_number" => "Reorder Level must be a number.",
|
||||
"reorder_level_required" => "Reorder Level is a required field.",
|
||||
"retrive_item_info" => "Retrieve Item Info",
|
||||
"sales_tax_1" => "Sales Tax",
|
||||
"sales_tax_2" => "Sales Tax 2",
|
||||
"search_attributes" => "Search Attributes",
|
||||
"select_image" => "Select Image",
|
||||
"serialized_items" => "Serialized Items",
|
||||
"standard" => "Standard",
|
||||
"stock" => "Stock",
|
||||
"stock_location" => "Stock location",
|
||||
"stock_type" => "Stock Type",
|
||||
"successful_adding" => "You have successfully added item",
|
||||
"successful_bulk_edit" => "You have successfully updated the selected item(s)",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated item",
|
||||
"supplier" => "Supplier",
|
||||
"tax_1" => "Tax 1",
|
||||
"tax_2" => "Tax 2",
|
||||
"tax_3" => "",
|
||||
"tax_category" => "Tax Category",
|
||||
"tax_percent" => "",
|
||||
"tax_percent_number" => "Tax Percent must be a numeric value",
|
||||
"tax_percent_required" => "Tax Percent is a required field.",
|
||||
"tax_percents" => "Tax Percent(s)",
|
||||
"temp" => "Temporary",
|
||||
"type" => "Item Type",
|
||||
"unit_price" => "Retail Price",
|
||||
"unit_price_number" => "Unit price must be a number.",
|
||||
"unit_price_required" => "Retail Price is a required field.",
|
||||
"upc_database" => "Barcode Database",
|
||||
"update" => "Update Item",
|
||||
"use_inventory_menu" => "Use Inventory Menu",
|
||||
];
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<?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 {install_name}",
|
||||
"gcaptcha" => "I'm not a robot.",
|
||||
"go" => "Go",
|
||||
"invalid_gcaptcha" => "Please verify that you are not a robot.",
|
||||
"invalid_installation" => "The installation is not correct, check your php.ini file.",
|
||||
"invalid_username_and_password" => "Invalid username and/or password.",
|
||||
"login" => "Login",
|
||||
"logout" => "Logout",
|
||||
"migration_needed" => "A database migration to %1 will start after login.",
|
||||
"password" => "Password",
|
||||
"username" => "Username",
|
||||
"welcome" => "Welcome to {install_name}",
|
||||
];
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?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: ",
|
||||
"first_name" => "First name",
|
||||
"last_name" => "Last name",
|
||||
"message" => "Message",
|
||||
"message_placeholder" => "Your Message here...",
|
||||
"message_required" => "Message required",
|
||||
"multiple_phones" => "(In case of multiple recipients, enter mobile numbers separated by commas)",
|
||||
"phone" => "Phone number",
|
||||
"phone_number_required" => "Phone number required",
|
||||
"phone_placeholder" => "Mobile Number(s) here...",
|
||||
"sms_send" => "Send SMS",
|
||||
"successfully_sent" => "Message successfully sent to: ",
|
||||
"unsuccessfully_sent" => "Message unsuccessfully sent to: ",
|
||||
];
|
||||
|
||||
@@ -1,48 +1,48 @@
|
||||
<?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" => "",
|
||||
"admin_cashups" => "",
|
||||
"admin_cashups_desc" => "",
|
||||
"attributes" => "Attributes",
|
||||
"attributes_desc" => "Add, Update, Delete, and Search attributes.",
|
||||
"both" => "Both",
|
||||
"cashups" => "Cashups",
|
||||
"cashups_desc" => "Add, Update, Delete, and Search Cashups.",
|
||||
"config" => "Configuration",
|
||||
"config_desc" => "Change OSPOS's Configuration.",
|
||||
"customers" => "Customers",
|
||||
"customers_desc" => "Add, Update, Delete, and Search Customers.",
|
||||
"employees" => "Employees",
|
||||
"employees_desc" => "Add, Update, Delete, and Search Employees.",
|
||||
"expenses" => "Expenses",
|
||||
"expenses_categories" => "Expenses Categories",
|
||||
"expenses_categories_desc" => "Add, Update, and Delete Expenses Categories.",
|
||||
"expenses_desc" => "Add, Update, Delete, and Search Expenses.",
|
||||
"giftcards" => "Gift Cards",
|
||||
"giftcards_desc" => "Add, Update, Delete and Search Gift Cards.",
|
||||
"home" => "Home",
|
||||
"home_desc" => "List home menu modules.",
|
||||
"item_kits" => "Item Kits",
|
||||
"item_kits_desc" => "Add, Update, Delete and Search Item Kits.",
|
||||
"items" => "Items",
|
||||
"items_desc" => "Add, Update, Delete, and Search Items.",
|
||||
"messages" => "Messages",
|
||||
"messages_desc" => "Send Messages to Customers, Suppliers and Employees.",
|
||||
"migrate" => "Migrate",
|
||||
"migrate_desc" => "Update the OSPOS Database.",
|
||||
"office" => "Office",
|
||||
"office_desc" => "List office menu modules.",
|
||||
"receivings" => "Receivings",
|
||||
"receivings_desc" => "Process Purchase Orders.",
|
||||
"reports" => "Reports",
|
||||
"reports_desc" => "View and generate Reports.",
|
||||
"sales" => "Sales",
|
||||
"sales_desc" => "Process Sales and Returns.",
|
||||
"suppliers" => "Suppliers",
|
||||
"suppliers_desc" => "Add, Update, Delete, and Search Suppliers.",
|
||||
"taxes" => "Taxes",
|
||||
"taxes_desc" => "Configure Sales Taxes.",
|
||||
"timeclocks" => "",
|
||||
"timeclocks_categories" => "",
|
||||
"timeclocks_categories_desc" => "",
|
||||
"timeclocks_desc" => "",
|
||||
];
|
||||
|
||||
@@ -1,58 +1,58 @@
|
||||
<?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",
|
||||
"amount_due" => "",
|
||||
"cancel_receiving" => "Cancel",
|
||||
"cannot_be_deleted" => "Receiving(s) delete failed.",
|
||||
"comments" => "Comments",
|
||||
"complete_receiving" => "Finish",
|
||||
"confirm_cancel_receiving" => "Are you sure you want to clear this receiving? All items will cleared.",
|
||||
"confirm_delete" => "Are you sure you want to delete this receiving? This action cannot be undone.",
|
||||
"confirm_finish_receiving" => "Are you sure you want to submit this receiving? This cannot be undone.",
|
||||
"confirm_restore" => "",
|
||||
"cost" => "Cost",
|
||||
"daily" => "",
|
||||
"date" => "Receiving Date",
|
||||
"date_required" => "A correct date must be entered.",
|
||||
"date_type" => "Date is a required field.",
|
||||
"delete_entire_sale" => "Delete Entire Sale",
|
||||
"discount" => "Discount",
|
||||
"edit" => "Edit",
|
||||
"edit_sale" => "Edit Receiving",
|
||||
"employee" => "Employee",
|
||||
"error_editing_item" => "Item edit failed.",
|
||||
"error_requisition" => "Unable to move Inventory from or to the same Stock Location.",
|
||||
"find_or_scan_item" => "Find or Scan Item",
|
||||
"find_or_scan_item_or_receipt" => "Find or Scan Item or Receipt",
|
||||
"id" => "Receiving ID",
|
||||
"item_name" => "Item Name",
|
||||
"mode" => "Receiving Mode",
|
||||
"new_supplier" => "New Supplier",
|
||||
"one_or_multiple" => "receiving(s)",
|
||||
"print_after_sale" => "Print After Sale",
|
||||
"quantity" => "Qty.",
|
||||
"receipt" => "Receivings Receipt",
|
||||
"receipt_number" => "Receiving #",
|
||||
"receiving" => "Receive",
|
||||
"reference" => "Reference",
|
||||
"register" => "Items Receiving",
|
||||
"requisition" => "Requisition",
|
||||
"return" => "Return",
|
||||
"select_supplier" => "Select Supplier (Optional)",
|
||||
"ship_pack" => "Ship Pack",
|
||||
"start_typing_supplier_name" => "Start Typing Supplier's name...",
|
||||
"stock" => "Stock",
|
||||
"stock_destination" => "Stock Destination",
|
||||
"stock_locaiton" => "Stock Location",
|
||||
"stock_source" => "Stock Source",
|
||||
"successfully_deleted" => "You have successfully deleted",
|
||||
"successfully_updated" => "Receiving successfully updated",
|
||||
"supplier" => "Supplier",
|
||||
"supplier_address" => "Address",
|
||||
"supplier_email" => "Email",
|
||||
"supplier_location" => "Location",
|
||||
"total" => "Total",
|
||||
"transaction_failed" => "Receivings transaction(s) failed.",
|
||||
"unable_to_add_item" => "Item add to Receiving failed.",
|
||||
"unsuccessfully_updated" => "Receiving update failed.",
|
||||
"update" => "Update",
|
||||
];
|
||||
|
||||
@@ -1,148 +1,148 @@
|
||||
<?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",
|
||||
"all" => "All",
|
||||
"authority" => "Authority",
|
||||
"canceled" => "Canceled",
|
||||
"categories" => "Categories",
|
||||
"categories_summary_report" => "Categories Summary Report",
|
||||
"category" => "Category",
|
||||
"code_canceled" => "CNL",
|
||||
"code_invoice" => "INV",
|
||||
"code_pos" => "POS",
|
||||
"code_quote" => "Q",
|
||||
"code_return" => "RET",
|
||||
"code_type" => "Type",
|
||||
"code_work_order" => "W/O",
|
||||
"comments" => "Comments",
|
||||
"commission" => "",
|
||||
"complete" => "Completed Sales and Returns",
|
||||
"completed_sales" => "Completed Sales",
|
||||
"confirm_delete" => "Are you sure you want to delete selected entry(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected entry(s)?",
|
||||
"cost" => "Wholesale",
|
||||
"cost_price" => "Wholesale Price",
|
||||
"count" => "Count",
|
||||
"customer" => "Customer",
|
||||
"customers" => "Customers",
|
||||
"customers_summary_report" => "Customers Summary Report",
|
||||
"date" => "Date",
|
||||
"date_range" => "Date Range",
|
||||
"description" => "Description",
|
||||
"detailed_receivings_report" => "Detailed Receivings Report",
|
||||
"detailed_receivings_report_input" => "",
|
||||
"detailed_reports" => "Detailed Reports",
|
||||
"detailed_requisition_report" => "",
|
||||
"detailed_sales_report" => "Detailed Transactions Report",
|
||||
"discount" => "Discount",
|
||||
"discount_fixed" => "Fixed Discount",
|
||||
"discount_percent" => "Discount Percent",
|
||||
"discount_type" => "Discount Type",
|
||||
"discounts" => "Discounts",
|
||||
"discounts_summary_report" => "Discounts Summary Report",
|
||||
"earned" => "Points Earned",
|
||||
"employee" => "Employee",
|
||||
"employees" => "Employees",
|
||||
"employees_summary_report" => "Employees Summary Report",
|
||||
"expenses" => "Expenses",
|
||||
"expenses_amount" => "Amount",
|
||||
"expenses_categories" => "Expenses",
|
||||
"expenses_categories_summary_report" => "Expense Categories Summary Report",
|
||||
"expenses_category" => "Category",
|
||||
"expenses_payment_amount" => "",
|
||||
"expenses_tax_amount" => "Tax",
|
||||
"expenses_total_amount" => "Total Amount",
|
||||
"expenses_total_tax_amount" => "Total Tax",
|
||||
"graphical_reports" => "Graphical Reports",
|
||||
"inventory" => "Inventory",
|
||||
"inventory_low" => "Low Inventory",
|
||||
"inventory_low_report" => "Low Inventory Report",
|
||||
"inventory_reports" => "Inventory Reports",
|
||||
"inventory_summary" => "Inventory Summary",
|
||||
"inventory_summary_report" => "Inventory Summary Report",
|
||||
"item" => "Item",
|
||||
"item_count" => "Filter Item Count",
|
||||
"item_name" => "Item Name",
|
||||
"item_number" => "Barcode",
|
||||
"items" => "Items",
|
||||
"items_purchased" => "Items Purchased",
|
||||
"items_received" => "Items Received",
|
||||
"items_summary_report" => "Items Summary Report",
|
||||
"jurisdiction" => "Jurisdiction",
|
||||
"low_inventory" => "",
|
||||
"low_inventory_report" => "",
|
||||
"low_sell_quantity" => "Low Sell Qty",
|
||||
"more_than_zero" => "More than zero",
|
||||
"name" => "Name",
|
||||
"no_reports_to_display" => "No Items to display.",
|
||||
"payment_type" => "Payment Type",
|
||||
"payments" => "Payments",
|
||||
"payments_summary_report" => "Payments Summary Report",
|
||||
"profit" => "Profit",
|
||||
"quantity" => "Quantity",
|
||||
"quantity_purchased" => "Quantity Purchased",
|
||||
"quotes" => "Quotes",
|
||||
"received_by" => "Received By",
|
||||
"receiving_id" => "Receiving ID",
|
||||
"receiving_type" => "Receiving Type",
|
||||
"receivings" => "Receivings",
|
||||
"reorder_level" => "Reorder Level",
|
||||
"report" => "Report",
|
||||
"report_input" => "Report Input",
|
||||
"reports" => "Reports",
|
||||
"requisition" => "",
|
||||
"requisition_by" => "",
|
||||
"requisition_id" => "",
|
||||
"requisition_item" => "",
|
||||
"requisition_item_quantity" => "",
|
||||
"requisition_related_item" => "",
|
||||
"requisition_related_item_total_quantity" => "",
|
||||
"requisition_related_item_unit_quantity" => "",
|
||||
"requisitions" => "Requisitions",
|
||||
"returns" => "Returns",
|
||||
"revenue" => "Revenue",
|
||||
"sale_id" => "Trans. ID",
|
||||
"sale_type" => "Transaction Type",
|
||||
"sales" => "Transactions",
|
||||
"sales_amount" => "Transactions amount",
|
||||
"sales_summary_report" => "Transactions Summary Report",
|
||||
"sales_taxes" => "Sales Taxes",
|
||||
"sales_taxes_summary_report" => "Sales Taxes Summary Report",
|
||||
"serial_number" => "Serial Number",
|
||||
"service_charge" => "",
|
||||
"sold_by" => "Sold By",
|
||||
"sold_items" => "",
|
||||
"sold_to" => "Sold To",
|
||||
"stock_location" => "Stock Location",
|
||||
"sub_total_value" => "Subtotal",
|
||||
"subtotal" => "Subtotal",
|
||||
"summary_reports" => "Summary Reports",
|
||||
"supplied_by" => "Supplied by",
|
||||
"supplier" => "Supplier",
|
||||
"suppliers" => "Suppliers",
|
||||
"suppliers_summary_report" => "Suppliers Summary Report",
|
||||
"tax" => "Tax",
|
||||
"tax_category" => "Tax Category",
|
||||
"tax_name" => "Tax Name",
|
||||
"tax_percent" => "Tax Percent",
|
||||
"tax_rate" => "Tax Rate",
|
||||
"taxes" => "Taxes",
|
||||
"taxes_summary_report" => "Taxes Summary Report",
|
||||
"total" => "Total",
|
||||
"total_inventory_value" => "Total Inventory Value",
|
||||
"total_low_sell_quantity" => "Total Low Sell Quantity",
|
||||
"total_quantity" => "Total Quantity",
|
||||
"total_retail" => "Total Inv. Retail Value",
|
||||
"trans_amount" => "Transaction Amount",
|
||||
"trans_due" => "Due",
|
||||
"trans_group" => "Transaction Group",
|
||||
"trans_nopay_sales" => "Sales with no payment",
|
||||
"trans_payments" => "Payments",
|
||||
"trans_refunded" => "Refunded",
|
||||
"trans_sales" => "Sales",
|
||||
"trans_type" => "Transaction Type",
|
||||
"type" => "Type",
|
||||
"unit_price" => "Retail Price",
|
||||
"used" => "Points Used",
|
||||
"work_orders" => "Work Orders",
|
||||
"zero_and_less" => "Zero and less",
|
||||
];
|
||||
|
||||
@@ -3,222 +3,222 @@ 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",
|
||||
"account_number" => "Account #",
|
||||
"add_payment" => "Add Payment",
|
||||
"amount_due" => "Amount Due",
|
||||
"amount_tendered" => "Amount Tendered",
|
||||
"authorized_signature" => "Authorized Signature",
|
||||
"cancel_sale" => "Cancel",
|
||||
"cash" => "Cash",
|
||||
"cash_1" => "",
|
||||
"cash_2" => "",
|
||||
"cash_3" => "",
|
||||
"cash_4" => "",
|
||||
"cash_adjustment" => "Cash Adjustment",
|
||||
"cash_deposit" => "Cash Deposit",
|
||||
"cash_filter" => "Cash",
|
||||
"change_due" => "Change Due",
|
||||
"change_price" => "Change Selling Price",
|
||||
"check" => "Check",
|
||||
"check_balance" => "Check remainder",
|
||||
"check_filter" => "Check",
|
||||
"close" => "",
|
||||
"comment" => "Comment",
|
||||
"comments" => "Comments",
|
||||
"company_name" => "",
|
||||
"complete" => "",
|
||||
"complete_sale" => "Complete",
|
||||
"confirm_cancel_sale" => "Are you sure you want to clear this sale? All items will be cleared.",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Sale(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore the selected Sale(s)?",
|
||||
"credit" => "Credit Card",
|
||||
"credit_deposit" => "Credit Deposit",
|
||||
"credit_filter" => "Credit Card",
|
||||
"current_table" => "",
|
||||
"customer" => "Customer",
|
||||
"customer_address" => "Address",
|
||||
"customer_discount" => "Discount",
|
||||
"customer_email" => "Email",
|
||||
"customer_location" => "Location",
|
||||
"customer_mailchimp_status" => "MailChimp status",
|
||||
"customer_optional" => "(Required for Due Payments)",
|
||||
"customer_required" => "(Required)",
|
||||
"customer_total" => "Total",
|
||||
"customer_total_spent" => "",
|
||||
"daily_sales" => "",
|
||||
"date" => "Sale Date",
|
||||
"date_range" => "Date Range",
|
||||
"date_required" => "A correct date must be entered.",
|
||||
"date_type" => "Date is a required field.",
|
||||
"debit" => "Debit Card",
|
||||
"debit_filter" => "",
|
||||
"delete" => "Allow Delete",
|
||||
"delete_confirmation" => "Are you sure you want to delete this sale? This action cannot be undone.",
|
||||
"delete_entire_sale" => "Delete Entire Sale",
|
||||
"delete_successful" => "Sale delete successful.",
|
||||
"delete_unsuccessful" => "Sale delete failed.",
|
||||
"description_abbrv" => "Desc.",
|
||||
"discard" => "Discard",
|
||||
"discard_quote" => "",
|
||||
"discount" => "Disc",
|
||||
"discount_included" => "% Discount",
|
||||
"discount_short" => "%",
|
||||
"due" => "Due",
|
||||
"due_filter" => "Due",
|
||||
"edit" => "Edit",
|
||||
"edit_item" => "Edit Item",
|
||||
"edit_sale" => "Edit Sale",
|
||||
"email_receipt" => "Email Receipt",
|
||||
"employee" => "Employee",
|
||||
"entry" => "Entry",
|
||||
"error_editing_item" => "Error editing item",
|
||||
"find_or_scan_item" => "Find or Scan Item",
|
||||
"find_or_scan_item_or_receipt" => "Find or Scan Item or Receipt",
|
||||
"giftcard" => "Gift Card",
|
||||
"giftcard_balance" => "Gift Card Balance",
|
||||
"giftcard_filter" => "",
|
||||
"giftcard_number" => "Gift Card Number",
|
||||
"group_by_category" => "Group by Category",
|
||||
"group_by_type" => "Group by Type",
|
||||
"hsn" => "HSN",
|
||||
"id" => "Sale ID",
|
||||
"include_prices" => "Include Prices?",
|
||||
"invoice" => "Invoice",
|
||||
"invoice_confirm" => "This invoice will be sent to",
|
||||
"invoice_enable" => "Invoice Number",
|
||||
"invoice_filter" => "Invoices",
|
||||
"invoice_no_email" => "This customer does not have a valid email address.",
|
||||
"invoice_number" => "Invoice #",
|
||||
"invoice_number_duplicate" => "Invoice Number %1 must be unique.",
|
||||
"invoice_sent" => "Invoice sent to",
|
||||
"invoice_total" => "Invoice Total",
|
||||
"invoice_type_custom_invoice" => "Custom Invoice (custom_invoice.php)",
|
||||
"invoice_type_custom_tax_invoice" => "Custom Tax Invoice (custom_tax_invoice.php)",
|
||||
"invoice_type_invoice" => "Invoice (invoice.php)",
|
||||
"invoice_type_tax_invoice" => "Tax Invoice (tax_invoice.php)",
|
||||
"invoice_unsent" => "Invoice failed to be sent to",
|
||||
"invoice_update" => "Recount",
|
||||
"item_insufficient_of_stock" => "Item has insufficient stock.",
|
||||
"item_name" => "Item Name",
|
||||
"item_number" => "Item #",
|
||||
"item_out_of_stock" => "Item is out of stock.",
|
||||
"key_browser" => "Helpful Shortcuts",
|
||||
"key_cancel" => "Cancels Current Quote/Invoice/Sale",
|
||||
"key_customer_search" => "Customer Search",
|
||||
"key_finish_quote" => "Finish Quote/Invoice without payment",
|
||||
"key_finish_sale" => "Add Payment and Complete Invoice/Sale",
|
||||
"key_full" => "Open in Full Screen Mode",
|
||||
"key_function" => "Function",
|
||||
"key_help" => "Shortcuts",
|
||||
"key_help_modal" => "Open Shortcuts Window",
|
||||
"key_in" => "Zoom in",
|
||||
"key_item_search" => "Item Search",
|
||||
"key_out" => "Zoom Out",
|
||||
"key_payment" => "Add Payment",
|
||||
"key_print" => "Print Current Page",
|
||||
"key_restore" => "Restore Original Display/Zoom",
|
||||
"key_search" => "Search Reports Tables",
|
||||
"key_suspend" => "Suspend Current Sale",
|
||||
"key_suspended" => "Show Suspended Sales",
|
||||
"key_system" => "System Shortcuts",
|
||||
"key_tendered" => "Edit Amount Tendered",
|
||||
"key_title" => "Sales Keyboard Shortcuts",
|
||||
"mc" => "",
|
||||
"mode" => "Register Mode",
|
||||
"must_enter_numeric" => "Amount Tendered must be a number.",
|
||||
"must_enter_numeric_giftcard" => "Gift Card Number must be a number.",
|
||||
"new_customer" => "New Customer",
|
||||
"new_item" => "New Item",
|
||||
"no_description" => "No description",
|
||||
"no_filter" => "All",
|
||||
"no_items_in_cart" => "There are no Items in the cart.",
|
||||
"no_sales_to_display" => "No Sales to display.",
|
||||
"none_selected" => "You have not selected any Sale(s) to delete.",
|
||||
"nontaxed_ind" => " ",
|
||||
"not_authorized" => "This action is not authorized.",
|
||||
"one_or_multiple" => "Sale(s)",
|
||||
"payment" => "Payment Type",
|
||||
"payment_amount" => "Amount",
|
||||
"payment_not_cover_total" => "Payment Amount must be greater than or equal to Total.",
|
||||
"payment_type" => "Type",
|
||||
"payments" => "",
|
||||
"payments_total" => "Payments Total",
|
||||
"price" => "Price",
|
||||
"print_after_sale" => "Print after Sale",
|
||||
"quantity" => "Quantity",
|
||||
"quantity_less_than_reorder_level" => "Warning: Desired Quantity is below Reorder Level for that Item.",
|
||||
"quantity_less_than_zero" => "Warning: Desired Quantity is insufficient. You can still process the sale, but audit your inventory.",
|
||||
"quantity_of_items" => "Quantity of %1 Items",
|
||||
"quote" => "Quote",
|
||||
"quote_number" => "Quote Number",
|
||||
"quote_number_duplicate" => "Quote Number must be unique.",
|
||||
"quote_sent" => "Quote sent to",
|
||||
"quote_unsent" => "Quote failed to be sent to",
|
||||
"receipt" => "Sales Receipt",
|
||||
"receipt_no_email" => "This customer does not have a valid email address.",
|
||||
"receipt_number" => "Sale #",
|
||||
"receipt_sent" => "Receipt sent to",
|
||||
"receipt_unsent" => "Receipt failed to be sent to",
|
||||
"refund" => "Refund Type",
|
||||
"register" => "Sales Register",
|
||||
"remove_customer" => "Remove Customer",
|
||||
"remove_discount" => "",
|
||||
"return" => "Return",
|
||||
"rewards" => "Reward Points",
|
||||
"rewards_balance" => "Reward Points Balance",
|
||||
"sale" => "Sale",
|
||||
"sale_by_invoice" => "Sale by Invoice",
|
||||
"sale_for_customer" => "Customer:",
|
||||
"sale_time" => "Time",
|
||||
"sales_tax" => "Sales Tax",
|
||||
"sales_total" => "",
|
||||
"select_customer" => "Select Customer",
|
||||
"send_invoice" => "Send Invoice",
|
||||
"send_quote" => "Send Quote",
|
||||
"send_receipt" => "Send Receipt",
|
||||
"send_work_order" => "Send Work Order",
|
||||
"serial" => "Serial",
|
||||
"service_charge" => "",
|
||||
"show_due" => "",
|
||||
"show_invoice" => "Show Invoice",
|
||||
"show_receipt" => "Show Receipt",
|
||||
"start_typing_customer_name" => "Start typing customer details...",
|
||||
"start_typing_item_name" => "Start typing Item Name or scan Barcode...",
|
||||
"stock" => "Stock",
|
||||
"stock_location" => "Stock Location",
|
||||
"sub_total" => "Subtotal",
|
||||
"successfully_deleted" => "You have successfully deleted",
|
||||
"successfully_restored" => "You have successfully restored",
|
||||
"successfully_suspended_sale" => "Sale suspend successful.",
|
||||
"successfully_updated" => "Sale update successful.",
|
||||
"suspend_sale" => "Suspend",
|
||||
"suspended_doc_id" => "Document",
|
||||
"suspended_sale_id" => "ID",
|
||||
"suspended_sales" => "Suspended",
|
||||
"table" => "Table",
|
||||
"takings" => "Daily Sales",
|
||||
"tax" => "Tax",
|
||||
"tax_id" => "Tax Id",
|
||||
"tax_invoice" => "Tax Invoice",
|
||||
"tax_percent" => "Tax %",
|
||||
"taxed_ind" => "T",
|
||||
"total" => "Total",
|
||||
"total_tax_exclusive" => "Tax excluded",
|
||||
"transaction_failed" => "Sales Transaction failed.",
|
||||
"unable_to_add_item" => "Item add to Sale failed",
|
||||
"unsuccessfully_deleted" => "Sale(s) delete failed.",
|
||||
"unsuccessfully_restored" => "Sale(s) restore failed.",
|
||||
"unsuccessfully_suspended_sale" => "Sale suspend failed.",
|
||||
"unsuccessfully_updated" => "Sale update failed.",
|
||||
"unsuspend" => "Unsuspend",
|
||||
"unsuspend_and_delete" => "Action",
|
||||
"update" => "Update",
|
||||
"upi" => "UPI",
|
||||
"visa" => "",
|
||||
"wholesale" => "",
|
||||
"work_order" => "Work Order",
|
||||
"work_order_number" => "Work Order Number",
|
||||
"work_order_number_duplicate" => "Work Order Number must be unique.",
|
||||
"work_order_sent" => "Work Order sent to",
|
||||
"work_order_unsent" => "Work Order failed to be sent to",
|
||||
];
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
<?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",
|
||||
"account_number" => "Account Number",
|
||||
"agency_name" => "Agency Name",
|
||||
"cannot_be_deleted" => "Could not delete selected Supplier(s). One or more have Sales.",
|
||||
"category" => "Category",
|
||||
"company_name" => "Company Name",
|
||||
"company_name_required" => "Company Name is a required field.",
|
||||
"confirm_delete" => "Are you sure you want to delete the selected Supplier(s)?",
|
||||
"confirm_restore" => "Are you sure you want to restore selected Supplier(s)?",
|
||||
"cost" => "Cost Supplier",
|
||||
"error_adding_updating" => "Supplier update or add failed.",
|
||||
"goods" => "Goods Supplier",
|
||||
"new" => "New Supplier",
|
||||
"none_selected" => "You have not selected Supplier(s) to delete.",
|
||||
"one_or_multiple" => "Supplier(s)",
|
||||
"successful_adding" => "You have successfully added Supplier",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"successful_updating" => "You have successfully updated Supplier",
|
||||
"supplier" => "Supplier",
|
||||
"supplier_id" => "Id",
|
||||
"tax_id" => "Tax Id",
|
||||
"update" => "Update Supplier",
|
||||
];
|
||||
|
||||
@@ -1,82 +1,82 @@
|
||||
<?php
|
||||
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",
|
||||
"add_exception" => "Add Exception",
|
||||
"cascade" => "Cascade",
|
||||
"cascade_sequence" => "Cascade Sequence",
|
||||
"city" => "City",
|
||||
"code" => "Code",
|
||||
"confirm_delete" => "Are you sure you want to delete this Tax Code? This action cannot be undone",
|
||||
"confirm_restore" => "Are you sure you want to restore selected Tax Code(s)?",
|
||||
"default_tax_category" => "Default Tax Category",
|
||||
"default_tax_rate" => "Default Tax Rate",
|
||||
"error_adding_updating" => "Tax Code add or update failed",
|
||||
"group_seq" => "Group Seq",
|
||||
"jurisdiction_name" => "Jurisdiction Name",
|
||||
"name" => "Name",
|
||||
"new" => "New Tax",
|
||||
"no_taxes" => "",
|
||||
"no_taxes_to_display" => "No Taxes Code available to display",
|
||||
"reporting_authority" => "Reporting Authority",
|
||||
"round_half_down" => "Half Down",
|
||||
"round_half_even" => "Half Even",
|
||||
"round_half_odd" => "Half Odd",
|
||||
"round_half_up" => "Half Up",
|
||||
"rounding_code" => "Rounding Code",
|
||||
"sales_tax" => "Sales Tax",
|
||||
"sales_tax_by_invoice" => "Sales Tax by Invoice",
|
||||
"sequence" => "Seq.",
|
||||
"state" => "State",
|
||||
"successful_deleted" => "You have successfully deleted",
|
||||
"tax_categories" => "Tax Categories",
|
||||
"tax_categories_configuration" => "Tax Categories Configuration",
|
||||
"tax_categories_saved_successfully" => "Tax Categories changes saved",
|
||||
"tax_categories_saved_unsuccessfully" => "Tax Categories changes not saved",
|
||||
"tax_category" => "Tax Category",
|
||||
"tax_category_code" => "Tax Category Code",
|
||||
"tax_category_duplicate" => "Duplicate tax category",
|
||||
"tax_category_invalid_chars" => "Invalid characters in tax category name",
|
||||
"tax_category_name" => "Tax Category Name",
|
||||
"tax_category_new" => "New Tax Category",
|
||||
"tax_category_required" => "Tax category is required",
|
||||
"tax_code" => "Tax Code",
|
||||
"tax_code_cannot_be_deleted" => "Tax Code delete failed",
|
||||
"tax_code_duplicate" => "Duplicate tax code",
|
||||
"tax_code_invalid_chars" => "Invalid characters in tax code",
|
||||
"tax_code_name" => "Tax Code Name",
|
||||
"tax_code_required" => "Tax Code is a required field",
|
||||
"tax_code_successful_deleted" => "You have successfully deleted Tax Code",
|
||||
"tax_code_successful_updated" => "You have successfully updated",
|
||||
"tax_code_successful_updating" => "You have successfully updated Tax Code",
|
||||
"tax_code_successfully_added" => "You have successfully added",
|
||||
"tax_code_type" => "Tax Code Type",
|
||||
"tax_codes" => "Tax Codes",
|
||||
"tax_codes_configuration" => "Tax Codes Configuration",
|
||||
"tax_codes_saved_successfully" => "Tax Code changes saved",
|
||||
"tax_codes_saved_unsuccessfully" => "Tax Code changes not saved",
|
||||
"tax_excluded" => "Tax excluded",
|
||||
"tax_group" => "Tax Group",
|
||||
"tax_group_not_unique" => "Tax Group %1 is not unique",
|
||||
"tax_group_sequence" => "Tax Group Sequence",
|
||||
"tax_included" => "Tax included",
|
||||
"tax_jurisdiction" => "Tax Jurisdiction",
|
||||
"tax_jurisdiction_duplicate" => "Duplicate tax jurisdiction",
|
||||
"tax_jurisdiction_invalid_chars" => "Invalid characters in jurisdiction name",
|
||||
"tax_jurisdiction_required" => "Tax jurisdiction is required",
|
||||
"tax_jurisdictions" => "Tax Jurisdictions",
|
||||
"tax_jurisdictions_configuration" => "Tax Jurisdictions Configuration",
|
||||
"tax_jurisdictions_saved_successfully" => "Tax Jurisdiction changes saved",
|
||||
"tax_jurisdictions_saved_unsuccessfully" => "Tax Jurisdiction changes not saved",
|
||||
"tax_rate" => "Tax Rate",
|
||||
"tax_rate_configuration" => "Tax Rate Configuration",
|
||||
"tax_rate_error_adding_updating" => "Tax Rate add or update failed",
|
||||
"tax_rate_numeric" => "Tax Rate must be a number",
|
||||
"tax_rate_required" => "Tax Rate is a required field",
|
||||
"tax_rate_successful_updated" => "You have successfully updated",
|
||||
"tax_rate_successfully_added" => "You have successfully added",
|
||||
"tax_rates" => "Tax Rates",
|
||||
"tax_rates_configuration" => "Tax Rates Configuration",
|
||||
"tax_rounding" => "Tax Rounding",
|
||||
"tax_type" => "Tax Type",
|
||||
"update" => "Update Tax Rate",
|
||||
"vat_tax" => "VAT Tax",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user