moneybookers.php

来自「PHP 建站工具,CMS系统,类似与oscommerce」· PHP 代码 · 共 52 行

PHP
52
字号
<?php
/* -----------------------------------------------------------------------------------------
   $Id: moneybookers.php,v 1.2 2004/04/01 14:19:25 oldpa   Exp $

   TWE-Commerce - community made shopping
   http://www.oldpa.com.tw   Copyright (c) 2003 TWE-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(moneybookers.php,v 1.01 2003/01/20); www.oscommerce.com

   Released under the GNU General Public License
   -----------------------------------------------------------------------------------------
   Third Party contributions:
   Moneybookers v1.0                       Autor:    Gabor Mate  <gabor(at)jamaga.hu>

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/

  define('MODULE_PAYMENT_MONEYBOOKERS_TEXT_TITLE', 'Moneybookers.com');
  define('MODULE_PAYMENT_MONEYBOOKERS_TEXT_DESCRIPTION', 'Moneybookers.com');
  define('MODULE_PAYMENT_MONEYBOOKERS_TEXT_EMAIL_FOOTER', 'Thank you for your order! You can check your moneybookers.com account at http://www.moneybookers.com');
  define('MODULE_PAYMENT_MONEYBOOKERS_NOCURRENCY_ERROR', 'There\'s no moneybookers.com accepted currency installed!');
  define('MODULE_PAYMENT_MONEYBOOKERS_ERRORTEXT1', 'payment_error=');
  define('MODULE_PAYMENT_MONEYBOOKERS_ERRORTEXT2', '&error=There was an error during your payment at moneybookers.com!');
  define('MODULE_PAYMENT_MONEYBOOKERS_ORDER_TEXT', 'Date of the order: ');
  define('MODULE_PAYMENT_MONEYBOOKERS_TEXT_ERROR', 'Payment error!');
  define('MODULE_PAYMENT_MONEYBOOKERS_CONFIRMATION_TEXT', 'Thank you for your order!');
  define('MODULE_PAYMENT_MONEYBOOKERS_TRANSACTION_FAILED_TEXT', 'Your payment transaction at moneybookers.com has failed. Please try again, or select an other payment option!');
  define('MODULE_PAYMENT_MONEYBOOKERS_ORDER_COMMENT1', 'The transaction id for this order is: ');
  define('MODULE_PAYMENT_MONEYBOOKERS_ORDER_COMMENT2', 'Please note this transaction number for future reference, and mention it with the order number in all your support query. This allows us to help you more quickly and efficiently. Thank you! NB: You\'ll find always the transaction number at Your Account/Order history, in the comment part of the order.');

  define('MODULE_PAYMENT_MONEYBOOKERS_STATUS_TITLE','Enable Moneybookers Module');
  define('MODULE_PAYMENT_MONEYBOOKERS_STATUS_DESC','Do you want to accept Moneybookers.com payments?');
  define('MODULE_PAYMENT_MONEYBOOKERS_EMAILID_TITLE','eMail Address');
  define('MODULE_PAYMENT_MONEYBOOKERS_EMAILID_DESC','Merchant\'s eMail address registered at moneybookers.com');
  define('MODULE_PAYMENT_MONEYBOOKERS_PWD_TITLE','Moneybookers password');
  define('MODULE_PAYMENT_MONEYBOOKERS_PWD_DESC','Enter your moneybookers password (it is required for the transaction result query!)');
  define('MODULE_PAYMENT_MONEYBOOKERS_REFID_TITLE','Referral ID');
  define('MODULE_PAYMENT_MONEYBOOKERS_REFID_DESC','Your personal Referral ID from moneybookers.com');
  define('MODULE_PAYMENT_MONEYBOOKERS_SORT_ORDER_TITLE','Sort order of display.');
  define('MODULE_PAYMENT_MONEYBOOKERS_SORT_ORDER_DESC','Sort order of display. Lowest is displayed first.');
  define('MODULE_PAYMENT_MONEYBOOKERS_CURRENCY_TITLE','Transaction Currency');
  define('MODULE_PAYMENT_MONEYBOOKERS_CURRENCY_DESC','Select the default currency for the payment transactions. If the user selected currency is not available at moneybookers.com, this currency will be the payment currency.');
  define('MODULE_PAYMENT_MONEYBOOKERS_LANGUAGE_TITLE','Transaction Language');
  define('MODULE_PAYMENT_MONEYBOOKERS_LANGUAGE_DESC','Select the default language for the payment transactions. If the user selected language is not available at moneybookers.com, this currency will be the payment language.');
  define('MODULE_PAYMENT_MONEYBOOKERS_ZONE_TITLE','Payment Zone');
  define('MODULE_PAYMENT_MONEYBOOKERS_ZONE_DESC','If a zone is selected, only enable this payment method for that zone.');
  define('MODULE_PAYMENT_MONEYBOOKERS_ORDER_STATUS_ID_TITLE','Set Order Status');
  define('MODULE_PAYMENT_MONEYBOOKERS_ORDER_STATUS_ID_DESC','Set the status of orders made with this payment module to this value');
  ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?