PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/dgough/annamaria-daneswood-25102012
PHP | 65 lines | 47 code | 2 blank | 16 comment | 2 complexity | 4f50c78de5173205501a0838346ba235 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  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_NO_CUSTOMER' => 'You are not a Registered Customer yet. Please provide your Billing Information.',
  22. 'PHPSHOP_THANKYOU' => 'Thank you for your booking.',
  23. 'PHPSHOP_EMAIL_SENDTO' => 'A confirmation email has been sent to',
  24. 'PHPSHOP_CHECKOUT_NEXT' => 'Next',
  25. 'PHPSHOP_CHECKOUT_CONF_BILLINFO' => 'Billing Information',
  26. 'PHPSHOP_CHECKOUT_CONF_COMPANY' => 'Company',
  27. 'PHPSHOP_CHECKOUT_CONF_NAME' => 'Name',
  28. 'PHPSHOP_CHECKOUT_CONF_ADDRESS' => 'Address',
  29. 'PHPSHOP_CHECKOUT_CONF_EMAIL' => 'Email',
  30. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO' => 'Shipping Information',
  31. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO_COMPANY' => 'Company',
  32. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO_NAME' => 'Name',
  33. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO_ADDRESS' => 'Address',
  34. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO_PHONE' => 'Phone',
  35. 'PHPSHOP_CHECKOUT_CONF_SHIPINFO_FAX' => 'Fax',
  36. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_METHOD' => 'Payment Method',
  37. 'PHPSHOP_CHECKOUT_CONF_PAYINFO_REQINFO' => 'required infomation when Payment via Credit Card is selected',
  38. 'PHPSHOP_PAYPAL_THANKYOU' => 'Thanks for your payment.
  39. The transaction was successful. You will get a confirmation e-mail for the transaction by PayPal.
  40. You can now continue or log in at <a href=http://www.paypal.com>www.paypal.com</a> to see the transaction details.',
  41. 'PHPSHOP_PAYPAL_ERROR' => 'An error occured while processing your transaction. The status of your order could not be updated.',
  42. 'PHPSHOP_THANKYOU_SUCCESS' => 'Your booking has been successfully placed!',
  43. 'VM_CHECKOUT_TITLE_TAG' => 'Booking: Step %s of %s',
  44. 'VM_CHECKOUT_ORDERIDNOTSET' => 'Booking ID is not set or emtpy!',
  45. 'VM_CHECKOUT_FAILURE' => 'Failure',
  46. 'VM_CHECKOUT_SUCCESS' => 'Success',
  47. 'VM_CHECKOUT_PAGE_GATEWAY_EXPLAIN_1' => 'This page is located on the webshop\'s website.',
  48. 'VM_CHECKOUT_PAGE_GATEWAY_EXPLAIN_2' => 'The gateway execute the page on the website, and the shows the result SSL Encrypted.',
  49. 'VM_CHECKOUT_CCV_CODE' => 'Credit Card Validation Code',
  50. 'VM_CHECKOUT_CCV_CODE_TIPTITLE' => 'What\'s the Credit Card Validation Code?',
  51. 'VM_CHECKOUT_MD5_FAILED' => 'MD5 Check failed',
  52. 'VM_CHECKOUT_ORDERNOTFOUND' => 'Booking not found',
  53. 'VM_CHECKOUT_ECHEQUE' => 'For an electronic version of a paper cheque, see example below.',
  54. 'VM_CHECKOUT_ECHEQUE_DETAILS' => 'You can find your banking details on your bank statement. Please enter your 9 digit routing rumber in the field above.',
  55. 'VM_CHECKOUT_CREDITCARD' => 'Please enter the credit card number with no spaces.',
  56. 'PHPSHOP_EPAY_PAYMENT_CARDTYPE' => 'The payment is
  57. created by %s <img
  58. src="/components/com_virtuemart/shop_image/ps_image/epay_images/%s"
  59. border="0">',
  60. //checkout.itransact
  61. 'VM_CHECKOUT_THANK_YOU' => 'Thank you for your payment, our system has logged that the payment cleared successfully.',
  62. ); $VM_LANG->initModule( 'checkout', $langvars );
  63. ?>