1234567891011121314151617181920212223242526272829 |
-
- public class RtcStrConfig
- {
- public static string qAccount = "请输入账号";
- public static string gAccount = "账号格式错误";
- public static string qPassWord = "请输入密码";
- public static string ePassWord = "密码不正确,请重新输入";
- public static string eFPassWord = "密码错误5次,请在输入验证码";
- public static string qRemind = "请输入验证码";
- public static string eRemind = "验证码错误,请重新输入";
- public static string serverFail = "服务器连接失败";
- public static string serverError = "网络错误";
- public static string serverClose = "网络连接失败,请检查您的网络设置";
- public static string otherLogin = "您的账号在其他设备上已登录";
- public static string breakotherLogin = "您的账号在其他设备上已登录,确定登陆将会使上个设备掉线";
- public static string outLoginmsg = "是否退出当前账号?";
- public static string namenolegal = "请输入1-16位的不含空格字符!";
- public static string activitynull = "激活码不能为空";
- public static string activityError = "激活码错误,请重新输入";
- public static string activitySuccess = "账号激活";
- public static string xufeiSuccess = "续费成功";
- public static string clearallFile = "清空房间内的所有文件清空后将不可恢复";
- public static string roomCreatorLeave = "您当前为房主,退出房间将会使当前房间解散是否确定要解散当前房间?";
- public static string roomPeopleLeave = "确定要退出当前房间";
- public static string roomdissolve = "房主退出了房间,该房间已解散";
- public static string PhoneNoExist = "该账号未注册";
- public static string eVcode = "账号验证码错误";
- }
|