-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts_lang.php
203 lines (201 loc) · 13.9 KB
/
products_lang.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/*
* Module: Products
* Language: English
*
* Last edited:
* 30th April 2015
*
* Package:
* Stock Manage Advance v3.0
*
* You can translate this file to your language.
* For instruction on new language setup, please visit the documentations.
* You also can share your language files by emailing to [email protected]
* Thank you
*/
$lang['add_product'] = "Add Product";
$lang['edit_product'] = "Edit Product";
$lang['delete_product'] = "Delete Product";
$lang['delete_products'] = "Delete Products";
$lang['product_added'] = "Product successfully added";
$lang['product_updated'] = "Product successfully updated";
$lang['product_deleted'] = "Product successfully deleted";
$lang['products_deleted'] = "Products successfully deleted";
$lang['alert_quantity'] = "Alert Quantity";
$lang['rack'] = "Racks";
$lang['set_rack'] = "Set Rack";
$lang['view_image'] = "View Image";
$lang['add_damage_qty'] = "Add Damage Quantity";
$lang['product_details'] = "Product Details";
$lang['print_barcode'] = "Print Barcode";
$lang['print_label'] = "Print Label";
$lang['duplicate_product'] = "Duplicate Product";
$lang['damage'] = "Damage";
$lang['barcode_qrcode'] = "Barcode & QRcode";
$lang['standard'] = "Standard";
$lang['hardware'] = "hardware";
$lang['timber'] = "timber";
$lang['sheets'] = "sheets";
$lang['panel'] = "panel";
$lang['subcategory'] = "Sub Category";
$lang['tax_rate'] = "Tax Rate";
$lang['tax_method'] = "Tax Method";
$lang['inclusive'] = "Inclusive";
$lang['barcode'] = "Barcode";
$lang['label'] = "Label";
$lang['exclusive'] = "Exclusive";
$lang['option'] = "Option";
$lang['barcode_label'] = "Barcode/Label";
$lang['barcode_sheet'] = "Barcode Sheet";
$lang['product_image'] = "Product Image";
$lang['digital_file'] = "Digital File";
$lang['select_category_to_load'] = "Please select category to load";
$lang['select_subcategory'] = "Please select sub category";
$lang['combo'] = "Combo";
$lang['digital'] = "Digital";
$lang['service'] = "Service";
$lang['you_scan_your_barcode_too'] = "You can scan your barcode and select the correct symbology below";
$lang['supplier_price'] = "Supplier Price";
$lang['warehouse_quantity'] = "Warehouse Quantity";
$lang['cost'] = "Cost";
$lang['price'] = "Price";
$lang['please_add_items_below'] = "Please add items below";
$lang['add_item'] = "Add Item";
$lang['combo_products'] = "Combo Products";
$lang['custom_fields'] = "Custom Fields";
$lang['product_details_for_invoice'] = "Product details for invoice";
$lang['no_product_found'] = "No product found";
$lang['max_reached'] = "Max allowed reached";
$lang['file_size_exceed'] = "File size exceed";
$lang['add_product_manually'] = "Add product manually";
$lang['edit_quantity_not_recommended_here'] = "Editing warehouse quantity here is not recommended as this could cause the inventory accounting related issues. Please add fake sale or purchase to set the correct quantity of the warehouse and that won't create inventory accounting issue.";
$lang['go_back'] = "Go Back";
$lang['empty_category'] = "Selected category is empty";
$lang['import_products_by_csv'] = "Add products by CSV";
$lang['category_code'] = "Category Code";
$lang['subcategory_code'] = "Sub category Code";
$lang['update_price_csv'] = "Update products price by CSV";
$lang['delete_damage_product'] = "Delete Damage Product";
$lang['edit_damage_details'] = "Edit Damage Details";
$lang['damage_quantity'] = "Damage Quantity";
$lang['add_damage_product'] = "Add Damage Product";
$lang['add_damage'] = "Add Damage";
$lang['warehouse_qty_is_less_than_damage'] = "Warehouse quantity is less than damaged quantity";
$lang['warehouse_option_qty_is_less_than_damage'] = "Product variant quantity in selected warehouse is less than damaged quantity";
$lang['damage_product_added'] = "Damage details successfully added";
$lang['damage_product_updated'] = "Damage details successfully updated";
$lang['damage_product_deleted'] = "Damage details successfully deleted";
$lang['edit_damage'] = "Edit Damage Details";
$lang['check_product_code'] = "Please check product code";
$lang['code_x_exist'] = "Product code does not exist.";
$lang['line_no'] = "Line No";
$lang['price_updated'] = "Products price successfully updated";
$lang['code_already_exist'] = "Product Code already exists.";
$lang['check_category_code'] = "Please check category code";
$lang['category_code_x_exist'] = "Category Code does not exist.";
$lang['products_added'] = "Products (%d) successfully added";
$lang['product_has_attributes'] = "This product has multiple variants";
$lang['eg_sizes_colors'] = "e.g. Multiple Sizes and/or Colors";
$lang['enter_attributes'] = "Enter variants separated by comma";
$lang['product_type'] = "Product Type";
$lang['warehouse_quanitty'] = "Warehouse Quantity";
$lang['product_gallery_images'] = "Product Gallery Images";
$lang['no_product_selected'] = "No product selected. Please select at least one product.";
$lang['rack_location'] = "Rack Location";
$lang['rack_set'] = "Product rack has been updated";
$lang['product_variants_quantity'] = "Warehouse quantity of product variants";
$lang['warehouse_name'] = "Warehouse Name";
$lang['custom_field'] = "Custom Field";
$lang['no_qty_in_warehouse'] = "Warehouse do not have this product";
$lang['product_variants'] = "Product Variants";
$lang['wh_pr_qty_issue'] = "<strong>Request Failed!</strong> Warehouse and product variants quantity id different. Please set the correct quantity for warehouse and product variants.";
$lang['purchases'] = "Purchases";
$lang['payment'] = "Payment";
$lang['damages'] = "Damages";
$lang['returns'] = "Returns";
$lang['product_qty'] = "Product (Qty)";
$lang['sale_reference'] = "Sale Reference";
$lang['product_variants_sep_by'] = "Product Variants separated by vertical bar <strong>|</strong> ";
$lang['not_with_variants'] = "Product without variants only";
$lang['pprice_not_match_ciprice'] = "Product price doesn't match with combo items' price";
$lang['addition'] = "Addition";
$lang['subtraction'] = "Subtraction";
$lang['quantity_adjusted'] = "Product quantity successfully adjusted";
$lang['adjustment_deleted'] = "Product quantity adjustment successfully deleted";
$lang['quantity_x_adjuste'] = "Product quantity can't be adjusted. You can adjust quantity of standard products only";
$lang['label_printer'] = "Label Printer";
$lang['product_already_has_variant'] = "Product already has the variant";
$lang['sync_quantity'] = "Sync Quantity";
$lang['products_quantity_sync'] = "Product quantity successfully synchronized";
$lang['update_variants'] = "Update product variants";
$lang['add_more_variants'] = "Add more product variants";
$lang['quantity_x_adjusted'] = "Product quantity can not be adjusted as there is no purchased item record found. Please add purchase first";
$lang['style'] = "Style";
$lang['30_per_sheet'] = "30 per sheet (2.625\" x 1\")";
$lang['20_per_sheet'] = "20 per sheet (4\" x 1\")";
$lang['14_per_sheet'] = "14 per sheet (4\" x 1.33\")";
$lang['10_per_sheet'] = "10 per sheet (4\" x 2\")";
$lang['continuous_feed'] = "Continuous feed";
$lang['no_image_selected'] = "Product image is not selected";
$lang['image_deleted'] = "Product image successfully deleted";
$lang['40_per_sheet'] = "40 per sheet (a4) (1.799\" x 1.003\")";
$lang['24_per_sheet'] = "24 per sheet (a4) (2.48\" x 1.334\")";
$lang['18_per_sheet'] = "18 per sheet (a4) (2.5\" x 1.835\")";
$lang['12_per_sheet'] = "12 per sheet (a4) (2.5\" x 2.834\")";
$lang['select_category'] = "Select Category";
$lang['or_select_category'] = "<strong>OR</strong><br>Select quantity and category to add all category products";
$lang['print_barcode_heading'] = "You can visit %s, %s, %s and %s to add products to this printing list.";
$lang['barcode_tip'] = "Please don't forget to set correct page size and margin for your printer. You can set right and bottom to 0 while left and top margin can be adjusted according to your need.";
$lang['width'] = "Width";
$lang['height'] = "Height";
$lang['inches'] = "Inches";
$lang['orientation'] = "Orientation";
$lang['portrait'] = "Portrait";
$lang['landscape'] = "Landscape";
$lang['promotion'] = "Promotion";
$lang['set_promotion'] = "Set Promotion";
$lang['promo_price'] = "Promotion Price";
$lang['start_date'] = "Start Date";
$lang['end_date'] = "End Date";
$lang['save_image'] = "Save Image";
$lang['edit_adjustment'] = "Edit Adjustment";
$lang['delete_adjustment'] = "Delete Adjustment";
$lang['unit_code'] = "Unit Code";
$lang['price_addition'] = "Price Addition";
$lang['default_sale_unit'] = "Default Sale Unit";
$lang['default_purchase_unit'] = "Default Purchase Unit";
$lang['select_unit_first'] = "Please select unit first";
$lang['check_unit'] = "Please check unit code";
$lang['unit_code_x_exist'] = "Unit code does not exist.";
$lang['variant'] = "Variant";
$lang['details'] = "Details";
$lang['stock_count'] = "Stock Count";
$lang['stock_counts'] = "Stock Counts";
$lang['download_csv_file'] = "Download CSV file of current stock";
$lang['full'] = "Full";
$lang['expected'] = "Expected";
$lang['counted'] = "Counted";
$lang['stock_count_tip'] = "You just need to update the COUNTED column in the downloaded csv file.";
$lang['please_select_type'] = "Please select count type (Full/Partial) to generate the csv file.";
$lang['stock_count_intiated'] = "Stock Count Initiated, please download and complete the csv file to finalize.";
$lang['product_added_to_list'] = "Product is added to barcode printing list";
$lang['products_added_to_list'] = "Products are added to barcode printing list";
$lang['finalize_count'] = "Finalize Stock Count";
$lang['stock_count_finalized'] = "Stock count has been finalized";
$lang['difference'] = "Difference";
$lang['differences'] = "Differences";
$lang['files'] = "Files";
$lang['initial_file'] = "Initial File";
$lang['final_file'] = "Final File";
$lang['view_adjustment'] = "View Adjustment";
$lang['add_adjustment_by_csv'] = "Add Adjustment by CSV";
$lang['quantity_colum_tip'] = "Please set the quantity in negative (-1) for subtraction and positive (1) for addition. Variant column is optional";
$lang['check_promo'] = "Check promotional price";
$lang['file_link'] = "File Link/URL";
$lang['weight'] = "Weight (kg)";
$lang['featured'] = "Featured (Shop homepage listing)";
$lang['no_mismatch_found'] = "Stock was same as per system.";
$lang['hide_in_shop'] = "Hide in Shop Module";
$lang['shop_views'] = "Shop Views";
$lang['combo_items'] = "Combo Items";