Changeset 2706
- Timestamp:
- 07/03/08 23:50:31 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/default_templates/about_this_page.mtml
r2052 r2706 27 27 <mt:If name="category_archive"> 28 28 <mt:If name="datebased_archive"> 29 <p class="first"><__trans phrase="This page is a archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>." params="<$mt:CategoryLabel$>%%<$mt:ArchiveDate format="%B %Y"$>"></p>29 <p class="first"><__trans phrase="This page is an archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>." params="<$mt:CategoryLabel$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 30 30 <mt:ArchivePrevious> 31 31 <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous archive." params="<$mt:ArchiveLink$>%%<$mt:ArchiveTitle$>"></p> … … 35 35 </mt:ArchiveNext> 36 36 <mt:Else> 37 <p class="first"><__trans phrase="This page is a archive of recent entries in the <strong>[_1]</strong> category." params="<$mt:CategoryLabel$>"></p>37 <p class="first"><__trans phrase="This page is an archive of recent entries in the <strong>[_1]</strong> category." params="<$mt:CategoryLabel$>"></p> 38 38 <mt:CategoryPrevious> 39 39 <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous category." params="<$mt:CategoryArchiveLink$>%%<$mt:CategoryLabel$>"></p> … … 46 46 <mt:If name="author_archive"> 47 47 <mt:If name="datebased_archive"> 48 <p class="first"><__trans phrase="This page is a archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>." params="<$mt:AuthorDisplayName$>%%<$mt:ArchiveDate format="%B %Y"$>"></p>48 <p class="first"><__trans phrase="This page is an archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>." params="<$mt:AuthorDisplayName$>%%<$mt:ArchiveDate format="%B %Y"$>"></p> 49 49 <mt:ArchivePrevious> 50 50 <p><__trans phrase="<a href="[_1]">[_2]</a> is the previous archive." params="<$mt:ArchiveLink$>%%<$mt:ArchiveTitle$>"></p> … … 54 54 </mt:ArchiveNext> 55 55 <mt:Else> 56 <p class="first"><__trans phrase="This page is a archive of recent entries written by <strong>[_1]</strong>." params="<$mt:AuthorDisplayName$>"></p>56 <p class="first"><__trans phrase="This page is an archive of recent entries written by <strong>[_1]</strong>." params="<$mt:AuthorDisplayName$>"></p> 57 57 </mt:If> 58 58 </mt:If>
