Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Created January 7, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tjoosten/5c4acab8b251e8344868 to your computer and use it in GitHub Desktop.
Save Tjoosten/5c4acab8b251e8344868 to your computer and use it in GitHub Desktop.
<?php
/**
* @author Tim Joosten
* @package Ion Auth - Dutch language package
*
* Description: Dutch translation of ion-auth 3.
*/
$lang['Errors'] = array(
'Csrf' => 'Dit formulie is niet door onze veiligheidscontrole geraakt.',
);
$lang['Login'] = array(
'Heading' => 'Login',
'Subheading' => 'Gelieve in te loggien met je email/gebruikersnaam en wachtwoord',
'IdentityLabel' => 'Email/Gebruikersnaam',
'PasswordLabel' => 'Wachtwoord',
'Rememberlabel' => 'Onthoud mij',
'SubmitBtn' => 'Login',
'ForgotPassword' => 'Wachtwoord vergeter?',
);
$lang['Index'] = array(
'Heading' => 'Gebruikers',
'Subheading' => 'Hieronder vindt u een lijst van de gebruikers.',
'lnameTh' => 'Voornaam',
'lnameTh' => 'Achternaam',
'emailTh' => 'Email',
'groupsTh' => 'Groepen',
'statusTh' => 'Status',
'actionTh' => 'Actie',
'activeLink' => 'Actief',
'inactiveLink' => 'Inactief',
'createUserLink' => 'Nieuwe gebruiker aanmaken',
'createGroupLing' => 'Nieuwe groep aanmaken',
):
// Deactivate user
// Create user
// Edit user
// Create group
// Edit group
// Change password
// Forgot password
// Reset password
// Activation mail
// Forgot password Email
// New password Email
'emailNewPasswordHeading' => '',
'emailNewPasswordSubheading' => '',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment