<?php //文本 $ _ ['text_title'] ='信用卡/借記卡'; $ _ ['text_card_details'] ='卡詳情'; $ _ ['text_echeck_details'] ='eCheck Details'; $ _ ['text_card'] ='卡'; $ _ ['text_echeck'] ='eCheck'; $ _ ['text_wait'] ='請稍候! $ _ ['text_confirm_delete'] ='您確定要刪除卡嗎? $ _ ['text_no_cards'] ='沒有卡保存了'; $ _ ['text_select_card'] ='請選擇一張卡片'; // Entry $ _ ['entry_method'] ='Method'; $ _ ['entry_card_new_or_old'] ='新/現有卡'; $ _ ['entry_card_new'] ='新' $ _ ['entry_card_old'] ='現有'; $ _ ['entry_card_type'] ='卡類型'; $ _ ['entry_card_number'] ='卡號'; $ _ ['entry_card_expiry'] ='到期'; $ _ ['entry_card_cvv2'] ='CVV2'; $ _ ['entry_card_save'] ='保存卡'; $ _ ['entry_card_choice'] ='選擇你的卡'; $ _ ['entry_account_number'] ='帳號'; $ _ ['entry_routing_number'] ='路由號碼'; // Button $ _ ['button_confirm'] ='確認訂單'; $ _ ['button_delete'] ='刪除所選卡'; //錯誤 $ _ ['error_card_number'] ='卡號必須介於1到19個字符! $ _ ['error_card_type'] ='卡類型不是有效的選擇!'; $ _ ['error_card_cvv2'] ='CVV2必須在1和4個字符之間! $ _ ['error_data_missing'] ='缺少數據! $ _ ['error_not_logged_in'] ='未登錄!'; $ _ ['error_no_order'] ='沒有匹配的訂單! $ _ ['error_no_post_data'] ='沒有$ _POST數據'; $ _ ['error_select_card'] ='請選擇一張卡!'; $ _ ['error_no_card'] ='沒有找到這樣的卡! $ _ ['error_no_echeck'] ='不支持eCheck!'; $ _ ['error_account_number'] ='帳號必須介於1到19個字符! $ _ ['error_routing_number'] ='路由號碼必須在1和9個字符!'; $ _ ['error_not_enabled'] ='模塊未啟用';