From 5ebab2b0e36349e89b52cf1a89616e3b2a653dfb Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 7 May 2008 09:55:49 +0000 Subject: [PATCH] Merged in from DEV trunk... --- plugins/ktcore/KTCorePlugin.php | 2 +- plugins/search2/reporting/templates/managemimetypes.smarty | 2 +- templates/ktcore/support.smarty | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index 007aa6d..a0c0600 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -295,7 +295,7 @@ class KTCorePlugin extends KTPlugin { //Search and Indexing $this->registerAdminPage('managemimetypes', 'ManageMimeTypesDispatcher', 'search', - _kt('Mime Types'), _kt('This report lists all mime types and extensions that can be identified by KnowledgeTree.'), + _kt('Mime Types'), sprintf(_kt('This report lists all mime types and extensions that can be identified by %s.'), APP_NAME), '../search2/reporting/ManageMimeTypes.php', null); $this->registerAdminPage('extractorinfo', 'ExtractorInfoDispatcher', 'search', diff --git a/plugins/search2/reporting/templates/managemimetypes.smarty b/plugins/search2/reporting/templates/managemimetypes.smarty index 862c72f..f49e963 100644 --- a/plugins/search2/reporting/templates/managemimetypes.smarty +++ b/plugins/search2/reporting/templates/managemimetypes.smarty @@ -1,5 +1,5 @@

{i18n}Manage Mime Types{/i18n}

-

{i18n}This report lists all mime types and extensions that can be identified by KnowledgeTree.{/i18n}

+

{i18n arg_appname="$appname"}This report lists all mime types and extensions that can be identified by #appname#.{/i18n}

{if $mime_types} diff --git a/templates/ktcore/support.smarty b/templates/ktcore/support.smarty index 413c6de..341857b 100644 --- a/templates/ktcore/support.smarty +++ b/templates/ktcore/support.smarty @@ -6,22 +6,22 @@ to the version you are using — we may already have found the problem you're referring to, and may have fixed it in a newer version. {/i18n}

-{i18n}The following download action allows you to download a zip archive of information that may assist the KnowledgeTree team to diagnose problems on your system. This archive contains:{/i18n} +{i18n arg_appname="$appname"} The following download action allows you to download a zip archive of information that may assist the #appname# team to diagnose problems on your system. This archive contains:{/i18n}
* {i18n}PHP Information{/i18n}
* -{i18n}Log Files (KnowledgeTree, Apache, Mysql){/i18n} +{i18n arg_appname="$appname"} Log Files (#appname#, Apache, Mysql){/i18n}
* -{i18n}KnowledgeTree System Settings{/i18n} +{i18n arg_appname="$appname"} #appname# System Settings{/i18n}
* -{i18n}KnowledgeTree Version Files{/i18n} +{i18n arg_appname="$appname"} #appname# Version Files{/i18n}
* -{i18n}KnowledgeTree Database Schema (the structure of the database only){/i18n} +{i18n arg_appname="$appname"} #appname# Database Schema (the structure of the database only){/i18n}
* -{i18n}KnowledgeTree Database Counters Report{/i18n} +{i18n arg_appname="$appname"} #appname# Database Counters Report{/i18n}
* -{i18n}KnowledgeTree Database Storage Engine Report{/i18n} +{i18n arg_appname="$appname"} #appname# Database Storage Engine Report{/i18n}
* {i18n}System Information (Disk Usage, Process List, if easily detectable){/i18n}
* -- libgit2 0.21.4