﻿function CResources(){
}
CResources.prototype={
    NotSupportedScheme:"仅支持翻译HTTP、HTTPS、FTP协议的网页！",
    InputIsEmpty:"输入的内容为空，请输入内容后再翻译！",
    FeedBackFailed:"反馈失败！",
    FeedBackOK:"反馈成功！",
    InvalidRequestId:"无效的请求标识号！"
}
Resources=new CResources();

