Advertisement
Guest User

asdqwdq

a guest
Sep 5th, 2016
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. //For Nex-AC v1.0 (0.3.7-R1)
  2.  
  3. #if defined _nex_ac_lang_included
  4. #endinput
  5. #endif
  6. #define _nex_ac_lang_included
  7.  
  8. new
  9. SUSPICION_1[] = "[Nex-AC] Şüpheli oyuncu ID %d. Sebep kodu: %03d%s",
  10. SUSPICION_2[] = "[Nex-AC] Şüpheli oyuncu IP %s. Sebep kodu: %03d%s",
  11. VERSION_WARNING[] = "[Nex-AC] Kullandığınız hile koruması, sunucu versiyonu için uygun değil.",
  12. CFG_OPENING_ERROR[] = "[Nex-AC] Hata oluşturma/açma %s!",
  13.  
  14. #if defined DEBUG
  15. DEBUG_CODE_1[] = "[Nex-AC debug] ID %d aşırı %d flood yaptı. Genel ID: %d",
  16. DEBUG_CODE_2[] = "[Nex-AC debug] Geçersiz sürüm kullanan %d. Versiyon: %s",
  17. DEBUG_CODE_3[] = "[Nex-AC debug] ID %d aşırı %d aynı IP üzerinden bağlanma.",
  18. DEBUG_CODE_4[] = "[Nex-AC debug] RCON girişi yapmaya çalışan IP %s kullanılan şifre %s",
  19. DEBUG_CODE_5[] = "[Nex-AC debug] ID %d NOP kullanmakta %s",
  20. #endif
  21.  
  22. KICK_MSG[] = "Hile programı kullanıyor olabileceğinizden dolayı sunucudan atıldınız (#%03d)",
  23. MAX_CONNECTS_MSG[] = "Bir IP üzerinden bağlanma sınırını aştın",
  24. UNKNOWN_CLIENT_MSG[] = "Bu eklenti sunucu üzerinde oynamak için uygun değil.",
  25.  
  26. LOADED_MSG_1[] = " Hile koruması Nex-AC yüklendi!",
  27. LOADED_MSG_2[] = " Hile koruması versiyon: %s",
  28. LOADED_MSG_3[] = " Yapımcı: Nexius",
  29.  
  30. STATS_STRING_1[] = " Hile koruması istatistikleri Nex-AC",
  31. STATS_STRING_2[] = " Algılanan ve Engellenen:",
  32. STATS_STRING_3[] = " %d hile girişimleri",
  33. STATS_STRING_4[] = " %d hack girişimleri",
  34. STATS_STRING_5[] = " %d çökertme (crash) girişimleri",
  35. STATS_STRING_6[] = " %d floodlama girişimleri",
  36. STATS_STRING_7[] = " %d saldırılar",
  37. STATS_STRING_8[] = " Toplam algılanan ve şüpheli %d hileciler";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement