PageRenderTime 55ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/bitrix/modules/sale/lang/en/admin/order_edit.php

https://gitlab.com/Rad1calDreamer/honey
PHP | 239 lines | 239 code | 0 blank | 0 comment | 5 complexity | a777bfd75578ced9aa22de7b2f1c8e8f MD5 | raw file
  1. <?
  2. $MESS["SALE_EDIT_RECORD"] = "Details on order #ID#";
  3. $MESS["SALE_RECORDS_LIST"] = "To the order list";
  4. $MESS["P_ORDER_ID"] = "Order";
  5. $MESS["P_ORDER_DATE"] = "Order date";
  6. $MESS["P_ORDER_LANG"] = "Site of this Order";
  7. $MESS["P_ORDER_STATUS"] = "Status";
  8. $MESS["P_ORDER_STATUS_DATE"] = "changed";
  9. $MESS["P_ORDER_PRICE"] = "Order price";
  10. $MESS["P_ORDER_UPDATE_DATE"] = "last update";
  11. $MESS["P_ORDER_CANCELED"] = "Canceled";
  12. $MESS["P_ORDER_DATE_CANCELED"] = "canceled";
  13. $MESS["P_ORDER_USER_ACC"] = "User account";
  14. $MESS["P_ORDER_PERS_TYPE"] = "Payer type";
  15. $MESS["P_ORDER_ACCOUNT"] = "User";
  16. $MESS["P_ORDER_USER_LOGIN"] = "User login";
  17. $MESS["P_ORDER_USER_EMAIL"] = "User e-mail";
  18. $MESS["P_ORDER_USER"] = "Order preferences";
  19. $MESS["P_ORDER_PAYMENT"] = "Payment";
  20. $MESS["P_ORDER_PAY_SYSTEM"] = "Payment system";
  21. $MESS["P_ORDER_PAYED"] = "Paid";
  22. $MESS["P_ORDER_DATE_PAYED"] = "paid";
  23. $MESS["P_ORDER_DELIVERY"] = "Delivery service";
  24. $MESS["P_ORDER_COMMENTS"] = "Comment";
  25. $MESS["P_ORDER_USER_COMMENT"] = "User comment";
  26. $MESS["P_ORDER_BASKET"] = "Shopping cart";
  27. $MESS["P_ORDER_PS_STATUS"] = "Payment system status";
  28. $MESS["P_ORDER_PS_STATUS_CODE"] = "Payment system status code";
  29. $MESS["P_ORDER_PS_STATUS_DESCRIPTION"] = "Payment system status description";
  30. $MESS["P_ORDER_PS_STATUS_MESSAGE"] = "Payment system message";
  31. $MESS["P_ORDER_PS_SUM"] = "Payment system amount";
  32. $MESS["P_ORDER_PS_CURRENCY"] = "Payment system currency";
  33. $MESS["P_ORDER_PS_RESPONSE_DATE"] = "Payment system response date";
  34. $MESS["P_ORDER_PS_STATUS_UPDATE"] = "Update payment system status";
  35. $MESS["SALE_SAVE"] = "Save";
  36. $MESS["SALE_APPLY"] = "Apply";
  37. $MESS["SALE_RESET"] = "Reset";
  38. $MESS["P_ORDER_ALLOW_DELIVERY"] = "Delivery allowed";
  39. $MESS["P_ORDER_DATE_ALLOW_DELIVERY"] = "allowed";
  40. $MESS["ERROR_CANCEL_ORDER"] = "Error canceling the order.";
  41. $MESS["ERROR_UNCANCEL_ORDER"] = "Error restoring the order.";
  42. $MESS["ERROR_PAY_ORDER"] = "Error paying the order.";
  43. $MESS["ERROR_UNPAY_ORDER"] = "Error canceling the order payment.";
  44. $MESS["ERROR_DELIVERY_ORDER"] = "Error setting order delivery to allowed.";
  45. $MESS["ERROR_UNDELIVERY_ORDER"] = "Error canceling order delivery.";
  46. $MESS["ERROR_NO_ORDER"] = "Order not found.";
  47. $MESS["ERROR_CONNECT_PAY_SYS"] = "Error connecting to payment system.";
  48. $MESS["ERROR_CONNECT_NO_FILE1"] = "Payment system status query file";
  49. $MESS["ERROR_CONNECT_NO_FILE2"] = "not found.";
  50. $MESS["ERROR_CONNECT_NO_UPDATE"] = "Payment system of this order does not support status update.";
  51. $MESS["ERROR_NO_STATUS"] = "Please set the order status.";
  52. $MESS["ERROR_CHANGE_STATUS"] = "Error changing the order status.";
  53. $MESS["ERROR_CHANGE_COMMENT"] = "Error saving the comment.";
  54. $MESS["SALE_YES"] = "Yes";
  55. $MESS["SALE_NO"] = "No";
  56. $MESS["SALE_REPARE"] = "Restore";
  57. $MESS["SALE_CANCEL"] = "Cancel";
  58. $MESS["SALE_DO_PAY"] = "Pay";
  59. $MESS["SALE_ALLOW"] = "Allow";
  60. $MESS["SALE_F_NAME"] = "Name";
  61. $MESS["SALE_F_PROPS"] = "Properties";
  62. $MESS["SALE_F_PTYPE"] = "Price type";
  63. $MESS["SALE_F_QUANTITY"] = "Quantity";
  64. $MESS["SALE_F_PRICE"] = "Price";
  65. $MESS["SALE_F_DISCOUNT"] = "Discount";
  66. $MESS["SALE_F_DELIVERY"] = "Shipping";
  67. $MESS["SALE_F_ITOG"] = "Total";
  68. $MESS["SALE_F_TAX"] = "Tax";
  69. $MESS["SALE_PRINT"] = "Print";
  70. $MESS["SALE_PRINT_DESCR"] = "Print";
  71. $MESS["SALE_TAX_INPRICE"] = "is included in the price";
  72. $MESS["SALE_PR_2ORDER_PAGE"] = "Go to the order page";
  73. $MESS["SALE_PR_ORDER_N"] = "Order N";
  74. $MESS["SALE_PR_INCLUDE"] = "Include";
  75. $MESS["SALE_PR_NAME"] = "Name";
  76. $MESS["SALE_PR_QUANTITY"] = "Quantity";
  77. $MESS["SALE_PR_PRICE"] = "Price";
  78. $MESS["SALE_PR_SUM"] = "Sum";
  79. $MESS["SALE_PR_SHABLON"] = "Document template";
  80. $MESS["SALE_PR_NOTE1"] = "Product prices already set including discount.";
  81. $MESS["SALE_PR_NOTE2"] = "You can specify that not all the products ordered should exist in printable document. Note that some document templates ignore these settings (depends on the template implementation).";
  82. $MESS["SALE_PR_NOTE3"] = "All chosen documents will open in new browser windows. Some text still can be modified in some documents before printing. You can press &lt;TAB&gt; button when viewing some document, and all the text parts available for modifying will be highlighted one by one.";
  83. $MESS["SALE_PR_NOTE4"] = "<b>User templates</b> for the documents should be placed in <b>/bitrix/admin/reports/</b> folder, <b>predefined templates</b> are located in <b>/bitrix/modules/sale/reports/</b> folder. System offers any \".php\" files placed in these folders as templates. If there is a user template with the same name as a predefined one then the user template will be used instead of the predefined template. Content of the &lt;title&gt; tag will be used as a template name.";
  84. $MESS["SALE_PR_NOTE5"] = "You can modify template according to your needs. Just copy the template file from the predefined templates folder to the user templates folder before changing them.";
  85. $MESS["SALE_PRINT_RECORD"] = "Print the document for order # #ID#";
  86. $MESS["SOE_MODULE_CATALOG"] = "Commercial Catalog";
  87. $MESS["SOE_NO_ORDER"] = "Order was not found";
  88. $MESS["SOE_EMPTY_SITE"] = "The field \"Ordering site\" is empty";
  89. $MESS["SOE_EMPTY_PRICE"] = "The field \"Order amount\" is empty";
  90. $MESS["SOE_EMPTY_CURRENCY"] = "The field \"Order currency\" is empty";
  91. $MESS["SOE_EMPTY_USER"] = "The field \"Customer ID\" is empty";
  92. $MESS["SOE_EMPTY_PERS_TYPE"] = "The field \"Payer type\" is empty";
  93. $MESS["SOE_EMPTY_STATUS"] = "The field \"Order status\" is empty";
  94. $MESS["SOE_EMPTY_NODULE"] = "The field \"Module\" of the product ##ID# is empty";
  95. $MESS["SOE_EMPTY_NAME"] = "The field \"Name\" of the product ##ID# is empty";
  96. $MESS["SOE_EMPTY_ITEM_CUR"] = "The field \"Currency\" of the product ##ID# is empty";
  97. $MESS["SOE_EMPTY_ITEM_QUANTITY"] = "The field \"Quantity\" of the product ##ID# is empty";
  98. $MESS["SOE_EMPTY_ITEMS"] = "Order cannot be empty (must contain products)";
  99. $MESS["SOE_EMPTY_TAX_NAME"] = "The field \"Value\" of the tax #NAME# is empty";
  100. $MESS["SOE_EMPTY_TAX_SUM"] = "The field \"Amount\" of the tax #NAME# is empty";
  101. $MESS["SOE_EMPTY_PROP"] = "The order property \"#NAME#\" is empty";
  102. $MESS["SOE_ERROR_UPDATE"] = "Error updating the order";
  103. $MESS["SOE_INTERNAL_RFITH67"] = "Internal error RFITH67";
  104. $MESS["SOE_ERROR_SAVE_ITEM"] = "Error saving product ##ID#";
  105. $MESS["SOE_INTERNAL_RFITH68"] = "Internal error RFITH68";
  106. $MESS["SOE_ERROR_SAVE_TAX"] = "Error saving the tax \"#NAME#\"";
  107. $MESS["SOE_ERROR_SAVE_PROP"] = "Error saving value of the property \"#NAME#\"";
  108. $MESS["SOE_TITLE"] = "Editing order ##ID#";
  109. $MESS["SOE_NO_VIEW_PERMS"] = "You don't have permissions to view order ##ID#";
  110. $MESS["SOE_TO_LIST"] = "Orders";
  111. $MESS["SOE_TO_DETAIL"] = "Order details";
  112. $MESS["SOE_TO_PRINT"] = "Print order";
  113. $MESS["SOE_ORDER_TBL_HEAD"] = "Order no. #ID# &nbsp;&nbsp;from #DATE#";
  114. $MESS["SOE_DATE_UPDATE"] = "Last modification date";
  115. $MESS["SOE_SITE"] = "Site";
  116. $MESS["SOE_STATUS"] = "Order status";
  117. $MESS["SOE_SUM"] = "Amount";
  118. $MESS["SOE_ALREADY_PAID"] = "Already paid";
  119. $MESS["SOE_DISCOUNT"] = "Amount of discount";
  120. $MESS["SOE_CANCELED"] = "Order canceled";
  121. $MESS["SOE_CANCEL_REASON"] = "Reason of cancellation";
  122. $MESS["SOE_BUYER"] = "Buyer";
  123. $MESS["SOE_USER"] = "User";
  124. $MESS["SOE_PROFILE_ALT"] = "User profile";
  125. $MESS["SOE_ORDER_PARAMS"] = "Order parameters";
  126. $MESS["SOE_PERSON_TYPE"] = "Payer type";
  127. $MESS["SOE_BUYER_COMMENT"] = "Customer's comments";
  128. $MESS["SOE_PAYMENT"] = "Order payment";
  129. $MESS["SOE_PAY_SYSTEM"] = "Payment system";
  130. $MESS["SOE_NO"] = "no";
  131. $MESS["SOE_ORDER_PAID"] = "Order paid";
  132. $MESS["SOE_VOUCHER_NUM"] = "Payment order no.";
  133. $MESS["SOE_VOUCHER_DATE"] = "Payment order date";
  134. $MESS["SOE_DEL_VOUCHER_NUM"] = "Shipment Document No";
  135. $MESS["SOE_DEL_VOUCHER_DATE"] = "Shipment Document Date";
  136. $MESS["SOE_DELIVERY"] = "Delivery";
  137. $MESS["SOE_DELIVERY_COM"] = "Delivery service";
  138. $MESS["SOE_DELIVERY_PRICE"] = "Delivery cost";
  139. $MESS["SOE_DELIVERY_ALLOWED"] = "Delivery allowed";
  140. $MESS["SOE_ADDITIONAL"] = "Additional information";
  141. $MESS["SOE_ORDER_ITEMS"] = "Order items";
  142. $MESS["SOE_MODULE"] = "Module";
  143. $MESS["SOE_PRODUCT_ID"] = "Product ID";
  144. $MESS["SOE_DEL_FROM_ORDER"] = "Delete from order";
  145. $MESS["SOE_ITEM_NAME"] = "Name";
  146. $MESS["SOE_ITEM_PATH"] = "Path to detailed view page";
  147. $MESS["SOE_ITEM_PROPS"] = "Order item properties";
  148. $MESS["SOE_IP_NAME"] = "Name";
  149. $MESS["SOE_IP_VALUE"] = "Value";
  150. $MESS["SOE_IP_CODE"] = "Code";
  151. $MESS["SOE_IP_SORT"] = "Sorting";
  152. $MESS["SOE_IP_MORE"] = "More...";
  153. $MESS["SOE_ITEM_PRICE"] = "Price";
  154. $MESS["SOE_ITEM_DISCOUNT"] = "Discount";
  155. $MESS["SOE_WEIGHT"] = "Weight";
  156. $MESS["SOE_ITEM_QUANTITY"] = "Quantity";
  157. $MESS["SOE_ITEM_DESCR"] = "Description";
  158. $MESS["SOE_BASKET_CALLBACK_FUNC"] = "Cart recalculation callback function";
  159. $MESS["SOE_BASKET_ORDER_CALLBACK_FUNC"] = "Ordering callback function";
  160. $MESS["SOE_BASKET_CANCEL_CALLBACK_FUNC"] = "Order cancellation callback function";
  161. $MESS["SOE_BASKET_PAY_CALLBACK_FUNC"] = "Order payment callback function";
  162. $MESS["SOE_MORE_ITEMS"] = "More items...";
  163. $MESS["SOE_TAXES"] = "Taxes";
  164. $MESS["SOE_TAX_NAME"] = "Name";
  165. $MESS["SOE_TAX_VALUE"] = "Value (%)";
  166. $MESS["SOE_TAX_SUM"] = "Amount";
  167. $MESS["SOE_TAX_SORT"] = "Order of application";
  168. $MESS["SOE_TAX_CODE"] = "Code";
  169. $MESS["SOE_TAX_IN_PRICE"] = "Included in price";
  170. $MESS["SOE_TAX_MORE"] = "More taxes...";
  171. $MESS["SOE_COMMENT"] = "Comment";
  172. $MESS["SOE_COMMENT_NOTE"] = "(Invisible to customer)";
  173. $MESS["SOE_SAVE"] = "Save";
  174. $MESS["SOE_APPLY"] = "Apply";
  175. $MESS["SOE_CANCEL"] = "Cancel";
  176. $MESS["SOE_FIRST_HINT"] = "Current version of the order edit form enables to modify any order parameters including order items and ordered goods properties. But it doesn't include sum recalculating or any additional data processing.";
  177. $MESS["SOE_ORDER_ID_PREF"] = "#";
  178. $MESS["SOEN_TAB_ORDER"] = "Order";
  179. $MESS["SOEN_TAB_ORDER_DESCR"] = "Order parameters";
  180. $MESS["SOEN_TAB_BASKET"] = "Order items";
  181. $MESS["SOEN_TAB_BASKET_DESCR"] = "Order items";
  182. $MESS["SOEN_CONFIRM_DEL"] = "Delete order";
  183. $MESS["SOEN_CONFIRM_DEL_MESSAGE"] = "Are you sure you want to delete this order? This action is irreversible.";
  184. $MESS["SOE_PERSON_NOT_FOUND"] = "The payer type was not found";
  185. $MESS["SOE_NO_STATUS_PERMS"] = "You do not have enough permissions to set the status \"#STATUS_ID#\"";
  186. $MESS["SOE_DELIVERY_NOT_FOUND"] = "The delivery service was not found";
  187. $MESS["SOE_DELIVERY_ERROR"] = "Unable to calculate delivery price";
  188. $MESS["SOE_PAYSYS_EMPTY"] = "Payment system is not specified";
  189. $MESS["SOE_PAYSYS_NOT_FOUND"] = "The payment system was not found";
  190. $MESS["SOE_ERROR_STATUS_EDIT"] = "Error changing the order status";
  191. $MESS["SOE_ERROR_CANCEL_EDIT"] = "Error changing the order cancellation flag";
  192. $MESS["SOE_ERROR_DELIVERY_EDIT"] = "Error changing the order delivery permission flag";
  193. $MESS["SOE_ERROR_PAY_EDIT"] = "Error changing the order payment flag";
  194. $MESS["SOE_TAB_PROPS"] = "Order parameters";
  195. $MESS["SOE_TAB_PROPS_DESCR"] = "Order parameters";
  196. $MESS["SOE_TAB_PAY_DEL"] = "Payment and shipping";
  197. $MESS["SOE_TAB_PAY_DEL_DESCR"] = "Payment and shipping";
  198. $MESS["SOE_TAB_COMMENT"] = "Comment";
  199. $MESS["SOE_TAB_COMMENT_DESCR"] = "Order comments";
  200. $MESS["SOE_STATUS_NO_CHANGE"] = "Leave";
  201. $MESS["SOE_JS_CAT_XML_ID"] = "External catalog ID";
  202. $MESS["SOE_JS_PROD_XML_ID"] = "External product ID";
  203. $MESS["SOE_JS_SAVE"] = "Apply";
  204. $MESS["SOE_JS_EDIT"] = "Edit";
  205. $MESS["SOE_JS_DEL_CONF"] = "Are you sure you want to delete this item from the cart?";
  206. $MESS["SOE_JS_DEL"] = "Delete";
  207. $MESS["SOE_F_DIVIDE"] = "Highlight";
  208. $MESS["SOE_RECOUNT_ORDER"] = "Recalculate order parameters";
  209. $MESS["SOE_RECOUNT_SUBORDERS"] = "Recalculate parameters of each order separately";
  210. $MESS["SOE_BUT_SAVE"] = "Save";
  211. $MESS["SOE_BUT_SAVE_ALT"] = "Save and go back";
  212. $MESS["SOE_BUT_APPLY"] = "Apply";
  213. $MESS["SOE_BUT_APPLY_ALT"] = "Save and stay here";
  214. $MESS["SOE_BUT_CANCEL"] = "Cancel";
  215. $MESS["SOE_BUT_CANCEL_ALT"] = "Don't save and go back";
  216. $MESS["SOE_ORDER_DIVIDE_HINT"] = "move the selected items to a separate order.";
  217. $MESS["SOE_ORDER_LOCKED"] = "The record is temporarily locked by user ##ID# (#DATE#)";
  218. $MESS["SOE_ORDER_RECOUNT_HINT"] = "If checked, the discount amount and the delivery cost will be recalculated using the e-Store settings. Otherwise, these indications will be left as they are entered.";
  219. $MESS["SOE_ORDER_FULL_DIVIDE_HINT"] = "If checked, each order will be recalculated separately using the e-Store discount and delivery rates. If unchecked, orders will be recalculated as if they form a single order (discounts will be applied to the total price of orders, and the delivery cost will be divided proportionally to the order weight).";
  220. $MESS["SALE_F_XML_ID"] = "External ID";
  221. $MESS["SOE_RECOUNT_CONF"] = "Are you sure you want to enable automatic order recalculation? All the data entered manually will be lost.";
  222. $MESS["SALE_F_ALERT_ORDER_DIV"] = "All selected positions will be moved to a new order after saving";
  223. $MESS["SOE_AJAX_WAIT"] = "Please wait...";
  224. $MESS["SOE_AJAX_RECALC"] = "recalculate";
  225. $MESS["SOE_VAT"] = "VAT";
  226. $MESS["SOE_COUNT_TAX_FOR_DELIVERY"] = "Calculate taxes for delivery";
  227. $MESS["SOE_BASKET_EDIT"] = "Edit Product";
  228. $MESS["SOE_BASKET_ERROR"] = "Error";
  229. $MESS["SOE_BASKET_ERROR_PRODUCT_ID"] = "The product ID is missing.";
  230. $MESS["SOE_BASKET_ERROR_NAME"] = "The product name is not specified.";
  231. $MESS["SOE_BASKET_ERROR_PRICE"] = "The product price is not specified.";
  232. $MESS["SOE_BASKET_ERROR_QUANTITY"] = "The quantity of product is not specified.";
  233. $MESS["SOE_SESSID_FAIL"] = "Your session has expired. Please save the data again.";
  234. $MESS["SOE_DELIVERY_TAB"] = "Configurable delivery services";
  235. $MESS["SOE_DELIVERY_HANDLER_TAB"] = "Automated delivery services";
  236. $MESS["ERROR_DEDUCT_ORDER"] = "Order shipment error.";
  237. $MESS["ERROR_UNDEDUCT_ORDER"] = "Error canceling the order shipment.";
  238. $MESS["SOE_BASKET_PRODUCT_PROVIDER_CLASS"] = "Source module product provider class";
  239. ?>