Created
May 7, 2015 10:14
-
-
Save wietseneven/0e9c497e3819ebf06876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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