1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
885 B
PHP

<?php
l::set('nav.main.label', 'Primary');
l::set('nav.lang.label', 'Language select');
l::set('footer.top', 'Top');
l::set('footer.madewith', 'Made with');
l::set('footer.source', 'Source');
l::set('go.contact', '➪ Contact');
l::set('home-banner.learnmore', 'Learn more');
l::set('home-banner.learnmore.label', 'Learn more about my services');
l::set('home-banner.contact', 'Contact');
l::set('contact.name', 'Name');
l::set('contact.email', 'Email address');
l::set('contact.message', 'Message');
l::set('contact.potty', 'Please leave this field blank');
l::set('contact.submit', 'Submit');
l::set('contact.heading.email', 'Email');
l::set('contact.message.name-invalid', 'Please enter your name.');
l::set('contact.message.email-invalid', 'Please enter a valid email address.');
l::set('contact.message.success', 'Thank you for your message, I will get back to you soon.');