RtcStrConfig.cs 1.8 KB

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