Skip to content

Instantly share code, notes, and snippets.

@groenewege
Forked from wietseneven/nl.php
Last active August 29, 2015 14:20
Show Gist options
  • Save groenewege/25123fef4b6810d15ac0 to your computer and use it in GitHub Desktop.
Save groenewege/25123fef4b6810d15ac0 to your computer and use it in GitHub Desktop.
<?php
l::set('your_username', 'Je gebruikersnaam');
l::set('your_password', 'Je wachtwoord');
l::set('log_in', 'Log in');
l::set('log_in_error', 'Ongeldige gebruikersnaam of wachtwoord');
l::set('log_out', 'Log uit');
l::set('contact_us', 'Contact opnemen');
l::set('view', 'Bekijk');
l::set('download', 'Download');
l::set('back', 'Terug');
l::set('projects', 'PROJECTEN');
l::set('name', 'Naam');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment