"Alert: Unknown response code. Please resubmit the subscription form.",
'1' => '此列表当前不接受任何订阅,因为订阅者人数已到达上限.',
'2' => '因为一些必填项未填,所以您的订阅申请无法完成. 点击这里返回!',
'3' => '此邮件地址已经被订阅者使用.',
'4' => '此邮件地址过去曾被订阅者提交订阅申请,但是一直没有得到确认. 点击这里返回!',
'5' => '此邮件地址无法被加入订阅列表. 点击这里返回!',
'6' => '此邮件地址的订阅申请正在处理中,请进入你的邮箱来确认此次订阅申请.',
'7' => '此邮件地址已成功订阅.',
'8' => '邮件地址无效. 点击这里返回!',
'9' => '因为您没有选择一个订阅对象,所以此次订阅申请无法完成,请先选择好订阅列表. 点击这里返回!',
'10' => '此邮件地址的退订申请正在处理中,请进入你的邮箱来确认此次退订申请.',
'11' => '此邮件地址已从列表中成功退订.',
'12' => '此邮件地址不存在. 点击这里返回!',
'13' => '感谢您的订阅确认.',
'14' => '感谢您的退订确认.',
'15' => '您做的修改已被保存.',
'16' => '您的订阅申请无法完成,因为您没有提供姓名. 点击这里返回!',
'17' => '此邮件地址不允许被提交申请. 点击这里返回!',
'18' => "住手!请输入正确的安全图像中出现的文字! 点击这里返回!",
'19' => "Subscriber ID is invalid.",
'20' => "You are unable to be added to this list at this time. 点击这里返回!",
'21' => "您尝试订阅列表,不允许重复。此电子邮件是已经在系统中!",
'22' => "This e-mail address could not be unsubscribed.",
'23' => "This subscriber does not exist.",
'24' => "The link to modify your account has been sent. Please check your email.",
'25' => "你输入图像的文字没有注册。请回去,重新载入页面,并再次尝试。
点击这里返回!", );
$error_lists = explode(',', $error_lists_string);
$error_codes = explode(',', $error_codes_string);
$message = "";
foreach ( $error_lists as $k => $listid ) {
$code = ( isset($error_codes[$k]) ? (int)$error_codes[$k] : 0 );
if ( isset($legend[$code]) ) {
$message .= $legend[$code] . '
';
}
}
return $message;
}
?>
此致,
ChinaCSR.com团队