Skip to content

Instantly share code, notes, and snippets.

@wietseneven
Created May 7, 2015 10:14
Show Gist options
  • Save wietseneven/0e9c497e3819ebf06876 to your computer and use it in GitHub Desktop.
Save wietseneven/0e9c497e3819ebf06876 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