diff options
Diffstat (limited to 'plugins/55/wrap/lang/tr/lang.php')
-rw-r--r-- | plugins/55/wrap/lang/tr/lang.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/tr/lang.php b/plugins/55/wrap/lang/tr/lang.php new file mode 100644 index 0000000..ba55922 --- /dev/null +++ b/plugins/55/wrap/lang/tr/lang.php @@ -0,0 +1,22 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author ilker R. Kapac <irifat@gmail.com> + * @author İlker R. Kapaç <irifat@gmail.com> + */ +$lang['picker'] = 'Paket Eklentisi'; +$lang['column'] = 'sütunlar'; +$lang['box'] = 'ortalanmış basit kutu'; +$lang['info'] = 'bilgi kutusu'; +$lang['tip'] = 'ipucu kutusu'; +$lang['important'] = 'önemli kutusu'; +$lang['alert'] = 'ikaz kutusu'; +$lang['help'] = 'yardım kutusu'; +$lang['download'] = 'indirme kutusu'; +$lang['todo'] = 'yapılacaklar kutusu'; +$lang['clear'] = 'boşlukları temizle'; +$lang['em'] = 'özellikle vurgulanmış'; +$lang['hi'] = 'vurgulanmış'; +$lang['lo'] = 'daha az önemli'; |