PageRenderTime 87ms CodeModel.GetById 34ms RepoModel.GetById 1ms app.codeStats 0ms

/modules/shipping/language/en_us/language.php

http://phreedom.googlecode.com/
PHP | 190 lines | 156 code | 12 blank | 22 comment | 0 complexity | 04e6cd07607a24ee9fdd300fc8e495ba MD5 | raw file
Possible License(s): GPL-3.0, LGPL-3.0
  1. <?php
  2. // +-----------------------------------------------------------------+
  3. // | PhreeBooks Open Source ERP |
  4. // +-----------------------------------------------------------------+
  5. // | Copyright (c) 2008, 2009, 2010, 2011, 2012 PhreeSoft, LLC |
  6. // | http://www.PhreeSoft.com |
  7. // +-----------------------------------------------------------------+
  8. // | This program is free software: you can redistribute it and/or |
  9. // | modify it under the terms of the GNU General Public License as |
  10. // | published by the Free Software Foundation, either version 3 of |
  11. // | the License, or any later version. |
  12. // | |
  13. // | This program is distributed in the hope that it will be useful, |
  14. // | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  15. // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  16. // | GNU General Public License for more details. |
  17. // +-----------------------------------------------------------------+
  18. // Path: /modules/shipping/language/en_us/language.php
  19. //
  20. // Headings
  21. define('HEADING_TITLE_MODULES_SHIPPING','Shipping Services');
  22. define('SHIPPING_HEADING_SHIP_MGR','Shipping Module Manager');
  23. define('TEXT_SHIPPING_MODULES_AVAILABLE','Shipping Methods Available');
  24. // General Defines
  25. define('TEXT_PRODUCTION','Production');
  26. define('TEXT_TEST','Test');
  27. define('TEXT_PDF','PDF');
  28. define('TEXT_GIF','GIF');
  29. define('TEXT_THERMAL','Thermal');
  30. define('TEXT_PAGKAGE_DEFAULTS','Package Defaults');
  31. define('TEXT_SHIPMENT_DEFAULTS','Shipment Defaults');
  32. define('TEXT_SHIPMENTS_ON','Shipments On: ');
  33. define('TEXT_REMOVE_MESSAGE','Are you sure you want to remove this shipping method?');
  34. define('SHIPPING_BUTTON_CREATE_LOG_ENTRY','Create a Shipment Entry');
  35. define('SHIPPING_SET_BY_SYSTEM',' (Set by the system)');
  36. define('SHIPPING_POPUP_WINDOW_TITLE','Shipping Rate Estimator');
  37. define('SHIPPING_POPUP_WINDOW_RATE_TITLE','Shipping Estimator - Rates');
  38. define('SHIPPING_ESTIMATOR_OPTIONS','Shipping Estimator - Shipment Options');
  39. define('SHIPPING_TEXT_SHIPPER','Shipper:');
  40. define('SHIPPING_TEXT_SHIPMENT_DATE','Shipment Date');
  41. define('SHIPPING_TEXT_SHIP_FROM_CITY','Ship From City: ');
  42. define('SHIPPING_TEXT_SHIP_TO_CITY','Ship To City: ');
  43. define('SHIPPING_RESIDENTIAL_ADDRESS','Residential Address');
  44. define('SHIPPING_TEXT_SHIP_FROM_STATE','Ship From State: ');
  45. define('SHIPPING_TEXT_SHIP_TO_STATE','Ship To State: ');
  46. define('SHIPPING_TEXT_SHIP_FROM_ZIP','Ship From Postal Code: ');
  47. define('SHIPPING_TEXT_SHIP_TO_ZIP','Ship To Postal Code: ');
  48. define('SHIPPING_TEXT_SHIP_FROM_COUNTRY','Ship From Country: ');
  49. define('SHIPPING_TEXT_SHIP_TO_COUNTRY','Ship To Country: ');
  50. define('SHIPPING_TEXT_PACKAGE_INFORMATION','Package Information');
  51. define('SHIPPING_TEXT_PACKAGE_TYPE','Type of Packaging ');
  52. define('SHIPPING_TEXT_PICKUP_SERVICE','Pickup Service ');
  53. define('SHIPPING_TEXT_DIMENSIONS','Dimensions: ');
  54. define('SHIPPING_ADDITIONAL_HANDLING','Additional Handling Applies (Oversize)');
  55. define('SHIPPING_INSURANCE_AMOUNT','Insurance: Amount ');
  56. define('SHIPPING_SPLIT_LARGE_SHIPMENTS','Split large shipments for small pkg carrier ');
  57. define('SHIPPING_TEXT_PER_BOX',' per box');
  58. define('SHIPPING_TEXT_DELIVERY_CONFIRM','Delivery Confirmation ');
  59. define('SHIPPING_SPECIAL_OPTIONS','Special Options');
  60. define('SHIPPING_SERVICE_TYPE','Service Type');
  61. define('SHIPPING_HANDLING_CHARGE','Handling Charge: Amount ');
  62. define('SHIPPING_COD_AMOUNT','COD: Collect ');
  63. define('SHIPPING_SATURDAY_PICKUP','Saturday Pickup');
  64. define('SHIPPING_SATURDAY_DELIVERY','Saturday Delivery');
  65. define('SHIPPING_HAZARDOUS_MATERIALS','Hazardous Material');
  66. define('SHIPPING_TEXT_DRY_ICE','Dry Ice');
  67. define('SHIPPING_TEXT_RETURN_SERVICES','Return Services ');
  68. define('SHIPPING_TEXT_METHODS','Shipping Methods');
  69. define('SHIPPING_TOTAL_WEIGHT','Total Shipment Weight');
  70. define('SHIPPING_TOTAL_VALUE','Total Shipment Value');
  71. define('SHIPPING_EMAIL_SENDER','E-mail Sender');
  72. define('SHIPPING_EMAIL_RECIPIENT','E-mail Recipient');
  73. define('SHIPPING_EMAIL_SENDER_ADD','Sender E-mail Address');
  74. define('SHIPPING_EMAIL_RECIPIENT_ADD','Recipient E-mail Address');
  75. define('SHIPPING_TEXT_EXCEPTION','Exception');
  76. define('SHIPPING_TEXT_DELIVER','Deliver');
  77. define('SHIPPING_BILL_CHARGES_TO','Bill charges to');
  78. define('SHIPPING_THIRD_PARTY','Recpt/Third Party Acct #');
  79. define('SHIPPING_THIRD_PARTY_ZIP','Third Party Postal Code');
  80. define('SHIPPING_LTL_FREIGHT_CLASS','LTL Freight Class');
  81. define('SHIPPING_NUM_PIECES','Number of Pieces');
  82. define('SHIPPNIG_SUMMARY','Shipment Summary');
  83. define('SHIPPING_SHIPMENT_DETAILS','Shipment Details');
  84. define('SHIPPING_PACKAGE_DETAILS','Package Details');
  85. define('SHIPPING_VOID_SHIPMENT','Void Shipment');
  86. define('SHIPPING_TEXT_CARRIER','Carrier');
  87. define('SHIPPING_TEXT_SERVICE','Service');
  88. define('SHIPPING_TEXT_FREIGHT_QUOTE','Freight Quote');
  89. define('SHIPPING_TEXT_BOOK_PRICE','Book Price');
  90. define('SHIPPING_TEXT_COST','Cost');
  91. define('SHIPPING_TEXT_NOTES','Notes');
  92. define('SHIPPING_TEXT_PRINT_LABEL','Print Label');
  93. define('SHIPPING_TEXT_CLOSE_DAY','Daily Close');
  94. define('SHIPPING_TEXT_DELETE_LABEL','Delete Shipment');
  95. define('SHIPPING_TEXT_SHIPMENT_ID','Shipment ID');
  96. define('SHIPPING_TEXT_REFERENCE_ID','Reference ID');
  97. define('SHIPPING_TEXT_TRACKING_NUM','Tracking Number');
  98. define('SHIPPING_TEXT_EXPECTED_DATE','Expected Delivery Date');
  99. define('SHIPPING_TEXT_ACTUAL_DATE','Actual Delivery Date');
  100. define('SHIPPING_TEXT_DOWNLOAD','Download Thermal Label');
  101. define('SHIPPING_THERMAL_INST','<br />The file is pre-formatted for thermal label printers. To print the label:<br /><br />
  102. 1. Click the Download button to start the download.<br />
  103. 2. Click on \'Save\' on the confirmation popup to save the file to you local machine.<br />
  104. 3. Copy the file directly to the printer port. (the file must be copied in raw format)');
  105. define('SHIPPING_TEXT_NO_LABEL','No Label Found!');
  106. define('SHIPPING_NO_PACKAGES','There were no packages to ship, either the total quantity or weight was zero.');
  107. define('SHIPPING_DELETE_ERROR','Error - Cannot delete the shipment, not enough information provided.');
  108. define('SHIPPING_CANNOT_DELETE','Error - Cannot delete a shipment whose label was generated prior to today.');
  109. define('SHIPPING_LABEL_DELETED','Label Deleted');
  110. define('SHIPPING_END_OF_DAY','End of Day Close - %s');
  111. define('SHIPPING_ERROR_WEIGHT_ZERO','Shipment weight cannot be zero.');
  112. define('SHIPPING_DELETE_CONFIRM', 'Are you sure you want to delete this package?');
  113. define('SHIPPING_NO_SHIPMENTS', 'There are no shipments from this carrier today!');
  114. define('SHIPPING_ERROR_CONFIGURATION', '<strong>Shipping Configuration errors!</strong>');
  115. define('SHIPPING_BAD_QUOTE_DATE','The Shipment date cannot be before today for a quote. The ship date has been changed to today for quoting purposes.');
  116. // Audit log messages
  117. define('SHIPPING_LOG_LABEL_PRINTED','Label Generated');
  118. // shipping options
  119. define('SHIPPING_1DEAM','1 Day Early a.m.');
  120. define('SHIPPING_1DAM','1 Day a.m.');
  121. define('SHIPPING_1DPM','1 Day p.m.');
  122. define('SHIPPING_1DFRT','1 Day Freight');
  123. define('SHIPPING_2DAM','2 Day a.m.');
  124. define('SHIPPING_2DPM','2 Day p.m.');
  125. define('SHIPPING_2DFRT','2 Day Freight');
  126. define('SHIPPING_3DPM','3 Day');
  127. define('SHIPPING_3DFRT','3 Day Freight');
  128. define('SHIPPING_GND','Ground');
  129. define('SHIPPING_GDR','Ground Residential');
  130. define('SHIPPING_GNDFRT','Ground LTL Freight');
  131. define('SHIPPING_I2DEAM','Worldwide Early Express');
  132. define('SHIPPING_I2DAM','Worldwide Express');
  133. define('SHIPPING_I3D','Worldwide Expedited');
  134. define('SHIPPING_IGND','Ground (Canada)');
  135. define('SHIPPING_SHIP_PACKAGE','Ship a Package');
  136. define('SHIPPING_CREATE_ENTRY','Create a Shipment Entry');
  137. define('SHIPPING_RECON_BILL','Reconcile Bill');
  138. define('SHIPPING_RECP_INFO','Recepient Information');
  139. define('SHIPPING_EMAIL_NOTIFY','Email Notifications');
  140. define('SHIPPING_BILL_DETAIL','Billing Details');
  141. define('SHIPPING_LTL_FREIGHT','LTL Freight');
  142. define('SHIPPING_LTL_CLASS','Freight Class');
  143. define('TEXT_TRACK_CONFIRM','Confirm Delivery');
  144. define('SHIPPING_DAILY','Daily Pickup');
  145. define('SHIPPING_CARRIER','Carrier Customer Counter');
  146. define('SHIPPING_ONE_TIME','Request/One Time Pickup');
  147. define('SHIPPING_ON_CALL','On Call Air');
  148. define('SHIPPING_RETAIL','Suggested Retail Rates');
  149. define('SHIPPING_DROP_BOX','Drop Box/Center');
  150. define('SHIPPING_AIR_SRV','Air Service Center');
  151. define('SHIPPING_TEXT_LBS','lbs');
  152. define('SHIPPING_TEXT_KGS','kgs');
  153. define('SHIPPING_TEXT_IN','in');
  154. define('SHIPPING_TEXT_CM','cm');
  155. define('SHIPPING_ENVENLOPE','Envelope/Letter');
  156. define('SHIPPING_CUST_SUPP','Customer Supplied');
  157. define('SHIPPING_TUBE','Carrier Tube');
  158. define('SHIPPING_PAK','Carrier Pak');
  159. define('SHIPPING_BOX','Carrier Box');
  160. define('SHIPPING_25KG','25kg Box');
  161. define('SHIPPING_10KG','10kg Box');
  162. define('SHIPPING_CASH','Cash');
  163. define('SHIPPING_CHECK','Check');
  164. define('SHIPPING_CASHIERS','Cashier\'s Check');
  165. define('SHIPPING_MO','Money Order');
  166. define('SHIPPING_ANY','Any');
  167. define('SHIPPING_NO_CONF','No delivery confirmation');
  168. define('SHIPPING_NO_SIG_RQD','No Signature Required');
  169. define('SHIPPING_SIG_REQ','Signature Required');
  170. define('SHIPPING_ADULT_SIG','Adult Signature Required');
  171. define('SHIPPING_RET_CARRIER','Carrier Return Label');
  172. define('SHIPPING_RET_LOCAL','Print Local Return Label');
  173. define('SHIPPING_RET_MAILS','Carrier Prints and Mails Return Label');
  174. define('SHIPPING_SENDER','Sender');
  175. define('SHIPPING_RECEIPIENT','Receipient');
  176. define('SHIPPING_THIRD_PARTY','Third Party');
  177. define('SHIPPING_COLLECT','Collect');
  178. ?>