Web sayfamız sadece phpBB 3.0.x sürümlerine destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.

Prime Trash Bin (1.0.8a)

Prime Trash Bin (1.0.8a)

İleti IcEman 29 Kas 2009 15:18

eklenti adı: Prime Trash Bin
sürümü: 1.0.8a
yazarı: primehalo
sitesi: http://www.absoluteanime.com/admin/
indirilme linki: http://www.absoluteanime.com/admin/mods.htm#trash_bin

prime_trash_bin.php
Kod: Tümünü seç
$lang = array_merge($lang, array(
   // General
   'PRIME_DELETED'               => 'Deleted',
   'PRIME_DELETED_FROM'         => 'from',
   'PRIME_DELETED_BY'            => 'by',
   'PRIME_DELETED_ON'            => 'on',

   // Deleted Topic
   'PRIME_TOPIC_DELETED_TITLE'      => '[Deleted]',
   'PRIME_TOPIC_DELETED_TITLE_SEP'   => ' ', // Separator between PRIME_TOPIC_DELETED_TITLE and the topic title (only displayed if topic title is displayed)
   'PRIME_TOPIC_DELETED_MSG'      => 'This topic was deleted',
   'PRIME_TOPIC_UNDELETE'         => 'Undelete this topic',
   'PRIME_TOPIC_DELETE_FOREVER'   => 'Permanently delete this topic',

   // Deleted Post
   'PRIME_POST_DELETED_REASON'      => 'Reason for deletion',
   'PRIME_POST_DELETED_TITLE'      => '[Deleted]',
   'PRIME_POST_DELETED_TITLE_SEP'   => ' ', // Separator between PRIME_POST_DELETED_TITLE and the post subject (only displayed if post subject is displayed)
   'PRIME_POST_DELETED_MSG'      => 'This post was deleted',
   'PRIME_POST_UNDELETE'         => 'Undelete this post',
   'PRIME_POST_DELETE_FOREVER'      => 'Permanently delete this post',
   'PRIME_VIEW_DELETED_POST'      => 'View this post',
   'PRIME_HIDE_DELETED_POST'      => 'Hide this post',

   //Quickmod
   'PRIME_QM_TOPIC_UNDELETE'      => 'Undelete topic',
   'PRIME_QM_TOPIC_DELETE_FOREVER'   => 'Permanently delete topic',

));



prime_trash_bin_2.php
Kod: Tümünü seç
//Logs
$lang = array_merge($lang, array(
   // Overwrite
   'LOG_TOPIC_DELETED'      => '<strong>Permanently deleted topic</strong><br />» %s',
   'LOG_DELETE_TOPIC'      => '<strong>Permanently deleted topic</strong><br />» %s',
   'LOG_DELETE_POST'      => '<strong>Permanently deleted post</strong><br />» %s',

   // New
   'LOG_TOPIC_STIFLED'      => '<strong>Deleted topic</strong><br />» %1$s',
   'LOG_TOPIC_TRASHED'      => '<strong>Deleted topic to the Trash Bin</strong><br />» %1$s',
   'LOG_TOPIC_UNSTIFLED'   => '<strong>Undeleted topic</strong><br />» %1$s',

   'LOG_POST_STIFLED'      => '<strong>Deleted post</strong><br />» %1$s',
   'LOG_POST_TRASHED'      => '<strong>Deleted post to the Trash Bin</strong><br />» %1$s',
   'LOG_POST_UNSTIFLED'   => '<strong>Undeleted post</strong><br />» %1$s',
));

