Changeset 26653 for extensions/oAuth/language/nl_NL/help.lang.php
- Timestamp:
- Jan 12, 2014, 1:46:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/nl_NL/help.lang.php
r26608 r26653 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = 'Op de <b>Create Client ID</b> popup, schakel naar geavanceerde instellingen door te klikken op <b>(more options)</b>';24 23 $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>'] = 'Als de applicatie is geregistreerd, vernieuw de rechten : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'; 25 24 $lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Geef deze URL als de callback/Redirect URL voor je applicatie: <em>%s</em>'; … … 28 27 $lang['Fill out any required fields such as the application name and description'] = 'Vul alle verplichte velden in zoals applicatie naam en omschrijving'; 29 28 $lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Ga naar <a href="%s" target="_blank">%s</a> en maak een nieuwe applicatie'; 30 $lang['No registration required for OpenID based providers'] = 'Geen registratie verplicht voor OpenID gebaseerde bronnen';31 $lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = 'Op de <b>API Access</b> tab, <b>maak een OAuth 2.0 Client ID</b>';32 29 $lang['Set <b>%s</b> to <em>%s</em>'] = 'Zet de <b>%s</b> naar <em>%s</em>'; 30 $lang['Based on OpenID'] = 'Gebaseerd op OpenID'; 31 $lang['No registration required'] = 'Geen registratie vereist'; 33 32 ?>
Note: See TracChangeset
for help on using the changeset viewer.