From: garvinhicking Date: Fri, 13 Jul 2007 12:24:18 +0000 (+0000) Subject: Add language constant for grischa, and fix up indending *g* X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05cff984aac5263d19c2434e24de3645c4b27a1e;p=s9y.git Add language constant for grischa, and fix up indending *g* --- diff --git a/docs/NEWS b/docs/NEWS index 9f6801f..80cd132 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,9 +3,9 @@ Version 1.3 () ------------------------------------------------------------------------ - * The archive sidebar plugin shiped with s9y now displays numbers - of articles correctly for month, catergories and so on, even - if multicategory articles are used. (brockhaus) + * The archive sidebar plugin shiped with s9y now displays numbers + of articles correctly for month, catergories and so on, even + if multicategory articles are used. (brockhaus) * Trackbacks to links without a description now get properly evaluated. (brockhaus) diff --git a/include/functions_entries.inc.php b/include/functions_entries.inc.php index b61ae71..9459209 100644 --- a/include/functions_entries.inc.php +++ b/include/functions_entries.inc.php @@ -204,9 +204,11 @@ function &serendipity_fetchEntryCategories($entryid) { * @param string Can contain a SQL statement on which keys to select. Plugins can also set this, pay attention! * @param string Can contain a SQL statement on how to group the query. Plugins can also set this, pay attention! * @param string If set to "array", the array of entries will be returned. "flat-array" will only return the articles without their entryproperties. "single" will only return a 1-dimensional array. "query" will only return the used SQL. + * @param bool Should an SQL-join be made to the AUTHORS DB table? + * @param bool Should an SQL-join be made to the CATEGORIES DB table? * @return array Holds the super-array of all entries with all additional information */ -function &serendipity_fetchEntries($range = null, $full = true, $limit = '', $fetchDrafts = false, $modified_since = false, $orderby = 'timestamp DESC', $filter_sql = '', $noCache = false, $noSticky = false, $select_key = null, $group_by = null, $returncode = 'array',$joinauthors = true, $joincategories =true) { +function &serendipity_fetchEntries($range = null, $full = true, $limit = '', $fetchDrafts = false, $modified_since = false, $orderby = 'timestamp DESC', $filter_sql = '', $noCache = false, $noSticky = false, $select_key = null, $group_by = null, $returncode = 'array', $joinauthors = true, $joincategories = true) { global $serendipity; $cond = array(); @@ -377,16 +379,18 @@ function &serendipity_fetchEntries($range = null, $full = true, $limit = '', $fe $serendipity['fullCountQuery'] = " FROM {$serendipity['dbPrefix']}entries AS e"; - if ($joinauthors) - $serendipity['fullCountQuery'] .=" + if ($joinauthors) { + $serendipity['fullCountQuery'] .= " LEFT JOIN {$serendipity['dbPrefix']}authors a ON e.authorid = a.authorid"; - if ($joincategories) - $serendipity['fullCountQuery'] .=" + } + if ($joincategories) { + $serendipity['fullCountQuery'] .= " LEFT JOIN {$serendipity['dbPrefix']}entrycat ec ON e.id = ec.entryid LEFT JOIN {$serendipity['dbPrefix']}category c ON ec.categoryid = c.categoryid"; + } $serendipity['fullCountQuery'] .=" {$cond['joins']} {$cond['and']}"; diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index e0e6585..136015c 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -400,7 +400,7 @@ class serendipity_archives_plugin extends serendipity_plugin { $propbag->add('stackable', true); $propbag->add('author', 'Serendipity Team'); $propbag->add('version', '1.0'); - $propbag->add('configuration', array('title', 'frequency', 'count', 'show_count','hide_zero_count')); + $propbag->add('configuration', array('title', 'frequency', 'count', 'show_count', 'hide_zero_count')); $propbag->add('groups', array('FRONTEND_VIEWS')); } @@ -564,9 +564,9 @@ class serendipity_archives_plugin extends serendipity_plugin { } } - if (!$hidden_by_zero_count) + if (!$hidden_by_zero_count) { echo '' . $ts_title . $html_count . '
' . "\n"; - + } } echo '' . RECENT . '
' . "\n"; diff --git a/lang/UTF-8/plugin_lang.php b/lang/UTF-8/plugin_lang.php index 0a14564..2d3e659 100644 --- a/lang/UTF-8/plugin_lang.php +++ b/lang/UTF-8/plugin_lang.php @@ -98,3 +98,4 @@ foreach($const['missing'] AS $file => $constants) { @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index 9d96546..92d413f 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -885,3 +885,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index a76fc2f..347a55e 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -1,4 +1,4 @@ - @@ -904,3 +904,4 @@ $i18n_filename_to = array ( @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index f353565..2b14558 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -1,4 +1,4 @@ - @@ -904,3 +904,4 @@ $i18n_filename_to = array ( @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index a69a3db..e168257 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -1,4 +1,4 @@ - @@ -893,3 +893,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 3591080..7188c06 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -1,4 +1,4 @@ -, @@ -912,3 +912,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index 3478535..36de540 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -1,4 +1,4 @@ - @@ -896,3 +896,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index 5a796d1..880a84b 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -1,4 +1,4 @@ - @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index d514817..caca4c1 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -1,4 +1,4 @@ - @@ -901,3 +901,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index 78bbb71..70f8c3e 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index ab56055..8c99b5c 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -1,4 +1,4 @@ - @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index e2325b8..ef094eb 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index 7de499c..a240402 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. @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index a81e7d0..178735f 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -1,4 +1,4 @@ - @@ -897,3 +897,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index 026853a..3d13858 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -1,4 +1,4 @@ - @@ -896,3 +896,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index 9dd9991..f029fc5 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -1,4 +1,4 @@ - @@ -897,3 +897,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_pl.inc.php b/lang/UTF-8/serendipity_lang_pl.inc.php index 65b0259..b032058 100644 --- a/lang/UTF-8/serendipity_lang_pl.inc.php +++ b/lang/UTF-8/serendipity_lang_pl.inc.php @@ -893,3 +893,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index 35e78f7..722e425 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -1,4 +1,4 @@ - @@ -899,3 +899,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index b9e8a79..059c660 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -906,3 +906,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index f43168f..7486fe8 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index 191f256..52ebe2a 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -1,4 +1,4 @@ - @@ -898,3 +898,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_sa.inc.php b/lang/UTF-8/serendipity_lang_sa.inc.php index 7ac76a1..e7b73c3 100644 --- a/lang/UTF-8/serendipity_lang_sa.inc.php +++ b/lang/UTF-8/serendipity_lang_sa.inc.php @@ -813,3 +813,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index 92a4416..9263c60 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index 5cdc79b..96f0789 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index 672dff2..202bf53 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -1,4 +1,4 @@ - @@ -898,3 +898,4 @@ $i18n_unknown = 'tw'; @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index 38bb63b..f712f49 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_tw.inc.php b/lang/UTF-8/serendipity_lang_tw.inc.php index f615dac..5b52a82 100644 --- a/lang/UTF-8/serendipity_lang_tw.inc.php +++ b/lang/UTF-8/serendipity_lang_tw.inc.php @@ -1,4 +1,4 @@ - @@ -898,3 +898,4 @@ $i18n_unknown = 'tw'; @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index b257b57..7c75afc 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('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index 5a174da..8c4dcfa 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -885,3 +885,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index 3b6f122..2dfe3e7 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -896,3 +896,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index 4bf25d9..4e6c5b4 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -904,3 +904,4 @@ $i18n_filename_to = array ( @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index f03e1ee..048b1d0 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -904,3 +904,4 @@ $i18n_filename_to = array ( @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index 4bca402..7f8c715 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -893,3 +893,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 7dfb3f5..8ce91ff 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -891,3 +891,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index 6fdf3a3..650527f 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -892,3 +892,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index 32aec50..b19b6dc 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -912,3 +912,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index 4004c9b..afcbb70 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -896,3 +896,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index 9300531..f588b72 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index 7213ddb..ef76377 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -901,3 +901,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index 0b642e1..bd2ca02 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index e25cc21..6591e13 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index 8789bdd..bb02e8c 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 1136310..5a1f382 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 0ad6921..8e412a7 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -897,3 +897,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index 0bb0a7c..8d2ecce 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -896,3 +896,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index dde187a..69abf9c 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -897,3 +897,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_pl.inc.php b/lang/serendipity_lang_pl.inc.php index 4866f20..8b8050c 100644 --- a/lang/serendipity_lang_pl.inc.php +++ b/lang/serendipity_lang_pl.inc.php @@ -893,3 +893,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index 6d6a5e9..da84ac7 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -899,3 +899,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index cc99c45..4de3a67 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -906,3 +906,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index f43168f..7486fe8 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index 62287c4..d31b73a 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -898,3 +898,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_sa.inc.php b/lang/serendipity_lang_sa.inc.php index 52b05d4..2640e05 100644 --- a/lang/serendipity_lang_sa.inc.php +++ b/lang/serendipity_lang_sa.inc.php @@ -813,3 +813,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index ac655f0..2d58f83 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index 5cdc79b..96f0789 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -894,3 +894,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index d8823fd..7acee9d 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -898,3 +898,4 @@ $i18n_unknown = 'tw'; @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index 38bb63b..f712f49 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -898,3 +898,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index 478c1ba..ea714f9 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -898,3 +898,4 @@ $i18n_unknown = 'tw'; @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index eb65adf..21a1f2a 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -895,3 +895,4 @@ @define('PINGBACK_SENT', 'Pingback successful'); @define('PINGBACK_FAILED', 'Pingback failed: %s'); @define('PINGBACK_NOT_FOUND', 'No pingback-URI found.'); +@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)');