Ignore:
Timestamp:
Mar 10, 2013, 4:46:59 PM (11 years ago)
Author:
mistic100
Message:

fix translation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/template/subscribtions_page.tpl

    r21340 r21439  
    3131        <td>
    3232          {if $sub.type == 'all-images'}
    33             <img src="{$ROOT_URL}{$SUBSCRIBE_TO_PATH}template/image.png"> {'You are currently subscribed to comments on %s.'|@translate|sprintf:'all pictures of the gallery'|@translate}
     33            {assign var=str value='all pictures of the gallery'|@translate}
     34            <img src="{$ROOT_URL}{$SUBSCRIBE_TO_PATH}template/image.png">
    3435          {else $sub.type == 'all-albums'}
    35             <img src="{$ROOT_URL}{$SUBSCRIBE_TO_PATH}template/album.png"> {'You are currently subscribed to comments on %s.'|@translate|sprintf:'all albums of the gallery'|@translate}
     36            {assign var=str value='all albums of the gallery'|@translate}
     37            <img src="{$ROOT_URL}{$SUBSCRIBE_TO_PATH}template/album.png">
    3638          {/if}
     39          {'You are currently subscribed to comments on %s.'|@translate|sprintf:$str}
    3740        </td>
    3841        <td style="white-space:nowrap;">
Note: See TracChangeset for help on using the changeset viewer.