1
0

nex-ac_en.lang 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. //For Nex-AC v1.0 (0.3.7-R1)
  2. #if defined _nex_ac_lang_included
  3. #endinput
  4. #endif
  5. #define _nex_ac_lang_included
  6. new
  7. SUSPICION_1[] = "[Nex-AC] Suspicion on the ID %d. Reason code: %03d%s",
  8. SUSPICION_2[] = "[Nex-AC] Suspicion on the IP %s. Reason code: %03d%s",
  9. VERSION_WARNING[] = "[Nex-AC] This version of the anticheat is not suitable for the server version",
  10. CFG_OPENING_ERROR[] = "[Nex-AC] Error creating/opening %s!",
  11. #if defined DEBUG
  12. DEBUG_CODE_1[] = "[Nex-AC debug] ID %d exceeded %d flood attempts. Public ID: %d",
  13. DEBUG_CODE_2[] = "[Nex-AC debug] Invalid version by ID %d. Version: %s",
  14. DEBUG_CODE_3[] = "[Nex-AC debug] ID %d exceeded %d connections from 1 IP-address",
  15. DEBUG_CODE_4[] = "[Nex-AC debug] Bad RCON login by IP %s using password %s",
  16. DEBUG_CODE_5[] = "[Nex-AC debug] ID %d used NOP %s",
  17. #endif
  18. KICK_MSG[] = "You were kicked on suspicion of using cheat programs (#%03d)",
  19. MAX_CONNECTS_MSG[] = "You exceeded the max number of connections from 1 IP-address",
  20. UNKNOWN_CLIENT_MSG[] = "This version of the client is not suitable for playing on the server",
  21. LOADED_MSG_1[] = " Anticheat Nex-AC loaded!",
  22. LOADED_MSG_2[] = " Anticheat version: %s",
  23. LOADED_MSG_3[] = " Author: Nexius",
  24. STATS_STRING_1[] = " Statistics anticheat Nex-AC",
  25. STATS_STRING_2[] = " Detected and prevented:",
  26. STATS_STRING_3[] = " %d cheating attempts",
  27. STATS_STRING_4[] = " %d hacking attempts",
  28. STATS_STRING_5[] = " %d crashing attempts",
  29. STATS_STRING_6[] = " %d flooding attempts",
  30. STATS_STRING_7[] = " %d attacks",
  31. STATS_STRING_8[] = " Total detected and punished %d cheaters";