root/branches/release-27/plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml @ 1229

Revision 1229, 0.5 kB (checked in by fumiakiy, 23 months ago)

Translate widget template names. BugId:65238

Line 
1<mt:Ignore>
2    <__trans phrase='This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' params='http://www.movabletype.org/documentation/designer/widget-sets.html'>
3</mt:Ignore>
4<mt:If name="main_index">
5    <$mt:include widget="<__trans phrase="Recent Comments">"$>
6    <$mt:include widget="<__trans phrase="Recent Entries">"$>
7    <$mt:include widget="<__trans phrase="Recent Assets">"$>
8    <$mt:include widget="<__trans phrase="Tag Cloud">"$>
9</mt:If>
Note: See TracBrowser for help on using the browser.