Commit 3cb28a4c8df73acd58613ce43a094c7d8436f4de

Authored by Kevin Fourie
1 parent c0dfb63c

KTS-2143

"Manage Lookups for Field: Explanations incorrect"
Fixed.

Commited By: Kevin Fourie
Reviewed By: Conrad Vermeulen

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8055 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/knowledgeTree.pot
... ... @@ -8,7 +8,7 @@ msgid ""
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2008-02-13 19:02+0200\n"
  11 +"POT-Creation-Date: 2008-02-13 19:13+0200\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -193,14 +193,10 @@ msgid &quot;%s successfully copied as %s&quot;
193 193 msgstr ""
194 194  
195 195 #: i18n/templates.c:5216
196   -msgid "&copy; 2004-2007 <a href=\" http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a> <a href=\"http://www.knowledgetree.com/About/legal/license\">View License Agreement</a>"
  196 +msgid "&copy; 2004-2008 <a href=\" http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a> <a href=\"http://www.knowledgetree.com/About/legal/license\">View License Agreement</a>"
197 197 msgstr ""
198 198  
199   -#: i18n/templates.c:416
200   -msgid "&copy; 2004-2007 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a>"
201   -msgstr ""
202   -
203   -#: i18n/templates.c:5786
  199 +#: i18n/templates.c:416 i18n/templates.c:5786
204 200 msgid "&copy; 2004-2008 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a>"
205 201 msgstr ""
206 202  
... ...
i18n/templates.c
... ... @@ -413,7 +413,7 @@ gettext(&quot;Enter search criteria...&quot;);
413 413 gettext("You are here");
414 414  
415 415 /* ./templates/kt3/standard_page.smarty */
416   -gettext("&copy; 2004-2007 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a>");
  416 +gettext("&copy; 2004-2008 <a href=\"http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a>");
417 417  
418 418 /* ./templates/kt3/standard_page.smarty */
419 419 gettext("This program is free software and published under the <a href=\" http://www.gnu.org/licenses/\">GNU General Public License version 3</a>");
... ... @@ -5213,7 +5213,7 @@ gettext(&quot;#appname# #versionname#&quot;);
5213 5213 gettext("Version #version#");
5214 5214  
5215 5215 /* ./templates/ktcore/principals/about.smarty */
5216   -gettext("&copy; 2004-2007 <a href=\" http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a> <a href=\"http://www.knowledgetree.com/About/legal/license\">View License Agreement</a>");
  5216 +gettext("&copy; 2004-2008 <a href=\" http://www.knowledgetree.com/\">The Jam Warehouse Software (Pty) Limited</a> <a href=\"http://www.knowledgetree.com/About/legal/license\">View License Agreement</a>");
5217 5217  
5218 5218 /* ./templates/ktcore/principals/about.smarty */
5219 5219 gettext("This program is free software and published under the <a href=\" http://www.gnu.org/licenses/\">GNU General Public License version 3</a>");
... ...
templates/kt3/standard_page.smarty
... ... @@ -289,7 +289,7 @@
289 289 <table width="98%" align="center">
290 290 <tr>
291 291 <td align="left">
292   - <span>{i18n}&copy; 2004-2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a>{/i18n}</span><br>
  292 + <span>{i18n}&copy; 2004-2008 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a>{/i18n}</span><br>
293 293 {if ($smallVersion == 'OSS')}
294 294 {i18n}This program is free software and published under the <a href=" http://www.gnu.org/licenses/">GNU General Public License version 3</a>{/i18n}<br>
295 295 {else}
... ...
templates/ktcore/principals/about.smarty
1 1 <h2>{i18n arg_appname="$appname" arg_versionname="$versionname"}#appname# #versionname#{/i18n}</h2>
2 2 <p><strong>{i18n arg_version="$versionnumber"}Version #version#{/i18n}</strong></p>
3 3 <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" border="0" />
4   -<p>{i18n}&copy; 2004-2007 <a href=" http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a> <a href="http://www.knowledgetree.com/About/legal/license">View License Agreement</a>{/i18n}<br />
  4 +<p>{i18n}&copy; 2004-2008 <a href=" http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a> <a href="http://www.knowledgetree.com/About/legal/license">View License Agreement</a>{/i18n}<br />
5 5 {if ($smallVersion == 'OSS')}
6 6 {i18n}This program is free software and published under the <a href=" http://www.gnu.org/licenses/">GNU General Public License version 3</a>{/i18n}<br>
7 7 {else}
... ...