en.php 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $lang->CNE->InstallSuccess = 'Install succeeded';
  3. $lang->CNE->InstallFailure = 'Install failed';
  4. $lang->CNE->serverError = 'CNE Server Error';
  5. $lang->CNE->statusList = array();
  6. $lang->CNE->statusList['normal'] = 'Normal';
  7. $lang->CNE->statusList['abnormal'] = 'Abnormal';
  8. $lang->CNE->statusList['stopped'] = 'Stopped';
  9. $lang->CNE->statusList['unknown'] = 'UnKnown';
  10. $lang->CNE->statusIcons = array();
  11. $lang->CNE->statusIcons['normal'] = "check";
  12. $lang->CNE->statusIcons['abnormal'] = "exclamation-pure";
  13. $lang->CNE->statusIcons['stopped'] = "pause-pure";
  14. $lang->CNE->statusIcons['unknown'] = "exclamation-pure";
  15. $lang->CNE->errorList = array();
  16. //$lang->CNE->errorList[400] = '不能包含特殊字符';
  17. $lang->CNE->errorList[400] = 'Failed to request Cluster API';
  18. $lang->CNE->errorList[404] = 'Service not found';
  19. $lang->CNE->errorList[40004] = 'Certificate does not match the domain';
  20. $lang->CNE->errorList[41001] = 'Certificate has expired';
  21. $lang->CNE->errorList[41002] = 'Certificate mismatch';
  22. $lang->CNE->errorList[41003] = 'Incomplete certificate chain';
  23. $lang->CNE->errorList[41004] = 'Private key does not match the certificate';
  24. $lang->CNE->errorList[41005] = 'Failed to parse certificate';
  25. $lang->CNE->errorList[41006] = 'Failed to parse key';