webgui/lib/WebGUI/i18n/English/AOIHits.pm
2005-04-03 07:39:56 +00:00

25 lines
724 B
Perl

package WebGUI::i18n::English::AOIHits;
our $I18N = {
'aoi hits title' => {
message => q|AOI Hits Macro|,
lastUpdated => 1112466408,
},
'aoi hits body' => {
message => q|
<b>&#94;AOIHits();</b><br>
This macro is for displaying Areas of Interest Hits, which is based on passive profiling
of which wobjects are viewed by users, on a per user basis. The macro takes two arguments,
a metadata property and metadata value, and returns how many times the current user has
viewed content with that property and value.<br>
&#94;AOIHits(contenttype,sport); would display 99 if this user has looked at content that was tagged "contenttype = sport" 99 times.
|,
lastUpdated => 1112466919,
},
};
1;