mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
120 lines
7.4 KiB
PHP
120 lines
7.4 KiB
PHP
<?php
|
|
|
|
$lang["items_add_minus"] = "கையிருப்பு பொருட்களை கூட்டு அல்லது கழி";
|
|
$lang["items_allow_alt_description"] = "மாற்று விளக்கத்தை அனுமதி";
|
|
$lang["items_amount_entry"] = "தொகை உள்ளிடு";
|
|
$lang["items_bulk_edit"] = "மொத்த திருத்தம்";
|
|
$lang["items_buy_price_required"] = "கொள்முதல் விலை அவசியம்.";
|
|
$lang["items_cannot_be_deleted"] = "தேர்ந்தெடுக்கப்பட்ட உருப்படி (களை) நீக்க முடியவில்லை, தேர்ந்தெடுக்கப்பட்ட ஒன்று அல்லது அதற்கு மேற்பட்ட உருப்படிகள் விற்பனையைக் கொண்டுள்ளன.";
|
|
$lang["items_cannot_find_item"] = "பொருள் கிடைக்கவில்லை.";
|
|
$lang["items_categories"] = "";
|
|
$lang["items_category"] = "வகை";
|
|
$lang["items_category_new"] = "";
|
|
$lang["items_category_required"] = "வகை என்பது தேவையான புலம்.";
|
|
$lang["items_change_all_to_allow_alt_desc"] = "அனைவரும் மாற்று விளக்கத்தை அனுமதிக்கவும்.";
|
|
$lang["items_change_all_to_not_allow_allow_desc"] = "அனைவருக்கும் மாற்று விளக்கத்தை அனுமதிக்க வேண்டாம்.";
|
|
$lang["items_change_all_to_serialized"] = "அனைத்தையும் தொடர்களாக மாற்றவும்";
|
|
$lang["items_change_all_to_unserialized"] = "அனைத்தையும் தொடர்களாக மாற்றவும்";
|
|
$lang["items_change_image"] = "படத்தை மாற்று";
|
|
$lang["items_confirm_bulk_edit"] = "Are you sure you want to edit selected Item(s)?";
|
|
$lang["items_confirm_bulk_edit_wipe_taxes"] = "All Item Tax information will be replaced.";
|
|
$lang["items_confirm_delete"] = "Are you sure you want to delete selected item(s)?";
|
|
$lang["items_confirm_restore"] = "Are you sure you want to restore selected item(s)?";
|
|
$lang["items_cost_price"] = "Wholesale Price";
|
|
$lang["items_cost_price_number"] = "Wholesale Price must be a number.";
|
|
$lang["items_cost_price_required"] = "Wholesale Price is a required field.";
|
|
$lang["items_count"] = "Update Inventory";
|
|
$lang["items_csv_import_failed"] = "CSV import failed";
|
|
$lang["items_csv_import_nodata_wrongformat"] = "The uploaded CSV file has no data or is formatted incorrectly.";
|
|
$lang["items_csv_import_partially_failed"] = "There were %1 item import failure(s) on line(s): %2. No rows were imported.";
|
|
$lang["items_csv_import_success"] = "Item CSV import successful.";
|
|
$lang["items_current_quantity"] = "Current Quantity";
|
|
$lang["items_default_pack_name"] = "Each";
|
|
$lang["items_description"] = "Description";
|
|
$lang["items_details_count"] = "Inventory Count Details";
|
|
$lang["items_do_nothing"] = "Do Nothing";
|
|
$lang["items_edit"] = "";
|
|
$lang["items_edit_fields_you_want_to_update"] = "Edit the desired fields for selected item(s).";
|
|
$lang["items_edit_multiple_items"] = "Editing Multiple Items";
|
|
$lang["items_empty_upc_items"] = "Empty Barcode Items";
|
|
$lang["items_error_adding_updating"] = "Error adding/updating item";
|
|
$lang["items_error_updating_multiple"] = "Error updating items";
|
|
$lang["items_generate_barcodes"] = "Generate Barcodes";
|
|
$lang["items_hsn_code"] = "Harmonized System Nomenclature";
|
|
$lang["items_image"] = "Avatar";
|
|
$lang["items_import_items_csv"] = "Item Import from CSV";
|
|
$lang["items_info_provided_by"] = "Information provided by";
|
|
$lang["items_inventory"] = "Inventory";
|
|
$lang["items_inventory_CSV_import_quantity"] = "Quantity Imported from CSV";
|
|
$lang["items_inventory_comments"] = "Comments";
|
|
$lang["items_inventory_data_tracking"] = "Inventory Data Tracking";
|
|
$lang["items_inventory_date"] = "Date";
|
|
$lang["items_inventory_employee"] = "Employee";
|
|
$lang["items_inventory_in_out_quantity"] = "In/Out Quantity";
|
|
$lang["items_inventory_remarks"] = "Remarks";
|
|
$lang["items_is_deleted"] = "Deleted";
|
|
$lang["items_is_printed"] = "";
|
|
$lang["items_is_serialized"] = "Item has Serial Number";
|
|
$lang["items_item"] = "Item";
|
|
$lang["items_item_id"] = "";
|
|
$lang["items_item_number"] = "Barcode";
|
|
$lang["items_item_number_duplicate"] = "Item Number is already present in the database.";
|
|
$lang["items_kit"] = "Kit";
|
|
$lang["items_location"] = "Location";
|
|
$lang["items_low_inventory_items"] = "Out Of Stock Items";
|
|
$lang["items_low_sell_item"] = "Low sell item";
|
|
$lang["items_manually_editing_of_quantity"] = "Manual Edit of Quantity";
|
|
$lang["items_markup"] = "";
|
|
$lang["items_name"] = "Item Name";
|
|
$lang["items_name_required"] = "Item Name is a required field.";
|
|
$lang["items_new"] = "New Item";
|
|
$lang["items_no_description_items"] = "No Description Items";
|
|
$lang["items_no_items_to_display"] = "No Items to display.";
|
|
$lang["items_none"] = "None";
|
|
$lang["items_none_selected"] = "You have not selected any Item(s) to edit";
|
|
$lang["items_nonstock"] = "Non-stocked";
|
|
$lang["items_number_information"] = "Item Number";
|
|
$lang["items_number_required"] = "Barcode is a required field.";
|
|
$lang["items_one_or_multiple"] = "item(s)";
|
|
$lang["items_pack_name"] = "Pack Name";
|
|
$lang["items_qty_per_pack"] = "Quantity per pack";
|
|
$lang["items_quantity"] = "Quantity";
|
|
$lang["items_quantity_number"] = "Quantity must be a number.";
|
|
$lang["items_quantity_required"] = "Quantity is a required field.";
|
|
$lang["items_receiving_quantity"] = "Receiving Quantity";
|
|
$lang["items_remove_image"] = "Remove Image";
|
|
$lang["items_reorder_level"] = "Reorder Level";
|
|
$lang["items_reorder_level_number"] = "Reorder Level must be a number.";
|
|
$lang["items_reorder_level_required"] = "Reorder Level is a required field.";
|
|
$lang["items_retrive_item_info"] = "உருப்படி தகவலை மீட்டெடுக்கவும்";
|
|
$lang["items_sales_tax_1"] = "Sales Tax";
|
|
$lang["items_sales_tax_2"] = "Sales Tax 2";
|
|
$lang["items_search_attributes"] = "Search Attributes";
|
|
$lang["items_select_image"] = "Select Image";
|
|
$lang["items_serialized_items"] = "Serialized Items";
|
|
$lang["items_standard"] = "Standard";
|
|
$lang["items_stock"] = "Stock";
|
|
$lang["items_stock_location"] = "Stock location";
|
|
$lang["items_stock_type"] = "Stock Type";
|
|
$lang["items_successful_adding"] = "You have successfully added item";
|
|
$lang["items_successful_bulk_edit"] = "You have successfully updated the selected item(s)";
|
|
$lang["items_successful_deleted"] = "You have successfully deleted";
|
|
$lang["items_successful_updating"] = "You have successfully updated item";
|
|
$lang["items_supplier"] = "Supplier";
|
|
$lang["items_tax_1"] = "Tax 1";
|
|
$lang["items_tax_2"] = "Tax 2";
|
|
$lang["items_tax_3"] = "";
|
|
$lang["items_tax_category"] = "Tax Category";
|
|
$lang["items_tax_percent"] = "";
|
|
$lang["items_tax_percent_number"] = "Tax Percent must be a numeric value";
|
|
$lang["items_tax_percent_required"] = "Tax Percent is a required field.";
|
|
$lang["items_tax_percents"] = "Tax Percent(s)";
|
|
$lang["items_temp"] = "Temporary";
|
|
$lang["items_type"] = "Item Type";
|
|
$lang["items_unit_price"] = "Retail Price";
|
|
$lang["items_unit_price_number"] = "Unit price must be a number.";
|
|
$lang["items_unit_price_required"] = "Retail Price is a required field.";
|
|
$lang["items_upc_database"] = "Barcode Database";
|
|
$lang["items_update"] = "Update Item";
|
|
$lang["items_use_inventory_menu"] = "Use Inventory Menu";
|