$lang = array_merge($lang, array(
   'LOG_TOPIC_STIFLED_2'   => $lang['LOG_TOPIC_STIFLED'] . '<br />» » <strong>Reason:</strong> %2$s',
   'LOG_TOPIC_TRASHED_2'   => $lang['LOG_TOPIC_TRASHED'] . '<br />» » <strong>Reason:</strong> %2$s',
   'LOG_TOPIC_UNSTIFLED_2'   => $lang['LOG_TOPIC_UNSTIFLED'] . '<br />» » <strong>Reason:</strong> %2$s',

   'LOG_POST_STIFLED_2'   => $lang['LOG_POST_STIFLED'] . '<br />» » <strong>Reason:</strong> %2$s',
   'LOG_POST_TRASHED_2'   => $lang['LOG_POST_TRASHED'] . '<br />» » <strong>Reason:</strong> %2$s',
   'LOG_POST_UNSTIFLED_2'   => $lang['LOG_POST_UNSTIFLED'] . '<br />» » <strong>Reason:</strong> %2$s',
));


// Administration
$lang = array_merge($lang, array(
   'PRIME_FAKE_DELETE'               => 'Topic Deletions',
   'PRIME_FAKE_DELETE_EXPLAIN'         => 'Determines how topics will be deleted.',
   'PRIME_FAKE_DELETE_DISABLE'         => 'Permanently delete topic',
   'PRIME_FAKE_DELETE_ENABLE'         => 'Keep topic and mark as deleted',
   'PRIME_FAKE_DELETE_AUTO_TRASH'      => 'Move topic to the Trash Bin',
   'PRIME_FAKE_DELETE_SHADOW_ON'      => 'Move to Trash Bin with a shadow',
   'PRIME_FAKE_DELETE_SHADOW_OFF'      => 'Move to Trash Bin without a shadow',

   'PRIME_TRASH_FORUM'               => 'Trash Bin Forum',
   'PRIME_TRASH_FORUM_EXPLAIN'         => 'If selected, deleting a topic will move it to this forum. Deleting a topic in the Trash Bin will remove it permanently.',
   'PRIME_TRASH_FORUM_DISABLE'         => 'Don\'t use a trash bin',
   'PRIME_TRASH_FORUM_DIVIDER'         => '---------------------------',
   'PRIME_NO_TRASH_FORUM_ERROR'      => 'You must set a Trash Bin forum when selecting the "%s" option',

   'PRIME_FOREVER_WHEN_DELETE_USER'   => 'Permanently delete posts',
));

