From f95bff28a5ef0519e54025077dad6c76de1221b5 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 11 Apr 2006 11:04:48 +0000 Subject: [PATCH] Show plugin count --- lang/UTF-8/serendipity_lang_bg.inc.php | 2 ++ lang/UTF-8/serendipity_lang_cn.inc.php | 4 +++- lang/UTF-8/serendipity_lang_cs.inc.php | 4 +++- lang/UTF-8/serendipity_lang_cz.inc.php | 4 +++- lang/UTF-8/serendipity_lang_da.inc.php | 4 +++- lang/UTF-8/serendipity_lang_de.inc.php | 4 +++- lang/UTF-8/serendipity_lang_en.inc.php | 4 +++- lang/UTF-8/serendipity_lang_es.inc.php | 4 +++- lang/UTF-8/serendipity_lang_fa.inc.php | 4 +++- lang/UTF-8/serendipity_lang_fi.inc.php | 4 +++- lang/UTF-8/serendipity_lang_fr.inc.php | 4 +++- lang/UTF-8/serendipity_lang_hu.inc.php | 2 ++ lang/UTF-8/serendipity_lang_is.inc.php | 4 +++- lang/UTF-8/serendipity_lang_it.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ja.inc.php | 4 +++- lang/UTF-8/serendipity_lang_ko.inc.php | 4 +++- lang/UTF-8/serendipity_lang_nl.inc.php | 4 +++- lang/UTF-8/serendipity_lang_no.inc.php | 4 +++- lang/UTF-8/serendipity_lang_pt.inc.php | 4 +++- lang/UTF-8/serendipity_lang_pt_PT.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ro.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ru.inc.php | 4 +++- lang/UTF-8/serendipity_lang_se.inc.php | 2 ++ lang/UTF-8/serendipity_lang_ta.inc.php | 2 ++ lang/UTF-8/serendipity_lang_tn.inc.php | 4 +++- lang/UTF-8/serendipity_lang_tr.inc.php | 2 ++ lang/UTF-8/serendipity_lang_tw.inc.php | 4 +++- lang/UTF-8/serendipity_lang_zh.inc.php | 4 +++- lang/addlang.txt | 3 +-- lang/plugin_lang.php | 2 ++ lang/serendipity_lang_bg.inc.php | 2 ++ lang/serendipity_lang_cn.inc.php | 2 ++ lang/serendipity_lang_cs.inc.php | 2 ++ lang/serendipity_lang_cz.inc.php | 2 ++ lang/serendipity_lang_da.inc.php | 2 ++ lang/serendipity_lang_de.inc.php | 2 ++ lang/serendipity_lang_en.inc.php | 2 ++ lang/serendipity_lang_es.inc.php | 2 ++ lang/serendipity_lang_fa.inc.php | 2 ++ lang/serendipity_lang_fi.inc.php | 2 ++ lang/serendipity_lang_fr.inc.php | 2 ++ lang/serendipity_lang_hu.inc.php | 2 ++ lang/serendipity_lang_is.inc.php | 2 ++ lang/serendipity_lang_it.inc.php | 2 ++ lang/serendipity_lang_ja.inc.php | 2 ++ lang/serendipity_lang_ko.inc.php | 2 ++ lang/serendipity_lang_nl.inc.php | 2 ++ lang/serendipity_lang_no.inc.php | 2 ++ lang/serendipity_lang_pt.inc.php | 2 ++ lang/serendipity_lang_pt_PT.inc.php | 2 ++ lang/serendipity_lang_ro.inc.php | 2 ++ lang/serendipity_lang_ru.inc.php | 2 ++ lang/serendipity_lang_se.inc.php | 2 ++ lang/serendipity_lang_ta.inc.php | 2 ++ lang/serendipity_lang_tn.inc.php | 2 ++ lang/serendipity_lang_tr.inc.php | 2 ++ lang/serendipity_lang_tw.inc.php | 2 ++ lang/serendipity_lang_zh.inc.php | 2 ++ 58 files changed, 135 insertions(+), 22 deletions(-) diff --git a/lang/UTF-8/serendipity_lang_bg.inc.php b/lang/UTF-8/serendipity_lang_bg.inc.php index 127723f..ebd67a7 100644 --- a/lang/UTF-8/serendipity_lang_bg.inc.php +++ b/lang/UTF-8/serendipity_lang_bg.inc.php @@ -829,3 +829,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_cn.inc.php b/lang/UTF-8/serendipity_lang_cn.inc.php index 61fb4eb..042c434 100644 --- a/lang/UTF-8/serendipity_lang_cn.inc.php +++ b/lang/UTF-8/serendipity_lang_cn.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_cz.inc.php b/lang/UTF-8/serendipity_lang_cz.inc.php index 3f4d778..f41c6cb 100644 --- a/lang/UTF-8/serendipity_lang_cz.inc.php +++ b/lang/UTF-8/serendipity_lang_cz.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_da.inc.php b/lang/UTF-8/serendipity_lang_da.inc.php index a3424c6..3d871fe 100644 --- a/lang/UTF-8/serendipity_lang_da.inc.php +++ b/lang/UTF-8/serendipity_lang_da.inc.php @@ -1,4 +1,4 @@ - @@ -843,3 +843,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_de.inc.php b/lang/UTF-8/serendipity_lang_de.inc.php index 6a6bcd9..1bea329 100644 --- a/lang/UTF-8/serendipity_lang_de.inc.php +++ b/lang/UTF-8/serendipity_lang_de.inc.php @@ -1,4 +1,4 @@ -, @@ -859,3 +859,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_fa.inc.php b/lang/UTF-8/serendipity_lang_fa.inc.php index a5bda43..bccd6e0 100644 --- a/lang/UTF-8/serendipity_lang_fa.inc.php +++ b/lang/UTF-8/serendipity_lang_fa.inc.php @@ -1,4 +1,4 @@ - @@ -843,3 +843,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_fi.inc.php b/lang/UTF-8/serendipity_lang_fi.inc.php index e682c46..e839bf6 100644 --- a/lang/UTF-8/serendipity_lang_fi.inc.php +++ b/lang/UTF-8/serendipity_lang_fi.inc.php @@ -1,4 +1,4 @@ - @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_fr.inc.php b/lang/UTF-8/serendipity_lang_fr.inc.php index 1ded97f..cd5635b 100644 --- a/lang/UTF-8/serendipity_lang_fr.inc.php +++ b/lang/UTF-8/serendipity_lang_fr.inc.php @@ -1,4 +1,4 @@ - @@ -848,3 +848,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_hu.inc.php b/lang/UTF-8/serendipity_lang_hu.inc.php index 5e44704..48f42b8 100644 --- a/lang/UTF-8/serendipity_lang_hu.inc.php +++ b/lang/UTF-8/serendipity_lang_hu.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_is.inc.php b/lang/UTF-8/serendipity_lang_is.inc.php index 7b622a0..08acd8c 100644 --- a/lang/UTF-8/serendipity_lang_is.inc.php +++ b/lang/UTF-8/serendipity_lang_is.inc.php @@ -1,4 +1,4 @@ - @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_it.inc.php b/lang/UTF-8/serendipity_lang_it.inc.php index 08bf40f..ff9a2d6 100644 --- a/lang/UTF-8/serendipity_lang_it.inc.php +++ b/lang/UTF-8/serendipity_lang_it.inc.php @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_ja.inc.php b/lang/UTF-8/serendipity_lang_ja.inc.php index 75b465a..3a45303 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. @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_ko.inc.php b/lang/UTF-8/serendipity_lang_ko.inc.php index aa26c78..5d8d718 100644 --- a/lang/UTF-8/serendipity_lang_ko.inc.php +++ b/lang/UTF-8/serendipity_lang_ko.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_nl.inc.php b/lang/UTF-8/serendipity_lang_nl.inc.php index 67d966d..865fe87 100644 --- a/lang/UTF-8/serendipity_lang_nl.inc.php +++ b/lang/UTF-8/serendipity_lang_nl.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_no.inc.php b/lang/UTF-8/serendipity_lang_no.inc.php index 2868ed2..903dcf7 100644 --- a/lang/UTF-8/serendipity_lang_no.inc.php +++ b/lang/UTF-8/serendipity_lang_no.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_pt.inc.php b/lang/UTF-8/serendipity_lang_pt.inc.php index ab06527..9bbfaa8 100644 --- a/lang/UTF-8/serendipity_lang_pt.inc.php +++ b/lang/UTF-8/serendipity_lang_pt.inc.php @@ -1,4 +1,4 @@ - @@ -846,3 +846,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_pt_PT.inc.php b/lang/UTF-8/serendipity_lang_pt_PT.inc.php index 91abd62..b1178a3 100644 --- a/lang/UTF-8/serendipity_lang_pt_PT.inc.php +++ b/lang/UTF-8/serendipity_lang_pt_PT.inc.php @@ -849,3 +849,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_ro.inc.php b/lang/UTF-8/serendipity_lang_ro.inc.php index b4717fb..93a58f1 100644 --- a/lang/UTF-8/serendipity_lang_ro.inc.php +++ b/lang/UTF-8/serendipity_lang_ro.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_ru.inc.php b/lang/UTF-8/serendipity_lang_ru.inc.php index bfd4ad9..45600f2 100644 --- a/lang/UTF-8/serendipity_lang_ru.inc.php +++ b/lang/UTF-8/serendipity_lang_ru.inc.php @@ -1,4 +1,4 @@ - @@ -845,3 +845,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_se.inc.php b/lang/UTF-8/serendipity_lang_se.inc.php index 5393ca3..b3167f2 100644 --- a/lang/UTF-8/serendipity_lang_se.inc.php +++ b/lang/UTF-8/serendipity_lang_se.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_ta.inc.php b/lang/UTF-8/serendipity_lang_ta.inc.php index d76be07..96ef50a 100644 --- a/lang/UTF-8/serendipity_lang_ta.inc.php +++ b/lang/UTF-8/serendipity_lang_ta.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_tn.inc.php b/lang/UTF-8/serendipity_lang_tn.inc.php index 442c0fc..1d2a021 100644 --- a/lang/UTF-8/serendipity_lang_tn.inc.php +++ b/lang/UTF-8/serendipity_lang_tn.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ $i18n_unknown = 'tw'; @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_tr.inc.php b/lang/UTF-8/serendipity_lang_tr.inc.php index f4d7a81..1167ec0 100644 --- a/lang/UTF-8/serendipity_lang_tr.inc.php +++ b/lang/UTF-8/serendipity_lang_tr.inc.php @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_tw.inc.php b/lang/UTF-8/serendipity_lang_tw.inc.php index 5c3dbfb..eb00c88 100644 --- a/lang/UTF-8/serendipity_lang_tw.inc.php +++ b/lang/UTF-8/serendipity_lang_tw.inc.php @@ -1,4 +1,4 @@ - @@ -844,3 +844,5 @@ $i18n_unknown = 'tw'; @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/UTF-8/serendipity_lang_zh.inc.php b/lang/UTF-8/serendipity_lang_zh.inc.php index 77431fa..18123e7 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('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_bg.inc.php b/lang/serendipity_lang_bg.inc.php index 09e7e2f..3f20765 100644 --- a/lang/serendipity_lang_bg.inc.php +++ b/lang/serendipity_lang_bg.inc.php @@ -829,3 +829,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_cn.inc.php b/lang/serendipity_lang_cn.inc.php index 85ddc50..a88c6e8 100644 --- a/lang/serendipity_lang_cn.inc.php +++ b/lang/serendipity_lang_cn.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_cs.inc.php b/lang/serendipity_lang_cs.inc.php index 0da754b..49523cf 100644 --- a/lang/serendipity_lang_cs.inc.php +++ b/lang/serendipity_lang_cs.inc.php @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_cz.inc.php b/lang/serendipity_lang_cz.inc.php index 1415c2e..aa1bee9 100644 --- a/lang/serendipity_lang_cz.inc.php +++ b/lang/serendipity_lang_cz.inc.php @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_da.inc.php b/lang/serendipity_lang_da.inc.php index fa5b1a4..8a54178 100644 --- a/lang/serendipity_lang_da.inc.php +++ b/lang/serendipity_lang_da.inc.php @@ -843,3 +843,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_de.inc.php b/lang/serendipity_lang_de.inc.php index 4f1976d..efc5a6b 100644 --- a/lang/serendipity_lang_de.inc.php +++ b/lang/serendipity_lang_de.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_en.inc.php b/lang/serendipity_lang_en.inc.php index 5ebff8f..2ccd175 100644 --- a/lang/serendipity_lang_en.inc.php +++ b/lang/serendipity_lang_en.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_es.inc.php b/lang/serendipity_lang_es.inc.php index 4883eb7..877634b 100644 --- a/lang/serendipity_lang_es.inc.php +++ b/lang/serendipity_lang_es.inc.php @@ -859,3 +859,5 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ?? @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_fa.inc.php b/lang/serendipity_lang_fa.inc.php index d26f5fd..0ff5a67 100644 --- a/lang/serendipity_lang_fa.inc.php +++ b/lang/serendipity_lang_fa.inc.php @@ -843,3 +843,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_fi.inc.php b/lang/serendipity_lang_fi.inc.php index 50c901a..1318d3a 100644 --- a/lang/serendipity_lang_fi.inc.php +++ b/lang/serendipity_lang_fi.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_fr.inc.php b/lang/serendipity_lang_fr.inc.php index 388ae53..86e5330 100644 --- a/lang/serendipity_lang_fr.inc.php +++ b/lang/serendipity_lang_fr.inc.php @@ -848,3 +848,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_hu.inc.php b/lang/serendipity_lang_hu.inc.php index a230788..16503d8 100644 --- a/lang/serendipity_lang_hu.inc.php +++ b/lang/serendipity_lang_hu.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index c221e7e..eba45d9 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_it.inc.php b/lang/serendipity_lang_it.inc.php index ae9994b..d0c390c 100644 --- a/lang/serendipity_lang_it.inc.php +++ b/lang/serendipity_lang_it.inc.php @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_ja.inc.php b/lang/serendipity_lang_ja.inc.php index 6018338..d258cbd 100644 --- a/lang/serendipity_lang_ja.inc.php +++ b/lang/serendipity_lang_ja.inc.php @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_ko.inc.php b/lang/serendipity_lang_ko.inc.php index 4fb621b..a51f21f 100644 --- a/lang/serendipity_lang_ko.inc.php +++ b/lang/serendipity_lang_ko.inc.php @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_nl.inc.php b/lang/serendipity_lang_nl.inc.php index ae54fa6..501b91d 100644 --- a/lang/serendipity_lang_nl.inc.php +++ b/lang/serendipity_lang_nl.inc.php @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_no.inc.php b/lang/serendipity_lang_no.inc.php index 200bade..d113945 100644 --- a/lang/serendipity_lang_no.inc.php +++ b/lang/serendipity_lang_no.inc.php @@ -844,3 +844,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_pt.inc.php b/lang/serendipity_lang_pt.inc.php index 371296c..52e8d93 100644 --- a/lang/serendipity_lang_pt.inc.php +++ b/lang/serendipity_lang_pt.inc.php @@ -846,3 +846,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_pt_PT.inc.php b/lang/serendipity_lang_pt_PT.inc.php index 2283e85..13b6852 100644 --- a/lang/serendipity_lang_pt_PT.inc.php +++ b/lang/serendipity_lang_pt_PT.inc.php @@ -849,3 +849,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_ro.inc.php b/lang/serendipity_lang_ro.inc.php index b4717fb..93a58f1 100644 --- a/lang/serendipity_lang_ro.inc.php +++ b/lang/serendipity_lang_ro.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_ru.inc.php b/lang/serendipity_lang_ru.inc.php index aee231c..13bbc56 100644 --- a/lang/serendipity_lang_ru.inc.php +++ b/lang/serendipity_lang_ru.inc.php @@ -845,3 +845,5 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_se.inc.php b/lang/serendipity_lang_se.inc.php index 1c4278a..4e30bb5 100644 --- a/lang/serendipity_lang_se.inc.php +++ b/lang/serendipity_lang_se.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_ta.inc.php b/lang/serendipity_lang_ta.inc.php index d76be07..96ef50a 100644 --- a/lang/serendipity_lang_ta.inc.php +++ b/lang/serendipity_lang_ta.inc.php @@ -841,3 +841,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_tn.inc.php b/lang/serendipity_lang_tn.inc.php index bc0edd1..9e8fbd3 100644 --- a/lang/serendipity_lang_tn.inc.php +++ b/lang/serendipity_lang_tn.inc.php @@ -844,3 +844,5 @@ $i18n_unknown = 'tw'; @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_tr.inc.php b/lang/serendipity_lang_tr.inc.php index f4d7a81..1167ec0 100644 --- a/lang/serendipity_lang_tr.inc.php +++ b/lang/serendipity_lang_tr.inc.php @@ -845,3 +845,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_tw.inc.php b/lang/serendipity_lang_tw.inc.php index 3c34966..b5f2838 100644 --- a/lang/serendipity_lang_tw.inc.php +++ b/lang/serendipity_lang_tw.inc.php @@ -844,3 +844,5 @@ $i18n_unknown = 'tw'; @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + diff --git a/lang/serendipity_lang_zh.inc.php b/lang/serendipity_lang_zh.inc.php index 01a613f..8fbfd26 100644 --- a/lang/serendipity_lang_zh.inc.php +++ b/lang/serendipity_lang_zh.inc.php @@ -842,3 +842,5 @@ @define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS', 'Theme/Style options'); +@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); + -- 2.39.5