Advertisement
Guest User

Nex-AC Tr lang

a guest
Apr 18th, 2018
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //For Nex-AC v1.0 (0.3.7-R1)
  2. //translate: Jensen(n)
  3.  
  4. #if defined _nex_ac_lang_included
  5.     #endinput
  6. #endif
  7. #define _nex_ac_lang_included
  8.  
  9. new
  10.     SUSPICION_1[] =         "[Nex-AC] Supheli oyuncu ID %d. Sebep kodu: %03d%s",
  11.     SUSPICION_2[] =         "[Nex-AC] Supheli oyuncu IP %s. Sebep kodu: %03d%s",
  12.     VERSION_WARNING[] =     "[Nex-AC] Kullandiginiz hile korumasi, sunucu versiyonu icin uygun degil.",
  13.     CFG_OPENING_ERROR[] =   "[Nex-AC] Hata olusturma/acma %s!",
  14.  
  15. #if defined DEBUG
  16.     DEBUG_CODE_1[] =        "[Nex-AC debug] ID %d asiri %d flood yapti. Genel ID: %d",
  17.     DEBUG_CODE_2[] =        "[Nex-AC debug] Gecersiz surum kullanan %d. Versiyon: %s",
  18.     DEBUG_CODE_3[] =        "[Nex-AC debug] ID %d asiri %d aynД± IP uzerinden baglanma.",
  19.     DEBUG_CODE_4[] =        "[Nex-AC debug] RCON girisi yapmaya calisan IP %s kullanilan sifre %s",
  20.     DEBUG_CODE_5[] =        "[Nex-AC debug] ID %d NOP kullanmakta %s",
  21. #endif
  22.  
  23.     KICK_MSG[] =            "Hile programД± kullanД±yor olabileceДџinizden dolayД± sunucudan atД±ldД±nД±z (#%03d).",
  24.     MAX_CONNECTS_MSG[] =    "Bir IP Гјzerinden baДџlanma sД±nД±rД±nД± aЕџtД±n.",
  25.     UNKNOWN_CLIENT_MSG[] =  "Bu eklenti sunucu Гјzerinde oynamak iГ§in uygun deДџil.",
  26.  
  27.     LOADED_MSG_1[] =        " Hile korumasi Nex-AC yuklendi!",
  28.     LOADED_MSG_2[] =        " Hile korumasi versiyon: %s",
  29.     LOADED_MSG_3[] =        " Yapimci: Nexius",
  30.  
  31.     STATS_STRING_1[] =      " Hile korumasi istatistikleri Nex-AC",
  32.     STATS_STRING_2[] =      " Algilanan ve Engellenen:",
  33.     STATS_STRING_3[] =      "  %d hile girisimleri",
  34.     STATS_STRING_4[] =      "  %d hack girisimleri",
  35.     STATS_STRING_5[] =      "  %d cokertme (crash) girisimleri",
  36.     STATS_STRING_6[] =      "  %d floodlama girisimleri",
  37.     STATS_STRING_7[] =      "  %d saldirilar",
  38.     STATS_STRING_8[] =      " Toplam algilanan ve supheli %d hileciler";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement