diff --git a/mentions/plugin.turkish.php b/mentions/plugin.turkish.php new file mode 100644 index 0000000..ca87005 --- /dev/null +++ b/mentions/plugin.turkish.php @@ -0,0 +1,25 @@ + + * @copyright 2013, Shitiz "Dragooon" Garg + * @license + * Licensed under "New BSD License (3-clause version)" + * http://www.opensource.org/licenses/BSD-3-Clause + * @version 1.0 + */ + +$txt['notifier_mentions_title'] = 'Uye Etiketleme'; +$txt['notifier_mentions_desc'] = 'Uyelerin diger uyeleri @ seklinde etiketlemesine ve bildirimlere izin ver'; +$txt['notifier_mentions_subject'] = 'Bir yorumda senden bahsedildi!'; +$txt['notifier_mentions_html'] = '{MEMBER_LINK} Bu yorunmda etiketlendin "{OBJECT_LINK}".'; +$txt['notifier_mentions_text'] = '{MEMBER_NAME} seni su yorumda etiketledi: "{OBJECT_NAME}". Yorumu buradan okuyabilirsin: + +{OBJECT_URL}'; +$txt['permissionname_mention_member'] = 'Uye Etiketleme'; +$txt['permissionhelp_mention_member'] = 'Uyeleri @ isaret ile etiketlemeye ve bildirimlere izin verir'; + + +