aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: 079e85e077da7284adb34136beb839310cb2d742 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$english = array(
	'agreetoterms' => "I have read and agree to the",
	'terms' => 'Terms',

	'agreetoterms:required' => "You must first agree to the terms",
);

add_translation("en",$english);
?>