From 3cb28a4c8df73acd58613ce43a094c7d8436f4de Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Wed, 13 Feb 2008 17:15:26 +0000 Subject: [PATCH] KTS-2143 "Manage Lookups for Field: Explanations incorrect" Fixed. --- i18n/knowledgeTree.pot | 10 +++------- i18n/templates.c | 4 ++-- templates/kt3/standard_page.smarty | 2 +- templates/ktcore/principals/about.smarty | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot index e733fb0..ef5d6b6 100644 --- a/i18n/knowledgeTree.pot +++ b/i18n/knowledgeTree.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-13 19:02+0200\n" +"POT-Creation-Date: 2008-02-13 19:13+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -193,14 +193,10 @@ msgid "%s successfully copied as %s" msgstr "" #: i18n/templates.c:5216 -msgid "© 2004-2007 The Jam Warehouse Software (Pty) Limited View License Agreement" +msgid "© 2004-2008 The Jam Warehouse Software (Pty) Limited View License Agreement" msgstr "" -#: i18n/templates.c:416 -msgid "© 2004-2007 The Jam Warehouse Software (Pty) Limited" -msgstr "" - -#: i18n/templates.c:5786 +#: i18n/templates.c:416 i18n/templates.c:5786 msgid "© 2004-2008 The Jam Warehouse Software (Pty) Limited" msgstr "" diff --git a/i18n/templates.c b/i18n/templates.c index 353235a..ea23a0d 100644 --- a/i18n/templates.c +++ b/i18n/templates.c @@ -413,7 +413,7 @@ gettext("Enter search criteria..."); gettext("You are here"); /* ./templates/kt3/standard_page.smarty */ -gettext("© 2004-2007 The Jam Warehouse Software (Pty) Limited"); +gettext("© 2004-2008 The Jam Warehouse Software (Pty) Limited"); /* ./templates/kt3/standard_page.smarty */ gettext("This program is free software and published under the GNU General Public License version 3"); @@ -5213,7 +5213,7 @@ gettext("#appname# #versionname#"); gettext("Version #version#"); /* ./templates/ktcore/principals/about.smarty */ -gettext("© 2004-2007 The Jam Warehouse Software (Pty) Limited View License Agreement"); +gettext("© 2004-2008 The Jam Warehouse Software (Pty) Limited View License Agreement"); /* ./templates/ktcore/principals/about.smarty */ gettext("This program is free software and published under the GNU General Public License version 3"); diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index fbd7472..bf36016 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -289,7 +289,7 @@
- {i18n}© 2004-2007 The Jam Warehouse Software (Pty) Limited{/i18n}
+ {i18n}© 2004-2008 The Jam Warehouse Software (Pty) Limited{/i18n}
{if ($smallVersion == 'OSS')} {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
{else} diff --git a/templates/ktcore/principals/about.smarty b/templates/ktcore/principals/about.smarty index db8d35a..44fb6ec 100644 --- a/templates/ktcore/principals/about.smarty +++ b/templates/ktcore/principals/about.smarty @@ -1,7 +1,7 @@

{i18n arg_appname="$appname" arg_versionname="$versionname"}#appname# #versionname#{/i18n}

{i18n arg_version="$versionnumber"}Version #version#{/i18n}

-

{i18n}© 2004-2007 The Jam Warehouse Software (Pty) Limited View License Agreement{/i18n}
+

{i18n}© 2004-2008 The Jam Warehouse Software (Pty) Limited View License Agreement{/i18n}
{if ($smallVersion == 'OSS')} {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
{else} -- libgit2 0.21.4