Show
Ignore:
Timestamp:
03/24/10 23:26:25 (2 years ago)
Author:
nikrou
Message:

Update translation keys (prepare for gettext)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/template/tags.tpl

    r5201 r5323  
    55 
    66      {if $display_mode != 'letters'} 
    7       <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li> 
     7      <li><a href="{$U_LETTERS}" title="{'letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li> 
    88      {/if} 
    99 
    1010      {if $display_mode != 'cumulus'} 
    11       <li><a href="{$PWG_CUMULUS_HREF}" title="{'show tag cloud in cumulus mode'|@translate}" rel="nofollow"><img src="{$PWG_CUMULUS_IMGS}/cumulus3d.png" class="button" alt="{'cumulus cloud'|@translate}"></a></li> 
     11      <li><a href="{$PWG_CUMULUS_HREF}" title="{'cumulus cloud'|@translate}" rel="nofollow"><img src="{$PWG_CUMULUS_IMGS}/cumulus3d.png" class="button" alt="{'cumulus cloud'|@translate}"></a></li> 
    1212      {/if} 
    1313 
    1414      {if $display_mode != 'cloud'} 
    15       <li><a href="{$U_CLOUD}" title="{'show tag cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li> 
     15      <li><a href="{$U_CLOUD}" title="{'cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li> 
    1616      {/if} 
    1717 
    18       <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li> 
     18      <li><a href="{$U_HOME}" title="{'home'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li> 
    1919    </ul> 
    2020    <h2>{'Tags'|@translate}</h2>