⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.45
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
prestool
/
View File Name :
en.php
<?php /* screentexts for product_edit * order: screentext, long explanatory text , search block text * the long explanatory text is optional. The other two are obligatory * the order of the search fields is defined in the variable $fieldblock at around line 2100 in product-edit.php */ $screentext_pe["accessories"] = array("accessories","","Accessories"); $screentext_pe["active"] = array("active","","Active"); $screentext_pe["aDeliveryT"] = array("aDeliveryT","additional_delivery_times","aDeliveryT"); $screentext_pe["aShipCost"] = array("aShipCost","additional_shipping_cost","aShipCost"); $screentext_pe["attachmnts"] = array("attachmnts","","Attachmnts"); $screentext_pe["available_now"] = array("available_now","","Av_Now"); $screentext_pe["available_later"] = array("available_later","","Av_Later"); $screentext_pe["available_date"] = array("available_date","","AvailDate"); /* availorder combines two of Prestashop's datafields: available_for_order and show_price */ $screentext_pe["availorder"] = array("availorder","available_for_order","AvailOrdr"); $screentext_pe["carrier"] = array("carrier","","Carrier"); $screentext_pe["category"] = array("category","","Category"); $screentext_pe["combinations"] = array("combinations","","Combinations"); $screentext_pe["condition"] = array("condition","","Condition"); $screentext_pe["customizations"] = array("CustFlds","","CustFlds"); $screentext_pe["date_add"] = array("date_add","","Date_add"); $screentext_pe["date_upd"] = array("date_upd","","Date_upd"); $screentext_pe["deliInStock"] = array("deliInStock", "delivery_in_stock", "deliInStock"); $screentext_pe["deliOutStock"] = array("deliOutStock", "delivery_out_stock","deliOutStock"); $screentext_pe["description"] = array("description","","Description"); $screentext_pe["description_short"] = array("description_short","","ShortDesc"); $screentext_pe["discount"] = array("discount","","Discounts"); $screentext_pe["ean"] = array("ean","ean13","EAN"); $screentext_pe["ecotax"] = array("ecotax","","Ecotax"); $screentext_pe["id_product"] = array("id","","id"); $screentext_pe["image"] = array("image","","Image"); $screentext_pe["isbn"] = array("isbn","","ISBN"); $screentext_pe["link_rewrite"] = array("link_rewrite","","Link-rewrite"); $screentext_pe["ls_alert"] = array("ls_alert", "low_stock_alert", "ls_alert"); $screentext_pe["ls_threshold"] = array("ls_threshold", "low_stock_threshold","ls_threshold"); $screentext_pe["manufacturer"] = array("manufacturer","","Manufacturer"); $screentext_pe["meta_description"] = array("meta_description","","MetaDesc"); $screentext_pe["meta_keywords"] = array("meta_keywords","","MetaKeys"); $screentext_pe["meta_title"] = array("meta_title","","MetaTitle"); $screentext_pe["minimal_quantity"] = array("minimal_quantity","","MinQuant"); $screentext_pe["name"] = array("name","","Name"); $screentext_pe["online_only"] = array("online_only","","OnlineOnly"); $screentext_pe["on_sale"] = array("on_sale","","On Sale"); $screentext_pe["out_of_stock"] = array("out_of_stock","","OutOfStock"); $screentext_pe["pack_stock_type"] = array("pack_stock_type","","PackStoType"); $screentext_pe["position"] = array("position","","Position"); $screentext_pe["price"] = array("price","","Price"); $screentext_pe["priceVAT"] = array("priceVAT","","priceVAT"); $screentext_pe["quantity"] = array("qty","quantity","Qty"); $screentext_pe["reference"] = array("reference","","Reference"); $screentext_pe["shipdepth"] = array("shipdepth","","Shipdepth"); $screentext_pe["shipheight"] = array("shipheight","","Shipheight"); $screentext_pe["shipweight"] = array("shipweight","","Shipweight"); $screentext_pe["shipwidth"] = array("shipwidth","","Shipwidth"); $screentext_pe["shopz"] = array("shopz","shop_id","Shopz"); $screentext_pe["show_condition"] = array("show_condition","", "ShowCond"); $screentext_pe["show_price"] = array("show_price","","ShowPrice"); $screentext_pe["state"] = array("state","Product saving state", "State"); /* stockflags combines two of Prestashop's datafields: depends_on_stock and advanced_stock_management */ $screentext_pe["stockflags"] = array("stockflags","","StockFlags"); $screentext_pe["supplier"] = array("supplier","","Supplier"); $screentext_pe["tags"] = array("tags","","Tags"); $screentext_pe["unit"] = array("unit","","Unit"); $screentext_pe["unitPrice"] = array("unitPrice","unit_price_ratio","UnitPrice"); $screentext_pe["upc"] = array("upc","","UPC"); $screentext_pe["VAT"] = array("VAT","VAT rate","VAT"); $screentext_pe["virtualp"] = array("virtualp","","VirtualPr"); $screentext_pe["visibility"] = array("visibility","","Visibility"); $screentext_pe["warehousing"] = array("warehousing","","warehouse"); $screentext_pe["wholesaleprice"] = array("wholesaleprice","","Wholesale"); /* "features" and "statistics" must be translated otherwise */ $screentext_pe["visits"] = array("visits","visitcount", "visits"); $screentext_pe["visitz"] = array("visitz", "visitedpages", "visitz"); $screentext_pe["salescnt"] = array("salescnt", "salescount", "salescnt"); $screentext_pe["revenue"] = array("revenue","revenue", "revenue"); $screentext_pe["refunds"] = array("refunds","refunds", "refunds"); $screentext_pe["orders"] = array("orders","ordercount", "orders"); $screentext_pe["buyers"] = array("buyers","buyercount", "buyers");