PageRenderTime 60ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/administrator/components/com_virtuemart/languages/common/english.php

https://bitbucket.org/dgough/annamaria-daneswood-25102012
PHP | 1376 lines | 1358 code | 3 blank | 15 comment | 2 complexity | 5b8ac49c6116a5ea500d1a2ca1a7aa2b MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
  3. /**
  4. *
  5. * @package VirtueMart
  6. * @subpackage languages
  7. * @copyright Copyright (C) 2004-2008 soeren - All rights reserved.
  8. * @translator soeren
  9. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
  10. * VirtueMart is free software. This version may have been modified pursuant
  11. * to the GNU General Public License, and as distributed it includes or
  12. * is derivative of works licensed under the GNU General Public License or
  13. * other free or open source software licenses.
  14. * See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
  15. *
  16. * http://virtuemart.net
  17. */
  18. global $VM_LANG;
  19. $langvars = array (
  20. 'CHARSET' => 'ISO-8859-1',
  21. 'PHPSHOP_ERROR' => 'ERROR',
  22. 'PHPSHOP_CATEGORY' => 'Category',
  23. 'PHPSHOP_CATEGORIES' => 'Categories',
  24. 'PHPSHOP_ADMIN' => 'Administration',
  25. 'PHPSHOP_PRODUCT' => 'Product',
  26. 'PHPSHOP_LIST' => 'List',
  27. 'PHPSHOP_ALL' => 'All',
  28. 'PHPSHOP_LIST_ALL_PRODUCTS' => 'List All Products',
  29. 'PHPSHOP_VIEW' => 'View',
  30. 'PHPSHOP_SHOW' => 'Show',
  31. 'PHPSHOP_ADD' => 'Add',
  32. 'PHPSHOP_UPDATE' => 'Update',
  33. 'PHPSHOP_DELETE' => 'Delete',
  34. 'PHPSHOP_SELECT' => 'Select',
  35. 'PHPSHOP_SUBMIT' => 'Submit',
  36. 'PHPSHOP_LATEST' => 'Latest Products',
  37. 'PHPSHOP_CART_TITLE' => 'Cart',
  38. 'PHPSHOP_CHECKOUT_TITLE' => 'Place Booking',
  39. 'PHPSHOP_SEARCH_TITLE' => 'Search',
  40. 'PHPSHOP_ACCOUNT_TITLE' => 'Account Maintenance',
  41. 'PHPSHOP_PRODUCTS_LBL' => 'Products',
  42. 'PHPSHOP_PRODUCT_LBL' => 'Product',
  43. 'PHPSHOP_SEARCH_LBL' => 'Search',
  44. 'PHPSHOP_PRODUCT_SEARCH_LBL' => 'Product Search',
  45. 'PHPSHOP_PRODUCT_NAME_TITLE' => 'Product Name',
  46. 'PHPSHOP_PRODUCT_DESC_TITLE' => 'Description',
  47. 'PHPSHOP_CART_SHOW' => 'Show Cart',
  48. 'PHPSHOP_CART_ADD_TO' => 'Add to Cart',
  49. 'PHPSHOP_CART_NAME' => 'Name',
  50. 'PHPSHOP_CART_SKU' => 'SKU',
  51. 'PHPSHOP_CART_PRICE' => 'Price',
  52. 'PHPSHOP_CART_QUANTITY' => 'Quantity',
  53. 'PHPSHOP_CART_SUBTOTAL' => 'Subtotal',
  54. 'PHPSHOP_ADD_SHIPTO_1' => 'Add a new',
  55. 'PHPSHOP_ADD_SHIPTO_2' => 'Shipping Address',
  56. 'PHPSHOP_NO_SEARCH_RESULT' => 'Your search returned 0 results.<br />',
  57. 'PHPSHOP_DELETE_MSG' => 'Are you sure you want to delete this record?',
  58. 'PHPSHOP_MOD_NOT_REG' => 'Module Not Registered.',
  59. 'PHPSHOP_MOD_ISNO_REG' => 'is not a valid VirtueMart core module.',
  60. 'PHPSHOP_MOD_NO_AUTH' => 'You do not have permission to access the requested module.',
  61. 'PHPSHOP_PAGE_404_1' => 'Page Does Not Exist',
  62. 'PHPSHOP_PAGE_404_2' => 'Given filename does not exist. Cannot find file:',
  63. 'PHPSHOP_PAGE_403' => 'Insufficient Access Rights',
  64. 'PHPSHOP_FUNC_NO_EXEC' => 'You do not have permission to execute ',
  65. 'PHPSHOP_FUNC_NOT_REG' => 'Function Not Registered',
  66. 'PHPSHOP_FUNC_ISNO_REG' => ' is not a valid VirtueMart function.',
  67. 'PHPSHOP_ADMIN_MOD' => 'Admin',
  68. 'PHPSHOP_USER_LIST_MNU' => 'List Users',
  69. 'PHPSHOP_USER_FORM_BILLTO_LBL' => 'Bill To Information',
  70. 'PHPSHOP_USER_FORM_SHIPTO_LBL' => 'Shipping Addresses',
  71. 'PHPSHOP_USER_FORM_ADD_SHIPTO_LBL' => 'Add Address',
  72. 'PHPSHOP_USER_FORM_ADDRESS_LABEL' => 'Address Nickname',
  73. 'PHPSHOP_USER_FORM_TITLE' => 'Title',
  74. 'PHPSHOP_MODULE_LIST_MNU' => 'List Modules',
  75. 'PHPSHOP_MODULE_FORM_MNU' => 'Add Module',
  76. 'PHPSHOP_FUNCTION_LIST_MNU' => 'List Functions',
  77. 'PHPSHOP_FUNCTION_FORM_MNU' => 'Add Function',
  78. 'PHPSHOP_CURRENCY_LIST_MNU' => 'List Currencies',
  79. 'PHPSHOP_CURRENCY_LIST_ADD' => 'Add Currency',
  80. 'PHPSHOP_COUNTRY_LIST_MNU' => 'List Countries',
  81. 'PHPSHOP_COUNTRY_LIST_ADD' => 'Add Country',
  82. 'PHPSHOP_ADDRESS' => 'Address',
  83. 'PHPSHOP_EMPTY_CART' => 'Your Cart is currently empty.',
  84. 'PHPSHOP_ISSHIP_LIST_CARRIER_LBL' => 'Ship Methods',
  85. 'PHPSHOP_ORDER_MOD' => 'Bookings',
  86. 'PHPSHOP_ORDER_CONFIRM_MNU' => 'Confirm Booking',
  87. 'PHPSHOP_ORDER_LIST_MNU' => 'Booking List',
  88. 'PHPSHOP_ORDER_LIST_LBL' => 'Booking List',
  89. 'PHPSHOP_ORDER_LIST_ID' => 'Booking ID',
  90. 'PHPSHOP_ORDER_LIST_CDATE' => 'Booking Date',
  91. 'PHPSHOP_ORDER_LIST_MDATE' => 'Last Modified',
  92. 'PHPSHOP_ORDER_LIST_STATUS' => 'Status',
  93. 'PHPSHOP_ORDER_LIST_SUBTOTAL' => 'SubTotal',
  94. 'PHPSHOP_ORDER_LIST_TOTAL' => 'Total',
  95. 'PHPSHOP_ORDER_ITEM' => 'Booking Items',
  96. 'PHPSHOP_ORDER_PRINT_PO_LBL' => 'Booking',
  97. 'PHPSHOP_ORDER_PRINT_PO_NUMBER' => 'Booking Number',
  98. 'PHPSHOP_ORDER_PRINT_PO_DATE' => 'Booking Date',
  99. 'PHPSHOP_ORDER_PRINT_PO_STATUS' => 'Booking Status',
  100. 'PHPSHOP_ORDER_PRINT_CUST_INFO_LBL' => 'Customer Information',
  101. 'PHPSHOP_ORDER_PRINT_CUST_BILLING_LBL' => 'Billing Information',
  102. 'PHPSHOP_ORDER_PRINT_CUST_SHIPPING_LBL' => 'Shipping Information',
  103. 'PHPSHOP_ORDER_PRINT_BILL_TO_LBL' => 'Bill To',
  104. 'PHPSHOP_ORDER_PRINT_SHIP_TO_LBL' => 'Ship To',
  105. 'PHPSHOP_ORDER_PRINT_NAME' => 'Name',
  106. 'PHPSHOP_ORDER_PRINT_COMPANY' => 'Company',
  107. 'PHPSHOP_ORDER_PRINT_ADDRESS_1' => 'Address 1',
  108. 'PHPSHOP_ORDER_PRINT_ADDRESS_2' => 'Address 2',
  109. 'PHPSHOP_ORDER_PRINT_CITY' => 'City',
  110. 'PHPSHOP_ORDER_PRINT_STATE' => 'State/Province/Region',
  111. 'PHPSHOP_ORDER_PRINT_ZIP' => 'Zip/Postal Code',
  112. 'PHPSHOP_ORDER_PRINT_COUNTRY' => 'Country',
  113. 'PHPSHOP_ORDER_PRINT_PHONE' => 'Phone',
  114. 'PHPSHOP_ORDER_PRINT_FAX' => 'Fax',
  115. 'PHPSHOP_ORDER_PRINT_EMAIL' => 'Email',
  116. 'PHPSHOP_ORDER_PRINT_ITEMS_LBL' => 'Booking Items',
  117. 'PHPSHOP_ORDER_PRINT_QUANTITY' => 'Quantity',
  118. 'PHPSHOP_ORDER_PRINT_QTY' => 'Qty',
  119. 'PHPSHOP_ORDER_PRINT_SKU' => 'SKU',
  120. 'PHPSHOP_ORDER_PRINT_PRICE' => 'Price',
  121. 'PHPSHOP_ORDER_PRINT_TOTAL' => 'Total',
  122. 'PHPSHOP_ORDER_PRINT_SUBTOTAL' => 'SubTotal',
  123. 'PHPSHOP_ORDER_PRINT_TOTAL_TAX' => 'Tax Total',
  124. 'PHPSHOP_ORDER_PRINT_SHIPPING' => 'Shipping and Handling Fee',
  125. 'PHPSHOP_ORDER_PRINT_SHIPPING_TAX' => 'Shipping Tax',
  126. 'PHPSHOP_ORDER_PRINT_PAYMENT_LBL' => 'Payment Method',
  127. 'PHPSHOP_ORDER_PRINT_ACCOUNT_NAME' => 'Account Name',
  128. 'PHPSHOP_ORDER_PRINT_ACCOUNT_NUMBER' => 'Account Number',
  129. 'PHPSHOP_ORDER_PRINT_EXPIRE_DATE' => 'Expire Date',
  130. 'PHPSHOP_ORDER_PRINT_SHIPPING_LBL' => 'Shipping Information',
  131. 'PHPSHOP_ORDER_PRINT_PAYINFO_LBL' => 'Payment Information',
  132. 'PHPSHOP_ORDER_PRINT_SHIPPING_CARRIER_LBL' => 'Carrier',
  133. 'PHPSHOP_ORDER_PRINT_SHIPPING_MODE_LBL' => 'Shipping Mode',
  134. 'PHPSHOP_ORDER_STATUS_LIST_MNU' => 'List Booking Status Types',
  135. 'PHPSHOP_ORDER_STATUS_FORM_MNU' => 'Add Booking Status Type',
  136. 'PHPSHOP_PRODUCT_MOD' => 'Products',
  137. 'PHPSHOP_PRODUCT_INVENTORY_MNU' => 'View Inventory',
  138. 'PHPSHOP_PRODUCT_INVENTORY_PRICE' => 'Price',
  139. 'PHPSHOP_PRODUCT_LIST_MNU' => 'List Products',
  140. 'PHPSHOP_PRODUCT_LIST_LBL' => 'Product List',
  141. 'PHPSHOP_PRODUCT_LIST_NAME' => 'Product Name',
  142. 'PHPSHOP_PRODUCT_LIST_SKU' => 'SKU',
  143. 'PHPSHOP_PRODUCT_FORM_MNU' => 'Add Product',
  144. 'PHPSHOP_PRODUCT_FORM_ADD_ITEM_MNU' => 'Add Item',
  145. 'PHPSHOP_PRODUCT_FORM_ADD_ANOTHER_ITEM_MNU' => 'Add Another Item',
  146. 'PHPSHOP_PRODUCT_FORM_NEW_ITEM_LBL' => 'New Item',
  147. 'PHPSHOP_PRODUCT_FORM_RETURN_LBL' => 'Return to Parent Product',
  148. 'PHPSHOP_PRODUCT_FORM_VENDOR' => 'Vendor',
  149. 'PHPSHOP_PRODUCT_FORM_URL' => 'URL',
  150. 'PHPSHOP_PRODUCT_FORM_PRICE_GROSS' => 'Product Price (Gross)',
  151. 'PHPSHOP_PRODUCT_FORM_PRICE_NET' => 'Product Price (Net)',
  152. 'PHPSHOP_PRODUCT_FORM_DESCRIPTION' => 'Product Description',
  153. 'PHPSHOP_PRODUCT_FORM_S_DESC' => 'Short Description',
  154. 'PHPSHOP_PRODUCT_FORM_IN_STOCK' => 'In Stock',
  155. 'PHPSHOP_PRODUCT_FORM_WEIGHT' => 'Weight',
  156. 'PHPSHOP_PRODUCT_FORM_THUMB_IMAGE' => 'Thumbnail Image',
  157. 'PHPSHOP_PRODUCT_FORM_UNIT' => 'Unit',
  158. 'PHPSHOP_PRODUCT_FORM_UNIT_DEFAULT' => 'piece',
  159. 'PHPSHOP_PRODUCT_CSV_UPLOAD' => 'CSV Import/Export',
  160. 'PHPSHOP_PRODUCT_FOLDERS' => 'Product Folders',
  161. 'PHPSHOP_CATEGORY_LIST_MNU' => 'List Categories',
  162. 'PHPSHOP_CATEGORY_LIST_LBL' => 'Category Tree',
  163. 'PHPSHOP_CATEGORY_FORM_MNU' => 'Add Category',
  164. 'PHPSHOP_ATTRIBUTE_LIST_MNU' => 'List Attributes',
  165. 'PHPSHOP_ATTRIBUTE_FORM_MNU' => 'Add Attribute',
  166. 'PHPSHOP_PRICE_LIST_MNU' => 'List Prices',
  167. 'PHPSHOP_PRICE_FORM_MNU' => 'Add Price',
  168. 'PHPSHOP_REPORTBASIC_MOD' => 'Reports',
  169. 'PHPSHOP_SHOP_MOD' => 'Shop',
  170. 'PHPSHOP_PRODUCT_PRICE_TITLE' => 'Price',
  171. 'PHPSHOP_SHOPPER_MOD' => 'Shopper',
  172. 'PHPSHOP_SHOPPER_LIST_USERNAME' => 'User Name',
  173. 'PHPSHOP_SHOPPER_LIST_NAME' => 'Full Name',
  174. 'PHPSHOP_SHOPPER_LIST_GROUP' => 'Group',
  175. 'PHPSHOP_SHOPPER_FORM_LBL' => 'User Information',
  176. 'PHPSHOP_SHOPPER_FORM_ADDRESS_INFO_LBL' => 'Information',
  177. 'PHPSHOP_SHOPPER_FORM_SHIPTO_LBL' => 'Shipping Information',
  178. 'PHPSHOP_SHOPPER_FORM_FIRST_NAME' => 'First Name',
  179. 'PHPSHOP_SHOPPER_FORM_LAST_NAME' => 'Last Name',
  180. 'PHPSHOP_SHOPPER_FORM_MIDDLE_NAME' => 'Middle Name',
  181. 'PHPSHOP_SHOPPER_FORM_TITLE' => 'Title',
  182. 'PHPSHOP_SHOPPER_FORM_PASSWORD_1' => 'Password',
  183. 'PHPSHOP_SHOPPER_FORM_PASSWORD_2' => 'Confirm Password',
  184. 'PHPSHOP_SHOPPER_FORM_GROUP' => 'Shopper Group',
  185. 'PHPSHOP_SHOPPER_FORM_COMPANY_NAME' => 'Company Name',
  186. 'PHPSHOP_SHOPPER_FORM_ADDRESS_1' => 'Address 1',
  187. 'PHPSHOP_SHOPPER_FORM_ADDRESS_2' => 'Address 2',
  188. 'PHPSHOP_SHOPPER_FORM_CITY' => 'City',
  189. 'PHPSHOP_SHOPPER_FORM_STATE' => 'State/Province/Region',
  190. 'PHPSHOP_SHOPPER_FORM_ZIP' => 'Zip/Postal Code',
  191. 'PHPSHOP_SHOPPER_FORM_COUNTRY' => 'Country',
  192. 'PHPSHOP_SHOPPER_FORM_PHONE' => 'Phone',
  193. 'PHPSHOP_SHOPPER_FORM_PHONE2' => 'Mobile phone',
  194. 'PHPSHOP_SHOPPER_FORM_FAX' => 'Fax',
  195. 'PHPSHOP_SHOPPER_FORM_EMAIL' => 'Email',
  196. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_1' => '',
  197. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_2' => '',
  198. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_3' => '',
  199. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_4' => '',
  200. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_4_1' => 'Yes',
  201. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_4_2' => 'No',
  202. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_5' => '',
  203. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_5_1' => 'AAA',
  204. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_5_2' => 'BBB',
  205. 'PHPSHOP_SHOPPER_FORM_EXTRA_FIELD_5_3' => 'CCC',
  206. 'PHPSHOP_SHOPPER_GROUP_LIST_MNU' => 'List Shopper Groups',
  207. 'PHPSHOP_SHOPPER_GROUP_FORM_MNU' => 'Add Shopper Group',
  208. 'PHPSHOP_STORE_MOD' => 'System',
  209. 'PHPSHOP_STORE_FORM_MNU' => 'Edit System Info',
  210. 'PHPSHOP_STORE_FORM_LBL' => 'System Information',
  211. 'PHPSHOP_STORE_FORM_CONTACT_LBL' => 'Contact Information',
  212. 'PHPSHOP_STORE_FORM_PHONE' => 'Phone',
  213. 'PHPSHOP_STORE_FORM_FAX' => 'Fax',
  214. 'PHPSHOP_STORE_FORM_EMAIL' => 'Email',
  215. 'PHPSHOP_PAYMENT' => 'Payment',
  216. 'PHPSHOP_PAYMENT_METHOD_LIST_MNU' => 'List Payment Methods',
  217. 'PHPSHOP_PAYMENT_METHOD_LIST_DISCOUNT' => 'Discount',
  218. 'PHPSHOP_PAYMENT_METHOD_FORM_MNU' => 'Add Payment Method',
  219. 'PHPSHOP_TAX_MOD' => 'Tax',
  220. 'PHPSHOP_TAX_LIST_MNU' => 'List Tax Rates',
  221. 'PHPSHOP_TAX_LIST_RATE' => 'Tax Rate',
  222. 'PHPSHOP_TAX_FORM_MNU' => 'Add Tax Rate',
  223. 'PHPSHOP_VENDOR_MOD' => 'Vendor',
  224. 'PHPSHOP_VENDOR_LIST_MNU' => 'List Vendors',
  225. 'PHPSHOP_VENDOR_LIST_VENDOR_NAME' => 'Vendor Name',
  226. 'PHPSHOP_VENDOR_FORM_MNU' => 'Add Vendor',
  227. 'PHPSHOP_VENDOR_FORM_INFO_LBL' => 'Vendor Information',
  228. 'PHPSHOP_VENDOR_CAT_LIST_MNU' => 'List Vendor Categories',
  229. 'PHPSHOP_VENDOR_CAT_FORM_MNU' => 'Add Vendor Category',
  230. 'PHPSHOP_MANUFACTURER_MOD' => 'Manufacturer',
  231. 'PHPSHOP_MANUFACTURER_LIST_MNU' => 'List Manufacturers',
  232. 'PHPSHOP_MANUFACTURER_LIST_ADMIN' => 'Admin',
  233. 'PHPSHOP_MANUFACTURER_FORM_MNU' => 'Add Manufacturer',
  234. 'PHPSHOP_MANUFACTURER_FORM_INFO_LBL' => 'Manufacturer Information',
  235. 'PHPSHOP_MANUFACTURER_FORM_DESCRIPTION' => 'Description',
  236. 'PHPSHOP_MANUFACTURER_CAT_LIST_MNU' => 'List Manufacturer Categories',
  237. 'PHPSHOP_MANUFACTURER_CAT_FORM_MNU' => 'Add Manufacturer Category',
  238. 'PHPSHOP_HELP_MOD' => 'Help',
  239. 'PHPSHOP_CART_ACTION' => 'Update',
  240. 'PHPSHOP_CART_UPDATE' => 'Update Quantity In Cart',
  241. 'PHPSHOP_CART_DELETE' => 'Delete Product From Cart',
  242. 'PHPSHOP_PRODUCT_CALL' => 'Call for Pricing',
  243. 'PHPSHOP_CART_TAX' => 'Tax',
  244. 'PHPSHOP_CART_TOTAL' => 'Total',
  245. 'PHPSHOP_CHECKOUT_CONF_PHONE' => 'Phone',
  246. 'PHPSHOP_CHECKOUT_CONF_FAX' => 'Fax',
  247. 'PHPSHOP_CHECKOUT_CONF_PAYINFO' => 'Payment Information',
  248. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_NAMECARD' => 'Name On Card',
  249. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_CCNUM' => 'Credit Card Number',
  250. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_EXDATE' => 'Expiration Date',
  251. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_COMPORDER' => 'Complete Booking',
  252. 'PHPSHOP_ZONE_MOD' => 'Zone Shipping',
  253. 'PHPSHOP_ZONE_LIST_MNU' => 'List Zones',
  254. 'PHPSHOP_ZONE_FORM_MNU' => 'Add Zone',
  255. 'PHPSHOP_ZONE_ASSIGN_MNU' => 'Assign Zones',
  256. 'PHPSHOP_ZONE_ASSIGN_CURRENT_LBL' => 'Current Zone',
  257. 'PHPSHOP_STORE_FORM_TOS' => 'Terms of Service',
  258. 'PHPSHOP_AGREE_TO_TOS' => 'Please agree to our terms of Service first.',
  259. 'PHPSHOP_I_AGREE_TO_TOS' => 'I agree to the Terms of Service',
  260. 'PHPSHOP_RETURN_LOGIN' => 'Returning Customers: Please Log In',
  261. 'PHPSHOP_NEW_CUSTOMER' => 'New? Please Provide Your Billing Information',
  262. 'PHPSHOP_ACC_ORDER_INFO' => 'Booking Information',
  263. 'PHPSHOP_ACC_NO_ORDERS' => 'No Bookings to Display',
  264. 'PHPSHOP_ACC_BILL_DEF' => '- Default (Same as Billing)',
  265. 'PHPSHOP_SHIPTO_TEXT' => 'You can add shipping locations to your account. Please think of a suitable nickname or code for the shipping location you select below.',
  266. 'PHPSHOP_CONFIG' => 'Configuration',
  267. 'PHPSHOP_USER_ADD' => 'Add User',
  268. 'PHPSHOP_USERS' => 'Users',
  269. 'PHPSHOP_SHIPPING_MOD' => 'Shipping',
  270. 'PHPSHOP_CARRIER_LIST_MNU' => 'Shipper',
  271. 'PHPSHOP_RATE_LIST_MNU' => 'Shipping Rates',
  272. 'PHPSHOP_CARRIER_FORM_MNU' => 'Create Shipper',
  273. 'PHPSHOP_RATE_FORM_MNU' => 'Create a Shipping Rate',
  274. 'PHPSHOP_RATE_FORM_VALUE' => 'Fee',
  275. 'PHPSHOP_RATE_FORM_VAT_ID' => 'VAT Id',
  276. 'PHPSHOP_ERR_MSG_CARRIER_EXIST' => 'ERROR: Shipper ID exists.',
  277. 'PHPSHOP_ERR_MSG_CARRIER_ID_REQ' => 'ERROR: Choose a shipper.',
  278. 'PHPSHOP_ERR_MSG_CARRIER_INUSE' => 'ERROR: At least one Shipping Rate exists, delete rates prior to shipper',
  279. 'PHPSHOP_ERR_MSG_CARRIER_NOTFOUND' => 'ERROR: Unable to find a shipper with this ID.',
  280. 'PHPSHOP_ERR_MSG_RATE_CARRIER_ID_REQ' => 'ERROR: Choose a shipper.',
  281. 'PHPSHOP_ERR_MSG_RATE_CARRIER_ID_INV' => 'ERROR: Unable to find a shipper with this ID.',
  282. 'PHPSHOP_ERR_MSG_RATE_NAME_REQ' => 'ERROR: A rate descriptor is requested.',
  283. 'PHPSHOP_ERR_MSG_RATE_COUNTRY_CODE_INV' => 'ERROR: The Destination country is invalid. More than one country could be separated with ";".',
  284. 'PHPSHOP_ERR_MSG_RATE_WEIGHT_START_REQ' => 'ERROR: A lowest weight is requested',
  285. 'PHPSHOP_ERR_MSG_RATE_WEIGHT_END_REQ' => 'ERROR: A highes weight are requested',
  286. 'PHPSHOP_ERR_MSG_RATE_WEIGHT_STARTEND_INV' => 'ERROR: The lowest weight must be smaller than the highes weight',
  287. 'PHPSHOP_ERR_MSG_RATE_WEIGHT_VALUE_REQ' => 'ERROR: A shipping fee requested',
  288. 'PHPSHOP_ERR_MSG_RATE_CURRENCY_ID_INV' => 'ERROR: Coose a currency',
  289. 'PHPSHOP_INFO_MSG_CARRIER' => 'Shipper',
  290. 'PHPSHOP_INFO_MSG_SHIPPING_METHOD' => 'Shipping Rate',
  291. 'PHPSHOP_INFO_MSG_SHIPPING_PRICE' => 'Price',
  292. 'PHPSHOP_INFO_MSG_VAT_ZERO_LBL' => '0 (-none-)',
  293. 'PHPSHOP_CHECKOUT_MSG_4' => 'These are the only 3 methods of payment that we accept',
  294. 'PHPSHOP_CHECKOUT_CHARGES' => 'Please note: We only accept credit card payment for the first $250 deposit or if your arrival is within 10 days of making this booking',
  295. 'PHPSHOP_CHECKOUT_ERR_NO_SHIP' => 'Please select a Shipping Method.',
  296. 'PHPSHOP_CHECKOUT_ERR_OTHER_SHIP' => 'Please select another Shipping Method.',
  297. 'PHPSHOP_CHECKOUT_ERR_NO_PAYM' => 'These are the only 2 methods of payment that we accept.',
  298. 'PHPSHOP_CHECKOUT_ERR_NO_CCNR' => 'Please enter your Credit Card Number.',
  299. 'PHPSHOP_CHECKOUT_ERR_NO_CCDATE' => 'The Credit Card Number entered is not valid.',
  300. 'PHPSHOP_CHECKOUT_ERR_NO_CCMON' => 'Please enter the Credit Card expiration month.',
  301. 'PHPSHOP_CHECKOUT_ERR_NO_CCYEAR' => 'Please enter the Credit Card expiration year.',
  302. 'PHPSHOP_CHECKOUT_ERR_CCDATE_INV' => 'The expiration date is invalid.',
  303. 'PHPSHOP_CHECKOUT_ERR_NO_SHIPTO' => 'Please select a Ship To address.',
  304. 'PHPSHOP_CHECKOUT_ERR_CCNUM_INV' => 'Invalid account number.',
  305. 'PHPSHOP_CHECKOUT_ERR_RATE_NOT_FOUND' => 'The selected Shipping Rate was not found!',
  306. 'PHPSHOP_CHECKOUT_ERR_SHIPTO_NOT_FOUND' => 'Your Shipping Address was not found!',
  307. 'PHPSHOP_CHECKOUT_ERR_NO_CCDATA' => 'There\'s no CreditCard data...',
  308. 'PHPSHOP_CHECKOUT_ERR_NO_CCNR_FOUND' => 'Credit Card Number not found!',
  309. 'PHPSHOP_CHECKOUT_ERR_TEST' => 'Sorry, but the Credit Card Number you\'ve used is a testing number!',
  310. 'PHPSHOP_CHECKOUT_ERR_NO_USER_DATA' => 'The user_id was not found in the database!',
  311. 'PHPSHOP_CHECKOUT_ERR_NO_BA_HOLDER_NAME' => 'You have actually not provided your bank account holder name.',
  312. 'PHPSHOP_CHECKOUT_ERR_NO_IBAN' => 'You have actually not provided your IBAN.',
  313. 'PHPSHOP_CHECKOUT_ERR_NO_BA_NUM' => 'You have actually not provided your bank account number.',
  314. 'PHPSHOP_CHECKOUT_ERR_NO_BANK_SORT' => 'You have actually not provided your bank sort code.',
  315. 'PHPSHOP_CHECKOUT_ERR_NO_BANK_NAME' => 'You have actually not provided your bank\'s name.',
  316. 'PHPSHOP_CHECKOUT_ERR_NO_VALID_STEP' => 'CheckOut needs a valid Step!',
  317. 'PHPSHOP_CHECKOUT_MSG_LOG' => 'Payment information captured for later processing.<br />',
  318. 'PHPSHOP_CHECKOUT_ERR_MIN_POV' => 'Minimum booking value has not been reached yet.',
  319. 'PHPSHOP_CHECKOUT_ERR_MIN_POV2' => 'Our minimum booking value is:',
  320. 'PHPSHOP_CHECKOUT_PAYMENT_CC' => 'Credit Card Payment',
  321. 'PHPSHOP_CHECKOUT_PAYMENT_OTHER' => 'Other Payment Methods',
  322. 'PHPSHOP_STORE_FORM_MPOV' => 'Minimum booking value for your store',
  323. 'PHPSHOP_ACCOUNT_BANK_TITLE' => 'Bank Account Info',
  324. 'PHPSHOP_ACCOUNT_LBL_BANK_ACCOUNT_NR' => 'Account Number',
  325. 'PHPSHOP_ACCOUNT_LBL_BANK_SORT_CODE' => 'Bank sorting code number',
  326. 'PHPSHOP_ACCOUNT_LBL_BANK_NAME' => 'Bank Name',
  327. 'PHPSHOP_ACCOUNT_LBL_BANK_IBAN' => 'IBAN',
  328. 'PHPSHOP_ACCOUNT_LBL_BANK_ACCOUNT_HOLDER' => 'Account Holder',
  329. 'PHPSHOP_SPECIAL_PRODUCTS' => 'Special products',
  330. 'PHPSHOP_CHECKOUT_CUSTOMER_NOTE' => 'Please leave a note to us with your booking if you want to',
  331. 'PHPSHOP_ORDER_PRINT_CUSTOMER_NOTE' => 'Customer\'s note',
  332. 'PHPSHOP_INCLUDING_TAX' => '(including $tax % tax)',
  333. 'PHPSHOP_PLEASE_SEL_ITEM' => 'Please select an item',
  334. 'PHPSHOP_DOWNLOADS_TITLE' => 'Download Area',
  335. 'PHPSHOP_DOWNLOADS_ERR_EXP' => 'Sorry, but this Download has expired',
  336. 'PHPSHOP_DOWNLOADS_ERR_MAX' => 'Sorry, but the maximum number of downloads has been reached',
  337. 'PHPSHOP_DOWNLOADS_ERR_INV' => 'Invalid Download-ID!',
  338. 'PHPSHOP_DOWNLOADS_ERR_SEND' => 'Could not send a message to ',
  339. 'PHPSHOP_DOWNLOADS_SEND_MSG' => 'Message sent to ',
  340. 'PHPSHOP_DOWNLOADS_SEND_SUBJ' => 'Download-Info',
  341. 'PHPSHOP_DOWNLOADS_SEND_MSG_1' => 'the file(s) you ordered are ready for your download',
  342. 'PHPSHOP_DOWNLOADS_SEND_MSG_2' => 'Please enter the following Download-ID(s) in our Downloads Area: ',
  343. 'PHPSHOP_DOWNLOADS_SEND_MSG_3' => 'the maximum number of downloads for each file is: ',
  344. 'PHPSHOP_DOWNLOADS_SEND_MSG_4' => 'Download until {expire} days after the first download',
  345. 'PHPSHOP_DOWNLOADS_SEND_MSG_5' => 'Questions? Problems?',
  346. 'PHPSHOP_DOWNLOADS_SEND_MSG_6' => 'Download-Info by ',
  347. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER1' => 'Thank you for shopping with us. Your booking information follows.',
  348. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER2' => 'Thank you for your booking with us.',
  349. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER3' => 'Questions? Problems?',
  350. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER4' => 'The following booking was received.',
  351. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER4a' => 'The following booking was cancelled.',
  352. 'PHPSHOP_CHECKOUT_EMAIL_SHOPPER_HEADER5' => 'View the booking by following this link.',
  353. 'PHPSHOP_CART_ERROR_NO_NEGATIVE' => 'Negative quantities are not allowed.',
  354. 'PHPSHOP_CART_ERROR_NO_VALID_QUANTITY' => 'Please enter a valid quantity for this item.',
  355. 'PHPSHOP_CART_SELECT_ITEM' => 'To add this product into your cart you have to select a product variant on the details page.',
  356. 'PHPSHOP_REGISTRATION_FORM_NONE' => 'none',
  357. 'PHPSHOP_REGISTRATION_FORM_MR' => 'Mr.',
  358. 'PHPSHOP_REGISTRATION_FORM_MRS' => 'Mrs.',
  359. 'PHPSHOP_REGISTRATION_FORM_DR' => 'Dr.',
  360. 'PHPSHOP_REGISTRATION_FORM_PROF' => 'Prof.',
  361. 'PHPSHOP_DEFAULT' => 'Default',
  362. 'PHPSHOP_AFFILIATE_LIST_MNU' => 'List Affiliates',
  363. 'PHPSHOP_DELIVERY_TIME' => 'Usually ships in',
  364. 'PHPSHOP_MORE_CATEGORIES' => 'more categories',
  365. 'PHPSHOP_AVAILABILITY' => 'Availability',
  366. 'PHPSHOP_CURRENTLY_NOT_AVAILABLE' => 'This product is currently not available.',
  367. 'PHPSHOP_PRODUCT_AVAILABLE_AGAIN' => 'It will be available again on: ',
  368. 'PHPSHOP_STATISTIC_SUMMARY' => 'Summary',
  369. 'PHPSHOP_STATISTIC_SUM' => 'Sum',
  370. 'PHPSHOP_CHECK_OUT_THANK_YOU_PRINT_VIEW' => 'Print view',
  371. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD' => 'Choose your store\'s shipping method',
  372. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS' => '<a href="http://www.ups.com" target="_blank">UPS Online Tools</a> Shipping calculation',
  373. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_ACCESS_CODE' => 'UPS access code',
  374. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_ACCESS_CODE_EXPLAIN' => 'Your UPS access code',
  375. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_USER_ID' => 'UPS user id',
  376. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_USER_ID_EXPLAIN' => 'The user ID you got from UPS',
  377. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_PASSWORD' => 'UPS password',
  378. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_UPS_PASSWORD_EXPLAIN' => 'The password for your UPS account',
  379. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_INTERSHIPPER' => 'InterShipper Module. Check only if you have an <a href="http://www.intershipper.com" target="_blank">Intershipper.com</a> account',
  380. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_INTERSHIPPER_PASSWORD' => 'InterShipper Password',
  381. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_INTERSHIPPER_PASSWORD_EXPLAIN' => 'Your password for your intershipper account.',
  382. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_INTERSHIPPER_EMAIL' => 'InterShipper email',
  383. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_INTERSHIPPER_EMAIL_EXPLAIN' => 'Your email address for your intershipper account.',
  384. 'PHPSHOP_ADMIN_CFG_PAYPAL_EMAIL' => 'PayPal payment email:',
  385. 'PHPSHOP_ADMIN_CFG_PAYPAL_EMAIL_EXPLAIN' => 'Your business email address for PayPal payments. Also used as receiver_email.',
  386. 'PHPSHOP_ADMIN_CFG_PAYPAL_STATUS_SUCCESS' => 'Booking Status for successful transactions',
  387. 'PHPSHOP_ADMIN_CFG_PAYPAL_STATUS_SUCCESS_EXPLAIN' => 'Select the booking status to which the actual booking is set, if the PayPal IPN was successful. If using download selling options:
  388. select the status which enables the download (then the customer is instantly notified about the download via e-mail).',
  389. 'PHPSHOP_ADMIN_CFG_PAYPAL_STATUS_FAILED' => 'Booking Status for failed transactions',
  390. 'PHPSHOP_ADMIN_CFG_PAYPAL_STATUS_FAILED_EXPLAIN' => 'Select an booking status for failed PayPal transactions.',
  391. 'PHPSHOP_ADMIN_CFG_PAYMATE_USERNAME' => 'PayMate username:',
  392. 'PHPSHOP_ADMIN_CFG_PAYMATE_USERNAME_EXPLAIN' => 'Your user account for PayMate.',
  393. 'PHPSHOP_ADMIN_CFG_ENABLE_AUTORIZENET' => 'Enable Authorize.net payment?',
  394. 'PHPSHOP_ADMIN_CFG_ENABLE_AUTORIZENET_EXPLAIN' => 'Check to use Authorize.net with phpShop.',
  395. 'PHPSHOP_ADMIN_CFG_ENABLE_AUTORIZENET_TESTMODE' => 'Test mode ?',
  396. 'PHPSHOP_ADMIN_CFG_ENABLE_AUTORIZENET_TESTMODE_EXPLAIN' => 'Select \'Yes\' while testing. Select \'No\' for enabling live transactions.',
  397. 'PHPSHOP_ADMIN_CFG_YES' => 'Yes',
  398. 'PHPSHOP_ADMIN_CFG_NO' => 'No',
  399. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_USERNAME' => 'Authorize.net Login ID',
  400. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_USERNAME_EXPLAIN' => 'This is your Authorize.Net Login ID',
  401. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_KEY' => 'Authorize.net Transaction Key',
  402. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_KEY_EXPLAIN' => 'This is your Authorize.net Transaction Key',
  403. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_AUTENTICATIONTYPE' => 'Authentication Type',
  404. 'PHPSHOP_ADMIN_CFG_AUTORIZENET_AUTENTICATIONTYPE_EXPLAIN' => 'This is the Authorize.Net authentication type.',
  405. 'PHPSHOP_ADVANCED_SEARCH' => 'Advanced Search',
  406. 'PHPSHOP_ORDERBY' => 'Order by',
  407. 'PHPSHOP_CUSTOMER_RATING' => 'Average customer rating',
  408. 'PHPSHOP_TOTAL_VOTES' => 'Total votes',
  409. 'PHPSHOP_CAST_VOTE' => 'Please cast your vote',
  410. 'PHPSHOP_RATE_BUTTON' => 'Rate',
  411. 'PHPSHOP_RATE_NOM' => 'Rating',
  412. 'PHPSHOP_REVIEWS' => 'Customer Reviews',
  413. 'PHPSHOP_NO_REVIEWS' => 'There are yet no reviews for this product.',
  414. 'PHPSHOP_WRITE_FIRST_REVIEW' => 'Be the first to write a review...',
  415. 'PHPSHOP_REVIEW_LOGIN' => 'Please log in to write a review.',
  416. 'PHPSHOP_REVIEW_ERR_RATE' => 'Please rate the product to complete your review!',
  417. 'PHPSHOP_REVIEW_ERR_COMMENT1' => 'Please write down some more words for your review. Mininum characters allowed: %s',
  418. 'PHPSHOP_REVIEW_ERR_COMMENT2' => 'Please shorten your review. Maximum characters allowed: %s',
  419. 'PHPSHOP_WRITE_REVIEW' => 'Write a review for this product!',
  420. 'PHPSHOP_REVIEW_RATE' => 'First: Rate the product. Please select a rating between 0 (poorest) and 5 stars (best).',
  421. 'PHPSHOP_REVIEW_COMMENT' => 'Now please write a (short) review....(min. %s, max. %s characters) ',
  422. 'PHPSHOP_REVIEW_COUNT' => 'Characters written: ',
  423. 'PHPSHOP_REVIEW_SUBMIT' => 'Submit Review',
  424. 'PHPSHOP_REVIEW_ALREADYDONE' => 'You already have written a review for this product. Thank you.',
  425. 'PHPSHOP_REVIEW_THANKYOU' => 'Thanks for your review.',
  426. 'PHPSHOP_CREDITCARD_FORM_LBL' => 'Add/Edit Credit Card Types',
  427. 'PHPSHOP_CREDITCARD_LIST_LBL' => 'Credit Card List',
  428. 'PHPSHOP_UDATE_ADDRESS' => 'Update Address',
  429. 'PHPSHOP_ORDER_LINK' => 'Follow this link to view the Booking Details.',
  430. 'PHPSHOP_ORDER_STATUS_CHANGE_SEND_MSG_1' => 'the Status of your Booking No. {order_id} has been changed.',
  431. 'PHPSHOP_ORDER_STATUS_CHANGE_SEND_MSG_2' => 'New Status is:',
  432. 'PHPSHOP_ORDER_STATUS_CHANGE_SEND_MSG_3' => 'To view the Booking Details, please follow this link (or copy it into your browser):',
  433. 'PHPSHOP_ORDER_STATUS_CHANGE_SEND_SUBJ' => 'Booking Status Change: Your Booking {order_id}',
  434. 'PHPSHOP_PRODUCT_DISCOUNT_LBL' => 'Product Discount',
  435. 'PHPSHOP_PRODUCT_DISCOUNT_LIST_LBL' => 'Product Discount List',
  436. 'PHPSHOP_PRODUCT_DISCOUNT_ADDEDIT' => 'Add/Edit Product Discount',
  437. 'PHPSHOP_PRODUCT_DISCOUNT_AMOUNT' => 'Discount amount',
  438. 'PHPSHOP_PRODUCT_DISCOUNT_AMOUNT_TIP' => 'Enter the discount amount',
  439. 'PHPSHOP_PRODUCT_DISCOUNT_AMOUNTTYPE' => 'Discount Type',
  440. 'PHPSHOP_PRODUCT_DISCOUNT_ISPERCENT' => 'Percentage',
  441. 'PHPSHOP_PRODUCT_DISCOUNT_ISTOTAL' => 'Total',
  442. 'PHPSHOP_PRODUCT_DISCOUNT_ISPERCENT_TIP' => 'Shall the amount be a percentage or a total?',
  443. 'PHPSHOP_PRODUCT_DISCOUNT_ADDDISCOUNT_TIP' => 'You can use the Product Discount Form to add discounts!',
  444. 'PHPSHOP_PRODUCT_DISCOUNT_SAVE' => 'You Save',
  445. 'PHPSHOP_FLYPAGE_ENLARGE_IMAGE' => 'View Full-Size Image',
  446. 'PHPSHOP_CURRENCY_DISPLAY' => 'Currency Display Style',
  447. 'PHPSHOP_CURRENCY_SYMBOL' => 'Currency symbol',
  448. 'PHPSHOP_CURRENCY_SYMBOL_TOOLTIP' => 'You can also use HTML Entities here (e.g. �,�,�,...)',
  449. 'PHPSHOP_CURRENCY_DECIMALS' => 'Decimals',
  450. 'PHPSHOP_CURRENCY_DECIMALS_TOOLTIP' => 'Number of displayed decimals (can be 0)<br><b>Performs rounding if value has different number of decimals</b>',
  451. 'PHPSHOP_CURRENCY_DECIMALSYMBOL' => 'Decimal symbol',
  452. 'PHPSHOP_CURRENCY_DECIMALSYMBOL_TOOLTIP' => 'Character used as decimal symbol',
  453. 'PHPSHOP_CURRENCY_THOUSANDS' => 'Thousands separator',
  454. 'PHPSHOP_CURRENCY_THOUSANDS_TOOLTIP' => 'Character used to separate thousands (can be empty)',
  455. 'PHPSHOP_CURRENCY_POSITIVE_DISPLAY' => 'Positive format',
  456. 'PHPSHOP_CURRENCY_POSITIVE_DISPLAY_TOOLTIP' => 'Display format used to display positive values.<br>(Symb stands for currency symbol)',
  457. 'PHPSHOP_CURRENCY_NEGATIVE_DISPLAY' => 'Negative format',
  458. 'PHPSHOP_CURRENCY_NEGATIVE_DISPLAY_TOOLTIP' => 'Display format used to display negative values.<br>(Symb stands for currency symbol)',
  459. 'PHPSHOP_MORE_IMAGES' => 'View More Images',
  460. 'PHPSHOP_FILEMANAGER' => 'FileManager',
  461. 'PHPSHOP_FILEMANAGER_ADD' => 'Add Image/File',
  462. 'PHPSHOP_FILES_PATH_ERROR' => 'Please provide a valid path!',
  463. 'PHPSHOP_FILES_IMAGE_RESIZE_SUCCESS' => 'The Thumbnail Image has been successfully created!',
  464. 'PHPSHOP_FILES_IMAGE_RESIZE_FAILURE' => 'Could NOT create Thumbnail Image!',
  465. 'PHPSHOP_FILES_UPLOAD_FAILURE' => 'File/Image Upload Error',
  466. 'PHPSHOP_FILES_FULLIMG_DELETE_FAILURE' => 'Could not delete the Full Image File.',
  467. 'PHPSHOP_FILES_FULLIMG_DELETE_SUCCESS' => 'Full Image successfully deleted.',
  468. 'PHPSHOP_FILES_THUMBIMG_DELETE_FAILURE' => 'Could not delete the Thumbnail Image File (maybe didnt exist): ',
  469. 'PHPSHOP_FILES_THUMBIMG_DELETE_SUCCESS' => 'Thumbnail Image successfully deleted.',
  470. 'PHPSHOP_FILES_FILE_DELETE_FAILURE' => 'Could not delete the File.',
  471. 'PHPSHOP_FILES_FILE_DELETE_SUCCESS' => 'File successfully deleted.',
  472. 'PHPSHOP_FILES_NOT_FOUND' => 'Sorry, but the requested file wasn\'t found!',
  473. 'PHPSHOP_COUPON_MOD' => 'Coupon',
  474. 'PHPSHOP_COUPON_LIST' => 'Coupon List',
  475. 'PHPSHOP_COUPON_ALREADY_REDEEMED' => 'Coupon has already been redeemed.',
  476. 'PHPSHOP_COUPON_ENTER_HERE' => 'If you have a coupon code, please enter it below:',
  477. 'PHPSHOP_COUPON_SUBMIT_BUTTON' => 'Submit',
  478. 'PHPSHOP_COUPON_CODE_EXISTS' => 'That coupon code already exists. Please try again.',
  479. 'PHPSHOP_COUPON_COMPLETE_ALL_FIELDS' => 'Please complete all fields.',
  480. 'PHPSHOP_COUPON_VALUE_NOT_NUMBER' => 'Coupon value must be a number.',
  481. 'PHPSHOP_COUPON_NEW_HEADER' => 'New Coupon',
  482. 'PHPSHOP_COUPON_COUPON_HEADER' => 'Coupon Code',
  483. 'PHPSHOP_COUPON_VALUE' => 'Value',
  484. 'PHPSHOP_COUPON_DISCOUNT' => 'Coupon Discount',
  485. 'PHPSHOP_COUPON_CODE_INVALID' => 'Coupon code not found. Please try again.',
  486. 'PHPSHOP_FREE_SHIPPING' => 'Free Shipping',
  487. 'PHPSHOP_FREE_SHIPPING_CUSTOMER_TEXT' => 'Shipping is free on this Order!',
  488. 'PHPSHOP_FREE_SHIPPING_AMOUNT' => 'Minimum Amount for Free Shipping',
  489. 'PHPSHOP_FREE_SHIPPING_AMOUNT_TOOLTIP' => 'The amount (INCLUDING TAX!) which is the Minimum for Free Shipping
  490. (example: <strong>50</strong> means Free Shipping when the customer checks out
  491. with $50 (including tax) or more.',
  492. 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE' => 'Bank Account Type',
  493. 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_CHECKING' => 'Checking',
  494. 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_BUSINESSCHECKING' => 'Business Checking',
  495. 'PHPSHOP_ACCOUNT_LBL_ACCOUNT_TYPE_SAVINGS' => 'Saving',
  496. 'PHPSHOP_PAYMENT_AN_RECURRING' => 'Recurring Billings?',
  497. 'PHPSHOP_PAYMENT_AN_RECURRING_TOOLTIP' => 'Define wether you want recurring billings.',
  498. 'PHPSHOP_INTERNAL_ERROR' => 'Internal Error processing the Request to',
  499. 'PHPSHOP_PAYMENT_ERROR' => 'Failure in Processing the Payment',
  500. 'PHPSHOP_PAYMENT_TRANSACTION_SUCCESS' => 'Payment successfully processed',
  501. 'PHPSHOP_UPS_RESPONSE_ERROR' => 'UPS was not able to process the Shipping Rate Request.',
  502. 'PHPSHOP_UPS_SHIPPING_GUARANTEED_DAYS' => 'Guaranteed Day(s) To Delivery',
  503. 'PHPSHOP_UPS_PICKUP_METHOD' => 'UPS Pickup Method',
  504. 'PHPSHOP_UPS_PICKUP_METHOD_TOOLTIP' => 'How do you give packages to UPS?',
  505. 'PHPSHOP_UPS_PACKAGE_TYPE' => 'UPS Packaging?',
  506. 'PHPSHOP_UPS_PACKAGE_TYPE_TOOLTIP' => 'Select the default Type of Packaging.',
  507. 'PHPSHOP_UPS_TYPE_RESIDENTIAL' => 'Residential Delivery?',
  508. 'PHPSHOP_UPS_RESIDENTIAL' => 'Residential (RES)',
  509. 'PHPSHOP_UPS_COMMERCIAL' => 'Commercial Delivery (COM)',
  510. 'PHPSHOP_UPS_RESIDENTIAL_TOOLTIP' => 'Quote for Residential (RES) or Commercial Delivery (COM).',
  511. 'PHPSHOP_UPS_HANDLING_FEE' => 'Handling Fee',
  512. 'PHPSHOP_UPS_HANDLING_FEE_TOOLTIP' => 'Your Handling fee for this shipping method.',
  513. 'PHPSHOP_UPS_TAX_CLASS' => 'Tax Class',
  514. 'PHPSHOP_UPS_TAX_CLASS_TOOLTIP' => 'Use the following tax class on the shipping fee.',
  515. 'PHPSHOP_ERROR_CODE' => 'Error Code',
  516. 'PHPSHOP_ERROR_DESC' => 'Error Description',
  517. 'PHPSHOP_CHANGE_TRANSACTION_KEY' => 'Show / Change the Transaction Key',
  518. 'PHPSHOP_PAYMENT_CVV2' => 'Request/Capture Credit Card Code Value (CVV2/CVC2/CID)',
  519. 'PHPSHOP_PAYMENT_CVV2_TOOLTIP' => 'Check for a valid CVV2/CVC2/CID value (three- or four-digit number on the back of a credit card, on the Front of American Express Cards)?',
  520. 'PHPSHOP_CUSTOMER_CVV2_TOOLTIP' => 'Please type in the three or four-digit number on the back of your credit card (On the Front of American Express Cards)',
  521. 'PHPSHOP_CUSTOMER_CVV2_ERROR' => 'You need to enter your Credit Card Code to proceed.',
  522. 'PHPSHOP_PRODUCT_FORM_ATTRIBUTE_LIST' => 'Attribute List',
  523. 'PHPSHOP_PRODUCT_FORM_CUSTOM_ATTRIBUTE_LIST' => 'Custom Attribute List',
  524. 'PHPSHOP_MULTISELECT' => 'Multiselect: use CTRL-Key and Mouse',
  525. 'PHPSHOP_ADMIN_CFG_ENABLE_EPN' => 'Enable eProcessingNetwork.com payment?',
  526. 'PHPSHOP_ADMIN_CFG_ENABLE_EPN_EXPLAIN' => 'Check to use eProcessingNetwork.com with phpShop.',
  527. 'PHPSHOP_ADMIN_CFG_ENABLE_EPN_TESTMODE' => 'Test mode ?',
  528. 'PHPSHOP_ADMIN_CFG_ENABLE_EPN_TESTMODE_EXPLAIN' => 'Select \'Yes\' while testing. Select \'No\' for enabling live transactions.',
  529. 'PHPSHOP_ADMIN_CFG_EPN_USERNAME' => 'eProcessingNetwork.com Login ID',
  530. 'PHPSHOP_ADMIN_CFG_EPN_USERNAME_EXPLAIN' => 'This is your eProcessingNetwork.com Login ID',
  531. 'PHPSHOP_ADMIN_CFG_EPN_KEY' => 'eProcessingNetwork.com Transaction Key',
  532. 'PHPSHOP_ADMIN_CFG_EPN_KEY_EXPLAIN' => 'This is your eProcessingNetwork.com Transaction Key',
  533. 'PHPSHOP_ADMIN_CFG_EPN_AUTENTICATIONTYPE' => 'Authentication Type',
  534. 'PHPSHOP_ADMIN_CFG_EPN_AUTENTICATIONTYPE_EXPLAIN' => 'This is the eProcessingNetwork.com authentication type.',
  535. 'PHPSHOP_RELATED_PRODUCTS' => 'Related Products',
  536. 'PHPSHOP_RELATED_PRODUCTS_HEADING' => 'You may also be interested in this/these product(s)',
  537. 'PHPSHOP_NONE' => 'none',
  538. 'PHPSHOP_ORDER_HISTORY' => 'Booking History',
  539. 'PHPSHOP_ORDER_HISTORY_COMMENT' => 'Comment',
  540. 'PHPSHOP_ORDER_HISTORY_COMMENT_EMAIL' => 'Comments on your Booking',
  541. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_USERNAME' => 'USPS shipping username',
  542. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_USERNAME_TOOLTIP' => 'USPS shipping username',
  543. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PASSWORD' => 'USPS shipping password',
  544. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PASSWORD_TOOLTIP' => 'USPS shipping password',
  545. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_SERVER' => 'USPS shipping server',
  546. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_SERVER_TOOLTIP' => 'USPS shipping server',
  547. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PATH' => 'USPS shipping path',
  548. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PATH_TOOLTIP' => 'USPS shipping path',
  549. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PACKAGESIZE' => 'USPS Package Size',
  550. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_PACKAGESIZE_TOOLTIP' => 'USPS Package Size',
  551. 'PHPSHOP_USPS_HANDLING_FEE' => 'Your Handling fee for this shipping method.',
  552. 'PHPSHOP_USPS_HANDLING_FEE_TOOLTIP' => 'Your Handling fee for this shipping method.',
  553. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_INTLHANDLINGFEE' => 'Your International Handling fee for USPS shipments.',
  554. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_INTLHANDLINGFEE_TOOLTIP' => 'Your International Handling fee for USPS shipments.',
  555. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_INTLLBRATE' => 'Your International per pound rate for USPS shipments.',
  556. 'PHPSHOP_ADMIN_CFG_STORE_SHIPPING_METHOD_USPS_INTLLBRATE_TOOLTIP' => 'Your International per pound rate for USPS shipments.',
  557. 'PHPSHOP_USPS_RESPONSE_ERROR' => 'USPS was not able to process the Shipping Rate Request.',
  558. 'PHPSHOP_PRODUCT_TYPE_LIST_LBL' => 'Product Type List',
  559. 'PHPSHOP_PRODUCT_TYPE_ADDEDIT' => 'Add/Edit Product Type',
  560. 'PHPSHOP_PRODUCT_PRODUCT_TYPE_LIST_MNU' => 'List Product Types',
  561. 'PHPSHOP_PRODUCT_PRODUCT_TYPE_FORM_MNU' => 'Add Product Type',
  562. 'PHPSHOP_PRODUCT_TYPE_PARAMETER_FORM_DESCRIPTION' => 'Parameter Description',
  563. 'PHPSHOP_PRODUCT_TYPE_PARAMETER_FORM_TYPE' => 'Parameter Type',
  564. 'PHPSHOP_PRODUCT_TYPE_PARAMETER_FORM_TYPE_DATE_FORMAT' => 'YYYY-MM-DD',
  565. 'PHPSHOP_PRODUCT_TYPE_PARAMETER_FORM_TYPE_TIME_FORMAT' => 'HH:MM:SS',
  566. 'PHPSHOP_PARAMETER_SEARCH' => 'Advanced Search according to Parameters',
  567. 'PHPSHOP_PARAMETER_SEARCH_IN_CATEGORY' => 'Search in Category',
  568. 'PHPSHOP_PARAMETER_SEARCH_CHANGE_PARAMETERS' => 'Change Parameters',
  569. 'PHPSHOP_PARAMETER_SEARCH_DESCENDING_ORDER' => 'Descending order',
  570. 'PHPSHOP_PARAMETER_SEARCH_ASCENDING_ORDER' => 'Ascending order',
  571. 'PHPSHOP_PRODUCT_TYPE_PARAMETERS_IN_CATEGORY' => 'Parameters of Category',
  572. 'PHPSHOP_FEE' => 'Fee',
  573. 'PHPSHOP_BACK_TO_COUNTRY' => 'Back to the country',
  574. 'PHPSHOP_ADD_STATE' => 'Add a State',
  575. 'PHPSHOP_LIST_STATES' => 'List States',
  576. 'PHPSHOP_SHOW_FEATURED' => 'featured products',
  577. 'PHPSHOP_USER_SEND_REGISTRATION_DETAILS' => 'Hello %s,
  578. Thank you for registering at %s. Your customer account has been created.
  579. You may login to %s using the following username and password:
  580. Username - %s
  581. Password - %s
  582. ',
  583. 'PEAR_LOG_CRIT' => 'Critical',
  584. 'PEAR_LOG_ERR' => 'Error',
  585. 'PEAR_LOG_WARNING' => 'Warning',
  586. 'PEAR_LOG_INFO' => 'Info',
  587. 'PEAR_LOG_TIP' => 'Info',
  588. 'PEAR_LOG_ALERT' => 'Alert',
  589. 'PEAR_LOG_EMERG' => 'Emergency',
  590. 'PEAR_LOG_NOTICE' => 'Notice',
  591. 'PEAR_LOG_DEBUG' => 'Debug',
  592. 'PHPSHOP_ADMIN_CFG_ENABLE_PFP_TESTMODE' => 'Test mode ?',
  593. 'PHPSHOP_ADMIN_CFG_ENABLE_PFP_TESTMODE_EXPLAIN' => 'Select \'Yes\' while testing. Select \'No\' for enabling live transactions.',
  594. 'PHPSHOP_ADMIN_CFG_PFP_PARTNER' => 'VeriSign processing Partner ID',
  595. 'PHPSHOP_ADMIN_CFG_PFP_PARTNET_EXPLAIN' => 'The Partner ID provided to you by the authorized VeriSign Reseller that registered you for the PayFlow Pro service',
  596. 'VM_MANAGE_USER_FIELDS' => 'Manage User Fields',
  597. 'VM_FIELDMANAGER_REORDER' => 'Reordering',
  598. 'VM_PRODUCTS_MOVE_TOOLBAR' => 'Move Products',
  599. 'VM_ADMIN_CFG_PAYPAL_NOTIFYSCRIPT_TIP' => 'When enabled, let\'s you test your Notify Script File %s through this Testing Form: <a href="http://www.eliteweaver.co.uk/testing/ipntest.php" target="_blank">www.eliteweaver.co.uk/testing/ipntest.php</a>',
  600. 'VM_ADMIN_CFG_PAYPAL_STATUS_PENDING_EXPLAIN' => 'The booking Status to which Bookings are set, which have no completed Payment Transaction.
  601. The transaction was not cancelled in this case, but it is just pending and waiting for completion.',
  602. 'VM_ADMIN_CFG_PAYPAL_STATUS_PENDING' => 'Booking Status for Pending Payments',
  603. 'VM_SHIPPING_MODULE_LIST_LBL' => 'Shipping Module List',
  604. 'VM_ENABLED' => 'enabled',
  605. 'VM_DISABLED' => 'disabled',
  606. 'VM_ABOUT' => 'About',
  607. 'VM_HELP_TOPICS' => 'Help Topics',
  608. 'VM_COMMUNITY_FORUM' => 'Forum',
  609. 'VM_CONFIGURATION_CHANGE_SUCCESS' => 'The configuration details have been updated!',
  610. 'VM_CONFIGURATION_CHANGE_FAILURE' => 'Unable to write into the configuration file %s!',
  611. 'VM_WRITABLE' => 'Writeable',
  612. 'VM_UNWRITABLE' => 'Unwriteable',
  613. 'VM_FEDEX_ACCOUNT_NUMBER' => 'FedEx Account Number',
  614. 'VM_FEDEX_METER_NUMBER' => 'FedEx Meter Number',
  615. 'VM_FEDEX_METER_NUMBER_TIP' => 'The meter number you have received from FedEx',
  616. 'VM_FEDEX_URI' => 'FedEx Server Address',
  617. 'VM_FEDEX_URI_TIP' => 'Per FedEx request the addresses to FedEx\'s API servers are not included (FEDEX_URI). Please register with FedEx to receive this information (<a href="http://www.fedex.com/globaldeveloper/shipapi/">www.fedex.com/globaldeveloper/shipapi/</a>).
  618. <br/>Default for testing is: <strong>https://gatewaybeta.fedex.com/GatewayDC</strong>',
  619. 'VM_ORDER_EXPORT' => 'Export Modules',
  620. 'VM_ORDER_EXPORT_MODULE_LIST_MNU' => 'List Export Modules',
  621. 'VM_ORDER_EXPORT_MODULE_FORM_MNU' => 'Add Export Module',
  622. 'VM_TAXDETAILS_LABEL' => 'Tax Total contains',
  623. 'PHPSHOP_REVIEW_MODIFIED' => 'The review has been updated.',
  624. 'VM_RECOMMEND_FORM_MESSAGE' => 'Your message',
  625. 'VM_RECOMMEND_MESSAGE' => 'Hello,
  626. I\'ve found this great product on %s that might be of interest for you.
  627. You can find it here:
  628. %s
  629. Regards.',
  630. 'VM_ENQUIRY_SHOPPER_EMAIL_SUBJECT' => '%s - Confirmation of your enquiry',
  631. 'VM_ENQUIRY_VENDOR_EMAIL_SUBJECT' => '%s - Product enquiry for Product Name: %s',
  632. 'VM_ENQUIRY_SHOPPER_EMAIL_MESSAGE' => 'Confirmation of receipt of your enquiry
  633. Thank you for enquiry with {vendor_name} regarding:
  634. Product Name: {product_name}
  635. Product SKU: {product_sku}
  636. Product Link: {product_url}
  637. We will contact you soon regarding your enquiry.
  638. (Please do not reply to this email)',
  639. 'VM_ENQUIRY_VENDOR_EMAIL_MESSAGE' => 'You have received a product enquiry from {shopper_name} regarding the following product:
  640. Product Name: {product_name}
  641. Product SKU: {product_sku}
  642. Enquiry:
  643. {shopper_message}
  644. URL: {product_url}
  645. Mail mailto: {shopper_email}',
  646. 'VM_RECOMMEND_SUBJECT' => 'Product recommendation at %s',
  647. 'VM_RECOMMEND_DONE' => 'Recommendation sent successfully!',
  648. 'VM_RECOMMEND_FAILED' => 'Recommendation could not be sent!',
  649. 'VM_LEGALINFO_SHORTTEXT' => '<h5>Returns Policy</h5>
  650. You can cancel this booking within two weeks after we have received it.
  651. You can return new, unopened items from a cancelled booking within 2 weeks after they have been
  652. delivered to you. Items should be returned in their original packaging.
  653. For more information on cancelling bookings, see the <a href="%s" onclick="%s" target="_blank">Our Returns Policy</a> page.',
  654. 'VM_SESSION_SAVEPATH_UNWRITABLE_TMPFIX' => 'The directory to store session data is not writable. Please correct this or contact your provider.',
  655. 'VM_SESSION_SAVEPATH_UNWRITABLE' => 'The Session Save Path %s is not writable. Please correct this! The shop is temporarily trying to use the %s instead.',
  656. 'VM_SESSION_COOKIES_NOT_ACCEPTED_TIP' => 'Your browser does not accept cookies. To put products into your cart and purchase them you need to enable cookies.',
  657. 'BUTTON_SEND_REG' => 'Send Registration',
  658. 'CONTACT_FORM_NC' => 'Please make sure the form is complete and valid.',
  659. 'CMN_REQUIRED' => 'Required',
  660. 'CMN_NEW' => 'New',
  661. 'CMN_SAVE' => 'Save',
  662. 'CMN_NEW_ITEM_LAST' => 'New items default to the last place. Ordering can be changed after this item is saved.',
  663. 'CMN_OPTIONAL' => 'Optional',
  664. 'E_APPLY' => 'Apply',
  665. 'E_IMAGES' => 'Images',
  666. 'URL' => 'URL:',
  667. 'E_REMOVE' => 'Remove',
  668. 'PN_LT' => '<',
  669. 'PN_RT' => '>',
  670. 'PN_PAGE' => 'Page',
  671. 'PN_OF' => 'of',
  672. 'PN_START' => 'Start',
  673. 'PN_PREVIOUS' => 'Prev',
  674. 'PN_NEXT' => 'Next',
  675. 'PN_END' => 'End',
  676. 'PN_DISPLAY_NR' => 'Display #',
  677. 'PN_RESULTS' => 'Results',
  678. 'CMN_PRINT' => 'Print',
  679. 'CMN_PDF' => 'PDF',
  680. 'CMN_EMAIL' => 'E-mail',
  681. 'BACK' => 'Back',
  682. 'USERNAME' => 'Username',
  683. 'PASSWORD' => 'Password',
  684. 'BUTTON_LOGIN' => 'Login',
  685. 'REGISTER_UNAME' => 'Username',
  686. 'REGISTER_EMAIL' => 'Email',
  687. 'REGWARN_MAIL' => 'Please enter a valid e-mail address.',
  688. 'SEND_SUB' => 'Account details for %s at %s',
  689. 'ASEND_MSG' => 'Hello %s,
  690. A new user has registered at %s.
  691. This email contains their details:
  692. Name - %s
  693. e-mail - %s
  694. Username - %s
  695. Please do not respond to this message as it is automatically generated and is for information purposes only',
  696. 'REG_COMPLETE' => '<div class="componentheading">Registration Complete!</div>',
  697. 'REG_COMPLETE_ACTIVATE' => '<div class="componentheading">Registration Completed!</div><br />Your account has been created and activation link has been sent to the e-mail address you entered. Note that you must activate the account by clicking on the activation link when you get the e-mail before you can login.',
  698. 'DATE_FORMAT_LC' => '%A, %d %B %Y',
  699. 'VM_CART_PRODUCT_ADDED' => 'The product was added to your cart.',
  700. 'VM_CART_PRODUCT_UPDATED' => 'The product quantity has been updated.',
  701. 'CMN_OK' => 'Ok',
  702. 'CMN_CONTINUE' => 'Continue',
  703. 'CMN_CANCEL' => 'Cancel',
  704. 'VM_USERGROUP_LBL' => 'User Groups',
  705. 'VM_CART_MIN_ORDER' => 'The minimum order level for this product is $min items.',
  706. 'VM_CART_MAX_ORDER' => 'The maximum order level for this product is $max items.',
  707. 'ITEM_PREVIOUS' => 'previous',
  708. 'ITEM_NEXT' => 'next',
  709. 'VM_ORDER_EDIT_ACTIONS' => 'Actions',
  710. 'VM_ORDER_EDIT' => 'Modify Booking',
  711. 'VM_ORDER_EDIT_ADD' => 'Add',
  712. 'VM_ORDER_EDIT_ADD_PRODUCT' => 'Add product',
  713. 'VM_ORDER_EDIT_EDIT_ORDER' => 'Modify booking',
  714. 'VM_ORDER_EDIT_ERROR_QUANTITY_MUST_BE_HIGHER_THAN_0' => 'The quantity has to be more than 0',
  715. 'VM_ORDER_EDIT_PRODUCT_ADDED' => 'Product successfully added to the booking',
  716. 'VM_ORDER_EDIT_PRODUCT_DELETED' => 'Product successfully removed from the booking',
  717. 'VM_ORDER_EDIT_QUANTITY_UPDATED' => 'Quantity successfully updated',
  718. 'VM_ORDER_EDIT_RETURN_PARENTS' => 'Back to the parent product',
  719. 'VM_ORDER_EDIT_CHOOSE_PRODUCT' => 'Choose a product',
  720. 'PHPSHOP_PRODUCT_FORM_ATTRIBUTE_NEW' => 'New Attribute',
  721. 'PHPSHOP_PRODUCT_FORM_PROPERTY_NEW' => 'New Property',
  722. 'PHPSHOP_PRODUCT_FORM_PROPERTY' => 'Property',
  723. 'PHPSHOP_PRODUCT_FORM_ATTRIBUTE_DELETE' => 'Delete Attribute',
  724. 'LAST_UPDATED' => 'Last Updated',
  725. 'NOT_AUTH' => 'You are not authorized to view this resource.',
  726. 'DO_LOGIN' => 'You need to login.',
  727. 'VALID_AZ09' => 'Please enter a valid %s. No spaces, more than %d characters and contain 0-9,a-z,A-Z',
  728. 'CMN_PUBLISHED' => 'Published',
  729. 'CMN_UNPUBLISHED' => 'Unpublished',
  730. 'MORE' => 'More...',
  731. 'BUTTON_LOGOUT' => 'Logout',
  732. 'NO_ACCOUNT' => 'No account yet?',
  733. 'CREATE_ACCOUNT' => 'Register',
  734. 'REGWARN_PASS' => 'Please enter a valid password. No spaces, more than 6 characters and contain 0-9,a-z,A-Z',
  735. 'REGWARN_VPASS1' => 'Please verify the password.',
  736. 'REGWARN_VPASS2' => 'Password and verification do not match, please try again.',
  737. 'USEND_MSG_ACTIVATE' => 'Hello %s,
  738. Thank you for registering at %s. Your account is created and must be activated before you can use it.
  739. To activate the account click on the following link or copy-paste it in your browser:
  740. %s
  741. After activation you may login to %s using the following username and password:
  742. Username - %s
  743. Password - %s',
  744. 'USEND_MSG' => 'Hello %s,
  745. Thank you for registering at %s.
  746. You may now login to %s using the username and password you registered with.',
  747. 'HI' => 'Hi',
  748. 'NEW_USER_MESSAGE_SUBJECT' => 'New User Details',
  749. 'NEW_USER_MESSAGE' => 'Hello %s,
  750. You have been added as a user to %s by an Administrator.
  751. This email contains your username and password to log into the %s
  752. Username - %s
  753. Password - %s
  754. Please do not respond to this message as it is automatically generated and is for information purposes only',
  755. 'REMEMBER_ME' => 'Remember me',
  756. 'DAY' => 'Day',
  757. 'MONTH' => 'Month',
  758. 'YEAR' => 'Year',
  759. 'JAN' => 'January',
  760. 'FEB' => 'February',
  761. 'MAR' => 'March',
  762. 'APR' => 'April',
  763. 'MAY' => 'May',
  764. 'JUN' => 'June',
  765. 'JUL' => 'July',
  766. 'AUG' => 'August',
  767. 'SEP' => 'September',
  768. 'OCT' => 'October',
  769. 'NOV' => 'November',
  770. 'DEC' => 'December',
  771. 'JAN_SHORT' => 'Jan',
  772. 'FEB_SHORT' => 'Feb',
  773. 'MAR_SHORT' => 'Mar',
  774. 'APR_SHORT' => 'Apr',
  775. 'MAY_SHORT' => 'May',
  776. 'JUN_SHORT' => 'Jun',
  777. 'JUL_SHORT' => 'Jul',
  778. 'AUG_SHORT' => 'Aug',
  779. 'SEP_SHORT' => 'Sep',
  780. 'OCT_SHORT' => 'Oct',
  781. 'NOV_SHORT' => 'Nov',
  782. 'DEC_SHORT' => 'Dec',
  783. 'VM_DOWNLOAD_FILE_NOTREADABLE' => 'Sorry, but the requested file can\'t be read from the Server',
  784. 'VM_DOWNLOAD_FILE_NOTFOUND' => 'Sorry, but the requested file wasn\'t found. Possible Cause: Wrong path',
  785. 'VALID_EUVATID' => 'Please enter a valid EU VAT ID',
  786. 'VM_REGISTER_ACCOUNT' => 'Register an Account?<br />
  787. An Account allows you to come back to this shop and view all the bookings you have made.',
  788. 'RELOAD' => 'Reload',
  789. 'VM_FEED_SUBSCRIBE_TITLE' => 'Subscribe to the Feed of the latest Products!',
  790. 'VM_FEED_SUBSCRIBE_TOCATEGORY_TITLE' => 'Subscribe to the Feed of the latest Products in this Category!',
  791. 'VM_FEDEX_ACCOUNT_SETTINGS' => 'FedEx Account Settings',
  792. 'VM_FEDEX_TAXES_FEES' => 'Taxes and Fees',
  793. 'VM_FEDEX_ADDITIONAL_SETTINGS' => 'Additional Settings',
  794. 'VM_FEDEX_TAX_CLASS' => 'Tax Class',
  795. 'VM_FEDEX_TAX_CLASS_TOOLTIP' => 'This tax rate will be applied to the shipping fee.',
  796. 'VM_FEDEX_HANDLING_FEE' => 'Handling Fee',
  797. 'VM_FEDEX_HANDLING_FEE_TOOLTIP' => 'Specify an additional handling fee, if desired.',
  798. 'VM_FEDEX_SERVICES' => 'Allowed Services',
  799. 'VM_FEDEX_SIGNATURE_OPTION' => 'Signature Option',
  800. 'VM_FEDEX_SIGNATURE_OPTION_1' => 'Deliver without signature',
  801. 'VM_FEDEX_SIGNATURE_OPTION_2' => 'Indirect signature',
  802. 'VM_FEDEX_SIGNATURE_OPTION_3' => 'Direct signature',
  803. 'VM_FEDEX_SIGNATURE_OPTION_4' => 'Adult signature',
  804. 'VM_FEDEX_SORT_ORDER' => 'Rate Display Order',
  805. 'VM_FEDEX_SORT_ASC' => 'Ascending',
  806. 'VM_FEDEX_SORT_DESC' => 'Descending',
  807. 'VM_FEDEX_ERR_METER_NUMBER' => 'Error updating the Meter Number.',
  808. 'VM_FEDEX_LBL_METHOD' => 'Shipping Method',
  809. 'VM_FEDEX_LBL_PRICE' => 'Price',
  810. 'VM_FEATURED_PRODUCT' => 'Featured Products',
  811. 'VM_RECENT_PRODUCTS' => 'Recently Viewed Products',
  812. 'VM_ADMIN_SIMPLE_LAYOUT' => 'Simple Layout',
  813. 'VM_ADMIN_EXTENDED_LAYOUT' => 'Extended Layout',
  814. 'VM_YOUR_VERSION' => 'Your Version',
  815. 'VM_ADMIN_BACKTOJOOMLA' => 'Back to Joomla! Administration',
  816. 'VM_ADMIN_PANELTITLE' => 'VirtueMart Administration Panel',
  817. 'VM_VERSIONCHECK_TITLE' => 'VirtueMart Version Check',
  818. 'VM_VERSIONCHECK_NOW' => 'Check for latest version',
  819. 'LOST_PASSWORD' => 'Lost Password?',
  820. 'PHPSHOP_USPS_PADDING' => 'Percent to pad weight for shipping package. (Include %)',
  821. 'PHPSHOP_USPS_PADDING_TOOLTIP' => 'Pad the shipping weight to allow additional weight for shipping box and packing. Using this allows you to put actual weight in your items weight settings. Requires you to have the % sign included. Example 15%',
  822. 'PHPSHOP_SHIPPING_METHOD_DHL_INTERNATIONAL_ENABLED' => 'Enable International Express Shipping Method',
  823. 'PHPSHOP_SHIPPING_METHOD_DHL_INTERNATIONAL_ENABLED_TOOLTIP' => 'Get shipping estimates for International Express shipping method.',
  824. 'PHPSHOP_SHIPPING_METHOD_DHL_DOMESTIC_PACKAGE' => 'Domestic Package Type',
  825. 'PHPSHOP_SHIPPING_METHOD_DHL_DOMESTIC_PACKAGE_TOOLTIP' => 'Domestic Package Type',
  826. 'PHPSHOP_SHIPPING_METHOD_DHL_INTERNATIONAL_PACKAGE' => 'International Package Type',
  827. 'PHPSHOP_SHIPPING_METHOD_DHL_INTERNATIONAL_PACKAGE_TOOLTIP' => 'International Package Type',
  828. 'PHPSHOP_SHIPPING_METHOD_DHL_PACKAGE_LETTER' => 'Letter/Envelope',
  829. 'PHPSHOP_SHIPPING_METHOD_DHL_PACKAGE_PACKAGE' => 'Package',
  830. 'PHPSHOP_SHIPPING_METHOD_DHL_PACKAGE_DHL_PACKAGE' => 'DHL Packaging',
  831. 'PHPSHOP_SHIPPING_METHOD_DHL_PACKAGE_OTHER' => 'Your Packaging',
  832. 'PHPSHOP_SHIPPING_METHOD_DHL_CONTENT_DESC' => 'Shipping Contents Description (for Intl.)',
  833. 'PHPSHOP_SHIPPING_METHOD_DHL_CONTENT_DESC_TOOLTIP' => 'Shipping contents description for use with international shipments. Harmonizing codes would be a good choice.',
  834. 'PHPSHOP_SHIPPING_METHOD_DHL_EXPRESS' => 'Express',
  835. 'PHPSHOP_SHIPPING_METHOD_DHL_NEXT_AFTERNOON' => 'Next Afternoon',
  836. 'PHPSHOP_SHIPPING_METHOD_DHL_SECOND_DAY' => 'Second Day',
  837. 'PHPSHOP_SHIPPING_METHOD…

Large files files are truncated, but you can click here to view the full file