Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 8.36 KB | None | 0 0
  1. <?php
  2. $_['heading_title']    = 'Point Of Sale';
  3. $_['pos_heading_title']    = 'The One Point Of Sale';
  4.  
  5.  
  6. // Text
  7. $_['text_module']         = 'Modules';
  8. $_['text_success']        = 'Success: You have modified module POS!';
  9. $_['text_order_success']   = 'Order was modified successfully.';
  10. $_['text_customer_success'] = 'Customer was modified successfully.';
  11. $_['text_order_payment_type']      = 'Order Payment Type';
  12. $_['text_order_payment_eanble']      = 'Enable';
  13. $_['text_action'] = 'Action';
  14. $_['text_type_already_exist'] = 'Order type already exists.';
  15. $_['text_edit_pos_settings'] = 'Edit Settings for Point Of Sale';
  16. $_['text_payment_type_setting'] = 'Order Payment Type Settings';
  17.  
  18. // Work mode
  19. $_['text_workmode_sale'] = 'Sale';
  20.  
  21. $_['text_search_placeholder'] = 'Search Product';
  22. $_['text_order_list'] = 'Orders';
  23. $_['text_fetching_orders'] = 'Fetching orders, please wait ...';
  24. $_['text_wait'] = 'Please wait ...';
  25. $_['text_change_order_status'] = 'Change Order Status';
  26. $_['text_change_shipping'] = 'Change Shipping Details';
  27. $_['text_fetching_shipping'] = 'Fetching shipping details, please wait ...';
  28. $_['text_order_error'] = 'Cannot load the order with order id %s, please check with the administrator.';
  29. $_['text_change_customer'] = 'Change Order Customer Details';
  30. $_['text_reset_customer'] = 'Reset to default customer';
  31. $_['text_select_customer'] = 'Select existing customer';
  32. $_['text_add_customer'] = 'Add new customer';
  33. $_['tab_customer_general'] = 'General';
  34. $_['tab_customer_new_address'] = 'New Address';
  35. $_['text_fetching_customers'] = 'Fetching customers, please wait ...';
  36. $_['text_customer_list'] = 'Customer List';
  37. $_['column_customer_id'] = 'Customer ID';
  38. $_['column_customer_name'] = 'Name';
  39. $_['column_email'] = 'Email';
  40. $_['column_telephone'] = 'Telephone';
  41. $_['text_saving_customer'] = 'Saving customer information, please wait ...';
  42. $_['text_fetching_product_details'] = 'Fetching product details, please wait ...';
  43. $_['text_product_details'] = 'Product Details';
  44. $_['text_change_quantity'] = 'Change Quantity';
  45. $_['text_show_totals'] = 'Totals';
  46. $_['text_saving_order_status'] = 'Saving order status ...';
  47. $_['text_make_payment'] = 'Make Payment';
  48. $_['text_payment_post_action_setting'] = 'Payment Action Settings';
  49. $_['text_search_scope'] = 'Search Scope';
  50. $_['text_search_product_name'] = 'Product name';
  51. $_['text_search_model_name'] = 'Product model';
  52. $_['text_search_manufacturer'] = 'Product manufacturer name';
  53. $_['text_search_model_short'] = 'Model:';
  54. $_['text_search_manufacturer_short'] = 'Manufacturer:';
  55. $_['button_set_scope'] = 'Set Scope';
  56. $_['text_order_comment'] = 'Order Comment';
  57. $_['text_print'] = 'Print';
  58. $_['text_clear'] = 'Clear';
  59. $_['column_order_total'] = 'Total';
  60. $_['entry_options'] = 'Options:';
  61. $_['button_delete'] = 'Delete';
  62. $_['column_product_options'] = 'Options';
  63. $_['button_ok'] = 'OK';
  64. $_['button_add_product'] = 'Add Product';
  65.  
  66. $_['column_payment_time'] = 'Payment time';
  67. $_['text_order_payment_details'] = 'Order Payment Details';
  68. $_['text_fetching_payment_details'] = 'Fetching order payment details, please wait ...';
  69.  
  70. $_['text_display_setting'] = 'POS Page Display Settings';
  71. $_['text_display_once_login'] = 'Display Point Of Sale main page once POS users logged in.';
  72. $_['column_exclude'] = 'Excluded groups: ';
  73. $_['text_select_all'] = 'Select All';
  74. $_['text_unselect_all'] = 'Unselect All';
  75. $_['text_autocomplete'] = 'Auto complete';
  76.  
  77. $_['text_terminal'] = 'Terminal';
  78. $_['text_register_mode'] = 'Register Mode';
  79. $_['text_date_added'] = 'Added';
  80. $_['text_date_modified'] = 'Modified';
  81. $_['text_customer'] = 'Customer';
  82. $_['text_items_in_cart']  = 'Items';
  83. $_['text_amount_due']  = 'Amount Due';
  84. $_['text_change']  = 'Change';
  85. $_['text_payment_zero_amount']  = 'The payment amount can not be zero.';
  86. $_['text_quantity_zero']  = 'The quantity can not be zero or negative.';
  87. $_['text_comments'] = 'Comments';
  88. $_['text_select'] = 'Select';
  89. $_['text_no_store'] = 'No store found, please config a store before use the POS system.';
  90. $_['text_del_payment_confirm'] = 'The payment deletion cannot be undone. Are you sure you want to delete the selected payment?';
  91. $_['text_customer_no_address'] = 'The customer does not have a default address.';
  92. $_['text_customer_setting'] = 'Default Customer Settings';
  93. $_['text_customer_system'] = 'System built-in customer';
  94. $_['text_customer_custom'] = 'User defined customer';
  95. $_['text_customer_existing'] = 'Existing customer';
  96. $_['text_customer_info'] = 'General Information';
  97. $_['text_address_info'] = 'Address Details';
  98.  
  99. $_['text_product_name'] = 'Name';
  100. $_['text_order_ready'] = 'Order is ready for processing.';
  101. $_['text_load_order'] = 'loading ...';
  102. $_['text_filter_order_list'] = 'filtering ...';
  103. $_['text_load_order_list'] = 'loading order list ...';
  104. $_['text_no_order_selected'] = 'No order is selected. Select an order to delete.';
  105. $_['text_confirm_delete_order'] = 'Deletion of orders cannot be undo. Are you sure you want to delete the selected orders?';
  106.  
  107. $_['text_week_0'] = 'Sun';
  108. $_['text_week_1'] = 'Mon';
  109. $_['text_week_2'] = 'Tue';
  110. $_['text_week_3'] = 'Wed';
  111. $_['text_week_4'] = 'Thu';
  112. $_['text_week_5'] = 'Fri';
  113. $_['text_week_6'] = 'Sat';
  114.  
  115. $_['text_month_1'] = 'Jan';
  116. $_['text_month_2'] = 'Feb';
  117. $_['text_month_3'] = 'Mar';
  118. $_['text_month_4'] = 'Apr';
  119. $_['text_month_5'] = 'May';
  120. $_['text_month_6'] = 'Jun';
  121. $_['text_month_7'] = 'Jul';
  122. $_['text_month_8'] = 'Aug';
  123. $_['text_month_9'] = 'Sep';
  124. $_['text_month_10'] = 'Oct';
  125. $_['text_month_11'] = 'Nov';
  126. $_['text_month_12'] = 'Dec';
  127.  
  128.  
  129. $_['column_payment_type']  = 'Type';
  130. $_['column_payment_amount']  = 'Amount';
  131. $_['column_payment_note']  = 'Comment';
  132. $_['column_payment_action']  = 'Action';
  133. $_['column_attr_name']  = 'Name';
  134. $_['column_attr_value']  = 'Value';
  135. $_['entry_thumb'] = 'Thumb Image:';
  136.  
  137. // Button
  138. $_['button_save']  = 'Save';
  139. $_['button_cancel']  = 'Cancel';
  140. $_['button_add_type']  = 'Add';
  141. $_['button_remove']  = 'Remove';
  142.  
  143. $_['button_add_payment']  = 'Add';
  144.  
  145. $_['entry_price'] = 'Price:';
  146. $_['entry_quantity'] = 'Quantity:';
  147. $_['entry_location'] = 'Location:';
  148. $_['entry_minimum'] = 'Minimum Quantity:';
  149. $_['column_attr_name'] = 'Name';
  150. $_['column_attr_value'] = 'Value';
  151.  
  152. $_['print_wait_title'] = 'Printing';
  153. $_['print_wait_message'] = 'Printing, please wait ...';
  154. $_['print_invoice_message'] = 'Printing invoice, please wait ...';
  155.  
  156. $_['tab_settings_payment_type'] = 'Payment';
  157. $_['tab_settings_options'] = 'Options';
  158. $_['tab_settings_order'] = 'Order';
  159. $_['tab_settings_customer'] = 'Customer';
  160. // add for order Status begin
  161. $_['text_order_status_setting'] = 'Order Status Settings';
  162. $_['entry_complete_status'] = 'Order Complete Status:';
  163. $_['entry_parking_status'] = 'Order Parking Status:';
  164. $_['entry_void_status'] = 'Order Void Status:';
  165. // add for order Status end
  166. // add for model begin
  167. $_['entry_model'] = 'Product Model:';
  168. // add for model end
  169. $_['text_not_valid_product'] = 'The product to be added is not valid.';
  170. $_['error_required']    = '%s required!';
  171. $_['error_stock']       = 'Product "%s" is not available in the desired quantity or not in stock!';
  172. $_['error_stock_option'] = 'Product "%s" with option "%s" is not available in the desired quantity or not in stock!';
  173. $_['text_pos_sub_total'] = 'Sub-Total';
  174. $_['text_pos_total'] = 'Total';
  175. $_['text_park_order'] = 'Park Order';
  176. $_['text_park_quote'] = 'Park Quote';
  177.  
  178. // update for new UI
  179. $_['text_order_options'] = 'Order options';
  180. $_['text_subtotal'] = 'Sub Total';
  181. $_['text_grandtotal'] = 'Grand Total';
  182. $_['text_pay'] = 'Pay';
  183. $_['button_void_order'] = 'Void';
  184. $_['button_park_order'] = 'Park';
  185. $_['button_complete_order'] = 'Complete';
  186. $_['column_details_price'] = 'Price';
  187. $_['column_details_model'] = 'Model';
  188. $_['column_details_quantity'] = 'Quantity';
  189. $_['column_details_manufacturer'] = 'Manufacturer';
  190. $_['column_details_sku'] = 'SKU';
  191. $_['column_details_upc'] = 'UPC';
  192. $_['column_details_location'] = 'Location';
  193. $_['column_details_minimum'] = 'Minimum Quantity';
  194. $_['column_details_requried'] = 'Required';
  195. $_['text_yes'] = 'Yes';
  196. $_['text_no'] = 'No';
  197. $_['text_can_not_delete_current_order'] = 'The current order #%s is in use and cannot be deleted.';
  198. $_['text_customer_incoming'] = 'You have an incoming call from';
  199. $_['entry_password'] = 'Password';
  200. $_['entry_confirm'] = 'Confirm';
  201. $_['entry_newsletter'] = 'Newsletter';
  202. $_['entry_status'] = 'Status';
  203. $_['entry_default'] = 'Default';
  204. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement