From dc63c4637c1db011a54e9fd6564a17ec7f4a8ae4 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 26 Oct 2006 20:05:04 +0000 Subject: [PATCH] Make authors plugin not show authors with less than X articles --- include/plugin_internal.inc.php | 16 +++++++++++++--- lang/UTF-8/plugin_lang.php | 1 + lang/UTF-8/serendipity_lang_bg.inc.php | 1 + lang/UTF-8/serendipity_lang_cn.inc.php | 3 ++- lang/UTF-8/serendipity_lang_cs.inc.php | 3 ++- lang/UTF-8/serendipity_lang_cz.inc.php | 3 ++- lang/UTF-8/serendipity_lang_da.inc.php | 3 ++- lang/UTF-8/serendipity_lang_de.inc.php | 3 ++- lang/UTF-8/serendipity_lang_en.inc.php | 4 ++-- lang/UTF-8/serendipity_lang_es.inc.php | 3 ++- lang/UTF-8/serendipity_lang_fa.inc.php | 3 ++- lang/UTF-8/serendipity_lang_fi.inc.php | 3 ++- lang/UTF-8/serendipity_lang_fr.inc.php | 3 ++- lang/UTF-8/serendipity_lang_hu.inc.php | 1 + lang/UTF-8/serendipity_lang_is.inc.php | 3 ++- lang/UTF-8/serendipity_lang_it.inc.php | 1 + lang/UTF-8/serendipity_lang_ja.inc.php | 3 ++- lang/UTF-8/serendipity_lang_ko.inc.php | 3 ++- lang/UTF-8/serendipity_lang_nl.inc.php | 3 ++- lang/UTF-8/serendipity_lang_no.inc.php | 3 ++- lang/UTF-8/serendipity_lang_pl.inc.php | 1 + lang/UTF-8/serendipity_lang_pt.inc.php | 3 ++- lang/UTF-8/serendipity_lang_pt_PT.inc.php | 1 + lang/UTF-8/serendipity_lang_ro.inc.php | 1 + lang/UTF-8/serendipity_lang_ru.inc.php | 3 ++- lang/UTF-8/serendipity_lang_sa.inc.php | 1 + lang/UTF-8/serendipity_lang_se.inc.php | 1 + lang/UTF-8/serendipity_lang_ta.inc.php | 1 + lang/UTF-8/serendipity_lang_tn.inc.php | 3 ++- lang/UTF-8/serendipity_lang_tr.inc.php | 1 + lang/UTF-8/serendipity_lang_tw.inc.php | 3 ++- lang/UTF-8/serendipity_lang_zh.inc.php | 3 ++- lang/addlang.txt | 2 +- lang/plugin_lang.php | 1 + lang/serendipity_lang_bg.inc.php | 1 + lang/serendipity_lang_cn.inc.php | 1 + lang/serendipity_lang_cs.inc.php | 1 + lang/serendipity_lang_cz.inc.php | 1 + lang/serendipity_lang_da.inc.php | 1 + lang/serendipity_lang_de.inc.php | 1 + lang/serendipity_lang_en.inc.php | 1 + lang/serendipity_lang_es.inc.php | 1 + lang/serendipity_lang_fa.inc.php | 1 + lang/serendipity_lang_fi.inc.php | 1 + lang/serendipity_lang_fr.inc.php | 1 + lang/serendipity_lang_hu.inc.php | 1 + lang/serendipity_lang_is.inc.php | 1 + lang/serendipity_lang_it.inc.php | 1 + lang/serendipity_lang_ja.inc.php | 1 + lang/serendipity_lang_ko.inc.php | 1 + lang/serendipity_lang_nl.inc.php | 1 + lang/serendipity_lang_no.inc.php | 1 + lang/serendipity_lang_pl.inc.php | 1 + lang/serendipity_lang_pt.inc.php | 1 + lang/serendipity_lang_pt_PT.inc.php | 1 + lang/serendipity_lang_ro.inc.php | 1 + lang/serendipity_lang_ru.inc.php | 1 + lang/serendipity_lang_sa.inc.php | 1 + lang/serendipity_lang_se.inc.php | 1 + lang/serendipity_lang_ta.inc.php | 1 + lang/serendipity_lang_tn.inc.php | 1 + lang/serendipity_lang_tr.inc.php | 1 + lang/serendipity_lang_tw.inc.php | 1 + lang/serendipity_lang_zh.inc.php | 1 + 64 files changed, 96 insertions(+), 25 deletions(-) diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index d94c0f01..19c31544 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -1583,8 +1583,8 @@ class serendipity_authors_plugin extends serendipity_plugin { $propbag->add('description', AUTHOR_PLUGIN_DESC); $propbag->add('stackable', true); $propbag->add('author', 'Serendipity Team'); - $propbag->add('version', '2.0'); - $propbag->add('configuration', array('image', 'allow_select', 'title', 'showartcount')); + $propbag->add('version', '2.01'); + $propbag->add('configuration', array('image', 'allow_select', 'title', 'showartcount', 'mincount')); $propbag->add('groups', array('FRONTEND_VIEWS')); } @@ -1620,6 +1620,13 @@ class serendipity_authors_plugin extends serendipity_plugin { $propbag->add('default', false); break; + case 'mincount': + $propbag->add('type', 'string'); + $propbag->add('name', PLUGIN_AUTHORS_MINCOUNT); + $propbag->add('description', ''); + $propbag->add('default', ''); + break; + default: return false; } @@ -1639,8 +1646,8 @@ class serendipity_authors_plugin extends serendipity_plugin { } $is_form = serendipity_db_bool($this->get_config('allow_select')); $is_count = serendipity_db_bool($this->get_config('showartcount')); + $mincount = (int)$this->get_config('mincount'); $authors = serendipity_fetchUsers(null, null, $is_count); - $html = ''; if ($is_form) { @@ -1654,6 +1661,9 @@ class serendipity_authors_plugin extends serendipity_plugin { foreach ($authors as $auth) { if ($is_count) { + if ($auth['artcount'] < $mincount) { + continue; + } $entrycount = " ({$auth['artcount']})"; } else { $entrycount = ""; diff --git a/lang/UTF-8/plugin_lang.php b/lang/UTF-8/plugin_lang.php index b6a64d2d..6b5e70a2 100644 --- a/lang/UTF-8/plugin_lang.php +++ b/lang/UTF-8/plugin_lang.php @@ -85,3 +85,4 @@ foreach($const['missing'] AS $file => $constants) { @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index a74ac29f..60451542 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -872,3 +872,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Разрешаване на Plugin ACL за потребителски групи ?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Ако опцията "Plugin ACL за потребителски групи" е позволена, ще можете да указвате кои потребителски групи имат позволението да изпълняват дадени събитийни и странични приставки.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index a94b80a2..f15ffb10 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -1,4 +1,4 @@ - @@ -898,3 +898,4 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index 7bd20aea..fc30a44b 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -1,4 +1,4 @@ - @@ -898,3 +898,4 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index aa4262aa..feffa393 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -1,4 +1,4 @@ - @@ -886,3 +886,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 45b0125b..05917847 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -1,4 +1,4 @@ -, @@ -894,3 +894,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index f7efeba0..17b09b53 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -1,4 +1,4 @@ - @@ -886,3 +886,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index c094a164..0aee5266 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -1,4 +1,4 @@ - @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index 2766f5c8..531daa41 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -1,4 +1,4 @@ - @@ -891,3 +891,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index ac91eb99..68c5de4a 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index 409c26c5..57e723b9 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -1,4 +1,4 @@ - @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index e8472858..058f5360 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -888,3 +888,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index f0da032f..3a5c6ea4 100644 --- a/lang/UTF-8/serendipity_lang_ja.inc.php +++ b/lang/UTF-8/serendipity_lang_ja.inc.php @@ -1,4 +1,4 @@ -, 2004-2005. @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index 5d0b1dd9..c573cbb4 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -1,4 +1,4 @@ - @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index a0e106bf..7dc0c89d 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -1,4 +1,4 @@ - @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index 935938af..d5a02fa8 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -1,4 +1,4 @@ - @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_pl.inc.php b/lang/UTF-8/serendipity_lang_pl.inc.php index d736f131..141b2c88 100644 --- a/lang/UTF-8/serendipity_lang_pl.inc.php +++ b/lang/UTF-8/serendipity_lang_pl.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index d03e82df..ba06b166 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -1,4 +1,4 @@ - @@ -889,3 +889,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index 7c7df06e..616c7cff 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -891,3 +891,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index 4496be7e..9ae76a42 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index a77544fd..556bfcab 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -1,4 +1,4 @@ - @@ -888,3 +888,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_sa.inc.php b/lang/UTF-8/serendipity_lang_sa.inc.php index c4765b79..174c4998 100644 --- a/lang/UTF-8/serendipity_lang_sa.inc.php +++ b/lang/UTF-8/serendipity_lang_sa.inc.php @@ -803,3 +803,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index 035b5fce..a1f42cb4 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index 550ea31d..99383601 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index 64a9e707..c3eb6a1a 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -1,4 +1,4 @@ - @@ -888,3 +888,4 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index cad47f04..fa3369db 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -888,3 +888,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_tw.inc.php b/lang/UTF-8/serendipity_lang_tw.inc.php index a0479df4..56c838c1 100644 --- a/lang/UTF-8/serendipity_lang_tw.inc.php +++ b/lang/UTF-8/serendipity_lang_tw.inc.php @@ -1,4 +1,4 @@ - @@ -888,3 +888,4 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index a45032bc..a141a2f0 100644 --- a/lang/UTF-8/serendipity_lang_zh.inc.php +++ b/lang/UTF-8/serendipity_lang_zh.inc.php @@ -1,4 +1,4 @@ - $constants) { @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index f22484ff..4063b1c5 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -872,3 +872,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', ' Plugin ACL ?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', ' "Plugin ACL " , .'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index cccc0d88..e1218c64 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -886,3 +886,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index 20fb450f..c4483088 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -898,3 +898,4 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index d2aca585..60a66ec1 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -898,3 +898,4 @@ $i18n_filename_to = array ( @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index 70fc9d7b..4d27b240 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -886,3 +886,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 3abd681b..33c3b988 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -881,3 +881,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Sollen persnliche Plugin-Rechte fr Benutzergruppen aktiviert werden?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Falls diese Option aktiviert ist, knnen Sie bei jeder Benutzergruppe definieren, welche Plugins/Ereignisse diese Gruppe ausfhren darf.'); @define('DELETE_SELECTED_ENTRIES', 'Markierte Eintrge lschen'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index e9d87218..c9401217 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -882,3 +882,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index c7616f8b..519ad157 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -894,3 +894,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index 3313223e..d25a5e03 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -886,3 +886,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index efc193fa..6c452e3a 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index 5228981b..50bb7389 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -891,3 +891,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index 44e433a6..aabf5672 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index 0287ad10..a6339447 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index bde73bba..09751e49 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -888,3 +888,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 4e16e23e..9c4b652d 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 3f955b8e..19798541 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index f0fd45c5..ccf6efd9 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index 7428db87..f5ec4845 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -887,3 +887,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_pl.inc.php b/lang/serendipity_lang_pl.inc.php index 40d5d4ab..8b3350fb 100644 --- a/lang/serendipity_lang_pl.inc.php +++ b/lang/serendipity_lang_pl.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index e49b9641..b39afd38 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -889,3 +889,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index bc3bc8a2..7acd57e2 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -891,3 +891,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index 4496be7e..9ae76a42 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index f3b7f272..18f1756c 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -888,3 +888,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_sa.inc.php b/lang/serendipity_lang_sa.inc.php index 44c8872f..12bf1200 100644 --- a/lang/serendipity_lang_sa.inc.php +++ b/lang/serendipity_lang_sa.inc.php @@ -803,3 +803,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index 5976793a..57d9ec3e 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index 550ea31d..99383601 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -884,3 +884,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index 505ba98e..33757cc4 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -888,3 +888,4 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index cad47f04..fa3369db 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -888,3 +888,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index 2c512596..499270d5 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -888,3 +888,4 @@ $i18n_unknown = 'tw'; @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index 755c9366..c07c57e0 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -885,3 +885,4 @@ @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); +@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');