asset template vars and ISA relationship for Search

This commit is contained in:
Colin Kuskie 2007-01-15 21:52:27 +00:00
parent 2de229fc9c
commit 2f2cecf808
2 changed files with 73 additions and 8 deletions

View file

@ -90,6 +90,33 @@ our $I18N = { ##hashref of hashes
lastUpdated => 1142052519,
},
'search asset template variables title' => {
message => q|Search Asset Template Variables|,
lastUpdated => 1164841146
},
'search asset template variables body' => {
message => q|Every asset provides a set of variables to most of its
templates based on the internal asset properties. Some of these variables may
be useful, others may not.|,
lastUpdated => 1164841201
},
'templateId' => {
message => q|The ID of the template used to display the Search Asset.|,
lastUpdated => 1168897708,
},
'searchRoot' => {
message => q|The ID of the Asset where the searching will begin.|,
lastUpdated => 1168897708,
},
'classLimiter' => {
message => q|A string with all types of Assets to search.|,
lastUpdated => 1168897708,
},
};
1;