/catalog/language/en-gb/checkout/checkout.php

https://gitlab.com/dadangnh/sb1-bon · PHP · 94 lines · 85 code · 4 blank · 5 comment · 0 complexity · 08cf7d7623218cb5d89b9298fe82fc50 MD5 · raw file

  1. <?php
  2. // Heading
  3. $_['heading_title'] = 'Checkout';
  4. // Text
  5. $_['text_cart'] = 'Shopping Cart';
  6. $_['text_checkout_option'] = 'Step %s: Checkout Options';
  7. $_['text_checkout_account'] = 'Step %s: Account &amp; Billing Details';
  8. $_['text_checkout_payment_address'] = 'Step %s: Billing Details';
  9. $_['text_checkout_shipping_address'] = 'Step %s: Delivery Details';
  10. $_['text_checkout_shipping_method'] = 'Step %s: Delivery Method';
  11. $_['text_checkout_payment_method'] = 'Step %s: Payment Method';
  12. $_['text_checkout_confirm'] = 'Step %s: Confirm Order';
  13. $_['text_modify'] = 'Modify &raquo;';
  14. $_['text_new_customer'] = 'New Customer';
  15. $_['text_returning_customer'] = 'Returning Customer';
  16. $_['text_checkout'] = 'Checkout Options:';
  17. $_['text_i_am_returning_customer'] = 'I am a returning customer';
  18. $_['text_register'] = 'Register Account';
  19. $_['text_guest'] = 'Guest Checkout';
  20. $_['text_register_account'] = 'By creating an account you will be able to shop faster, be up to date on an order\'s status, and keep track of the orders you have previously made.';
  21. $_['text_forgotten'] = 'Forgotten Password';
  22. $_['text_your_details'] = 'Your Personal Details';
  23. $_['text_your_address'] = 'Your Address';
  24. $_['text_your_password'] = 'Your Password';
  25. $_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
  26. $_['text_address_new'] = 'I want to use a new address';
  27. $_['text_address_existing'] = 'I want to use an existing address';
  28. $_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
  29. $_['text_payment_method'] = 'Please select the preferred payment method to use on this order.';
  30. $_['text_comments'] = 'Add Comments About Your Order';
  31. $_['text_recurring_item'] = 'Recurring Item';
  32. $_['text_payment_recurring'] = 'Payment Profile';
  33. $_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then';
  34. $_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)';
  35. $_['text_payment_cancel'] = '%s every %d %s(s) until canceled';
  36. $_['text_day'] = 'day';
  37. $_['text_week'] = 'week';
  38. $_['text_semi_month'] = 'half-month';
  39. $_['text_month'] = 'month';
  40. $_['text_year'] = 'year';
  41. // Column
  42. $_['column_name'] = 'Product Name';
  43. $_['column_model'] = 'Model';
  44. $_['column_quantity'] = 'Quantity';
  45. $_['column_price'] = 'Unit Price';
  46. $_['column_total'] = 'Total';
  47. // Entry
  48. $_['entry_email_address'] = 'E-Mail Address';
  49. $_['entry_email'] = 'E-Mail';
  50. $_['entry_password'] = 'Password';
  51. $_['entry_confirm'] = 'Password Confirm';
  52. $_['entry_firstname'] = 'First Name';
  53. $_['entry_lastname'] = 'Last Name';
  54. $_['entry_telephone'] = 'Telephone';
  55. $_['entry_fax'] = 'Fax';
  56. $_['entry_address'] = 'Choose Address';
  57. $_['entry_company'] = 'Company';
  58. $_['entry_customer_group'] = 'Customer Group';
  59. $_['entry_address_1'] = 'Address 1';
  60. $_['entry_address_2'] = 'Address 2';
  61. $_['entry_postcode'] = 'Post Code';
  62. $_['entry_city'] = 'City';
  63. $_['entry_country'] = 'Country';
  64. $_['entry_zone'] = 'Region / State';
  65. $_['entry_newsletter'] = 'I wish to subscribe to the %s newsletter.';
  66. $_['entry_shipping'] = 'My delivery and billing addresses are the same.';
  67. // Error
  68. $_['error_warning'] = 'There was a problem while trying to process your order! If the problem persists please try selecting a different payment method or you can contact the store owner by <a href="%s">clicking here</a>.';
  69. $_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.';
  70. $_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
  71. $_['error_approved'] = 'Warning: Your account requires approval before you can login.';
  72. $_['error_exists'] = 'Warning: E-Mail Address is already registered!';
  73. $_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
  74. $_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
  75. $_['error_email'] = 'E-Mail address does not appear to be valid!';
  76. $_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
  77. $_['error_password'] = 'Password must be between 4 and 20 characters!';
  78. $_['error_confirm'] = 'Password confirmation does not match password!';
  79. $_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
  80. $_['error_city'] = 'City must be between 2 and 128 characters!';
  81. $_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
  82. $_['error_country'] = 'Please select a country!';
  83. $_['error_zone'] = 'Please select a region / state!';
  84. $_['error_agree'] = 'Warning: You must agree to the %s!';
  85. $_['error_address'] = 'Warning: You must select address!';
  86. $_['error_shipping'] = 'Warning: Shipping method required!';
  87. $_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
  88. $_['error_payment'] = 'Warning: Payment method required!';
  89. $_['error_no_payment'] = 'Warning: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
  90. $_['error_custom_field'] = '%s required!';