diff --git a/plugins/check_port/lang/tr.js b/plugins/check_port/lang/tr.js index 227fd2d12..404921a74 100644 --- a/plugins/check_port/lang/tr.js +++ b/plugins/check_port/lang/tr.js @@ -3,15 +3,15 @@ * * Turkish language file. * - * Author: + * Author: Müslüm Barış Korkmazer (bkbabinco@gmail.com) */ - theUILang.checkWebsiteNotFound = "Check_port plugin: Plugin will not work. Invalid configuration"; - theUILang.checkPort = "Check Port Status"; + theUILang.checkWebsiteNotFound = "Check_port Eklentisi: Eklenti çalışmayacak, geçersiz yapılandırma."; + theUILang.checkPort = "Port Durumunu Kontrol Et"; theUILang.portStatus = [ - "Port status is unknown", - "Port is closed", - "Port is open" + "Port durumu bilinmiyor", + "Port kapalı", + "Port açık" ]; -thePlugins.get("check_port").langLoaded(); \ No newline at end of file +thePlugins.get("check_port").langLoaded();