Changeset 1229

Show
Ignore:
Timestamp:
01/15/08 06:13:44 (11 months ago)
Author:
fumiakiy
Message:

Translate widget template names. BugId:65238

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-27/plugins/WidgetManager/default_widgets/archive_meta_widget.mtml

    r1118 r1229  
    44<mt:if name="category_archive"> 
    55    <mt:IfArchiveTypeEnabled archive_type="Category-Monthly"> 
    6         <$mt:include widget="Current Category Monthly Archives"$> 
     6        <$mt:include widget="<__trans phrase="Current Category Monthly Archives">"$> 
    77    </mt:IfArchiveTypeEnabled> 
    88</mt:if> 
    99<mt:IfArchiveTypeEnabled archive_type="Category"> 
    10     <$mt:include widget="Category Archives"$> 
     10    <$mt:include widget="<__trans phrase="Category Archives">"$> 
    1111</mt:IfArchiveTypeEnabled> 
    1212<mt:IfArchiveTypeEnabled archive_type="Monthly"> 
    13     <$mt:include widget="Monthly Archives"$> 
     13    <$mt:include widget="<__trans phrase="Monthly Archives">"$> 
    1414</mt:IfArchiveTypeEnabled> 
  • branches/release-27/plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml

    r1118 r1229  
    33</mt:Ignore> 
    44<mt:If name="main_index"> 
    5     <$mt:include widget="Recent Comments"$> 
    6     <$mt:include widget="Recent Entry List"$> 
    7     <$mt:include widget="Recent Asset List"$> 
    8     <$mt:include widget="Tag Cloud"$> 
     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">"$> 
    99</mt:If>