Changeset 26653 for extensions/oAuth/language
- Timestamp:
- Jan 12, 2014, 1:46:29 PM (11 years ago)
- Location:
- extensions/oAuth/language/nl_NL
- Files:
-
- 2 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 ?> -
extensions/oAuth/language/nl_NL/plugin.lang.php
r26558 r26653 27 27 $lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extensie is nodig'; 28 28 $lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Je moet de aanmeldgegevens configureren'; 29 $lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID moet geactiveerd zijn om deze vorm van aanmelden te gebruiken';30 29 $lang['Please enter your OpenID URL'] = 'Vul je OpenID url in'; 31 30 $lang['Authentication canceled'] = 'Aanmelden geanuleerd'; … … 47 46 $lang['Icon size in the menubar'] = 'Icoon formaat in de menubalk'; 48 47 $lang['Loading...'] = 'Laden..'; 48 $lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Sta gebruikers toe om het bestaande account samen te voegen met de nieuwe <i> Social Connect </i> identiteit'; 49 $lang['Associate with an existing account'] = 'Koppelen aan een bestaand account'; 50 $lang['Cancel'] = 'Annuleer'; 51 $lang['Please enter your user ID'] = 'Geef uw gebruikers-ID'; 49 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.