Last change
on this file since 26608 was
26608,
checked in by mistic100, 11 years ago
|
finish updating guides, fix flow issues, update language file
|
File size:
1.8 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
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'; |
---|
4 | $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>'; |
---|
5 | $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>'; |
---|
6 | $lang['Fill out any required fields such as the application name and description'] = 'Remplissez tous les champs demandés comme le nom et la description de l\'application'; |
---|
7 | $lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Donnez cette URL comme Callback/Redirect URL pour votre application : <em>%s</em>'; |
---|
8 | $lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Mettez votre nom de domaine dans les champs %s. Il doit correspondre à <em>%s</em>'; |
---|
9 | $lang['Set <b>%s</b> to <em>%s</em>'] = 'Sélectionnez <em>%2$s</em> pour <b>%1$s</b>'; |
---|
10 | $lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Quand votre application est enregistrée, copiez-collez les clefs d\'authentification sur cette page'; |
---|
11 | $lang['No registration required for OpenID based providers'] = 'Pas d\'inscription nécessaire pour les authentifications type OpenID'; |
---|
12 | $lang['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>'] = 'Quand l\'application est enregistrée, éditez les permissions : sélectionnez <em>Read</em> pour <b>Contacts</b> et <em>Read Public</em> pour <b>Social Directory</b>'; |
---|
13 | |
---|
14 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.