Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

11
modules/rss/lang/tr.php Normal file
View file

@ -0,0 +1,11 @@
<?php
$lang->rss_disable = 'RSS devredışı';
$lang->rss_type = 'RSS besleme türü';
$lang->open_rss = 'RSS Aç';
$lang->open_rss_types['Y'] = 'Tümünü Aç';
$lang->open_rss_types['H'] = 'Özeti Aç';
$lang->open_rss_types['N'] = 'Açma';
$lang->about_rss_disable = 'İşaretlendiğinde, RSS devredışı bırakılacak.';
$lang->about_rss_type = 'RSS besleme türünü atayabilirsiniz.';
$lang->about_open_rss = 'Geçerli modülü herkese açmak için, modüldeki RSS\'yi seçebilirsiniz.\\nMakale gösterimi iznine bakılmaksızın , RSS bu seçenekle tüm herkese açık hale gelecektir.';
$lang->msg_rss_is_disabled = 'RSS özelliği devredışı.';