Ignore:
Timestamp:
Feb 9, 2013, 11:46:46 AM (11 years ago)
Author:
mistic100
Message:

simplify language strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/admin/template/providers.tpl

    r20620 r20625  
    105105        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Redirect Domain</b>':$SERVERNAME}</li>
    106106      {elseif $p=='Facebook'}
    107         <li>{'Select <em>Website with facebook authentication</em> as application type'|@translate}</li>
     107        <li>{'Set the <b>%s</b> to <em>%s</em>'|@translate|sprintf:'application type':'Website with facebook authentication'}</li>
    108108        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Site Url</b>, <b>App Domains</b>':$SERVERNAME}</li>
    109109      {elseif $p=='LinkedIn'}
    110110        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Website URL</b>':$SERVERNAME}</li>
    111         <li>{'Set the <b>Application Type</b> to <em>Web Application</em>'|@translate}</li>
     111        <li>{'Set the <b>%s</b> to <em>%s</em>'|@translate|sprintf:'Application Type':'Web Application'}</li>
    112112      {elseif $p=='Yahoo'}
    113113        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Application URL</b>, <b>Application Domain</b>':$SERVERNAME}</li>
    114         <li>{'Set the <b>Kind of Application</b> to <em>Web-based</em>'|@translate}</li>
    115         <li>{'Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'|@translate}</li>
     114        <li>{'Set the <b>%s</b> to <em>%s</em>'|@translate|sprintf:'Kind of Application':'Web-based'}</li>
     115        <li>{'Set the <b>%s</b> to <em>%s</em>'|@translate|sprintf:'Access Scopes':'This app will only access public...'}</li>
    116116        <li>{'Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'|@translate}</li>
    117117      {elseif $p=='Twitter'}
    118118        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Application Website</b>, <b>Application Callback URL</b>':$SERVERNAME}</li>
    119         <li>{'Set the <b>Default Access Type</b> to <em>Read only</em>'|@translate}</li>
     119        <li>{'Set the <b>%s</b> to <em>%s</em>'|@translate|sprintf:'Default Access Type':'Read only'}</li>
    120120      {elseif $p=='Tumblr'}
    121121        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Application Website</b>, <b>Default Callback URL</b>':$SERVERNAME}</li>
Note: See TracChangeset for help on using the changeset viewer.