Changeset 20371 for extensions


Ignore:
Timestamp:
Jan 25, 2013, 12:41:30 PM (11 years ago)
Author:
mistic100
Message:
 
Location:
extensions/oAuth
Files:
3 edited

Legend:

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

    r20368 r20371  
    8484    {if $provider.new_app_link}
    8585      <ol>
    86         <li>{'Go to <a href="%s" target="_blank">%s</a> and <b>create a new application</b>'|@translate|sprintf:$provider.new_app_link:$provider.new_app_link}</li>
     86        <li>{'Go to <a href="%s" target="_blank">%s</a> and create a new application'|@translate|sprintf:$provider.new_app_link:$provider.new_app_link}</li>
    8787       
    8888      {if $p=='Google'}
  • extensions/oAuth/language/en_UK/help.lang.php

    r20324 r20371  
    11<?php
    22
    3 $lang['Go to <a href="%s" target="_blank">%s</a> and <b>create a new application</b>'] = 'Go to <a href="%s" target="_blank">%s</a> and <b>create a new application</b>';
     3$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Go to <a href="%s" target="_blank">%s</a> and create a new application';
    44$lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = 'On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>';
    55$lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = 'On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>';
  • extensions/oAuth/language/fr_FR/help.lang.php

    r20368 r20371  
    11<?php
    22
    3 $lang['Go to <a href="%s" target="_blank">%s</a> and <b>create a new application</b>'] = 'Allez sur <a href="%s" target="_blank">%s</a> et <b>créez une nouvelle application</b>';
     3$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Allez sur <a href="%s" target="_blank">%s</a> et créez une nouvelle application';
    44$lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = 'Dans l\'onglet <b>API Access</b>, cliquez sur <b>create an OAuth 2.0 Client ID</b>';
    55$lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = 'Dans le popup <b>Create Client ID</b>, cliquez sur <b>(more options)</b>';
Note: See TracChangeset for help on using the changeset viewer.