withdraw.php 478 B

12345678910111213
  1. <?php
  2. return [
  3. 'no_address'=>'Please enter the withdrawal address',
  4. 'no_pay_pass'=>'Please enter the payment password',
  5. 'no_money'=>'Please enter the withdrawal amount',
  6. 'max_money'=>'The withdrawal amount is illegal',
  7. 'max_num'=>'You have an outstanding withdrawal order',
  8. 'withdraw_yes'=>'Successful withdrawal application',
  9. 'address'=>'Illegal withdrawal address',
  10. 'no_sys'=>'LNDO currently does not support external address withdrawal',
  11. ];