From 256ea0bd9e3cff78f9fe9ce465084a4d007b99e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramazan=20Suba=C5=9Fi?= Date: Mon, 13 Oct 2014 21:07:54 +0300 Subject: [PATCH 1/4] Turkish Language File added --- mentions/plugin.turkish.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mentions/plugin.turkish.php 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'; + + + From b36e856c4cfff97aebe240623a2db4a88a6ee91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramazan=20Suba=C5=9Fi?= Date: Tue, 14 Oct 2014 17:53:53 +0300 Subject: [PATCH 2/4] Update plugin.turkish.php --- mentions/plugin.turkish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentions/plugin.turkish.php b/mentions/plugin.turkish.php index ca87005..e6669ba 100644 --- a/mentions/plugin.turkish.php +++ b/mentions/plugin.turkish.php @@ -3,7 +3,7 @@ * WeMentions' plugins language file * * @package Dragooon:WeMentions - * @author Shitiz "Dragooon" Garg + * @author Ramazan Subaşi "subram" * @copyright 2013, Shitiz "Dragooon" Garg * @license * Licensed under "New BSD License (3-clause version)" From a638151c4fd53fcdce26c181585a160008660b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramazan=20Suba=C5=9Fi?= Date: Tue, 14 Oct 2014 22:45:30 +0300 Subject: [PATCH 3/4] imla --- mentions/plugin.turkish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentions/plugin.turkish.php b/mentions/plugin.turkish.php index ca87005..0967a5e 100644 --- a/mentions/plugin.turkish.php +++ b/mentions/plugin.turkish.php @@ -14,7 +14,7 @@ $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_html'] = '{MEMBER_LINK} Bu yorumda etiketlendin "{OBJECT_LINK}".'; $txt['notifier_mentions_text'] = '{MEMBER_NAME} seni su yorumda etiketledi: "{OBJECT_NAME}". Yorumu buradan okuyabilirsin: {OBJECT_URL}'; From 35245e359dd64bdcb353373171d696501552aae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramazan=20Suba=C5=9Fi?= Date: Sun, 19 Oct 2014 15:37:08 +0300 Subject: [PATCH 4/4] Added No Print For Guests Plugin and Topic Solved Turkish Lang Files --- NoPrintForGuests/README.md | 9 ++++++++ .../noprintforguests/NoPrintForGuests.php | 19 +++++++++++++++++ .../noprintforguests/plugin-info.xml | 12 +++++++++++ .../lang/TopicSolved-Admin.turkish.php | 21 +++++++++++++++++++ .../lang/TopicSolved-Display.turkish.php | 7 +++++++ .../lang/TopicSolved-MessageIndex.turkish.php | 3 +++ 6 files changed, 71 insertions(+) create mode 100644 NoPrintForGuests/README.md create mode 100644 NoPrintForGuests/noprintforguests/NoPrintForGuests.php create mode 100644 NoPrintForGuests/noprintforguests/plugin-info.xml create mode 100644 topic_solved/lang/TopicSolved-Admin.turkish.php create mode 100644 topic_solved/lang/TopicSolved-Display.turkish.php create mode 100644 topic_solved/lang/TopicSolved-MessageIndex.turkish.php diff --git a/NoPrintForGuests/README.md b/NoPrintForGuests/README.md new file mode 100644 index 0000000..1bda103 --- /dev/null +++ b/NoPrintForGuests/README.md @@ -0,0 +1,9 @@ +No Print For Guests +------------------- + +Simple plugin which disables print function of topics for Guests. Nothing more. + +Installation +------------ + +Drop `nopluginforguests` folder into //plugins and activate it via ACP. diff --git a/NoPrintForGuests/noprintforguests/NoPrintForGuests.php b/NoPrintForGuests/noprintforguests/NoPrintForGuests.php new file mode 100644 index 0000000..705e19c --- /dev/null +++ b/NoPrintForGuests/noprintforguests/NoPrintForGuests.php @@ -0,0 +1,19 @@ + + + No Print For Guests + CerealGuy + Disable Print for Guests + 1.0 + + + + + + diff --git a/topic_solved/lang/TopicSolved-Admin.turkish.php b/topic_solved/lang/TopicSolved-Admin.turkish.php new file mode 100644 index 0000000..903ceeb --- /dev/null +++ b/topic_solved/lang/TopicSolved-Admin.turkish.php @@ -0,0 +1,21 @@ +