- Added keyword tagging to Wiki.

This commit is contained in:
JT Smith 2007-07-07 21:09:39 +00:00
parent 23fa0283b3
commit f36ba1b268
17 changed files with 323 additions and 213 deletions

View file

@ -7,6 +7,12 @@ our $I18N = {
context => q|A button added to all asset properties pages when save and commit mode is enabled.|
},
'keywords' => {
message => q|Keywords|,
lastUpdated => 0,
context => q|A label for the property that relates assets to keywords.|
},
'add the missing page' => {
message => q|Add the missing page.|,
lastUpdated => 0,

View file

@ -132,6 +132,10 @@ our $I18N = {
lastUpdated => 1160157064,
},
'byKeywordTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template to use to display a
listing of pages that are related to a specific keyword?| },
'byKeywordTemplateId label' => { lastUpdated => 1160157064, message => q|By Keyword Template| },
'pageTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template to use to display pages?| },
'pageTemplateId label' => { lastUpdated => 1160157064, message => q|Page Template| },