FirstFire

Hunt: Showdown en_us.cfg

May 2nd, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. #----------------------------------------------------------
  2. # EasyAntiCheat Localization File
  3. #
  4. # This file must use UTF-8 encoding.
  5. #
  6. # Each localization file should be named ll_CC.cfg where
  7. # ll = ISO-639 code for language (e.g. "en")
  8. # CC = ISO-3166 code for country (e.g. "US")
  9. #----------------------------------------------------------
  10.  
  11. bugreport:
  12. {
  13. btn_continue = "Go online for a solution and close the game.";
  14. btn_exit = "Close the game.";
  15. btn_hidedetails = "Hide details";
  16. btn_showdetails = "Show details";
  17. chk_sendreport = "Send error report";
  18. error_code = "Error Code:";
  19. lbl_body1 = "We're sorry, we had a problem starting your game";
  20. lbl_body2 = "Please help us by reporting this issue.";
  21. lbl_body3 = "Easy Anti-Cheat can check online for a solution for the problem and try to help in resolving it.";
  22. lbl_header = "Couldn't start the game";
  23. title = "Launch Error";
  24. };
  25. game_error:
  26. {
  27. error_catalogue_file = "EAC index access error";
  28. error_catalogue_not_found = "EAC index not found";
  29. error_certificate_revoked = "EAC index certificate revoked";
  30. error_corrupted_memory = "Corrupted memory";
  31. error_corrupted_network = "Corrupted packet flow";
  32. error_file_forbidden = "Unknown game file";
  33. error_file_not_found = "Missing required file";
  34. error_file_version = "Unknown file version";
  35. error_module_forbidden = "Forbidden module";
  36. error_system_configuration = "Forbidden system configuration";
  37. error_system_version = "Untrusted system file";
  38. error_tool_forbidden = "Forbidden tool";
  39. error_violation = "Internal anti-cheat error";
  40. error_virtual = "Cannot run under Virtual Machine.";
  41. peer_client_banned = "Anti-cheat peer banned.";
  42. peer_heartbeat_rejected = "Anti-cheat peer rejected.";
  43. peer_validated = "Anti-cheat peer validation completed.";
  44. peer_validation_failed = "Anti-cheat peer validation failed.";
  45. };
  46. launcher:
  47. {
  48. btn_cancel = "Cancel";
  49. btn_exit = "Exit";
  50. error_cancel = "Launch Cancelled";
  51. error_filenotfound = "File Not Found";
  52. error_init = "Initialization Error";
  53. error_install = "Install Error";
  54. error_launch = "Launch Error";
  55. error_nolib = "Could not load Easy Anti-Cheat library";
  56. loading = "Loading...";
  57. wait = "Please wait";
  58. };
  59. launcher_error:
  60. {
  61. error_already_running = "An application using Easy Anti-Cheat is already running!";
  62. error_application = "Game client encountered an application error.";
  63. error_bad_exe_format = "64-bit OS required";
  64. error_bitset_32 = "Please use the 32-bit version of the game";
  65. error_bitset_64 = "Please use the 64-bit version of the game";
  66. error_cancelled = "Operation cancelled by user";
  67. error_certificate_validation = "Error validating Easy Anti-Cheat code signing certificate";
  68. error_client_auth_failed = "The game client has failed the anti-cheat authentication and may not have the anti-cheat protection activated.";
  69. error_client_banned = "The game account has been banned from all online game features.";
  70. error_client_disconnected = "The game client is not running the anti-cheat.";
  71. error_client_violation = "The game client failed an anti-cheat runtime integrity check.";
  72. error_connection = "Connecting to the Content Distribution Network failed!";
  73. error_debugger = "Debugger has been detected. Please unload it and try again";
  74. error_disk_space = "Insufficient disk space.";
  75. error_dns = "DNS resolve to the Content Distribution Network failed!";
  76. error_dotlocal = "DotLocal DLL redirection detected.";
  77. error_dotlocal_instructions = "Please delete the following file";
  78. error_file_not_found = "File not found:";
  79. error_forbidden_tool = "Please close {0} before starting the game";
  80. error_generic = "Unexpected error.";
  81. error_kernel_debug = "Easy Anti-Cheat cannot run if Kernel Debugging is enabled";
  82. error_kernel_dse = "Easy Anti-Cheat cannot run if Driver Signature Enforcement has been disabled";
  83. error_kernel_modified = "Forbidden Windows kernel modification detected";
  84. error_library_load = "Could not load Easy Anti-Cheat library";
  85. error_memory = "Insufficient memory to start the game";
  86. error_module_load = "Failed to load the anti-cheat module";
  87. error_patched = "Patched Windows boot loader detected";
  88. error_process = "Cannot create process";
  89. error_process_crash = "The process terminated abruptly";
  90. error_safe_mode = "Easy Anti-Cheat cannot run under Windows Safe Mode";
  91. error_socket = "Something is blocking the application from accessing Internet!";
  92. error_ssl = "Error establishing SSL connection with the CDN service!";
  93. error_start = "Failed to start the game";
  94. error_uncpath_forbidden = "Cannot run the game through a network share. (UNC path)";
  95. error_unknown_process = "Unrecognized game client. Cannot continue.";
  96. error_windows_vista_sp = "Install Windows Vista Service Pack 2 to run Easy Anti-Cheat.";
  97. error_windows_xp = "Windows XP or later is required.";
  98. error_windows_xp_64 = "Windows XP 64-bit Edition is not supported.";
  99. error_windows_xp_sp = "Install Windows XP Service Pack 3 to run Easy Anti-Cheat.";
  100. success_initialized = "Easy Anti-Cheat successfully initialized";
  101. success_loaded = "Easy Anti-Cheat successfully loaded in-game";
  102. };
  103. setup:
  104. {
  105. btn_finish = "Finish";
  106. btn_install = "Install Easy Anti-Cheat";
  107. btn_repair = "Repair Service";
  108. btn_uninstall = "Uninstall";
  109. eac_link = "© EasyAntiCheat Oy";
  110. error_prefix = "Error:";
  111. faq_link = "FAQ";
  112. install_progress = "Installing…";
  113. install_success = "Installed Successfully";
  114. licenses_link = "Licenses";
  115. privacy_link = "Privacy";
  116. repair_progress = "Repairing…";
  117. title = "Easy Anti-Cheat Service Setup";
  118. uninstall_progress = "Uninstalling…";
  119. uninstall_success = "Uninstalled Successfully";
  120. };
  121. setup_error:
  122. {
  123. error_cancelled = "Operation cancelled by user";
  124. error_intro = "Easy Anti-Cheat Setup Failed";
  125. error_not_installed = "Easy Anti-Cheat is not installed.";
  126. error_registry = "Access to registry denied";
  127. error_rights = "Insufficient privileges";
  128. error_service = "Cannot create service";
  129. error_system = "Access to System32 denied";
  130. };
Add Comment
Please, Sign In to add comment