// Moderation
$lang = array_merge($lang, array(

   // Topics - Deleting
   'PRIME_DELETE_TOPIC_REASON'         => 'Please enter a reason for the deletion',
   'PRIME_DELETE_TOPIC_FOREVER'      => 'Permanently delete this topic',
   'PRIME_DELETE_TOPICS_FOREVER'      => 'Permanently delete these topics',
   'PRIME_DELETE_TO_TRASH_BIN'         => 'Move topic to the Trash Bin forum',
   'PRIME_DELETE_TOPIC_FOREVER_DENIED'   => 'You cannot permanently delete topics in this forum.',
   'PRIME_DELETE_TOPIC_MIX_NOTICE'      => 'Notice: Any topics that are already marked as deleted will not be affected.',

   // Topics - Deleted
   'PRIME_DELETED_TOPIC_SUCCESS'      => 'The selected topic was successfully marked as deleted.',
   'PRIME_DELETED_TOPICS_SUCCESS'      => 'The selected topics were successfully marked as deleted.',
   'PRIME_DELETED_TOPIC_FAILURE'      => 'The selected topic was NOT marked as deleted.',
   'PRIME_DELETED_TOPICS_FAILURE'      => 'The selected topics were NOT marked as deleted.',

   // Topics - Deleted to Trash Bin
   'PRIME_TRASHED_TOPIC_SUCCESS'      => 'The selected topic was successfully moved to the Trash Bin forum.',
   'PRIME_TRASHED_TOPICS_SUCCESS'      => 'The selected topics were successfully moved to the Trash Bin forum.',
   'PRIME_TRASHED_TOPIC_FAILURE'      => 'The selected topic was NOT moved to the Trash Bin forum.',
   'PRIME_TRASHED_TOPICS_FAILURE'      => 'The selected topics were NOT moved to the Trash Bin forum.',
   'PRIME_GO_TO_TRASH_BIN'            => '%sGo to the Trash Bin forum%s',

   // Topics - Undeleting
   'PRIME_UNDELETE_TOPICS'            => 'Undelete',
   'PRIME_UNDELETE_TOPIC_REASON'      => 'Please enter a reason for reversing the deletion',
   'PRIME_UNDELETE_TOPIC_CONFIRM'      => 'Are you sure you want to undelete this topic?',
   'PRIME_UNDELETE_TOPICS_CONFIRM'      => 'Are you sure you want to undelete these topics?',
   'PRIME_UNDELETE_TOPICS_UNNEEDED'   => 'The selected topics cannot be undeleted.',


   // Topics - Undeleted
   'PRIME_UNDELETED_TOPIC_SUCCESS'      => 'The selected topic was successfully restored.',
   'PRIME_UNDELETED_TOPICS_SUCCESS'   => 'The selected topics were successfully restored.',
   'PRIME_UNDELETED_TOPIC_FAILURE'      => 'The selected topic was NOT restored.',
   'PRIME_UNDELETED_TOPICS_FAILURE'   => 'The selected topics were NOT restored.',

   // Posts - Deleting
   'PRIME_DELETE_POST_REASON'         => 'Please enter a reason for the deletion',
   'PRIME_DELETE_POST_FOREVER'         => 'Permanently delete this post',
   'PRIME_DELETE_POSTS_FOREVER'      => 'Permanently delete these posts',
   'PRIME_DELETE_POST_FOREVER_DENIED'   => 'You cannot permanently delete posts in this forum.',
   'PRIME_DELETE_POST_MIX_NOTICE'      => 'Notice: Any posts that are already marked as deleted will not be affected.',

   // Posts - Deleted
   'PRIME_DELETED_POST_SUCCESS'      => 'The selected post was successfully marked as deleted.',
   'PRIME_DELETED_POSTS_SUCCESS'      => 'The selected posts were successfully marked as deleted.',
   'PRIME_DELETED_POST_FAILURE'      => 'The selected post was NOT marked as deleted.',
   'PRIME_DELETED_POSTS_FAILURE'      => 'The selected posts were NOT marked as deleted.',

   // Posts - Undeleting
   'PRIME_UNDELETE_POST'            => 'Undelete post',
   'PRIME_UNDELETE_POSTS'            => 'Undelete posts',
   'PRIME_UNDELETE_POST_REASON'      => 'Please enter a reason for reversing the deletion',
   'PRIME_UNDELETE_POST_CONFIRM'      => 'Are you sure you want to undelete this post?',
   'PRIME_UNDELETE_POSTS_CONFIRM'      => 'Are you sure you want to undelete these posts?',
   'PRIME_UNDELETE_POSTS_UNNEEDED'      => 'The selected posts cannot be undeleted.',

   // Posts - Undeleted
   'PRIME_UNDELETED_POST_SUCCESS'      => 'The selected post was successfully restored.',
   'PRIME_UNDELETED_POSTS_SUCCESS'      => 'The selected posts were successfully restored.',
   'PRIME_UNDELETED_POST_FAILURE'      => 'The selected post was NOT restored.',
   'PRIME_UNDELETED_POSTS_FAILURE'      => 'The selected posts were NOT restored.',

));


permissions_prime_trash_bin.php
Kod: Tümünü seç
$lang = array_merge($lang, array(
   'acl_f_delete_forever'   => array('lang' => 'Can permanently delete own posts', 'cat' => 'actions'),
   'acl_f_undelete'      => array('lang' => 'Can undelete own posts', 'cat' => 'actions'),
   'acl_m_delete_forever'   => array('lang' => 'Can permanently delete posts', 'cat' => 'post_actions'),
   'acl_m_undelete'      => array('lang' => 'Can undelete posts', 'cat' => 'post_actions'),
));
IcEman
kullanıcı
kullanıcı

İleti: 1511
Kayıt: 08 Nis 2007 13:25
HTML: Başlangıç
CSS: Başlangıç
PHP: Başlangıç
phpBB3: Orta
Sürüm: phpBb 3.0.8

Eklenti Türkçeleştirme & İstekler


Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 1 misafir

cron