source: extensions/oAuth/language/fr_FR/help.lang.php @ 20368

Last change on this file since 20368 was 20368, checked in by mistic100, 11 years ago

complete Instagram help

File size: 2.2 KB
Line 
1<?php
2
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>';
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['Select <em>Website with facebook authentication</em> as application type'] = 'Choisissez <em>Site web avec authentification facebook</em> comme type d\'application';
10$lang['Set the <b>Application Type</b> to <em>Web Application</em>'] = 'Sélectionnez <em>Web Application</em> pour <b>Application Type</b>';
11$lang['Set the <b>Kind of Application</b> to <em>Web-based</em>'] = 'Sélectionnez <em>Web-based</em> pour <b>Kind of Application</b>';
12$lang['Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'] = 'Sélectionnez <em>This app will only access public...</em> pour <b>Access Scopes</b>';
13$lang['Set the <b>Default Access Type</b> to <em>Read only</em>'] = 'Sélectionnez <em>Read only</em> pour <b>Default Access Type</b>';
14$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';
15$lang['No registration required for OpenID based providers'] = 'Pas d\'inscription nécessaire pour les authentifications type OpenID';
16
17?>
Note: See TracBrowser for help on using the repository browser.