You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.6 KiB

<?php
$_LANG['ecsdxt_mobile_reg_closed'] = '手機短信驗證註冊未開啟。';
$_LANG['invalid_mobile_phone'] = '手機號不正確。';
$_LANG['mobile_phone_registered'] = '手機號已經註冊過帳號。';
$_LANG['get_verifycode_excessived'] = '每IP每手機號每%s秒只能獲取一次驗證碼。';
$_LANG['send_mobile_verifycode_successed'] = '手機短信驗證碼發送成功。';
$_LANG['send_mobile_verifycode_failured'] = '手機短信驗證碼發送失敗:';
$_LANG['verifycode_empty'] = '驗證碼不能為空。';
$_LANG['verifycode_mobile_phone_notmatch'] = '手機號和驗證碼不匹配。';
$_LANG['ecsdxt_mobile_pwd_closed'] = '手機短信找回密碼未開啟。';
$_LANG['username_no_mobile'] = '您填寫手機號不存在,請重新輸入!';
$_LANG['send_pwd_mobile_excessived'] = '每IP每手機號每%s秒只能找回一次密碼。';
$_LANG['send_pwd_mobile_success'] = '您的新密碼已成功發送到手機!';
$_LANG['send_pwd_mobile_failured'] = '您的新密碼發送到手機失敗:';
$_LANG['send_pwd_mobile_false'] = '手機短信找回密碼失敗!';
$_LANG['ecsdxt_mobile_bind_closed'] = '手機綁定未開啟。';
$_LANG['mobile_phone_binded'] = '手機號已經綁定過其他帳號。';
$_LANG['bind_mobile_verifycode_successed'] = '手機綁定驗證碼發送成功。';
$_LANG['bind_mobile_verifycode_failured'] = '手機綁定驗證碼發送失敗:';
$_LANG['invalid_verify_code'] = '驗證碼不正確。';
$_LANG['bind_mobile_success'] = '手機綁定成功!';
$_LANG['ecsdxt_mobile_cons_notice'] = '下訂單前必須先綁定手機!';
?>