Blame view

modules/PaypalStandard/Resources/lang/en-GB/paypalstandard.php 491 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
  
  return [
  
      'paypalstandard'   => 'Paypal Standard',
      'email'            => 'Email',
      'mode'             => 'Mode',
      'debug'            => 'Debug',
      'transaction'      => 'Transaction',
      'customer'         => 'Show to Customer',
      'order'            => 'Order',
  
      'test_mode'        => 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.',
      'description'      => 'Pay with PAYPAL',
      'confirm'          => 'Confirm',
  
  ];