diff options
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/tr/lang.php')
-rw-r--r-- | wiki/lib/plugins/popularity/lang/tr/lang.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/tr/lang.php b/wiki/lib/plugins/popularity/lang/tr/lang.php new file mode 100644 index 0000000..696ee38 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/tr/lang.php @@ -0,0 +1,14 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Aydın Coşkuner <aydinweb@gmail.com> + * @author Cihan Kahveci <kahvecicihan@gmail.com> + * @author Yavuz Selim <yavuzselim@gmail.com> + * @author Caleb Maclennan <caleb@alerque.com> + * @author farukerdemoncel@gmail.com + */ +$lang['name'] = 'Popülerlik Geribeslemesi (yüklemesi uzun sürebilir)'; +$lang['submit'] = 'Verileri Gönder'; +$lang['lastSent'] = 'Bilgiler gönderildi'; |