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

Revision 1229, 0.8 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 serve different content based upon what type of archive it is included. More info: [_1]" params="http://www.movabletype.org/documentation/designer/widget-sets.html">
3</mt:Ignore>
4<mt:if name="category_archive">
5    <mt:IfArchiveTypeEnabled archive_type="Category-Monthly">
6        <$mt:include widget="<__trans phrase="Current Category Monthly Archives">"$>
7    </mt:IfArchiveTypeEnabled>
8</mt:if>
9<mt:IfArchiveTypeEnabled archive_type="Category">
10    <$mt:include widget="<__trans phrase="Category Archives">"$>
11</mt:IfArchiveTypeEnabled>
12<mt:IfArchiveTypeEnabled archive_type="Monthly">
13    <$mt:include widget="<__trans phrase="Monthly Archives">"$>
14</mt:IfArchiveTypeEnabled>
Note: See TracBrowser for help on using the browser.