From f21d82744c60b8ca9479d74412537c430d890793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCsl=C3=BCm=20Bar=C4=B1=C5=9F=20Korkmazer?= <11800544+babico@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:27:46 +0300 Subject: [PATCH] Update tr.js --- plugins/source/lang/tr.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/source/lang/tr.js b/plugins/source/lang/tr.js index 5551f8861..c55679283 100644 --- a/plugins/source/lang/tr.js +++ b/plugins/source/lang/tr.js @@ -3,10 +3,10 @@ * * Turkish language file. * - * Author: + * Author: Müslüm Barış Korkmazer (bkbabinco@gmail.com) */ - theUILang.getSource = "Get .torrent"; - theUILang.cantFindTorrent = "Source torrent file for this download not found."; + theUILang.getSource = ".torrent Al"; + theUILang.cantFindTorrent = "Bu indirme için kaynak .torrent dosyası bulunamadı."; -thePlugins.get("source").langLoaded(); \ No newline at end of file +thePlugins.get("source").langLoaded();